From e49ca137884b70bd7a2b49c0458259e8c5bc4907 Mon Sep 17 00:00:00 2001 From: Christian Bergschneider Date: Tue, 24 Jun 2025 10:42:20 +0200 Subject: [PATCH 1/5] feat: support for multiline comments in Terrascript Updated lexer and editor handling to recognize and process multiline comments (/* */) properly. Adjusted context checks and parsing to align with Terrascript language specifications. Added corresponding logic to handle closing of multiline comment blocks in the typed handler. --- .../codetool/parsing/_TerrascriptLexer.java | 125 +++++++++--------- .../editor/TerrascriptTypedHandler.kt | 12 ++ .../dfsek/terra/codetool/parsing/tesf.flex | 2 + .../TerrascriptLiveTemplateContext.kt | 3 +- testProject | 2 +- 5 files changed, 82 insertions(+), 62 deletions(-) diff --git a/src/main/gen/com/dfsek/terra/codetool/parsing/_TerrascriptLexer.java b/src/main/gen/com/dfsek/terra/codetool/parsing/_TerrascriptLexer.java index 274e0f4..59d952e 100644 --- a/src/main/gen/com/dfsek/terra/codetool/parsing/_TerrascriptLexer.java +++ b/src/main/gen/com/dfsek/terra/codetool/parsing/_TerrascriptLexer.java @@ -106,14 +106,15 @@ private static int zzUnpackcmap_blocks(String packed, int offset, int [] result) "\1\0\1\1\1\2\1\3\1\1\1\4\1\1\1\5"+ "\1\6\1\7\1\10\1\11\1\12\1\13\1\14\1\15"+ "\1\16\1\17\1\20\13\21\1\22\1\1\1\23\1\24"+ - "\1\0\1\25\1\0\1\26\1\27\1\0\1\30\1\31"+ - "\1\32\6\21\1\33\5\21\1\34\1\25\1\14\6\21"+ - "\1\35\1\36\1\21\1\37\2\21\1\40\2\21\1\41"+ - "\1\42\2\21\1\43\1\21\1\44\1\21\1\45\1\21"+ - "\1\46\1\21\1\47\1\21\1\50"; + "\1\0\1\25\1\0\1\26\1\0\1\27\1\0\1\30"+ + "\1\31\1\32\6\21\1\33\5\21\1\34\1\25\1\0"+ + "\1\14\6\21\1\35\1\36\1\21\1\37\2\21\1\0"+ + "\1\27\1\40\2\21\1\41\1\42\2\21\1\43\1\21"+ + "\1\44\1\21\1\45\1\21\1\46\1\21\1\47\1\21"+ + "\1\50"; private static int [] zzUnpackAction() { - int [] result = new int[88]; + int [] result = new int[92]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; @@ -143,15 +144,16 @@ private static int zzUnpackAction(String packed, int offset, int [] result) { "\0\u0150\0\u017a\0\u01a4\0\u01ce\0\u01f8\0\u0222\0\u024c\0\u0276"+ "\0\u02a0\0\u02ca\0\u02f4\0\u031e\0\u0348\0\u0372\0\52\0\u039c"+ "\0\52\0\52\0\250\0\52\0\u03c6\0\52\0\u03f0\0\u041a"+ - "\0\52\0\52\0\52\0\u0444\0\u046e\0\u0498\0\u04c2\0\u04ec"+ - "\0\u0516\0\u01ce\0\u0540\0\u056a\0\u0594\0\u05be\0\u05e8\0\52"+ - "\0\250\0\u041a\0\u0612\0\u063c\0\u0666\0\u0690\0\u06ba\0\u06e4"+ - "\0\u01ce\0\u01ce\0\u070e\0\u01ce\0\u0738\0\u0762\0\u01ce\0\u078c"+ - "\0\u07b6\0\u01ce\0\u01ce\0\u07e0\0\u080a\0\u01ce\0\u0834\0\u01ce"+ - "\0\u085e\0\u01ce\0\u0888\0\u01ce\0\u08b2\0\u01ce\0\u08dc\0\u01ce"; + "\0\u0444\0\52\0\52\0\52\0\u046e\0\u0498\0\u04c2\0\u04ec"+ + "\0\u0516\0\u0540\0\u01ce\0\u056a\0\u0594\0\u05be\0\u05e8\0\u0612"+ + "\0\52\0\250\0\u063c\0\u0444\0\u0666\0\u0690\0\u06ba\0\u06e4"+ + "\0\u070e\0\u0738\0\u01ce\0\u01ce\0\u0762\0\u01ce\0\u078c\0\u07b6"+ + "\0\u07e0\0\52\0\u01ce\0\u080a\0\u0834\0\u01ce\0\u01ce\0\u085e"+ + "\0\u0888\0\u01ce\0\u08b2\0\u01ce\0\u08dc\0\u01ce\0\u0906\0\u01ce"+ + "\0\u0930\0\u01ce\0\u095a\0\u01ce"; private static int [] zzUnpackRowMap() { - int [] result = new int[88]; + int [] result = new int[92]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; @@ -180,53 +182,55 @@ private static int zzUnpackRowMap(String packed, int offset, int [] result) { "\1\27\1\30\1\24\1\31\3\24\1\32\1\24\1\33"+ "\1\34\1\35\1\24\1\36\1\37\1\40\1\41\53\0"+ "\2\3\71\0\1\42\27\0\4\43\1\44\20\43\1\45"+ - "\24\43\6\0\1\46\61\0\1\47\50\0\1\50\1\0"+ - "\1\17\54\0\1\51\51\0\1\52\51\0\1\53\46\0"+ - "\1\24\4\0\1\24\1\0\21\24\22\0\1\24\4\0"+ - "\1\24\1\0\13\24\1\54\1\55\4\24\22\0\1\24"+ - "\4\0\1\24\1\0\13\24\1\56\5\24\22\0\1\24"+ - "\4\0\1\24\1\0\10\24\1\57\10\24\22\0\1\24"+ - "\4\0\1\24\1\0\1\60\12\24\1\61\5\24\22\0"+ - "\1\24\4\0\1\24\1\0\4\24\1\62\14\24\22\0"+ - "\1\24\4\0\1\24\1\0\17\24\1\63\1\24\22\0"+ - "\1\24\4\0\1\24\1\0\3\24\1\64\15\24\22\0"+ - "\1\24\4\0\1\24\1\0\16\24\1\65\2\24\22\0"+ - "\1\24\4\0\1\24\1\0\14\24\1\66\4\24\22\0"+ - "\1\24\4\0\1\24\1\0\5\24\1\67\13\24\53\0"+ - "\1\70\1\0\4\43\1\71\20\43\1\45\24\43\2\47"+ - "\1\0\47\47\17\0\1\72\51\0\1\24\4\0\1\24"+ - "\1\0\13\24\1\73\5\24\22\0\1\24\4\0\1\24"+ - "\1\0\3\24\1\74\15\24\22\0\1\24\4\0\1\24"+ - "\1\0\12\24\1\75\6\24\22\0\1\24\4\0\1\24"+ - "\1\0\15\24\1\76\3\24\22\0\1\24\4\0\1\24"+ - "\1\0\6\24\1\77\1\24\1\100\10\24\22\0\1\24"+ - "\4\0\1\24\1\0\14\24\1\101\4\24\22\0\1\24"+ - "\4\0\1\24\1\0\11\24\1\102\7\24\22\0\1\24"+ - "\4\0\1\24\1\0\16\24\1\103\2\24\22\0\1\24"+ - "\4\0\1\24\1\0\14\24\1\104\4\24\22\0\1\24"+ - "\4\0\1\24\1\0\17\24\1\105\1\24\22\0\1\24"+ - "\4\0\1\24\1\0\6\24\1\106\12\24\22\0\1\24"+ - "\4\0\1\24\1\0\10\24\1\107\10\24\22\0\1\24"+ - "\4\0\1\24\1\0\1\110\20\24\22\0\1\24\4\0"+ - "\1\24\1\0\16\24\1\111\2\24\22\0\1\24\4\0"+ - "\1\24\1\0\3\24\1\112\15\24\22\0\1\24\4\0"+ - "\1\24\1\0\10\24\1\113\10\24\22\0\1\24\4\0"+ - "\1\24\1\0\15\24\1\114\3\24\22\0\1\24\4\0"+ - "\1\24\1\0\17\24\1\115\1\24\22\0\1\24\4\0"+ - "\1\24\1\0\3\24\1\116\15\24\22\0\1\24\4\0"+ - "\1\24\1\0\10\24\1\117\10\24\22\0\1\24\4\0"+ - "\1\24\1\0\7\24\1\120\11\24\22\0\1\24\4\0"+ - "\1\24\1\0\6\24\1\121\12\24\22\0\1\24\4\0"+ - "\1\24\1\0\3\24\1\122\15\24\22\0\1\24\4\0"+ - "\1\24\1\0\14\24\1\123\4\24\22\0\1\24\4\0"+ - "\1\24\1\0\3\24\1\124\15\24\22\0\1\24\4\0"+ - "\1\24\1\0\12\24\1\125\6\24\22\0\1\24\4\0"+ - "\1\24\1\0\12\24\1\126\6\24\22\0\1\24\4\0"+ - "\1\24\1\0\17\24\1\127\1\24\22\0\1\24\4\0"+ - "\1\24\1\0\3\24\1\130\15\24\3\0"; + "\24\43\6\0\1\46\54\0\1\47\4\0\1\50\50\0"+ + "\1\51\1\0\1\17\54\0\1\52\51\0\1\53\51\0"+ + "\1\54\46\0\1\24\4\0\1\24\1\0\21\24\22\0"+ + "\1\24\4\0\1\24\1\0\13\24\1\55\1\56\4\24"+ + "\22\0\1\24\4\0\1\24\1\0\13\24\1\57\5\24"+ + "\22\0\1\24\4\0\1\24\1\0\10\24\1\60\10\24"+ + "\22\0\1\24\4\0\1\24\1\0\1\61\12\24\1\62"+ + "\5\24\22\0\1\24\4\0\1\24\1\0\4\24\1\63"+ + "\14\24\22\0\1\24\4\0\1\24\1\0\17\24\1\64"+ + "\1\24\22\0\1\24\4\0\1\24\1\0\3\24\1\65"+ + "\15\24\22\0\1\24\4\0\1\24\1\0\16\24\1\66"+ + "\2\24\22\0\1\24\4\0\1\24\1\0\14\24\1\67"+ + "\4\24\22\0\1\24\4\0\1\24\1\0\5\24\1\70"+ + "\13\24\53\0\1\71\1\0\4\43\1\72\20\43\1\45"+ + "\24\43\11\47\1\73\40\47\2\50\1\0\47\50\17\0"+ + "\1\74\51\0\1\24\4\0\1\24\1\0\13\24\1\75"+ + "\5\24\22\0\1\24\4\0\1\24\1\0\3\24\1\76"+ + "\15\24\22\0\1\24\4\0\1\24\1\0\12\24\1\77"+ + "\6\24\22\0\1\24\4\0\1\24\1\0\15\24\1\100"+ + "\3\24\22\0\1\24\4\0\1\24\1\0\6\24\1\101"+ + "\1\24\1\102\10\24\22\0\1\24\4\0\1\24\1\0"+ + "\14\24\1\103\4\24\22\0\1\24\4\0\1\24\1\0"+ + "\11\24\1\104\7\24\22\0\1\24\4\0\1\24\1\0"+ + "\16\24\1\105\2\24\22\0\1\24\4\0\1\24\1\0"+ + "\14\24\1\106\4\24\22\0\1\24\4\0\1\24\1\0"+ + "\17\24\1\107\1\24\22\0\1\24\4\0\1\24\1\0"+ + "\6\24\1\110\12\24\3\0\11\47\1\111\4\47\1\112"+ + "\33\47\17\0\1\24\4\0\1\24\1\0\10\24\1\113"+ + "\10\24\22\0\1\24\4\0\1\24\1\0\1\114\20\24"+ + "\22\0\1\24\4\0\1\24\1\0\16\24\1\115\2\24"+ + "\22\0\1\24\4\0\1\24\1\0\3\24\1\116\15\24"+ + "\22\0\1\24\4\0\1\24\1\0\10\24\1\117\10\24"+ + "\22\0\1\24\4\0\1\24\1\0\15\24\1\120\3\24"+ + "\22\0\1\24\4\0\1\24\1\0\17\24\1\121\1\24"+ + "\22\0\1\24\4\0\1\24\1\0\3\24\1\122\15\24"+ + "\22\0\1\24\4\0\1\24\1\0\10\24\1\123\10\24"+ + "\3\0\11\47\1\111\4\47\1\0\33\47\17\0\1\24"+ + "\4\0\1\24\1\0\7\24\1\124\11\24\22\0\1\24"+ + "\4\0\1\24\1\0\6\24\1\125\12\24\22\0\1\24"+ + "\4\0\1\24\1\0\3\24\1\126\15\24\22\0\1\24"+ + "\4\0\1\24\1\0\14\24\1\127\4\24\22\0\1\24"+ + "\4\0\1\24\1\0\3\24\1\130\15\24\22\0\1\24"+ + "\4\0\1\24\1\0\12\24\1\131\6\24\22\0\1\24"+ + "\4\0\1\24\1\0\12\24\1\132\6\24\22\0\1\24"+ + "\4\0\1\24\1\0\17\24\1\133\1\24\22\0\1\24"+ + "\4\0\1\24\1\0\3\24\1\134\15\24\3\0"; private static int [] zzUnpacktrans() { - int [] result = new int[2310]; + int [] result = new int[2436]; int offset = 0; offset = zzUnpacktrans(ZZ_TRANS_PACKED_0, offset, result); return result; @@ -266,10 +270,11 @@ private static int zzUnpacktrans(String packed, int offset, int [] result) { private static final String ZZ_ATTRIBUTE_PACKED_0 = "\1\0\1\11\3\1\1\11\1\1\6\11\2\1\1\11"+ "\16\1\1\11\1\1\2\11\1\0\1\11\1\0\1\11"+ - "\1\1\1\0\3\11\14\1\1\11\40\1"; + "\1\0\1\1\1\0\3\11\14\1\1\11\1\1\1\0"+ + "\15\1\1\0\1\11\22\1"; private static int [] zzUnpackAttribute() { - int [] result = new int[88]; + int [] result = new int[92]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; diff --git a/src/main/kotlin/com/dfsek/terra/codetool/editor/TerrascriptTypedHandler.kt b/src/main/kotlin/com/dfsek/terra/codetool/editor/TerrascriptTypedHandler.kt index 5b8a1eb..cf60d82 100644 --- a/src/main/kotlin/com/dfsek/terra/codetool/editor/TerrascriptTypedHandler.kt +++ b/src/main/kotlin/com/dfsek/terra/codetool/editor/TerrascriptTypedHandler.kt @@ -24,6 +24,18 @@ class TerrascriptTypedHandler : TypedHandlerDelegate() { document.insertString(offset, "\"") return Result.CONTINUE } + + if (c == '*') { + val document = editor.document + val offset = editor.caretModel.offset + + if (offset > 0 && document.charsSequence[offset - 2] == '/') { + document.insertString(offset, "/") + document.insertString(offset, "*") + editor.caretModel.moveToOffset(offset) + return Result.STOP + } + } return Result.CONTINUE } } diff --git a/src/main/kotlin/com/dfsek/terra/codetool/parsing/tesf.flex b/src/main/kotlin/com/dfsek/terra/codetool/parsing/tesf.flex index eae7942..f2e10b1 100644 --- a/src/main/kotlin/com/dfsek/terra/codetool/parsing/tesf.flex +++ b/src/main/kotlin/com/dfsek/terra/codetool/parsing/tesf.flex @@ -29,6 +29,7 @@ NUMBER=[0-9]+(\.[0-9]+)? STRING=\"([^\"]|\\.)*\" ID=[a-zA-Z_][a-zA-Z0-9_]* COMMENT="//"[^\r\n]* +MULTILINE_COMMENT="/"\*([^*]|\*+[^*/])*\*"/" %% { @@ -73,6 +74,7 @@ COMMENT="//"[^\r\n]* {STRING} { return STRING; } {ID} { return ID; } {COMMENT} { return COMMENT; } + {MULTILINE_COMMENT} { return COMMENT; } } diff --git a/src/main/kotlin/com/dfsek/terra/codetool/template/TerrascriptLiveTemplateContext.kt b/src/main/kotlin/com/dfsek/terra/codetool/template/TerrascriptLiveTemplateContext.kt index bbd9ec6..3ffa1d4 100644 --- a/src/main/kotlin/com/dfsek/terra/codetool/template/TerrascriptLiveTemplateContext.kt +++ b/src/main/kotlin/com/dfsek/terra/codetool/template/TerrascriptLiveTemplateContext.kt @@ -1,10 +1,11 @@ package com.dfsek.terra.codetool.template +import com.dfsek.terra.codetool.TerrascriptLanguage import com.intellij.codeInsight.template.TemplateActionContext import com.intellij.codeInsight.template.TemplateContextType class TerrascriptLiveTemplateContext : TemplateContextType("Terrascript") { override fun isInContext(templateActionContext: TemplateActionContext): Boolean { - return true + return templateActionContext.file.language.isKindOf(TerrascriptLanguage) } } \ No newline at end of file diff --git a/testProject b/testProject index 272d16c..9e99010 160000 --- a/testProject +++ b/testProject @@ -1 +1 @@ -Subproject commit 272d16cdfaa6692658cd80730487eb45579e724b +Subproject commit 9e99010613434d6a8cb6bcb2f70933d40d097f72 From 33d4be025508313a67004d61efb4a32e4122aea7 Mon Sep 17 00:00:00 2001 From: Christian Bergschneider Date: Tue, 24 Jun 2025 10:52:28 +0200 Subject: [PATCH 2/5] fix: unary detection --- .../com/dfsek/terra/codetool/formatting/TerrascriptBlock.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/com/dfsek/terra/codetool/formatting/TerrascriptBlock.kt b/src/main/kotlin/com/dfsek/terra/codetool/formatting/TerrascriptBlock.kt index a3945d1..976dbd0 100644 --- a/src/main/kotlin/com/dfsek/terra/codetool/formatting/TerrascriptBlock.kt +++ b/src/main/kotlin/com/dfsek/terra/codetool/formatting/TerrascriptBlock.kt @@ -164,7 +164,10 @@ class TerrascriptBlock( TesfTypes.RPAREN, TesfTypes.STRING, TesfTypes.TRUE, - TesfTypes.FALSE + TesfTypes.FALSE, + TesfTypes.LITERAL, + TesfTypes.VARIABLE_USAGE, + TesfTypes.CALL_EXPRESSION ) val expressionContainerTypes: TokenSet = TokenSet.create( From 569a5938cb82ff1c9b47731883039347c63330be Mon Sep 17 00:00:00 2001 From: Christian Bergschneider Date: Sat, 4 Oct 2025 11:40:35 +0200 Subject: [PATCH 3/5] chore: update registry stubs to 1.21.9 --- src/main/resources/registryData/blocks.json | 69845 +++++++++++------- 1 file changed, 43369 insertions(+), 26476 deletions(-) diff --git a/src/main/resources/registryData/blocks.json b/src/main/resources/registryData/blocks.json index 13cf23a..294ce23 100644 --- a/src/main/resources/registryData/blocks.json +++ b/src/main/resources/registryData/blocks.json @@ -25,7 +25,7 @@ }, "states": [ { - "id": 9492, + "id": 10569, "properties": { "face": "floor", "facing": "north", @@ -33,7 +33,7 @@ } }, { - "id": 9493, + "id": 10570, "properties": { "face": "floor", "facing": "north", @@ -41,7 +41,7 @@ } }, { - "id": 9494, + "id": 10571, "properties": { "face": "floor", "facing": "south", @@ -49,7 +49,7 @@ } }, { - "id": 9495, + "id": 10572, "properties": { "face": "floor", "facing": "south", @@ -57,7 +57,7 @@ } }, { - "id": 9496, + "id": 10573, "properties": { "face": "floor", "facing": "west", @@ -65,7 +65,7 @@ } }, { - "id": 9497, + "id": 10574, "properties": { "face": "floor", "facing": "west", @@ -73,7 +73,7 @@ } }, { - "id": 9498, + "id": 10575, "properties": { "face": "floor", "facing": "east", @@ -81,7 +81,7 @@ } }, { - "id": 9499, + "id": 10576, "properties": { "face": "floor", "facing": "east", @@ -89,7 +89,7 @@ } }, { - "id": 9500, + "id": 10577, "properties": { "face": "wall", "facing": "north", @@ -98,7 +98,7 @@ }, { "default": true, - "id": 9501, + "id": 10578, "properties": { "face": "wall", "facing": "north", @@ -106,7 +106,7 @@ } }, { - "id": 9502, + "id": 10579, "properties": { "face": "wall", "facing": "south", @@ -114,7 +114,7 @@ } }, { - "id": 9503, + "id": 10580, "properties": { "face": "wall", "facing": "south", @@ -122,7 +122,7 @@ } }, { - "id": 9504, + "id": 10581, "properties": { "face": "wall", "facing": "west", @@ -130,7 +130,7 @@ } }, { - "id": 9505, + "id": 10582, "properties": { "face": "wall", "facing": "west", @@ -138,7 +138,7 @@ } }, { - "id": 9506, + "id": 10583, "properties": { "face": "wall", "facing": "east", @@ -146,7 +146,7 @@ } }, { - "id": 9507, + "id": 10584, "properties": { "face": "wall", "facing": "east", @@ -154,7 +154,7 @@ } }, { - "id": 9508, + "id": 10585, "properties": { "face": "ceiling", "facing": "north", @@ -162,7 +162,7 @@ } }, { - "id": 9509, + "id": 10586, "properties": { "face": "ceiling", "facing": "north", @@ -170,7 +170,7 @@ } }, { - "id": 9510, + "id": 10587, "properties": { "face": "ceiling", "facing": "south", @@ -178,7 +178,7 @@ } }, { - "id": 9511, + "id": 10588, "properties": { "face": "ceiling", "facing": "south", @@ -186,7 +186,7 @@ } }, { - "id": 9512, + "id": 10589, "properties": { "face": "ceiling", "facing": "west", @@ -194,7 +194,7 @@ } }, { - "id": 9513, + "id": 10590, "properties": { "face": "ceiling", "facing": "west", @@ -202,7 +202,7 @@ } }, { - "id": 9514, + "id": 10591, "properties": { "face": "ceiling", "facing": "east", @@ -210,7 +210,7 @@ } }, { - "id": 9515, + "id": 10592, "properties": { "face": "ceiling", "facing": "east", @@ -251,7 +251,7 @@ }, "states": [ { - "id": 12973, + "id": 14050, "properties": { "facing": "north", "half": "upper", @@ -261,7 +261,7 @@ } }, { - "id": 12974, + "id": 14051, "properties": { "facing": "north", "half": "upper", @@ -271,7 +271,7 @@ } }, { - "id": 12975, + "id": 14052, "properties": { "facing": "north", "half": "upper", @@ -281,7 +281,7 @@ } }, { - "id": 12976, + "id": 14053, "properties": { "facing": "north", "half": "upper", @@ -291,7 +291,7 @@ } }, { - "id": 12977, + "id": 14054, "properties": { "facing": "north", "half": "upper", @@ -301,7 +301,7 @@ } }, { - "id": 12978, + "id": 14055, "properties": { "facing": "north", "half": "upper", @@ -311,7 +311,7 @@ } }, { - "id": 12979, + "id": 14056, "properties": { "facing": "north", "half": "upper", @@ -321,7 +321,7 @@ } }, { - "id": 12980, + "id": 14057, "properties": { "facing": "north", "half": "upper", @@ -331,7 +331,7 @@ } }, { - "id": 12981, + "id": 14058, "properties": { "facing": "north", "half": "lower", @@ -341,7 +341,7 @@ } }, { - "id": 12982, + "id": 14059, "properties": { "facing": "north", "half": "lower", @@ -351,7 +351,7 @@ } }, { - "id": 12983, + "id": 14060, "properties": { "facing": "north", "half": "lower", @@ -362,7 +362,7 @@ }, { "default": true, - "id": 12984, + "id": 14061, "properties": { "facing": "north", "half": "lower", @@ -372,7 +372,7 @@ } }, { - "id": 12985, + "id": 14062, "properties": { "facing": "north", "half": "lower", @@ -382,7 +382,7 @@ } }, { - "id": 12986, + "id": 14063, "properties": { "facing": "north", "half": "lower", @@ -392,7 +392,7 @@ } }, { - "id": 12987, + "id": 14064, "properties": { "facing": "north", "half": "lower", @@ -402,7 +402,7 @@ } }, { - "id": 12988, + "id": 14065, "properties": { "facing": "north", "half": "lower", @@ -412,7 +412,7 @@ } }, { - "id": 12989, + "id": 14066, "properties": { "facing": "south", "half": "upper", @@ -422,7 +422,7 @@ } }, { - "id": 12990, + "id": 14067, "properties": { "facing": "south", "half": "upper", @@ -432,7 +432,7 @@ } }, { - "id": 12991, + "id": 14068, "properties": { "facing": "south", "half": "upper", @@ -442,7 +442,7 @@ } }, { - "id": 12992, + "id": 14069, "properties": { "facing": "south", "half": "upper", @@ -452,7 +452,7 @@ } }, { - "id": 12993, + "id": 14070, "properties": { "facing": "south", "half": "upper", @@ -462,7 +462,7 @@ } }, { - "id": 12994, + "id": 14071, "properties": { "facing": "south", "half": "upper", @@ -472,7 +472,7 @@ } }, { - "id": 12995, + "id": 14072, "properties": { "facing": "south", "half": "upper", @@ -482,7 +482,7 @@ } }, { - "id": 12996, + "id": 14073, "properties": { "facing": "south", "half": "upper", @@ -492,7 +492,7 @@ } }, { - "id": 12997, + "id": 14074, "properties": { "facing": "south", "half": "lower", @@ -502,7 +502,7 @@ } }, { - "id": 12998, + "id": 14075, "properties": { "facing": "south", "half": "lower", @@ -512,7 +512,7 @@ } }, { - "id": 12999, + "id": 14076, "properties": { "facing": "south", "half": "lower", @@ -522,7 +522,7 @@ } }, { - "id": 13000, + "id": 14077, "properties": { "facing": "south", "half": "lower", @@ -532,7 +532,7 @@ } }, { - "id": 13001, + "id": 14078, "properties": { "facing": "south", "half": "lower", @@ -542,7 +542,7 @@ } }, { - "id": 13002, + "id": 14079, "properties": { "facing": "south", "half": "lower", @@ -552,7 +552,7 @@ } }, { - "id": 13003, + "id": 14080, "properties": { "facing": "south", "half": "lower", @@ -562,7 +562,7 @@ } }, { - "id": 13004, + "id": 14081, "properties": { "facing": "south", "half": "lower", @@ -572,7 +572,7 @@ } }, { - "id": 13005, + "id": 14082, "properties": { "facing": "west", "half": "upper", @@ -582,7 +582,7 @@ } }, { - "id": 13006, + "id": 14083, "properties": { "facing": "west", "half": "upper", @@ -592,7 +592,7 @@ } }, { - "id": 13007, + "id": 14084, "properties": { "facing": "west", "half": "upper", @@ -602,7 +602,7 @@ } }, { - "id": 13008, + "id": 14085, "properties": { "facing": "west", "half": "upper", @@ -612,7 +612,7 @@ } }, { - "id": 13009, + "id": 14086, "properties": { "facing": "west", "half": "upper", @@ -622,7 +622,7 @@ } }, { - "id": 13010, + "id": 14087, "properties": { "facing": "west", "half": "upper", @@ -632,7 +632,7 @@ } }, { - "id": 13011, + "id": 14088, "properties": { "facing": "west", "half": "upper", @@ -642,7 +642,7 @@ } }, { - "id": 13012, + "id": 14089, "properties": { "facing": "west", "half": "upper", @@ -652,7 +652,7 @@ } }, { - "id": 13013, + "id": 14090, "properties": { "facing": "west", "half": "lower", @@ -662,7 +662,7 @@ } }, { - "id": 13014, + "id": 14091, "properties": { "facing": "west", "half": "lower", @@ -672,7 +672,7 @@ } }, { - "id": 13015, + "id": 14092, "properties": { "facing": "west", "half": "lower", @@ -682,7 +682,7 @@ } }, { - "id": 13016, + "id": 14093, "properties": { "facing": "west", "half": "lower", @@ -692,7 +692,7 @@ } }, { - "id": 13017, + "id": 14094, "properties": { "facing": "west", "half": "lower", @@ -702,7 +702,7 @@ } }, { - "id": 13018, + "id": 14095, "properties": { "facing": "west", "half": "lower", @@ -712,7 +712,7 @@ } }, { - "id": 13019, + "id": 14096, "properties": { "facing": "west", "half": "lower", @@ -722,7 +722,7 @@ } }, { - "id": 13020, + "id": 14097, "properties": { "facing": "west", "half": "lower", @@ -732,7 +732,7 @@ } }, { - "id": 13021, + "id": 14098, "properties": { "facing": "east", "half": "upper", @@ -742,7 +742,7 @@ } }, { - "id": 13022, + "id": 14099, "properties": { "facing": "east", "half": "upper", @@ -752,7 +752,7 @@ } }, { - "id": 13023, + "id": 14100, "properties": { "facing": "east", "half": "upper", @@ -762,7 +762,7 @@ } }, { - "id": 13024, + "id": 14101, "properties": { "facing": "east", "half": "upper", @@ -772,7 +772,7 @@ } }, { - "id": 13025, + "id": 14102, "properties": { "facing": "east", "half": "upper", @@ -782,7 +782,7 @@ } }, { - "id": 13026, + "id": 14103, "properties": { "facing": "east", "half": "upper", @@ -792,7 +792,7 @@ } }, { - "id": 13027, + "id": 14104, "properties": { "facing": "east", "half": "upper", @@ -802,7 +802,7 @@ } }, { - "id": 13028, + "id": 14105, "properties": { "facing": "east", "half": "upper", @@ -812,7 +812,7 @@ } }, { - "id": 13029, + "id": 14106, "properties": { "facing": "east", "half": "lower", @@ -822,7 +822,7 @@ } }, { - "id": 13030, + "id": 14107, "properties": { "facing": "east", "half": "lower", @@ -832,7 +832,7 @@ } }, { - "id": 13031, + "id": 14108, "properties": { "facing": "east", "half": "lower", @@ -842,7 +842,7 @@ } }, { - "id": 13032, + "id": 14109, "properties": { "facing": "east", "half": "lower", @@ -852,7 +852,7 @@ } }, { - "id": 13033, + "id": 14110, "properties": { "facing": "east", "half": "lower", @@ -862,7 +862,7 @@ } }, { - "id": 13034, + "id": 14111, "properties": { "facing": "east", "half": "lower", @@ -872,7 +872,7 @@ } }, { - "id": 13035, + "id": 14112, "properties": { "facing": "east", "half": "lower", @@ -882,7 +882,7 @@ } }, { - "id": 13036, + "id": 14113, "properties": { "facing": "east", "half": "lower", @@ -922,7 +922,7 @@ }, "states": [ { - "id": 12589, + "id": 13666, "properties": { "east": "true", "north": "true", @@ -932,7 +932,7 @@ } }, { - "id": 12590, + "id": 13667, "properties": { "east": "true", "north": "true", @@ -942,7 +942,7 @@ } }, { - "id": 12591, + "id": 13668, "properties": { "east": "true", "north": "true", @@ -952,7 +952,7 @@ } }, { - "id": 12592, + "id": 13669, "properties": { "east": "true", "north": "true", @@ -962,7 +962,7 @@ } }, { - "id": 12593, + "id": 13670, "properties": { "east": "true", "north": "true", @@ -972,7 +972,7 @@ } }, { - "id": 12594, + "id": 13671, "properties": { "east": "true", "north": "true", @@ -982,7 +982,7 @@ } }, { - "id": 12595, + "id": 13672, "properties": { "east": "true", "north": "true", @@ -992,7 +992,7 @@ } }, { - "id": 12596, + "id": 13673, "properties": { "east": "true", "north": "true", @@ -1002,7 +1002,7 @@ } }, { - "id": 12597, + "id": 13674, "properties": { "east": "true", "north": "false", @@ -1012,7 +1012,7 @@ } }, { - "id": 12598, + "id": 13675, "properties": { "east": "true", "north": "false", @@ -1022,7 +1022,7 @@ } }, { - "id": 12599, + "id": 13676, "properties": { "east": "true", "north": "false", @@ -1032,7 +1032,7 @@ } }, { - "id": 12600, + "id": 13677, "properties": { "east": "true", "north": "false", @@ -1042,7 +1042,7 @@ } }, { - "id": 12601, + "id": 13678, "properties": { "east": "true", "north": "false", @@ -1052,7 +1052,7 @@ } }, { - "id": 12602, + "id": 13679, "properties": { "east": "true", "north": "false", @@ -1062,7 +1062,7 @@ } }, { - "id": 12603, + "id": 13680, "properties": { "east": "true", "north": "false", @@ -1072,7 +1072,7 @@ } }, { - "id": 12604, + "id": 13681, "properties": { "east": "true", "north": "false", @@ -1082,7 +1082,7 @@ } }, { - "id": 12605, + "id": 13682, "properties": { "east": "false", "north": "true", @@ -1092,7 +1092,7 @@ } }, { - "id": 12606, + "id": 13683, "properties": { "east": "false", "north": "true", @@ -1102,7 +1102,7 @@ } }, { - "id": 12607, + "id": 13684, "properties": { "east": "false", "north": "true", @@ -1112,7 +1112,7 @@ } }, { - "id": 12608, + "id": 13685, "properties": { "east": "false", "north": "true", @@ -1122,7 +1122,7 @@ } }, { - "id": 12609, + "id": 13686, "properties": { "east": "false", "north": "true", @@ -1132,7 +1132,7 @@ } }, { - "id": 12610, + "id": 13687, "properties": { "east": "false", "north": "true", @@ -1142,7 +1142,7 @@ } }, { - "id": 12611, + "id": 13688, "properties": { "east": "false", "north": "true", @@ -1152,7 +1152,7 @@ } }, { - "id": 12612, + "id": 13689, "properties": { "east": "false", "north": "true", @@ -1162,7 +1162,7 @@ } }, { - "id": 12613, + "id": 13690, "properties": { "east": "false", "north": "false", @@ -1172,7 +1172,7 @@ } }, { - "id": 12614, + "id": 13691, "properties": { "east": "false", "north": "false", @@ -1182,7 +1182,7 @@ } }, { - "id": 12615, + "id": 13692, "properties": { "east": "false", "north": "false", @@ -1192,7 +1192,7 @@ } }, { - "id": 12616, + "id": 13693, "properties": { "east": "false", "north": "false", @@ -1202,7 +1202,7 @@ } }, { - "id": 12617, + "id": 13694, "properties": { "east": "false", "north": "false", @@ -1212,7 +1212,7 @@ } }, { - "id": 12618, + "id": 13695, "properties": { "east": "false", "north": "false", @@ -1222,7 +1222,7 @@ } }, { - "id": 12619, + "id": 13696, "properties": { "east": "false", "north": "false", @@ -1233,7 +1233,7 @@ }, { "default": true, - "id": 12620, + "id": 13697, "properties": { "east": "false", "north": "false", @@ -1272,7 +1272,7 @@ }, "states": [ { - "id": 12301, + "id": 13378, "properties": { "facing": "north", "in_wall": "true", @@ -1281,7 +1281,7 @@ } }, { - "id": 12302, + "id": 13379, "properties": { "facing": "north", "in_wall": "true", @@ -1290,7 +1290,7 @@ } }, { - "id": 12303, + "id": 13380, "properties": { "facing": "north", "in_wall": "true", @@ -1299,7 +1299,7 @@ } }, { - "id": 12304, + "id": 13381, "properties": { "facing": "north", "in_wall": "true", @@ -1308,7 +1308,7 @@ } }, { - "id": 12305, + "id": 13382, "properties": { "facing": "north", "in_wall": "false", @@ -1317,7 +1317,7 @@ } }, { - "id": 12306, + "id": 13383, "properties": { "facing": "north", "in_wall": "false", @@ -1326,7 +1326,7 @@ } }, { - "id": 12307, + "id": 13384, "properties": { "facing": "north", "in_wall": "false", @@ -1336,7 +1336,7 @@ }, { "default": true, - "id": 12308, + "id": 13385, "properties": { "facing": "north", "in_wall": "false", @@ -1345,7 +1345,7 @@ } }, { - "id": 12309, + "id": 13386, "properties": { "facing": "south", "in_wall": "true", @@ -1354,7 +1354,7 @@ } }, { - "id": 12310, + "id": 13387, "properties": { "facing": "south", "in_wall": "true", @@ -1363,7 +1363,7 @@ } }, { - "id": 12311, + "id": 13388, "properties": { "facing": "south", "in_wall": "true", @@ -1372,7 +1372,7 @@ } }, { - "id": 12312, + "id": 13389, "properties": { "facing": "south", "in_wall": "true", @@ -1381,7 +1381,7 @@ } }, { - "id": 12313, + "id": 13390, "properties": { "facing": "south", "in_wall": "false", @@ -1390,7 +1390,7 @@ } }, { - "id": 12314, + "id": 13391, "properties": { "facing": "south", "in_wall": "false", @@ -1399,7 +1399,7 @@ } }, { - "id": 12315, + "id": 13392, "properties": { "facing": "south", "in_wall": "false", @@ -1408,7 +1408,7 @@ } }, { - "id": 12316, + "id": 13393, "properties": { "facing": "south", "in_wall": "false", @@ -1417,7 +1417,7 @@ } }, { - "id": 12317, + "id": 13394, "properties": { "facing": "west", "in_wall": "true", @@ -1426,7 +1426,7 @@ } }, { - "id": 12318, + "id": 13395, "properties": { "facing": "west", "in_wall": "true", @@ -1435,7 +1435,7 @@ } }, { - "id": 12319, + "id": 13396, "properties": { "facing": "west", "in_wall": "true", @@ -1444,7 +1444,7 @@ } }, { - "id": 12320, + "id": 13397, "properties": { "facing": "west", "in_wall": "true", @@ -1453,7 +1453,7 @@ } }, { - "id": 12321, + "id": 13398, "properties": { "facing": "west", "in_wall": "false", @@ -1462,7 +1462,7 @@ } }, { - "id": 12322, + "id": 13399, "properties": { "facing": "west", "in_wall": "false", @@ -1471,7 +1471,7 @@ } }, { - "id": 12323, + "id": 13400, "properties": { "facing": "west", "in_wall": "false", @@ -1480,7 +1480,7 @@ } }, { - "id": 12324, + "id": 13401, "properties": { "facing": "west", "in_wall": "false", @@ -1489,7 +1489,7 @@ } }, { - "id": 12325, + "id": 13402, "properties": { "facing": "east", "in_wall": "true", @@ -1498,7 +1498,7 @@ } }, { - "id": 12326, + "id": 13403, "properties": { "facing": "east", "in_wall": "true", @@ -1507,7 +1507,7 @@ } }, { - "id": 12327, + "id": 13404, "properties": { "facing": "east", "in_wall": "true", @@ -1516,7 +1516,7 @@ } }, { - "id": 12328, + "id": 13405, "properties": { "facing": "east", "in_wall": "true", @@ -1525,7 +1525,7 @@ } }, { - "id": 12329, + "id": 13406, "properties": { "facing": "east", "in_wall": "false", @@ -1534,7 +1534,7 @@ } }, { - "id": 12330, + "id": 13407, "properties": { "facing": "east", "in_wall": "false", @@ -1543,7 +1543,7 @@ } }, { - "id": 12331, + "id": 13408, "properties": { "facing": "east", "in_wall": "false", @@ -1552,7 +1552,7 @@ } }, { - "id": 12332, + "id": 13409, "properties": { "facing": "east", "in_wall": "false", @@ -1598,7 +1598,7 @@ }, "states": [ { - "id": 5130, + "id": 5898, "properties": { "attached": "true", "rotation": "0", @@ -1606,7 +1606,7 @@ } }, { - "id": 5131, + "id": 5899, "properties": { "attached": "true", "rotation": "0", @@ -1614,7 +1614,7 @@ } }, { - "id": 5132, + "id": 5900, "properties": { "attached": "true", "rotation": "1", @@ -1622,7 +1622,7 @@ } }, { - "id": 5133, + "id": 5901, "properties": { "attached": "true", "rotation": "1", @@ -1630,7 +1630,7 @@ } }, { - "id": 5134, + "id": 5902, "properties": { "attached": "true", "rotation": "2", @@ -1638,7 +1638,7 @@ } }, { - "id": 5135, + "id": 5903, "properties": { "attached": "true", "rotation": "2", @@ -1646,7 +1646,7 @@ } }, { - "id": 5136, + "id": 5904, "properties": { "attached": "true", "rotation": "3", @@ -1654,7 +1654,7 @@ } }, { - "id": 5137, + "id": 5905, "properties": { "attached": "true", "rotation": "3", @@ -1662,7 +1662,7 @@ } }, { - "id": 5138, + "id": 5906, "properties": { "attached": "true", "rotation": "4", @@ -1670,7 +1670,7 @@ } }, { - "id": 5139, + "id": 5907, "properties": { "attached": "true", "rotation": "4", @@ -1678,7 +1678,7 @@ } }, { - "id": 5140, + "id": 5908, "properties": { "attached": "true", "rotation": "5", @@ -1686,7 +1686,7 @@ } }, { - "id": 5141, + "id": 5909, "properties": { "attached": "true", "rotation": "5", @@ -1694,7 +1694,7 @@ } }, { - "id": 5142, + "id": 5910, "properties": { "attached": "true", "rotation": "6", @@ -1702,7 +1702,7 @@ } }, { - "id": 5143, + "id": 5911, "properties": { "attached": "true", "rotation": "6", @@ -1710,7 +1710,7 @@ } }, { - "id": 5144, + "id": 5912, "properties": { "attached": "true", "rotation": "7", @@ -1718,7 +1718,7 @@ } }, { - "id": 5145, + "id": 5913, "properties": { "attached": "true", "rotation": "7", @@ -1726,7 +1726,7 @@ } }, { - "id": 5146, + "id": 5914, "properties": { "attached": "true", "rotation": "8", @@ -1734,7 +1734,7 @@ } }, { - "id": 5147, + "id": 5915, "properties": { "attached": "true", "rotation": "8", @@ -1742,7 +1742,7 @@ } }, { - "id": 5148, + "id": 5916, "properties": { "attached": "true", "rotation": "9", @@ -1750,7 +1750,7 @@ } }, { - "id": 5149, + "id": 5917, "properties": { "attached": "true", "rotation": "9", @@ -1758,7 +1758,7 @@ } }, { - "id": 5150, + "id": 5918, "properties": { "attached": "true", "rotation": "10", @@ -1766,7 +1766,7 @@ } }, { - "id": 5151, + "id": 5919, "properties": { "attached": "true", "rotation": "10", @@ -1774,7 +1774,7 @@ } }, { - "id": 5152, + "id": 5920, "properties": { "attached": "true", "rotation": "11", @@ -1782,7 +1782,7 @@ } }, { - "id": 5153, + "id": 5921, "properties": { "attached": "true", "rotation": "11", @@ -1790,7 +1790,7 @@ } }, { - "id": 5154, + "id": 5922, "properties": { "attached": "true", "rotation": "12", @@ -1798,7 +1798,7 @@ } }, { - "id": 5155, + "id": 5923, "properties": { "attached": "true", "rotation": "12", @@ -1806,7 +1806,7 @@ } }, { - "id": 5156, + "id": 5924, "properties": { "attached": "true", "rotation": "13", @@ -1814,7 +1814,7 @@ } }, { - "id": 5157, + "id": 5925, "properties": { "attached": "true", "rotation": "13", @@ -1822,7 +1822,7 @@ } }, { - "id": 5158, + "id": 5926, "properties": { "attached": "true", "rotation": "14", @@ -1830,7 +1830,7 @@ } }, { - "id": 5159, + "id": 5927, "properties": { "attached": "true", "rotation": "14", @@ -1838,7 +1838,7 @@ } }, { - "id": 5160, + "id": 5928, "properties": { "attached": "true", "rotation": "15", @@ -1846,7 +1846,7 @@ } }, { - "id": 5161, + "id": 5929, "properties": { "attached": "true", "rotation": "15", @@ -1854,7 +1854,7 @@ } }, { - "id": 5162, + "id": 5930, "properties": { "attached": "false", "rotation": "0", @@ -1863,7 +1863,7 @@ }, { "default": true, - "id": 5163, + "id": 5931, "properties": { "attached": "false", "rotation": "0", @@ -1871,7 +1871,7 @@ } }, { - "id": 5164, + "id": 5932, "properties": { "attached": "false", "rotation": "1", @@ -1879,7 +1879,7 @@ } }, { - "id": 5165, + "id": 5933, "properties": { "attached": "false", "rotation": "1", @@ -1887,7 +1887,7 @@ } }, { - "id": 5166, + "id": 5934, "properties": { "attached": "false", "rotation": "2", @@ -1895,7 +1895,7 @@ } }, { - "id": 5167, + "id": 5935, "properties": { "attached": "false", "rotation": "2", @@ -1903,7 +1903,7 @@ } }, { - "id": 5168, + "id": 5936, "properties": { "attached": "false", "rotation": "3", @@ -1911,7 +1911,7 @@ } }, { - "id": 5169, + "id": 5937, "properties": { "attached": "false", "rotation": "3", @@ -1919,7 +1919,7 @@ } }, { - "id": 5170, + "id": 5938, "properties": { "attached": "false", "rotation": "4", @@ -1927,7 +1927,7 @@ } }, { - "id": 5171, + "id": 5939, "properties": { "attached": "false", "rotation": "4", @@ -1935,7 +1935,7 @@ } }, { - "id": 5172, + "id": 5940, "properties": { "attached": "false", "rotation": "5", @@ -1943,7 +1943,7 @@ } }, { - "id": 5173, + "id": 5941, "properties": { "attached": "false", "rotation": "5", @@ -1951,7 +1951,7 @@ } }, { - "id": 5174, + "id": 5942, "properties": { "attached": "false", "rotation": "6", @@ -1959,7 +1959,7 @@ } }, { - "id": 5175, + "id": 5943, "properties": { "attached": "false", "rotation": "6", @@ -1967,7 +1967,7 @@ } }, { - "id": 5176, + "id": 5944, "properties": { "attached": "false", "rotation": "7", @@ -1975,7 +1975,7 @@ } }, { - "id": 5177, + "id": 5945, "properties": { "attached": "false", "rotation": "7", @@ -1983,7 +1983,7 @@ } }, { - "id": 5178, + "id": 5946, "properties": { "attached": "false", "rotation": "8", @@ -1991,7 +1991,7 @@ } }, { - "id": 5179, + "id": 5947, "properties": { "attached": "false", "rotation": "8", @@ -1999,7 +1999,7 @@ } }, { - "id": 5180, + "id": 5948, "properties": { "attached": "false", "rotation": "9", @@ -2007,7 +2007,7 @@ } }, { - "id": 5181, + "id": 5949, "properties": { "attached": "false", "rotation": "9", @@ -2015,7 +2015,7 @@ } }, { - "id": 5182, + "id": 5950, "properties": { "attached": "false", "rotation": "10", @@ -2023,7 +2023,7 @@ } }, { - "id": 5183, + "id": 5951, "properties": { "attached": "false", "rotation": "10", @@ -2031,7 +2031,7 @@ } }, { - "id": 5184, + "id": 5952, "properties": { "attached": "false", "rotation": "11", @@ -2039,7 +2039,7 @@ } }, { - "id": 5185, + "id": 5953, "properties": { "attached": "false", "rotation": "11", @@ -2047,7 +2047,7 @@ } }, { - "id": 5186, + "id": 5954, "properties": { "attached": "false", "rotation": "12", @@ -2055,7 +2055,7 @@ } }, { - "id": 5187, + "id": 5955, "properties": { "attached": "false", "rotation": "12", @@ -2063,7 +2063,7 @@ } }, { - "id": 5188, + "id": 5956, "properties": { "attached": "false", "rotation": "13", @@ -2071,7 +2071,7 @@ } }, { - "id": 5189, + "id": 5957, "properties": { "attached": "false", "rotation": "13", @@ -2079,7 +2079,7 @@ } }, { - "id": 5190, + "id": 5958, "properties": { "attached": "false", "rotation": "14", @@ -2087,7 +2087,7 @@ } }, { - "id": 5191, + "id": 5959, "properties": { "attached": "false", "rotation": "14", @@ -2095,7 +2095,7 @@ } }, { - "id": 5192, + "id": 5960, "properties": { "attached": "false", "rotation": "15", @@ -2103,7 +2103,7 @@ } }, { - "id": 5193, + "id": 5961, "properties": { "attached": "false", "rotation": "15", @@ -2425,14 +2425,14 @@ }, "states": [ { - "id": 5900, + "id": 6668, "properties": { "powered": "true" } }, { "default": true, - "id": 5901, + "id": 6669, "properties": { "powered": "false" } @@ -2467,6 +2467,613 @@ } ] }, + "minecraft:acacia_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2399, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2400, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2401, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2402, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2403, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2404, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2405, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2406, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2407, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2408, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2409, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2410, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2411, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2412, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2413, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2414, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2415, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2416, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2417, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2418, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2419, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2420, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2421, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2422, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2423, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2424, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2425, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2426, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2427, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2428, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2429, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2430, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2431, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2432, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2433, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2434, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2435, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2436, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2437, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2438, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2439, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2440, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2441, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2442, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2443, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2444, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2445, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2446, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2447, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2448, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2449, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2450, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2451, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2452, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2453, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2454, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2455, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2456, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2457, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2458, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2459, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2460, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2461, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2462, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:acacia_sign": { "definition": { "type": "minecraft:standing_sign", @@ -2499,7 +3106,7 @@ }, "states": [ { - "id": 4462, + "id": 5230, "properties": { "rotation": "0", "waterlogged": "true" @@ -2507,217 +3114,217 @@ }, { "default": true, - "id": 4463, + "id": 5231, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4464, + "id": 5232, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4465, + "id": 5233, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4466, + "id": 5234, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4467, + "id": 5235, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4468, + "id": 5236, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4469, + "id": 5237, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4470, + "id": 5238, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4471, + "id": 5239, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4472, + "id": 5240, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4473, + "id": 5241, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4474, + "id": 5242, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4475, + "id": 5243, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4476, + "id": 5244, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4477, + "id": 5245, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4478, + "id": 5246, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4479, + "id": 5247, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4480, + "id": 5248, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4481, + "id": 5249, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4482, + "id": 5250, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4483, + "id": 5251, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4484, + "id": 5252, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4485, + "id": 5253, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4486, + "id": 5254, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4487, + "id": 5255, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4488, + "id": 5256, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4489, + "id": 5257, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4490, + "id": 5258, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4491, + "id": 5259, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4492, + "id": 5260, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4493, + "id": 5261, "properties": { "rotation": "15", "waterlogged": "false" @@ -2743,21 +3350,21 @@ }, "states": [ { - "id": 12075, + "id": 13152, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12076, + "id": 13153, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12077, + "id": 13154, "properties": { "type": "bottom", "waterlogged": "true" @@ -2765,21 +3372,21 @@ }, { "default": true, - "id": 12078, + "id": 13155, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12079, + "id": 13156, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12080, + "id": 13157, "properties": { "type": "double", "waterlogged": "false" @@ -2820,7 +3427,7 @@ }, "states": [ { - "id": 10693, + "id": 11770, "properties": { "facing": "north", "half": "top", @@ -2829,7 +3436,7 @@ } }, { - "id": 10694, + "id": 11771, "properties": { "facing": "north", "half": "top", @@ -2838,7 +3445,7 @@ } }, { - "id": 10695, + "id": 11772, "properties": { "facing": "north", "half": "top", @@ -2847,7 +3454,7 @@ } }, { - "id": 10696, + "id": 11773, "properties": { "facing": "north", "half": "top", @@ -2856,7 +3463,7 @@ } }, { - "id": 10697, + "id": 11774, "properties": { "facing": "north", "half": "top", @@ -2865,7 +3472,7 @@ } }, { - "id": 10698, + "id": 11775, "properties": { "facing": "north", "half": "top", @@ -2874,7 +3481,7 @@ } }, { - "id": 10699, + "id": 11776, "properties": { "facing": "north", "half": "top", @@ -2883,7 +3490,7 @@ } }, { - "id": 10700, + "id": 11777, "properties": { "facing": "north", "half": "top", @@ -2892,7 +3499,7 @@ } }, { - "id": 10701, + "id": 11778, "properties": { "facing": "north", "half": "top", @@ -2901,7 +3508,7 @@ } }, { - "id": 10702, + "id": 11779, "properties": { "facing": "north", "half": "top", @@ -2910,7 +3517,7 @@ } }, { - "id": 10703, + "id": 11780, "properties": { "facing": "north", "half": "bottom", @@ -2920,7 +3527,7 @@ }, { "default": true, - "id": 10704, + "id": 11781, "properties": { "facing": "north", "half": "bottom", @@ -2929,7 +3536,7 @@ } }, { - "id": 10705, + "id": 11782, "properties": { "facing": "north", "half": "bottom", @@ -2938,7 +3545,7 @@ } }, { - "id": 10706, + "id": 11783, "properties": { "facing": "north", "half": "bottom", @@ -2947,7 +3554,7 @@ } }, { - "id": 10707, + "id": 11784, "properties": { "facing": "north", "half": "bottom", @@ -2956,7 +3563,7 @@ } }, { - "id": 10708, + "id": 11785, "properties": { "facing": "north", "half": "bottom", @@ -2965,7 +3572,7 @@ } }, { - "id": 10709, + "id": 11786, "properties": { "facing": "north", "half": "bottom", @@ -2974,7 +3581,7 @@ } }, { - "id": 10710, + "id": 11787, "properties": { "facing": "north", "half": "bottom", @@ -2983,7 +3590,7 @@ } }, { - "id": 10711, + "id": 11788, "properties": { "facing": "north", "half": "bottom", @@ -2992,7 +3599,7 @@ } }, { - "id": 10712, + "id": 11789, "properties": { "facing": "north", "half": "bottom", @@ -3001,7 +3608,7 @@ } }, { - "id": 10713, + "id": 11790, "properties": { "facing": "south", "half": "top", @@ -3010,7 +3617,7 @@ } }, { - "id": 10714, + "id": 11791, "properties": { "facing": "south", "half": "top", @@ -3019,7 +3626,7 @@ } }, { - "id": 10715, + "id": 11792, "properties": { "facing": "south", "half": "top", @@ -3028,7 +3635,7 @@ } }, { - "id": 10716, + "id": 11793, "properties": { "facing": "south", "half": "top", @@ -3037,7 +3644,7 @@ } }, { - "id": 10717, + "id": 11794, "properties": { "facing": "south", "half": "top", @@ -3046,7 +3653,7 @@ } }, { - "id": 10718, + "id": 11795, "properties": { "facing": "south", "half": "top", @@ -3055,7 +3662,7 @@ } }, { - "id": 10719, + "id": 11796, "properties": { "facing": "south", "half": "top", @@ -3064,7 +3671,7 @@ } }, { - "id": 10720, + "id": 11797, "properties": { "facing": "south", "half": "top", @@ -3073,7 +3680,7 @@ } }, { - "id": 10721, + "id": 11798, "properties": { "facing": "south", "half": "top", @@ -3082,7 +3689,7 @@ } }, { - "id": 10722, + "id": 11799, "properties": { "facing": "south", "half": "top", @@ -3091,7 +3698,7 @@ } }, { - "id": 10723, + "id": 11800, "properties": { "facing": "south", "half": "bottom", @@ -3100,7 +3707,7 @@ } }, { - "id": 10724, + "id": 11801, "properties": { "facing": "south", "half": "bottom", @@ -3109,7 +3716,7 @@ } }, { - "id": 10725, + "id": 11802, "properties": { "facing": "south", "half": "bottom", @@ -3118,7 +3725,7 @@ } }, { - "id": 10726, + "id": 11803, "properties": { "facing": "south", "half": "bottom", @@ -3127,7 +3734,7 @@ } }, { - "id": 10727, + "id": 11804, "properties": { "facing": "south", "half": "bottom", @@ -3136,7 +3743,7 @@ } }, { - "id": 10728, + "id": 11805, "properties": { "facing": "south", "half": "bottom", @@ -3145,7 +3752,7 @@ } }, { - "id": 10729, + "id": 11806, "properties": { "facing": "south", "half": "bottom", @@ -3154,7 +3761,7 @@ } }, { - "id": 10730, + "id": 11807, "properties": { "facing": "south", "half": "bottom", @@ -3163,7 +3770,7 @@ } }, { - "id": 10731, + "id": 11808, "properties": { "facing": "south", "half": "bottom", @@ -3172,7 +3779,7 @@ } }, { - "id": 10732, + "id": 11809, "properties": { "facing": "south", "half": "bottom", @@ -3181,7 +3788,7 @@ } }, { - "id": 10733, + "id": 11810, "properties": { "facing": "west", "half": "top", @@ -3190,7 +3797,7 @@ } }, { - "id": 10734, + "id": 11811, "properties": { "facing": "west", "half": "top", @@ -3199,7 +3806,7 @@ } }, { - "id": 10735, + "id": 11812, "properties": { "facing": "west", "half": "top", @@ -3208,7 +3815,7 @@ } }, { - "id": 10736, + "id": 11813, "properties": { "facing": "west", "half": "top", @@ -3217,7 +3824,7 @@ } }, { - "id": 10737, + "id": 11814, "properties": { "facing": "west", "half": "top", @@ -3226,7 +3833,7 @@ } }, { - "id": 10738, + "id": 11815, "properties": { "facing": "west", "half": "top", @@ -3235,7 +3842,7 @@ } }, { - "id": 10739, + "id": 11816, "properties": { "facing": "west", "half": "top", @@ -3244,7 +3851,7 @@ } }, { - "id": 10740, + "id": 11817, "properties": { "facing": "west", "half": "top", @@ -3253,7 +3860,7 @@ } }, { - "id": 10741, + "id": 11818, "properties": { "facing": "west", "half": "top", @@ -3262,7 +3869,7 @@ } }, { - "id": 10742, + "id": 11819, "properties": { "facing": "west", "half": "top", @@ -3271,7 +3878,7 @@ } }, { - "id": 10743, + "id": 11820, "properties": { "facing": "west", "half": "bottom", @@ -3280,7 +3887,7 @@ } }, { - "id": 10744, + "id": 11821, "properties": { "facing": "west", "half": "bottom", @@ -3289,7 +3896,7 @@ } }, { - "id": 10745, + "id": 11822, "properties": { "facing": "west", "half": "bottom", @@ -3298,7 +3905,7 @@ } }, { - "id": 10746, + "id": 11823, "properties": { "facing": "west", "half": "bottom", @@ -3307,7 +3914,7 @@ } }, { - "id": 10747, + "id": 11824, "properties": { "facing": "west", "half": "bottom", @@ -3316,7 +3923,7 @@ } }, { - "id": 10748, + "id": 11825, "properties": { "facing": "west", "half": "bottom", @@ -3325,7 +3932,7 @@ } }, { - "id": 10749, + "id": 11826, "properties": { "facing": "west", "half": "bottom", @@ -3334,7 +3941,7 @@ } }, { - "id": 10750, + "id": 11827, "properties": { "facing": "west", "half": "bottom", @@ -3343,7 +3950,7 @@ } }, { - "id": 10751, + "id": 11828, "properties": { "facing": "west", "half": "bottom", @@ -3352,7 +3959,7 @@ } }, { - "id": 10752, + "id": 11829, "properties": { "facing": "west", "half": "bottom", @@ -3361,7 +3968,7 @@ } }, { - "id": 10753, + "id": 11830, "properties": { "facing": "east", "half": "top", @@ -3370,7 +3977,7 @@ } }, { - "id": 10754, + "id": 11831, "properties": { "facing": "east", "half": "top", @@ -3379,7 +3986,7 @@ } }, { - "id": 10755, + "id": 11832, "properties": { "facing": "east", "half": "top", @@ -3388,7 +3995,7 @@ } }, { - "id": 10756, + "id": 11833, "properties": { "facing": "east", "half": "top", @@ -3397,7 +4004,7 @@ } }, { - "id": 10757, + "id": 11834, "properties": { "facing": "east", "half": "top", @@ -3406,7 +4013,7 @@ } }, { - "id": 10758, + "id": 11835, "properties": { "facing": "east", "half": "top", @@ -3415,7 +4022,7 @@ } }, { - "id": 10759, + "id": 11836, "properties": { "facing": "east", "half": "top", @@ -3424,7 +4031,7 @@ } }, { - "id": 10760, + "id": 11837, "properties": { "facing": "east", "half": "top", @@ -3433,7 +4040,7 @@ } }, { - "id": 10761, + "id": 11838, "properties": { "facing": "east", "half": "top", @@ -3442,7 +4049,7 @@ } }, { - "id": 10762, + "id": 11839, "properties": { "facing": "east", "half": "top", @@ -3451,7 +4058,7 @@ } }, { - "id": 10763, + "id": 11840, "properties": { "facing": "east", "half": "bottom", @@ -3460,7 +4067,7 @@ } }, { - "id": 10764, + "id": 11841, "properties": { "facing": "east", "half": "bottom", @@ -3469,7 +4076,7 @@ } }, { - "id": 10765, + "id": 11842, "properties": { "facing": "east", "half": "bottom", @@ -3478,7 +4085,7 @@ } }, { - "id": 10766, + "id": 11843, "properties": { "facing": "east", "half": "bottom", @@ -3487,7 +4094,7 @@ } }, { - "id": 10767, + "id": 11844, "properties": { "facing": "east", "half": "bottom", @@ -3496,7 +4103,7 @@ } }, { - "id": 10768, + "id": 11845, "properties": { "facing": "east", "half": "bottom", @@ -3505,7 +4112,7 @@ } }, { - "id": 10769, + "id": 11846, "properties": { "facing": "east", "half": "bottom", @@ -3514,7 +4121,7 @@ } }, { - "id": 10770, + "id": 11847, "properties": { "facing": "east", "half": "bottom", @@ -3523,7 +4130,7 @@ } }, { - "id": 10771, + "id": 11848, "properties": { "facing": "east", "half": "bottom", @@ -3532,7 +4139,7 @@ } }, { - "id": 10772, + "id": 11849, "properties": { "facing": "east", "half": "bottom", @@ -3574,7 +4181,7 @@ }, "states": [ { - "id": 6396, + "id": 7169, "properties": { "facing": "north", "half": "top", @@ -3584,7 +4191,7 @@ } }, { - "id": 6397, + "id": 7170, "properties": { "facing": "north", "half": "top", @@ -3594,7 +4201,7 @@ } }, { - "id": 6398, + "id": 7171, "properties": { "facing": "north", "half": "top", @@ -3604,7 +4211,7 @@ } }, { - "id": 6399, + "id": 7172, "properties": { "facing": "north", "half": "top", @@ -3614,7 +4221,7 @@ } }, { - "id": 6400, + "id": 7173, "properties": { "facing": "north", "half": "top", @@ -3624,7 +4231,7 @@ } }, { - "id": 6401, + "id": 7174, "properties": { "facing": "north", "half": "top", @@ -3634,7 +4241,7 @@ } }, { - "id": 6402, + "id": 7175, "properties": { "facing": "north", "half": "top", @@ -3644,7 +4251,7 @@ } }, { - "id": 6403, + "id": 7176, "properties": { "facing": "north", "half": "top", @@ -3654,7 +4261,7 @@ } }, { - "id": 6404, + "id": 7177, "properties": { "facing": "north", "half": "bottom", @@ -3664,7 +4271,7 @@ } }, { - "id": 6405, + "id": 7178, "properties": { "facing": "north", "half": "bottom", @@ -3674,7 +4281,7 @@ } }, { - "id": 6406, + "id": 7179, "properties": { "facing": "north", "half": "bottom", @@ -3684,7 +4291,7 @@ } }, { - "id": 6407, + "id": 7180, "properties": { "facing": "north", "half": "bottom", @@ -3694,7 +4301,7 @@ } }, { - "id": 6408, + "id": 7181, "properties": { "facing": "north", "half": "bottom", @@ -3704,7 +4311,7 @@ } }, { - "id": 6409, + "id": 7182, "properties": { "facing": "north", "half": "bottom", @@ -3714,7 +4321,7 @@ } }, { - "id": 6410, + "id": 7183, "properties": { "facing": "north", "half": "bottom", @@ -3725,7 +4332,7 @@ }, { "default": true, - "id": 6411, + "id": 7184, "properties": { "facing": "north", "half": "bottom", @@ -3735,7 +4342,7 @@ } }, { - "id": 6412, + "id": 7185, "properties": { "facing": "south", "half": "top", @@ -3745,7 +4352,7 @@ } }, { - "id": 6413, + "id": 7186, "properties": { "facing": "south", "half": "top", @@ -3755,7 +4362,7 @@ } }, { - "id": 6414, + "id": 7187, "properties": { "facing": "south", "half": "top", @@ -3765,7 +4372,7 @@ } }, { - "id": 6415, + "id": 7188, "properties": { "facing": "south", "half": "top", @@ -3775,7 +4382,7 @@ } }, { - "id": 6416, + "id": 7189, "properties": { "facing": "south", "half": "top", @@ -3785,7 +4392,7 @@ } }, { - "id": 6417, + "id": 7190, "properties": { "facing": "south", "half": "top", @@ -3795,7 +4402,7 @@ } }, { - "id": 6418, + "id": 7191, "properties": { "facing": "south", "half": "top", @@ -3805,7 +4412,7 @@ } }, { - "id": 6419, + "id": 7192, "properties": { "facing": "south", "half": "top", @@ -3815,7 +4422,7 @@ } }, { - "id": 6420, + "id": 7193, "properties": { "facing": "south", "half": "bottom", @@ -3825,7 +4432,7 @@ } }, { - "id": 6421, + "id": 7194, "properties": { "facing": "south", "half": "bottom", @@ -3835,7 +4442,7 @@ } }, { - "id": 6422, + "id": 7195, "properties": { "facing": "south", "half": "bottom", @@ -3845,7 +4452,7 @@ } }, { - "id": 6423, + "id": 7196, "properties": { "facing": "south", "half": "bottom", @@ -3855,7 +4462,7 @@ } }, { - "id": 6424, + "id": 7197, "properties": { "facing": "south", "half": "bottom", @@ -3865,7 +4472,7 @@ } }, { - "id": 6425, + "id": 7198, "properties": { "facing": "south", "half": "bottom", @@ -3875,7 +4482,7 @@ } }, { - "id": 6426, + "id": 7199, "properties": { "facing": "south", "half": "bottom", @@ -3885,7 +4492,7 @@ } }, { - "id": 6427, + "id": 7200, "properties": { "facing": "south", "half": "bottom", @@ -3895,7 +4502,7 @@ } }, { - "id": 6428, + "id": 7201, "properties": { "facing": "west", "half": "top", @@ -3905,7 +4512,7 @@ } }, { - "id": 6429, + "id": 7202, "properties": { "facing": "west", "half": "top", @@ -3915,7 +4522,7 @@ } }, { - "id": 6430, + "id": 7203, "properties": { "facing": "west", "half": "top", @@ -3925,7 +4532,7 @@ } }, { - "id": 6431, + "id": 7204, "properties": { "facing": "west", "half": "top", @@ -3935,7 +4542,7 @@ } }, { - "id": 6432, + "id": 7205, "properties": { "facing": "west", "half": "top", @@ -3945,7 +4552,7 @@ } }, { - "id": 6433, + "id": 7206, "properties": { "facing": "west", "half": "top", @@ -3955,7 +4562,7 @@ } }, { - "id": 6434, + "id": 7207, "properties": { "facing": "west", "half": "top", @@ -3965,7 +4572,7 @@ } }, { - "id": 6435, + "id": 7208, "properties": { "facing": "west", "half": "top", @@ -3975,7 +4582,7 @@ } }, { - "id": 6436, + "id": 7209, "properties": { "facing": "west", "half": "bottom", @@ -3985,7 +4592,7 @@ } }, { - "id": 6437, + "id": 7210, "properties": { "facing": "west", "half": "bottom", @@ -3995,7 +4602,7 @@ } }, { - "id": 6438, + "id": 7211, "properties": { "facing": "west", "half": "bottom", @@ -4005,7 +4612,7 @@ } }, { - "id": 6439, + "id": 7212, "properties": { "facing": "west", "half": "bottom", @@ -4015,7 +4622,7 @@ } }, { - "id": 6440, + "id": 7213, "properties": { "facing": "west", "half": "bottom", @@ -4025,7 +4632,7 @@ } }, { - "id": 6441, + "id": 7214, "properties": { "facing": "west", "half": "bottom", @@ -4035,7 +4642,7 @@ } }, { - "id": 6442, + "id": 7215, "properties": { "facing": "west", "half": "bottom", @@ -4045,7 +4652,7 @@ } }, { - "id": 6443, + "id": 7216, "properties": { "facing": "west", "half": "bottom", @@ -4055,7 +4662,7 @@ } }, { - "id": 6444, + "id": 7217, "properties": { "facing": "east", "half": "top", @@ -4065,7 +4672,7 @@ } }, { - "id": 6445, + "id": 7218, "properties": { "facing": "east", "half": "top", @@ -4075,7 +4682,7 @@ } }, { - "id": 6446, + "id": 7219, "properties": { "facing": "east", "half": "top", @@ -4085,7 +4692,7 @@ } }, { - "id": 6447, + "id": 7220, "properties": { "facing": "east", "half": "top", @@ -4095,7 +4702,7 @@ } }, { - "id": 6448, + "id": 7221, "properties": { "facing": "east", "half": "top", @@ -4105,7 +4712,7 @@ } }, { - "id": 6449, + "id": 7222, "properties": { "facing": "east", "half": "top", @@ -4115,7 +4722,7 @@ } }, { - "id": 6450, + "id": 7223, "properties": { "facing": "east", "half": "top", @@ -4125,7 +4732,7 @@ } }, { - "id": 6451, + "id": 7224, "properties": { "facing": "east", "half": "top", @@ -4135,7 +4742,7 @@ } }, { - "id": 6452, + "id": 7225, "properties": { "facing": "east", "half": "bottom", @@ -4145,7 +4752,7 @@ } }, { - "id": 6453, + "id": 7226, "properties": { "facing": "east", "half": "bottom", @@ -4155,7 +4762,7 @@ } }, { - "id": 6454, + "id": 7227, "properties": { "facing": "east", "half": "bottom", @@ -4165,7 +4772,7 @@ } }, { - "id": 6455, + "id": 7228, "properties": { "facing": "east", "half": "bottom", @@ -4175,7 +4782,7 @@ } }, { - "id": 6456, + "id": 7229, "properties": { "facing": "east", "half": "bottom", @@ -4185,7 +4792,7 @@ } }, { - "id": 6457, + "id": 7230, "properties": { "facing": "east", "half": "bottom", @@ -4195,7 +4802,7 @@ } }, { - "id": 6458, + "id": 7231, "properties": { "facing": "east", "half": "bottom", @@ -4205,7 +4812,7 @@ } }, { - "id": 6459, + "id": 7232, "properties": { "facing": "east", "half": "bottom", @@ -4236,7 +4843,7 @@ }, "states": [ { - "id": 5730, + "id": 6498, "properties": { "facing": "north", "waterlogged": "true" @@ -4244,49 +4851,49 @@ }, { "default": true, - "id": 5731, + "id": 6499, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5732, + "id": 6500, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5733, + "id": 6501, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5734, + "id": 6502, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5735, + "id": 6503, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5736, + "id": 6504, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5737, + "id": 6505, "properties": { "facing": "east", "waterlogged": "false" @@ -4314,7 +4921,7 @@ }, "states": [ { - "id": 4882, + "id": 5650, "properties": { "facing": "north", "waterlogged": "true" @@ -4322,49 +4929,49 @@ }, { "default": true, - "id": 4883, + "id": 5651, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4884, + "id": 5652, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4885, + "id": 5653, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4886, + "id": 5654, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4887, + "id": 5655, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4888, + "id": 5656, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4889, + "id": 5657, "properties": { "facing": "east", "waterlogged": "false" @@ -4431,7 +5038,7 @@ }, "states": [ { - "id": 10129, + "id": 11206, "properties": { "powered": "true", "shape": "north_south", @@ -4439,7 +5046,7 @@ } }, { - "id": 10130, + "id": 11207, "properties": { "powered": "true", "shape": "north_south", @@ -4447,7 +5054,7 @@ } }, { - "id": 10131, + "id": 11208, "properties": { "powered": "true", "shape": "east_west", @@ -4455,7 +5062,7 @@ } }, { - "id": 10132, + "id": 11209, "properties": { "powered": "true", "shape": "east_west", @@ -4463,7 +5070,7 @@ } }, { - "id": 10133, + "id": 11210, "properties": { "powered": "true", "shape": "ascending_east", @@ -4471,7 +5078,7 @@ } }, { - "id": 10134, + "id": 11211, "properties": { "powered": "true", "shape": "ascending_east", @@ -4479,7 +5086,7 @@ } }, { - "id": 10135, + "id": 11212, "properties": { "powered": "true", "shape": "ascending_west", @@ -4487,7 +5094,7 @@ } }, { - "id": 10136, + "id": 11213, "properties": { "powered": "true", "shape": "ascending_west", @@ -4495,7 +5102,7 @@ } }, { - "id": 10137, + "id": 11214, "properties": { "powered": "true", "shape": "ascending_north", @@ -4503,7 +5110,7 @@ } }, { - "id": 10138, + "id": 11215, "properties": { "powered": "true", "shape": "ascending_north", @@ -4511,7 +5118,7 @@ } }, { - "id": 10139, + "id": 11216, "properties": { "powered": "true", "shape": "ascending_south", @@ -4519,7 +5126,7 @@ } }, { - "id": 10140, + "id": 11217, "properties": { "powered": "true", "shape": "ascending_south", @@ -4527,7 +5134,7 @@ } }, { - "id": 10141, + "id": 11218, "properties": { "powered": "false", "shape": "north_south", @@ -4536,7 +5143,7 @@ }, { "default": true, - "id": 10142, + "id": 11219, "properties": { "powered": "false", "shape": "north_south", @@ -4544,7 +5151,7 @@ } }, { - "id": 10143, + "id": 11220, "properties": { "powered": "false", "shape": "east_west", @@ -4552,7 +5159,7 @@ } }, { - "id": 10144, + "id": 11221, "properties": { "powered": "false", "shape": "east_west", @@ -4560,7 +5167,7 @@ } }, { - "id": 10145, + "id": 11222, "properties": { "powered": "false", "shape": "ascending_east", @@ -4568,7 +5175,7 @@ } }, { - "id": 10146, + "id": 11223, "properties": { "powered": "false", "shape": "ascending_east", @@ -4576,7 +5183,7 @@ } }, { - "id": 10147, + "id": 11224, "properties": { "powered": "false", "shape": "ascending_west", @@ -4584,7 +5191,7 @@ } }, { - "id": 10148, + "id": 11225, "properties": { "powered": "false", "shape": "ascending_west", @@ -4592,7 +5199,7 @@ } }, { - "id": 10149, + "id": 11226, "properties": { "powered": "false", "shape": "ascending_north", @@ -4600,7 +5207,7 @@ } }, { - "id": 10150, + "id": 11227, "properties": { "powered": "false", "shape": "ascending_north", @@ -4608,7 +5215,7 @@ } }, { - "id": 10151, + "id": 11228, "properties": { "powered": "false", "shape": "ascending_south", @@ -4616,7 +5223,7 @@ } }, { - "id": 10152, + "id": 11229, "properties": { "powered": "false", "shape": "ascending_south", @@ -4663,7 +5270,7 @@ "states": [ { "default": true, - "id": 22059 + "id": 23200 } ] }, @@ -4690,63 +5297,63 @@ }, "states": [ { - "id": 22061, + "id": 23202, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 22062, + "id": 23203, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 22063, + "id": 23204, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 22064, + "id": 23205, "properties": { "facing": "east", "waterlogged": "false" } }, { - "id": 22065, + "id": 23206, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 22066, + "id": 23207, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 22067, + "id": 23208, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 22068, + "id": 23209, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 22069, + "id": 23210, "properties": { "facing": "up", "waterlogged": "true" @@ -4754,21 +5361,21 @@ }, { "default": true, - "id": 22070, + "id": 23211, "properties": { "facing": "up", "waterlogged": "false" } }, { - "id": 22071, + "id": 23212, "properties": { "facing": "down", "waterlogged": "true" } }, { - "id": 22072, + "id": 23213, "properties": { "facing": "down", "waterlogged": "false" @@ -4784,7 +5391,7 @@ "states": [ { "default": true, - "id": 20476 + "id": 21617 } ] }, @@ -4818,21 +5425,21 @@ }, "states": [ { - "id": 15159, + "id": 16268, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15160, + "id": 16269, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15161, + "id": 16270, "properties": { "type": "bottom", "waterlogged": "true" @@ -4840,21 +5447,21 @@ }, { "default": true, - "id": 15162, + "id": 16271, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15163, + "id": 16272, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15164, + "id": 16273, "properties": { "type": "double", "waterlogged": "false" @@ -4895,7 +5502,7 @@ }, "states": [ { - "id": 14785, + "id": 15894, "properties": { "facing": "north", "half": "top", @@ -4904,7 +5511,7 @@ } }, { - "id": 14786, + "id": 15895, "properties": { "facing": "north", "half": "top", @@ -4913,7 +5520,7 @@ } }, { - "id": 14787, + "id": 15896, "properties": { "facing": "north", "half": "top", @@ -4922,7 +5529,7 @@ } }, { - "id": 14788, + "id": 15897, "properties": { "facing": "north", "half": "top", @@ -4931,7 +5538,7 @@ } }, { - "id": 14789, + "id": 15898, "properties": { "facing": "north", "half": "top", @@ -4940,7 +5547,7 @@ } }, { - "id": 14790, + "id": 15899, "properties": { "facing": "north", "half": "top", @@ -4949,7 +5556,7 @@ } }, { - "id": 14791, + "id": 15900, "properties": { "facing": "north", "half": "top", @@ -4958,7 +5565,7 @@ } }, { - "id": 14792, + "id": 15901, "properties": { "facing": "north", "half": "top", @@ -4967,7 +5574,7 @@ } }, { - "id": 14793, + "id": 15902, "properties": { "facing": "north", "half": "top", @@ -4976,7 +5583,7 @@ } }, { - "id": 14794, + "id": 15903, "properties": { "facing": "north", "half": "top", @@ -4985,7 +5592,7 @@ } }, { - "id": 14795, + "id": 15904, "properties": { "facing": "north", "half": "bottom", @@ -4995,7 +5602,7 @@ }, { "default": true, - "id": 14796, + "id": 15905, "properties": { "facing": "north", "half": "bottom", @@ -5004,7 +5611,7 @@ } }, { - "id": 14797, + "id": 15906, "properties": { "facing": "north", "half": "bottom", @@ -5013,7 +5620,7 @@ } }, { - "id": 14798, + "id": 15907, "properties": { "facing": "north", "half": "bottom", @@ -5022,7 +5629,7 @@ } }, { - "id": 14799, + "id": 15908, "properties": { "facing": "north", "half": "bottom", @@ -5031,7 +5638,7 @@ } }, { - "id": 14800, + "id": 15909, "properties": { "facing": "north", "half": "bottom", @@ -5040,7 +5647,7 @@ } }, { - "id": 14801, + "id": 15910, "properties": { "facing": "north", "half": "bottom", @@ -5049,7 +5656,7 @@ } }, { - "id": 14802, + "id": 15911, "properties": { "facing": "north", "half": "bottom", @@ -5058,7 +5665,7 @@ } }, { - "id": 14803, + "id": 15912, "properties": { "facing": "north", "half": "bottom", @@ -5067,7 +5674,7 @@ } }, { - "id": 14804, + "id": 15913, "properties": { "facing": "north", "half": "bottom", @@ -5076,7 +5683,7 @@ } }, { - "id": 14805, + "id": 15914, "properties": { "facing": "south", "half": "top", @@ -5085,7 +5692,7 @@ } }, { - "id": 14806, + "id": 15915, "properties": { "facing": "south", "half": "top", @@ -5094,7 +5701,7 @@ } }, { - "id": 14807, + "id": 15916, "properties": { "facing": "south", "half": "top", @@ -5103,7 +5710,7 @@ } }, { - "id": 14808, + "id": 15917, "properties": { "facing": "south", "half": "top", @@ -5112,7 +5719,7 @@ } }, { - "id": 14809, + "id": 15918, "properties": { "facing": "south", "half": "top", @@ -5121,7 +5728,7 @@ } }, { - "id": 14810, + "id": 15919, "properties": { "facing": "south", "half": "top", @@ -5130,7 +5737,7 @@ } }, { - "id": 14811, + "id": 15920, "properties": { "facing": "south", "half": "top", @@ -5139,7 +5746,7 @@ } }, { - "id": 14812, + "id": 15921, "properties": { "facing": "south", "half": "top", @@ -5148,7 +5755,7 @@ } }, { - "id": 14813, + "id": 15922, "properties": { "facing": "south", "half": "top", @@ -5157,7 +5764,7 @@ } }, { - "id": 14814, + "id": 15923, "properties": { "facing": "south", "half": "top", @@ -5166,7 +5773,7 @@ } }, { - "id": 14815, + "id": 15924, "properties": { "facing": "south", "half": "bottom", @@ -5175,7 +5782,7 @@ } }, { - "id": 14816, + "id": 15925, "properties": { "facing": "south", "half": "bottom", @@ -5184,7 +5791,7 @@ } }, { - "id": 14817, + "id": 15926, "properties": { "facing": "south", "half": "bottom", @@ -5193,7 +5800,7 @@ } }, { - "id": 14818, + "id": 15927, "properties": { "facing": "south", "half": "bottom", @@ -5202,7 +5809,7 @@ } }, { - "id": 14819, + "id": 15928, "properties": { "facing": "south", "half": "bottom", @@ -5211,7 +5818,7 @@ } }, { - "id": 14820, + "id": 15929, "properties": { "facing": "south", "half": "bottom", @@ -5220,7 +5827,7 @@ } }, { - "id": 14821, + "id": 15930, "properties": { "facing": "south", "half": "bottom", @@ -5229,7 +5836,7 @@ } }, { - "id": 14822, + "id": 15931, "properties": { "facing": "south", "half": "bottom", @@ -5238,7 +5845,7 @@ } }, { - "id": 14823, + "id": 15932, "properties": { "facing": "south", "half": "bottom", @@ -5247,7 +5854,7 @@ } }, { - "id": 14824, + "id": 15933, "properties": { "facing": "south", "half": "bottom", @@ -5256,7 +5863,7 @@ } }, { - "id": 14825, + "id": 15934, "properties": { "facing": "west", "half": "top", @@ -5265,7 +5872,7 @@ } }, { - "id": 14826, + "id": 15935, "properties": { "facing": "west", "half": "top", @@ -5274,7 +5881,7 @@ } }, { - "id": 14827, + "id": 15936, "properties": { "facing": "west", "half": "top", @@ -5283,7 +5890,7 @@ } }, { - "id": 14828, + "id": 15937, "properties": { "facing": "west", "half": "top", @@ -5292,7 +5899,7 @@ } }, { - "id": 14829, + "id": 15938, "properties": { "facing": "west", "half": "top", @@ -5301,7 +5908,7 @@ } }, { - "id": 14830, + "id": 15939, "properties": { "facing": "west", "half": "top", @@ -5310,7 +5917,7 @@ } }, { - "id": 14831, + "id": 15940, "properties": { "facing": "west", "half": "top", @@ -5319,7 +5926,7 @@ } }, { - "id": 14832, + "id": 15941, "properties": { "facing": "west", "half": "top", @@ -5328,7 +5935,7 @@ } }, { - "id": 14833, + "id": 15942, "properties": { "facing": "west", "half": "top", @@ -5337,7 +5944,7 @@ } }, { - "id": 14834, + "id": 15943, "properties": { "facing": "west", "half": "top", @@ -5346,7 +5953,7 @@ } }, { - "id": 14835, + "id": 15944, "properties": { "facing": "west", "half": "bottom", @@ -5355,7 +5962,7 @@ } }, { - "id": 14836, + "id": 15945, "properties": { "facing": "west", "half": "bottom", @@ -5364,7 +5971,7 @@ } }, { - "id": 14837, + "id": 15946, "properties": { "facing": "west", "half": "bottom", @@ -5373,7 +5980,7 @@ } }, { - "id": 14838, + "id": 15947, "properties": { "facing": "west", "half": "bottom", @@ -5382,7 +5989,7 @@ } }, { - "id": 14839, + "id": 15948, "properties": { "facing": "west", "half": "bottom", @@ -5391,7 +5998,7 @@ } }, { - "id": 14840, + "id": 15949, "properties": { "facing": "west", "half": "bottom", @@ -5400,7 +6007,7 @@ } }, { - "id": 14841, + "id": 15950, "properties": { "facing": "west", "half": "bottom", @@ -5409,7 +6016,7 @@ } }, { - "id": 14842, + "id": 15951, "properties": { "facing": "west", "half": "bottom", @@ -5418,7 +6025,7 @@ } }, { - "id": 14843, + "id": 15952, "properties": { "facing": "west", "half": "bottom", @@ -5427,7 +6034,7 @@ } }, { - "id": 14844, + "id": 15953, "properties": { "facing": "west", "half": "bottom", @@ -5436,7 +6043,7 @@ } }, { - "id": 14845, + "id": 15954, "properties": { "facing": "east", "half": "top", @@ -5445,7 +6052,7 @@ } }, { - "id": 14846, + "id": 15955, "properties": { "facing": "east", "half": "top", @@ -5454,7 +6061,7 @@ } }, { - "id": 14847, + "id": 15956, "properties": { "facing": "east", "half": "top", @@ -5463,7 +6070,7 @@ } }, { - "id": 14848, + "id": 15957, "properties": { "facing": "east", "half": "top", @@ -5472,7 +6079,7 @@ } }, { - "id": 14849, + "id": 15958, "properties": { "facing": "east", "half": "top", @@ -5481,7 +6088,7 @@ } }, { - "id": 14850, + "id": 15959, "properties": { "facing": "east", "half": "top", @@ -5490,7 +6097,7 @@ } }, { - "id": 14851, + "id": 15960, "properties": { "facing": "east", "half": "top", @@ -5499,7 +6106,7 @@ } }, { - "id": 14852, + "id": 15961, "properties": { "facing": "east", "half": "top", @@ -5508,7 +6115,7 @@ } }, { - "id": 14853, + "id": 15962, "properties": { "facing": "east", "half": "top", @@ -5517,7 +6124,7 @@ } }, { - "id": 14854, + "id": 15963, "properties": { "facing": "east", "half": "top", @@ -5526,7 +6133,7 @@ } }, { - "id": 14855, + "id": 15964, "properties": { "facing": "east", "half": "bottom", @@ -5535,7 +6142,7 @@ } }, { - "id": 14856, + "id": 15965, "properties": { "facing": "east", "half": "bottom", @@ -5544,7 +6151,7 @@ } }, { - "id": 14857, + "id": 15966, "properties": { "facing": "east", "half": "bottom", @@ -5553,7 +6160,7 @@ } }, { - "id": 14858, + "id": 15967, "properties": { "facing": "east", "half": "bottom", @@ -5562,7 +6169,7 @@ } }, { - "id": 14859, + "id": 15968, "properties": { "facing": "east", "half": "bottom", @@ -5571,7 +6178,7 @@ } }, { - "id": 14860, + "id": 15969, "properties": { "facing": "east", "half": "bottom", @@ -5580,7 +6187,7 @@ } }, { - "id": 14861, + "id": 15970, "properties": { "facing": "east", "half": "bottom", @@ -5589,7 +6196,7 @@ } }, { - "id": 14862, + "id": 15971, "properties": { "facing": "east", "half": "bottom", @@ -5598,7 +6205,7 @@ } }, { - "id": 14863, + "id": 15972, "properties": { "facing": "east", "half": "bottom", @@ -5607,7 +6214,7 @@ } }, { - "id": 14864, + "id": 15973, "properties": { "facing": "east", "half": "bottom", @@ -5654,7 +6261,7 @@ }, "states": [ { - "id": 17775, + "id": 18884, "properties": { "east": "none", "north": "none", @@ -5665,7 +6272,7 @@ } }, { - "id": 17776, + "id": 18885, "properties": { "east": "none", "north": "none", @@ -5676,7 +6283,7 @@ } }, { - "id": 17777, + "id": 18886, "properties": { "east": "none", "north": "none", @@ -5688,7 +6295,7 @@ }, { "default": true, - "id": 17778, + "id": 18887, "properties": { "east": "none", "north": "none", @@ -5699,7 +6306,7 @@ } }, { - "id": 17779, + "id": 18888, "properties": { "east": "none", "north": "none", @@ -5710,7 +6317,7 @@ } }, { - "id": 17780, + "id": 18889, "properties": { "east": "none", "north": "none", @@ -5721,7 +6328,7 @@ } }, { - "id": 17781, + "id": 18890, "properties": { "east": "none", "north": "none", @@ -5732,7 +6339,7 @@ } }, { - "id": 17782, + "id": 18891, "properties": { "east": "none", "north": "none", @@ -5743,7 +6350,7 @@ } }, { - "id": 17783, + "id": 18892, "properties": { "east": "none", "north": "none", @@ -5754,7 +6361,7 @@ } }, { - "id": 17784, + "id": 18893, "properties": { "east": "none", "north": "none", @@ -5765,7 +6372,7 @@ } }, { - "id": 17785, + "id": 18894, "properties": { "east": "none", "north": "none", @@ -5776,7 +6383,7 @@ } }, { - "id": 17786, + "id": 18895, "properties": { "east": "none", "north": "none", @@ -5787,7 +6394,7 @@ } }, { - "id": 17787, + "id": 18896, "properties": { "east": "none", "north": "none", @@ -5798,7 +6405,7 @@ } }, { - "id": 17788, + "id": 18897, "properties": { "east": "none", "north": "none", @@ -5809,7 +6416,7 @@ } }, { - "id": 17789, + "id": 18898, "properties": { "east": "none", "north": "none", @@ -5820,7 +6427,7 @@ } }, { - "id": 17790, + "id": 18899, "properties": { "east": "none", "north": "none", @@ -5831,7 +6438,7 @@ } }, { - "id": 17791, + "id": 18900, "properties": { "east": "none", "north": "none", @@ -5842,7 +6449,7 @@ } }, { - "id": 17792, + "id": 18901, "properties": { "east": "none", "north": "none", @@ -5853,7 +6460,7 @@ } }, { - "id": 17793, + "id": 18902, "properties": { "east": "none", "north": "none", @@ -5864,7 +6471,7 @@ } }, { - "id": 17794, + "id": 18903, "properties": { "east": "none", "north": "none", @@ -5875,7 +6482,7 @@ } }, { - "id": 17795, + "id": 18904, "properties": { "east": "none", "north": "none", @@ -5886,7 +6493,7 @@ } }, { - "id": 17796, + "id": 18905, "properties": { "east": "none", "north": "none", @@ -5897,7 +6504,7 @@ } }, { - "id": 17797, + "id": 18906, "properties": { "east": "none", "north": "none", @@ -5908,7 +6515,7 @@ } }, { - "id": 17798, + "id": 18907, "properties": { "east": "none", "north": "none", @@ -5919,7 +6526,7 @@ } }, { - "id": 17799, + "id": 18908, "properties": { "east": "none", "north": "none", @@ -5930,7 +6537,7 @@ } }, { - "id": 17800, + "id": 18909, "properties": { "east": "none", "north": "none", @@ -5941,7 +6548,7 @@ } }, { - "id": 17801, + "id": 18910, "properties": { "east": "none", "north": "none", @@ -5952,7 +6559,7 @@ } }, { - "id": 17802, + "id": 18911, "properties": { "east": "none", "north": "none", @@ -5963,7 +6570,7 @@ } }, { - "id": 17803, + "id": 18912, "properties": { "east": "none", "north": "none", @@ -5974,7 +6581,7 @@ } }, { - "id": 17804, + "id": 18913, "properties": { "east": "none", "north": "none", @@ -5985,7 +6592,7 @@ } }, { - "id": 17805, + "id": 18914, "properties": { "east": "none", "north": "none", @@ -5996,7 +6603,7 @@ } }, { - "id": 17806, + "id": 18915, "properties": { "east": "none", "north": "none", @@ -6007,7 +6614,7 @@ } }, { - "id": 17807, + "id": 18916, "properties": { "east": "none", "north": "none", @@ -6018,7 +6625,7 @@ } }, { - "id": 17808, + "id": 18917, "properties": { "east": "none", "north": "none", @@ -6029,7 +6636,7 @@ } }, { - "id": 17809, + "id": 18918, "properties": { "east": "none", "north": "none", @@ -6040,7 +6647,7 @@ } }, { - "id": 17810, + "id": 18919, "properties": { "east": "none", "north": "none", @@ -6051,7 +6658,7 @@ } }, { - "id": 17811, + "id": 18920, "properties": { "east": "none", "north": "low", @@ -6062,7 +6669,7 @@ } }, { - "id": 17812, + "id": 18921, "properties": { "east": "none", "north": "low", @@ -6073,7 +6680,7 @@ } }, { - "id": 17813, + "id": 18922, "properties": { "east": "none", "north": "low", @@ -6084,7 +6691,7 @@ } }, { - "id": 17814, + "id": 18923, "properties": { "east": "none", "north": "low", @@ -6095,7 +6702,7 @@ } }, { - "id": 17815, + "id": 18924, "properties": { "east": "none", "north": "low", @@ -6106,7 +6713,7 @@ } }, { - "id": 17816, + "id": 18925, "properties": { "east": "none", "north": "low", @@ -6117,7 +6724,7 @@ } }, { - "id": 17817, + "id": 18926, "properties": { "east": "none", "north": "low", @@ -6128,7 +6735,7 @@ } }, { - "id": 17818, + "id": 18927, "properties": { "east": "none", "north": "low", @@ -6139,7 +6746,7 @@ } }, { - "id": 17819, + "id": 18928, "properties": { "east": "none", "north": "low", @@ -6150,7 +6757,7 @@ } }, { - "id": 17820, + "id": 18929, "properties": { "east": "none", "north": "low", @@ -6161,7 +6768,7 @@ } }, { - "id": 17821, + "id": 18930, "properties": { "east": "none", "north": "low", @@ -6172,7 +6779,7 @@ } }, { - "id": 17822, + "id": 18931, "properties": { "east": "none", "north": "low", @@ -6183,7 +6790,7 @@ } }, { - "id": 17823, + "id": 18932, "properties": { "east": "none", "north": "low", @@ -6194,7 +6801,7 @@ } }, { - "id": 17824, + "id": 18933, "properties": { "east": "none", "north": "low", @@ -6205,7 +6812,7 @@ } }, { - "id": 17825, + "id": 18934, "properties": { "east": "none", "north": "low", @@ -6216,7 +6823,7 @@ } }, { - "id": 17826, + "id": 18935, "properties": { "east": "none", "north": "low", @@ -6227,7 +6834,7 @@ } }, { - "id": 17827, + "id": 18936, "properties": { "east": "none", "north": "low", @@ -6238,7 +6845,7 @@ } }, { - "id": 17828, + "id": 18937, "properties": { "east": "none", "north": "low", @@ -6249,7 +6856,7 @@ } }, { - "id": 17829, + "id": 18938, "properties": { "east": "none", "north": "low", @@ -6260,7 +6867,7 @@ } }, { - "id": 17830, + "id": 18939, "properties": { "east": "none", "north": "low", @@ -6271,7 +6878,7 @@ } }, { - "id": 17831, + "id": 18940, "properties": { "east": "none", "north": "low", @@ -6282,7 +6889,7 @@ } }, { - "id": 17832, + "id": 18941, "properties": { "east": "none", "north": "low", @@ -6293,7 +6900,7 @@ } }, { - "id": 17833, + "id": 18942, "properties": { "east": "none", "north": "low", @@ -6304,7 +6911,7 @@ } }, { - "id": 17834, + "id": 18943, "properties": { "east": "none", "north": "low", @@ -6315,7 +6922,7 @@ } }, { - "id": 17835, + "id": 18944, "properties": { "east": "none", "north": "low", @@ -6326,7 +6933,7 @@ } }, { - "id": 17836, + "id": 18945, "properties": { "east": "none", "north": "low", @@ -6337,7 +6944,7 @@ } }, { - "id": 17837, + "id": 18946, "properties": { "east": "none", "north": "low", @@ -6348,7 +6955,7 @@ } }, { - "id": 17838, + "id": 18947, "properties": { "east": "none", "north": "low", @@ -6359,7 +6966,7 @@ } }, { - "id": 17839, + "id": 18948, "properties": { "east": "none", "north": "low", @@ -6370,7 +6977,7 @@ } }, { - "id": 17840, + "id": 18949, "properties": { "east": "none", "north": "low", @@ -6381,7 +6988,7 @@ } }, { - "id": 17841, + "id": 18950, "properties": { "east": "none", "north": "low", @@ -6392,7 +6999,7 @@ } }, { - "id": 17842, + "id": 18951, "properties": { "east": "none", "north": "low", @@ -6403,7 +7010,7 @@ } }, { - "id": 17843, + "id": 18952, "properties": { "east": "none", "north": "low", @@ -6414,7 +7021,7 @@ } }, { - "id": 17844, + "id": 18953, "properties": { "east": "none", "north": "low", @@ -6425,7 +7032,7 @@ } }, { - "id": 17845, + "id": 18954, "properties": { "east": "none", "north": "low", @@ -6436,7 +7043,7 @@ } }, { - "id": 17846, + "id": 18955, "properties": { "east": "none", "north": "low", @@ -6447,7 +7054,7 @@ } }, { - "id": 17847, + "id": 18956, "properties": { "east": "none", "north": "tall", @@ -6458,7 +7065,7 @@ } }, { - "id": 17848, + "id": 18957, "properties": { "east": "none", "north": "tall", @@ -6469,7 +7076,7 @@ } }, { - "id": 17849, + "id": 18958, "properties": { "east": "none", "north": "tall", @@ -6480,7 +7087,7 @@ } }, { - "id": 17850, + "id": 18959, "properties": { "east": "none", "north": "tall", @@ -6491,7 +7098,7 @@ } }, { - "id": 17851, + "id": 18960, "properties": { "east": "none", "north": "tall", @@ -6502,7 +7109,7 @@ } }, { - "id": 17852, + "id": 18961, "properties": { "east": "none", "north": "tall", @@ -6513,7 +7120,7 @@ } }, { - "id": 17853, + "id": 18962, "properties": { "east": "none", "north": "tall", @@ -6524,7 +7131,7 @@ } }, { - "id": 17854, + "id": 18963, "properties": { "east": "none", "north": "tall", @@ -6535,7 +7142,7 @@ } }, { - "id": 17855, + "id": 18964, "properties": { "east": "none", "north": "tall", @@ -6546,7 +7153,7 @@ } }, { - "id": 17856, + "id": 18965, "properties": { "east": "none", "north": "tall", @@ -6557,7 +7164,7 @@ } }, { - "id": 17857, + "id": 18966, "properties": { "east": "none", "north": "tall", @@ -6568,7 +7175,7 @@ } }, { - "id": 17858, + "id": 18967, "properties": { "east": "none", "north": "tall", @@ -6579,7 +7186,7 @@ } }, { - "id": 17859, + "id": 18968, "properties": { "east": "none", "north": "tall", @@ -6590,7 +7197,7 @@ } }, { - "id": 17860, + "id": 18969, "properties": { "east": "none", "north": "tall", @@ -6601,7 +7208,7 @@ } }, { - "id": 17861, + "id": 18970, "properties": { "east": "none", "north": "tall", @@ -6612,7 +7219,7 @@ } }, { - "id": 17862, + "id": 18971, "properties": { "east": "none", "north": "tall", @@ -6623,7 +7230,7 @@ } }, { - "id": 17863, + "id": 18972, "properties": { "east": "none", "north": "tall", @@ -6634,7 +7241,7 @@ } }, { - "id": 17864, + "id": 18973, "properties": { "east": "none", "north": "tall", @@ -6645,7 +7252,7 @@ } }, { - "id": 17865, + "id": 18974, "properties": { "east": "none", "north": "tall", @@ -6656,7 +7263,7 @@ } }, { - "id": 17866, + "id": 18975, "properties": { "east": "none", "north": "tall", @@ -6667,7 +7274,7 @@ } }, { - "id": 17867, + "id": 18976, "properties": { "east": "none", "north": "tall", @@ -6678,7 +7285,7 @@ } }, { - "id": 17868, + "id": 18977, "properties": { "east": "none", "north": "tall", @@ -6689,7 +7296,7 @@ } }, { - "id": 17869, + "id": 18978, "properties": { "east": "none", "north": "tall", @@ -6700,7 +7307,7 @@ } }, { - "id": 17870, + "id": 18979, "properties": { "east": "none", "north": "tall", @@ -6711,7 +7318,7 @@ } }, { - "id": 17871, + "id": 18980, "properties": { "east": "none", "north": "tall", @@ -6722,7 +7329,7 @@ } }, { - "id": 17872, + "id": 18981, "properties": { "east": "none", "north": "tall", @@ -6733,7 +7340,7 @@ } }, { - "id": 17873, + "id": 18982, "properties": { "east": "none", "north": "tall", @@ -6744,7 +7351,7 @@ } }, { - "id": 17874, + "id": 18983, "properties": { "east": "none", "north": "tall", @@ -6755,7 +7362,7 @@ } }, { - "id": 17875, + "id": 18984, "properties": { "east": "none", "north": "tall", @@ -6766,7 +7373,7 @@ } }, { - "id": 17876, + "id": 18985, "properties": { "east": "none", "north": "tall", @@ -6777,7 +7384,7 @@ } }, { - "id": 17877, + "id": 18986, "properties": { "east": "none", "north": "tall", @@ -6788,7 +7395,7 @@ } }, { - "id": 17878, + "id": 18987, "properties": { "east": "none", "north": "tall", @@ -6799,7 +7406,7 @@ } }, { - "id": 17879, + "id": 18988, "properties": { "east": "none", "north": "tall", @@ -6810,7 +7417,7 @@ } }, { - "id": 17880, + "id": 18989, "properties": { "east": "none", "north": "tall", @@ -6821,7 +7428,7 @@ } }, { - "id": 17881, + "id": 18990, "properties": { "east": "none", "north": "tall", @@ -6832,7 +7439,7 @@ } }, { - "id": 17882, + "id": 18991, "properties": { "east": "none", "north": "tall", @@ -6843,7 +7450,7 @@ } }, { - "id": 17883, + "id": 18992, "properties": { "east": "low", "north": "none", @@ -6854,7 +7461,7 @@ } }, { - "id": 17884, + "id": 18993, "properties": { "east": "low", "north": "none", @@ -6865,7 +7472,7 @@ } }, { - "id": 17885, + "id": 18994, "properties": { "east": "low", "north": "none", @@ -6876,7 +7483,7 @@ } }, { - "id": 17886, + "id": 18995, "properties": { "east": "low", "north": "none", @@ -6887,7 +7494,7 @@ } }, { - "id": 17887, + "id": 18996, "properties": { "east": "low", "north": "none", @@ -6898,7 +7505,7 @@ } }, { - "id": 17888, + "id": 18997, "properties": { "east": "low", "north": "none", @@ -6909,7 +7516,7 @@ } }, { - "id": 17889, + "id": 18998, "properties": { "east": "low", "north": "none", @@ -6920,7 +7527,7 @@ } }, { - "id": 17890, + "id": 18999, "properties": { "east": "low", "north": "none", @@ -6931,7 +7538,7 @@ } }, { - "id": 17891, + "id": 19000, "properties": { "east": "low", "north": "none", @@ -6942,7 +7549,7 @@ } }, { - "id": 17892, + "id": 19001, "properties": { "east": "low", "north": "none", @@ -6953,7 +7560,7 @@ } }, { - "id": 17893, + "id": 19002, "properties": { "east": "low", "north": "none", @@ -6964,7 +7571,7 @@ } }, { - "id": 17894, + "id": 19003, "properties": { "east": "low", "north": "none", @@ -6975,7 +7582,7 @@ } }, { - "id": 17895, + "id": 19004, "properties": { "east": "low", "north": "none", @@ -6986,7 +7593,7 @@ } }, { - "id": 17896, + "id": 19005, "properties": { "east": "low", "north": "none", @@ -6997,7 +7604,7 @@ } }, { - "id": 17897, + "id": 19006, "properties": { "east": "low", "north": "none", @@ -7008,7 +7615,7 @@ } }, { - "id": 17898, + "id": 19007, "properties": { "east": "low", "north": "none", @@ -7019,7 +7626,7 @@ } }, { - "id": 17899, + "id": 19008, "properties": { "east": "low", "north": "none", @@ -7030,7 +7637,7 @@ } }, { - "id": 17900, + "id": 19009, "properties": { "east": "low", "north": "none", @@ -7041,7 +7648,7 @@ } }, { - "id": 17901, + "id": 19010, "properties": { "east": "low", "north": "none", @@ -7052,7 +7659,7 @@ } }, { - "id": 17902, + "id": 19011, "properties": { "east": "low", "north": "none", @@ -7063,7 +7670,7 @@ } }, { - "id": 17903, + "id": 19012, "properties": { "east": "low", "north": "none", @@ -7074,7 +7681,7 @@ } }, { - "id": 17904, + "id": 19013, "properties": { "east": "low", "north": "none", @@ -7085,7 +7692,7 @@ } }, { - "id": 17905, + "id": 19014, "properties": { "east": "low", "north": "none", @@ -7096,7 +7703,7 @@ } }, { - "id": 17906, + "id": 19015, "properties": { "east": "low", "north": "none", @@ -7107,7 +7714,7 @@ } }, { - "id": 17907, + "id": 19016, "properties": { "east": "low", "north": "none", @@ -7118,7 +7725,7 @@ } }, { - "id": 17908, + "id": 19017, "properties": { "east": "low", "north": "none", @@ -7129,7 +7736,7 @@ } }, { - "id": 17909, + "id": 19018, "properties": { "east": "low", "north": "none", @@ -7140,7 +7747,7 @@ } }, { - "id": 17910, + "id": 19019, "properties": { "east": "low", "north": "none", @@ -7151,7 +7758,7 @@ } }, { - "id": 17911, + "id": 19020, "properties": { "east": "low", "north": "none", @@ -7162,7 +7769,7 @@ } }, { - "id": 17912, + "id": 19021, "properties": { "east": "low", "north": "none", @@ -7173,7 +7780,7 @@ } }, { - "id": 17913, + "id": 19022, "properties": { "east": "low", "north": "none", @@ -7184,7 +7791,7 @@ } }, { - "id": 17914, + "id": 19023, "properties": { "east": "low", "north": "none", @@ -7195,7 +7802,7 @@ } }, { - "id": 17915, + "id": 19024, "properties": { "east": "low", "north": "none", @@ -7206,7 +7813,7 @@ } }, { - "id": 17916, + "id": 19025, "properties": { "east": "low", "north": "none", @@ -7217,7 +7824,7 @@ } }, { - "id": 17917, + "id": 19026, "properties": { "east": "low", "north": "none", @@ -7228,7 +7835,7 @@ } }, { - "id": 17918, + "id": 19027, "properties": { "east": "low", "north": "none", @@ -7239,7 +7846,7 @@ } }, { - "id": 17919, + "id": 19028, "properties": { "east": "low", "north": "low", @@ -7250,7 +7857,7 @@ } }, { - "id": 17920, + "id": 19029, "properties": { "east": "low", "north": "low", @@ -7261,7 +7868,7 @@ } }, { - "id": 17921, + "id": 19030, "properties": { "east": "low", "north": "low", @@ -7272,7 +7879,7 @@ } }, { - "id": 17922, + "id": 19031, "properties": { "east": "low", "north": "low", @@ -7283,7 +7890,7 @@ } }, { - "id": 17923, + "id": 19032, "properties": { "east": "low", "north": "low", @@ -7294,7 +7901,7 @@ } }, { - "id": 17924, + "id": 19033, "properties": { "east": "low", "north": "low", @@ -7305,7 +7912,7 @@ } }, { - "id": 17925, + "id": 19034, "properties": { "east": "low", "north": "low", @@ -7316,7 +7923,7 @@ } }, { - "id": 17926, + "id": 19035, "properties": { "east": "low", "north": "low", @@ -7327,7 +7934,7 @@ } }, { - "id": 17927, + "id": 19036, "properties": { "east": "low", "north": "low", @@ -7338,7 +7945,7 @@ } }, { - "id": 17928, + "id": 19037, "properties": { "east": "low", "north": "low", @@ -7349,7 +7956,7 @@ } }, { - "id": 17929, + "id": 19038, "properties": { "east": "low", "north": "low", @@ -7360,7 +7967,7 @@ } }, { - "id": 17930, + "id": 19039, "properties": { "east": "low", "north": "low", @@ -7371,7 +7978,7 @@ } }, { - "id": 17931, + "id": 19040, "properties": { "east": "low", "north": "low", @@ -7382,7 +7989,7 @@ } }, { - "id": 17932, + "id": 19041, "properties": { "east": "low", "north": "low", @@ -7393,7 +8000,7 @@ } }, { - "id": 17933, + "id": 19042, "properties": { "east": "low", "north": "low", @@ -7404,7 +8011,7 @@ } }, { - "id": 17934, + "id": 19043, "properties": { "east": "low", "north": "low", @@ -7415,7 +8022,7 @@ } }, { - "id": 17935, + "id": 19044, "properties": { "east": "low", "north": "low", @@ -7426,7 +8033,7 @@ } }, { - "id": 17936, + "id": 19045, "properties": { "east": "low", "north": "low", @@ -7437,7 +8044,7 @@ } }, { - "id": 17937, + "id": 19046, "properties": { "east": "low", "north": "low", @@ -7448,7 +8055,7 @@ } }, { - "id": 17938, + "id": 19047, "properties": { "east": "low", "north": "low", @@ -7459,7 +8066,7 @@ } }, { - "id": 17939, + "id": 19048, "properties": { "east": "low", "north": "low", @@ -7470,7 +8077,7 @@ } }, { - "id": 17940, + "id": 19049, "properties": { "east": "low", "north": "low", @@ -7481,7 +8088,7 @@ } }, { - "id": 17941, + "id": 19050, "properties": { "east": "low", "north": "low", @@ -7492,7 +8099,7 @@ } }, { - "id": 17942, + "id": 19051, "properties": { "east": "low", "north": "low", @@ -7503,7 +8110,7 @@ } }, { - "id": 17943, + "id": 19052, "properties": { "east": "low", "north": "low", @@ -7514,7 +8121,7 @@ } }, { - "id": 17944, + "id": 19053, "properties": { "east": "low", "north": "low", @@ -7525,7 +8132,7 @@ } }, { - "id": 17945, + "id": 19054, "properties": { "east": "low", "north": "low", @@ -7536,7 +8143,7 @@ } }, { - "id": 17946, + "id": 19055, "properties": { "east": "low", "north": "low", @@ -7547,7 +8154,7 @@ } }, { - "id": 17947, + "id": 19056, "properties": { "east": "low", "north": "low", @@ -7558,7 +8165,7 @@ } }, { - "id": 17948, + "id": 19057, "properties": { "east": "low", "north": "low", @@ -7569,7 +8176,7 @@ } }, { - "id": 17949, + "id": 19058, "properties": { "east": "low", "north": "low", @@ -7580,7 +8187,7 @@ } }, { - "id": 17950, + "id": 19059, "properties": { "east": "low", "north": "low", @@ -7591,7 +8198,7 @@ } }, { - "id": 17951, + "id": 19060, "properties": { "east": "low", "north": "low", @@ -7602,7 +8209,7 @@ } }, { - "id": 17952, + "id": 19061, "properties": { "east": "low", "north": "low", @@ -7613,7 +8220,7 @@ } }, { - "id": 17953, + "id": 19062, "properties": { "east": "low", "north": "low", @@ -7624,7 +8231,7 @@ } }, { - "id": 17954, + "id": 19063, "properties": { "east": "low", "north": "low", @@ -7635,7 +8242,7 @@ } }, { - "id": 17955, + "id": 19064, "properties": { "east": "low", "north": "tall", @@ -7646,7 +8253,7 @@ } }, { - "id": 17956, + "id": 19065, "properties": { "east": "low", "north": "tall", @@ -7657,7 +8264,7 @@ } }, { - "id": 17957, + "id": 19066, "properties": { "east": "low", "north": "tall", @@ -7668,7 +8275,7 @@ } }, { - "id": 17958, + "id": 19067, "properties": { "east": "low", "north": "tall", @@ -7679,7 +8286,7 @@ } }, { - "id": 17959, + "id": 19068, "properties": { "east": "low", "north": "tall", @@ -7690,7 +8297,7 @@ } }, { - "id": 17960, + "id": 19069, "properties": { "east": "low", "north": "tall", @@ -7701,7 +8308,7 @@ } }, { - "id": 17961, + "id": 19070, "properties": { "east": "low", "north": "tall", @@ -7712,7 +8319,7 @@ } }, { - "id": 17962, + "id": 19071, "properties": { "east": "low", "north": "tall", @@ -7723,7 +8330,7 @@ } }, { - "id": 17963, + "id": 19072, "properties": { "east": "low", "north": "tall", @@ -7734,7 +8341,7 @@ } }, { - "id": 17964, + "id": 19073, "properties": { "east": "low", "north": "tall", @@ -7745,7 +8352,7 @@ } }, { - "id": 17965, + "id": 19074, "properties": { "east": "low", "north": "tall", @@ -7756,7 +8363,7 @@ } }, { - "id": 17966, + "id": 19075, "properties": { "east": "low", "north": "tall", @@ -7767,7 +8374,7 @@ } }, { - "id": 17967, + "id": 19076, "properties": { "east": "low", "north": "tall", @@ -7778,7 +8385,7 @@ } }, { - "id": 17968, + "id": 19077, "properties": { "east": "low", "north": "tall", @@ -7789,7 +8396,7 @@ } }, { - "id": 17969, + "id": 19078, "properties": { "east": "low", "north": "tall", @@ -7800,7 +8407,7 @@ } }, { - "id": 17970, + "id": 19079, "properties": { "east": "low", "north": "tall", @@ -7811,7 +8418,7 @@ } }, { - "id": 17971, + "id": 19080, "properties": { "east": "low", "north": "tall", @@ -7822,7 +8429,7 @@ } }, { - "id": 17972, + "id": 19081, "properties": { "east": "low", "north": "tall", @@ -7833,7 +8440,7 @@ } }, { - "id": 17973, + "id": 19082, "properties": { "east": "low", "north": "tall", @@ -7844,7 +8451,7 @@ } }, { - "id": 17974, + "id": 19083, "properties": { "east": "low", "north": "tall", @@ -7855,7 +8462,7 @@ } }, { - "id": 17975, + "id": 19084, "properties": { "east": "low", "north": "tall", @@ -7866,7 +8473,7 @@ } }, { - "id": 17976, + "id": 19085, "properties": { "east": "low", "north": "tall", @@ -7877,7 +8484,7 @@ } }, { - "id": 17977, + "id": 19086, "properties": { "east": "low", "north": "tall", @@ -7888,7 +8495,7 @@ } }, { - "id": 17978, + "id": 19087, "properties": { "east": "low", "north": "tall", @@ -7899,7 +8506,7 @@ } }, { - "id": 17979, + "id": 19088, "properties": { "east": "low", "north": "tall", @@ -7910,7 +8517,7 @@ } }, { - "id": 17980, + "id": 19089, "properties": { "east": "low", "north": "tall", @@ -7921,7 +8528,7 @@ } }, { - "id": 17981, + "id": 19090, "properties": { "east": "low", "north": "tall", @@ -7932,7 +8539,7 @@ } }, { - "id": 17982, + "id": 19091, "properties": { "east": "low", "north": "tall", @@ -7943,7 +8550,7 @@ } }, { - "id": 17983, + "id": 19092, "properties": { "east": "low", "north": "tall", @@ -7954,7 +8561,7 @@ } }, { - "id": 17984, + "id": 19093, "properties": { "east": "low", "north": "tall", @@ -7965,7 +8572,7 @@ } }, { - "id": 17985, + "id": 19094, "properties": { "east": "low", "north": "tall", @@ -7976,7 +8583,7 @@ } }, { - "id": 17986, + "id": 19095, "properties": { "east": "low", "north": "tall", @@ -7987,7 +8594,7 @@ } }, { - "id": 17987, + "id": 19096, "properties": { "east": "low", "north": "tall", @@ -7998,7 +8605,7 @@ } }, { - "id": 17988, + "id": 19097, "properties": { "east": "low", "north": "tall", @@ -8009,7 +8616,7 @@ } }, { - "id": 17989, + "id": 19098, "properties": { "east": "low", "north": "tall", @@ -8020,7 +8627,7 @@ } }, { - "id": 17990, + "id": 19099, "properties": { "east": "low", "north": "tall", @@ -8031,7 +8638,7 @@ } }, { - "id": 17991, + "id": 19100, "properties": { "east": "tall", "north": "none", @@ -8042,7 +8649,7 @@ } }, { - "id": 17992, + "id": 19101, "properties": { "east": "tall", "north": "none", @@ -8053,7 +8660,7 @@ } }, { - "id": 17993, + "id": 19102, "properties": { "east": "tall", "north": "none", @@ -8064,7 +8671,7 @@ } }, { - "id": 17994, + "id": 19103, "properties": { "east": "tall", "north": "none", @@ -8075,7 +8682,7 @@ } }, { - "id": 17995, + "id": 19104, "properties": { "east": "tall", "north": "none", @@ -8086,7 +8693,7 @@ } }, { - "id": 17996, + "id": 19105, "properties": { "east": "tall", "north": "none", @@ -8097,7 +8704,7 @@ } }, { - "id": 17997, + "id": 19106, "properties": { "east": "tall", "north": "none", @@ -8108,7 +8715,7 @@ } }, { - "id": 17998, + "id": 19107, "properties": { "east": "tall", "north": "none", @@ -8119,7 +8726,7 @@ } }, { - "id": 17999, + "id": 19108, "properties": { "east": "tall", "north": "none", @@ -8130,7 +8737,7 @@ } }, { - "id": 18000, + "id": 19109, "properties": { "east": "tall", "north": "none", @@ -8141,7 +8748,7 @@ } }, { - "id": 18001, + "id": 19110, "properties": { "east": "tall", "north": "none", @@ -8152,7 +8759,7 @@ } }, { - "id": 18002, + "id": 19111, "properties": { "east": "tall", "north": "none", @@ -8163,7 +8770,7 @@ } }, { - "id": 18003, + "id": 19112, "properties": { "east": "tall", "north": "none", @@ -8174,7 +8781,7 @@ } }, { - "id": 18004, + "id": 19113, "properties": { "east": "tall", "north": "none", @@ -8185,7 +8792,7 @@ } }, { - "id": 18005, + "id": 19114, "properties": { "east": "tall", "north": "none", @@ -8196,7 +8803,7 @@ } }, { - "id": 18006, + "id": 19115, "properties": { "east": "tall", "north": "none", @@ -8207,7 +8814,7 @@ } }, { - "id": 18007, + "id": 19116, "properties": { "east": "tall", "north": "none", @@ -8218,7 +8825,7 @@ } }, { - "id": 18008, + "id": 19117, "properties": { "east": "tall", "north": "none", @@ -8229,7 +8836,7 @@ } }, { - "id": 18009, + "id": 19118, "properties": { "east": "tall", "north": "none", @@ -8240,7 +8847,7 @@ } }, { - "id": 18010, + "id": 19119, "properties": { "east": "tall", "north": "none", @@ -8251,7 +8858,7 @@ } }, { - "id": 18011, + "id": 19120, "properties": { "east": "tall", "north": "none", @@ -8262,7 +8869,7 @@ } }, { - "id": 18012, + "id": 19121, "properties": { "east": "tall", "north": "none", @@ -8273,7 +8880,7 @@ } }, { - "id": 18013, + "id": 19122, "properties": { "east": "tall", "north": "none", @@ -8284,7 +8891,7 @@ } }, { - "id": 18014, + "id": 19123, "properties": { "east": "tall", "north": "none", @@ -8295,7 +8902,7 @@ } }, { - "id": 18015, + "id": 19124, "properties": { "east": "tall", "north": "none", @@ -8306,7 +8913,7 @@ } }, { - "id": 18016, + "id": 19125, "properties": { "east": "tall", "north": "none", @@ -8317,7 +8924,7 @@ } }, { - "id": 18017, + "id": 19126, "properties": { "east": "tall", "north": "none", @@ -8328,7 +8935,7 @@ } }, { - "id": 18018, + "id": 19127, "properties": { "east": "tall", "north": "none", @@ -8339,7 +8946,7 @@ } }, { - "id": 18019, + "id": 19128, "properties": { "east": "tall", "north": "none", @@ -8350,7 +8957,7 @@ } }, { - "id": 18020, + "id": 19129, "properties": { "east": "tall", "north": "none", @@ -8361,7 +8968,7 @@ } }, { - "id": 18021, + "id": 19130, "properties": { "east": "tall", "north": "none", @@ -8372,7 +8979,7 @@ } }, { - "id": 18022, + "id": 19131, "properties": { "east": "tall", "north": "none", @@ -8383,7 +8990,7 @@ } }, { - "id": 18023, + "id": 19132, "properties": { "east": "tall", "north": "none", @@ -8394,7 +9001,7 @@ } }, { - "id": 18024, + "id": 19133, "properties": { "east": "tall", "north": "none", @@ -8405,7 +9012,7 @@ } }, { - "id": 18025, + "id": 19134, "properties": { "east": "tall", "north": "none", @@ -8416,7 +9023,7 @@ } }, { - "id": 18026, + "id": 19135, "properties": { "east": "tall", "north": "none", @@ -8427,7 +9034,7 @@ } }, { - "id": 18027, + "id": 19136, "properties": { "east": "tall", "north": "low", @@ -8438,7 +9045,7 @@ } }, { - "id": 18028, + "id": 19137, "properties": { "east": "tall", "north": "low", @@ -8449,7 +9056,7 @@ } }, { - "id": 18029, + "id": 19138, "properties": { "east": "tall", "north": "low", @@ -8460,7 +9067,7 @@ } }, { - "id": 18030, + "id": 19139, "properties": { "east": "tall", "north": "low", @@ -8471,7 +9078,7 @@ } }, { - "id": 18031, + "id": 19140, "properties": { "east": "tall", "north": "low", @@ -8482,7 +9089,7 @@ } }, { - "id": 18032, + "id": 19141, "properties": { "east": "tall", "north": "low", @@ -8493,7 +9100,7 @@ } }, { - "id": 18033, + "id": 19142, "properties": { "east": "tall", "north": "low", @@ -8504,7 +9111,7 @@ } }, { - "id": 18034, + "id": 19143, "properties": { "east": "tall", "north": "low", @@ -8515,7 +9122,7 @@ } }, { - "id": 18035, + "id": 19144, "properties": { "east": "tall", "north": "low", @@ -8526,7 +9133,7 @@ } }, { - "id": 18036, + "id": 19145, "properties": { "east": "tall", "north": "low", @@ -8537,7 +9144,7 @@ } }, { - "id": 18037, + "id": 19146, "properties": { "east": "tall", "north": "low", @@ -8548,7 +9155,7 @@ } }, { - "id": 18038, + "id": 19147, "properties": { "east": "tall", "north": "low", @@ -8559,7 +9166,7 @@ } }, { - "id": 18039, + "id": 19148, "properties": { "east": "tall", "north": "low", @@ -8570,7 +9177,7 @@ } }, { - "id": 18040, + "id": 19149, "properties": { "east": "tall", "north": "low", @@ -8581,7 +9188,7 @@ } }, { - "id": 18041, + "id": 19150, "properties": { "east": "tall", "north": "low", @@ -8592,7 +9199,7 @@ } }, { - "id": 18042, + "id": 19151, "properties": { "east": "tall", "north": "low", @@ -8603,7 +9210,7 @@ } }, { - "id": 18043, + "id": 19152, "properties": { "east": "tall", "north": "low", @@ -8614,7 +9221,7 @@ } }, { - "id": 18044, + "id": 19153, "properties": { "east": "tall", "north": "low", @@ -8625,7 +9232,7 @@ } }, { - "id": 18045, + "id": 19154, "properties": { "east": "tall", "north": "low", @@ -8636,7 +9243,7 @@ } }, { - "id": 18046, + "id": 19155, "properties": { "east": "tall", "north": "low", @@ -8647,7 +9254,7 @@ } }, { - "id": 18047, + "id": 19156, "properties": { "east": "tall", "north": "low", @@ -8658,7 +9265,7 @@ } }, { - "id": 18048, + "id": 19157, "properties": { "east": "tall", "north": "low", @@ -8669,7 +9276,7 @@ } }, { - "id": 18049, + "id": 19158, "properties": { "east": "tall", "north": "low", @@ -8680,7 +9287,7 @@ } }, { - "id": 18050, + "id": 19159, "properties": { "east": "tall", "north": "low", @@ -8691,7 +9298,7 @@ } }, { - "id": 18051, + "id": 19160, "properties": { "east": "tall", "north": "low", @@ -8702,7 +9309,7 @@ } }, { - "id": 18052, + "id": 19161, "properties": { "east": "tall", "north": "low", @@ -8713,7 +9320,7 @@ } }, { - "id": 18053, + "id": 19162, "properties": { "east": "tall", "north": "low", @@ -8724,7 +9331,7 @@ } }, { - "id": 18054, + "id": 19163, "properties": { "east": "tall", "north": "low", @@ -8735,7 +9342,7 @@ } }, { - "id": 18055, + "id": 19164, "properties": { "east": "tall", "north": "low", @@ -8746,7 +9353,7 @@ } }, { - "id": 18056, + "id": 19165, "properties": { "east": "tall", "north": "low", @@ -8757,7 +9364,7 @@ } }, { - "id": 18057, + "id": 19166, "properties": { "east": "tall", "north": "low", @@ -8768,7 +9375,7 @@ } }, { - "id": 18058, + "id": 19167, "properties": { "east": "tall", "north": "low", @@ -8779,7 +9386,7 @@ } }, { - "id": 18059, + "id": 19168, "properties": { "east": "tall", "north": "low", @@ -8790,7 +9397,7 @@ } }, { - "id": 18060, + "id": 19169, "properties": { "east": "tall", "north": "low", @@ -8801,7 +9408,7 @@ } }, { - "id": 18061, + "id": 19170, "properties": { "east": "tall", "north": "low", @@ -8812,7 +9419,7 @@ } }, { - "id": 18062, + "id": 19171, "properties": { "east": "tall", "north": "low", @@ -8823,7 +9430,7 @@ } }, { - "id": 18063, + "id": 19172, "properties": { "east": "tall", "north": "tall", @@ -8834,7 +9441,7 @@ } }, { - "id": 18064, + "id": 19173, "properties": { "east": "tall", "north": "tall", @@ -8845,7 +9452,7 @@ } }, { - "id": 18065, + "id": 19174, "properties": { "east": "tall", "north": "tall", @@ -8856,7 +9463,7 @@ } }, { - "id": 18066, + "id": 19175, "properties": { "east": "tall", "north": "tall", @@ -8867,7 +9474,7 @@ } }, { - "id": 18067, + "id": 19176, "properties": { "east": "tall", "north": "tall", @@ -8878,7 +9485,7 @@ } }, { - "id": 18068, + "id": 19177, "properties": { "east": "tall", "north": "tall", @@ -8889,7 +9496,7 @@ } }, { - "id": 18069, + "id": 19178, "properties": { "east": "tall", "north": "tall", @@ -8900,7 +9507,7 @@ } }, { - "id": 18070, + "id": 19179, "properties": { "east": "tall", "north": "tall", @@ -8911,7 +9518,7 @@ } }, { - "id": 18071, + "id": 19180, "properties": { "east": "tall", "north": "tall", @@ -8922,7 +9529,7 @@ } }, { - "id": 18072, + "id": 19181, "properties": { "east": "tall", "north": "tall", @@ -8933,7 +9540,7 @@ } }, { - "id": 18073, + "id": 19182, "properties": { "east": "tall", "north": "tall", @@ -8944,7 +9551,7 @@ } }, { - "id": 18074, + "id": 19183, "properties": { "east": "tall", "north": "tall", @@ -8955,7 +9562,7 @@ } }, { - "id": 18075, + "id": 19184, "properties": { "east": "tall", "north": "tall", @@ -8966,7 +9573,7 @@ } }, { - "id": 18076, + "id": 19185, "properties": { "east": "tall", "north": "tall", @@ -8977,7 +9584,7 @@ } }, { - "id": 18077, + "id": 19186, "properties": { "east": "tall", "north": "tall", @@ -8988,7 +9595,7 @@ } }, { - "id": 18078, + "id": 19187, "properties": { "east": "tall", "north": "tall", @@ -8999,7 +9606,7 @@ } }, { - "id": 18079, + "id": 19188, "properties": { "east": "tall", "north": "tall", @@ -9010,7 +9617,7 @@ } }, { - "id": 18080, + "id": 19189, "properties": { "east": "tall", "north": "tall", @@ -9021,7 +9628,7 @@ } }, { - "id": 18081, + "id": 19190, "properties": { "east": "tall", "north": "tall", @@ -9032,7 +9639,7 @@ } }, { - "id": 18082, + "id": 19191, "properties": { "east": "tall", "north": "tall", @@ -9043,7 +9650,7 @@ } }, { - "id": 18083, + "id": 19192, "properties": { "east": "tall", "north": "tall", @@ -9054,7 +9661,7 @@ } }, { - "id": 18084, + "id": 19193, "properties": { "east": "tall", "north": "tall", @@ -9065,7 +9672,7 @@ } }, { - "id": 18085, + "id": 19194, "properties": { "east": "tall", "north": "tall", @@ -9076,7 +9683,7 @@ } }, { - "id": 18086, + "id": 19195, "properties": { "east": "tall", "north": "tall", @@ -9087,7 +9694,7 @@ } }, { - "id": 18087, + "id": 19196, "properties": { "east": "tall", "north": "tall", @@ -9098,7 +9705,7 @@ } }, { - "id": 18088, + "id": 19197, "properties": { "east": "tall", "north": "tall", @@ -9109,7 +9716,7 @@ } }, { - "id": 18089, + "id": 19198, "properties": { "east": "tall", "north": "tall", @@ -9120,7 +9727,7 @@ } }, { - "id": 18090, + "id": 19199, "properties": { "east": "tall", "north": "tall", @@ -9131,7 +9738,7 @@ } }, { - "id": 18091, + "id": 19200, "properties": { "east": "tall", "north": "tall", @@ -9142,7 +9749,7 @@ } }, { - "id": 18092, + "id": 19201, "properties": { "east": "tall", "north": "tall", @@ -9153,7 +9760,7 @@ } }, { - "id": 18093, + "id": 19202, "properties": { "east": "tall", "north": "tall", @@ -9164,7 +9771,7 @@ } }, { - "id": 18094, + "id": 19203, "properties": { "east": "tall", "north": "tall", @@ -9175,7 +9782,7 @@ } }, { - "id": 18095, + "id": 19204, "properties": { "east": "tall", "north": "tall", @@ -9186,7 +9793,7 @@ } }, { - "id": 18096, + "id": 19205, "properties": { "east": "tall", "north": "tall", @@ -9197,7 +9804,7 @@ } }, { - "id": 18097, + "id": 19206, "properties": { "east": "tall", "north": "tall", @@ -9208,7 +9815,7 @@ } }, { - "id": 18098, + "id": 19207, "properties": { "east": "tall", "north": "tall", @@ -9236,25 +9843,25 @@ "states": [ { "default": true, - "id": 9916, + "id": 10993, "properties": { "facing": "north" } }, { - "id": 9917, + "id": 10994, "properties": { "facing": "south" } }, { - "id": 9918, + "id": 10995, "properties": { "facing": "west" } }, { - "id": 9919, + "id": 10996, "properties": { "facing": "east" } @@ -9280,25 +9887,25 @@ "states": [ { "default": true, - "id": 7060, + "id": 8137, "properties": { "facing": "north" } }, { - "id": 7061, + "id": 8138, "properties": { "facing": "south" } }, { - "id": 7062, + "id": 8139, "properties": { "facing": "west" } }, { - "id": 7063, + "id": 8140, "properties": { "facing": "east" } @@ -9324,25 +9931,25 @@ "states": [ { "default": true, - "id": 7056, + "id": 8133, "properties": { "facing": "north" } }, { - "id": 7057, + "id": 8134, "properties": { "facing": "south" } }, { - "id": 7058, + "id": 8135, "properties": { "facing": "west" } }, { - "id": 7059, + "id": 8136, "properties": { "facing": "east" } @@ -9357,7 +9964,7 @@ "states": [ { "default": true, - "id": 25852 + "id": 27609 } ] }, @@ -9659,7 +10266,7 @@ "states": [ { "default": true, - "id": 13968, + "id": 15077, "properties": { "age": "0", "leaves": "none", @@ -9667,7 +10274,7 @@ } }, { - "id": 13969, + "id": 15078, "properties": { "age": "0", "leaves": "none", @@ -9675,7 +10282,7 @@ } }, { - "id": 13970, + "id": 15079, "properties": { "age": "0", "leaves": "small", @@ -9683,7 +10290,7 @@ } }, { - "id": 13971, + "id": 15080, "properties": { "age": "0", "leaves": "small", @@ -9691,7 +10298,7 @@ } }, { - "id": 13972, + "id": 15081, "properties": { "age": "0", "leaves": "large", @@ -9699,7 +10306,7 @@ } }, { - "id": 13973, + "id": 15082, "properties": { "age": "0", "leaves": "large", @@ -9707,7 +10314,7 @@ } }, { - "id": 13974, + "id": 15083, "properties": { "age": "1", "leaves": "none", @@ -9715,7 +10322,7 @@ } }, { - "id": 13975, + "id": 15084, "properties": { "age": "1", "leaves": "none", @@ -9723,7 +10330,7 @@ } }, { - "id": 13976, + "id": 15085, "properties": { "age": "1", "leaves": "small", @@ -9731,7 +10338,7 @@ } }, { - "id": 13977, + "id": 15086, "properties": { "age": "1", "leaves": "small", @@ -9739,7 +10346,7 @@ } }, { - "id": 13978, + "id": 15087, "properties": { "age": "1", "leaves": "large", @@ -9747,7 +10354,7 @@ } }, { - "id": 13979, + "id": 15088, "properties": { "age": "1", "leaves": "large", @@ -9816,7 +10423,7 @@ }, "states": [ { - "id": 9612, + "id": 10689, "properties": { "face": "floor", "facing": "north", @@ -9824,7 +10431,7 @@ } }, { - "id": 9613, + "id": 10690, "properties": { "face": "floor", "facing": "north", @@ -9832,7 +10439,7 @@ } }, { - "id": 9614, + "id": 10691, "properties": { "face": "floor", "facing": "south", @@ -9840,7 +10447,7 @@ } }, { - "id": 9615, + "id": 10692, "properties": { "face": "floor", "facing": "south", @@ -9848,7 +10455,7 @@ } }, { - "id": 9616, + "id": 10693, "properties": { "face": "floor", "facing": "west", @@ -9856,7 +10463,7 @@ } }, { - "id": 9617, + "id": 10694, "properties": { "face": "floor", "facing": "west", @@ -9864,7 +10471,7 @@ } }, { - "id": 9618, + "id": 10695, "properties": { "face": "floor", "facing": "east", @@ -9872,7 +10479,7 @@ } }, { - "id": 9619, + "id": 10696, "properties": { "face": "floor", "facing": "east", @@ -9880,7 +10487,7 @@ } }, { - "id": 9620, + "id": 10697, "properties": { "face": "wall", "facing": "north", @@ -9889,7 +10496,7 @@ }, { "default": true, - "id": 9621, + "id": 10698, "properties": { "face": "wall", "facing": "north", @@ -9897,7 +10504,7 @@ } }, { - "id": 9622, + "id": 10699, "properties": { "face": "wall", "facing": "south", @@ -9905,7 +10512,7 @@ } }, { - "id": 9623, + "id": 10700, "properties": { "face": "wall", "facing": "south", @@ -9913,7 +10520,7 @@ } }, { - "id": 9624, + "id": 10701, "properties": { "face": "wall", "facing": "west", @@ -9921,7 +10528,7 @@ } }, { - "id": 9625, + "id": 10702, "properties": { "face": "wall", "facing": "west", @@ -9929,7 +10536,7 @@ } }, { - "id": 9626, + "id": 10703, "properties": { "face": "wall", "facing": "east", @@ -9937,7 +10544,7 @@ } }, { - "id": 9627, + "id": 10704, "properties": { "face": "wall", "facing": "east", @@ -9945,7 +10552,7 @@ } }, { - "id": 9628, + "id": 10705, "properties": { "face": "ceiling", "facing": "north", @@ -9953,7 +10560,7 @@ } }, { - "id": 9629, + "id": 10706, "properties": { "face": "ceiling", "facing": "north", @@ -9961,7 +10568,7 @@ } }, { - "id": 9630, + "id": 10707, "properties": { "face": "ceiling", "facing": "south", @@ -9969,7 +10576,7 @@ } }, { - "id": 9631, + "id": 10708, "properties": { "face": "ceiling", "facing": "south", @@ -9977,7 +10584,7 @@ } }, { - "id": 9632, + "id": 10709, "properties": { "face": "ceiling", "facing": "west", @@ -9985,7 +10592,7 @@ } }, { - "id": 9633, + "id": 10710, "properties": { "face": "ceiling", "facing": "west", @@ -9993,7 +10600,7 @@ } }, { - "id": 9634, + "id": 10711, "properties": { "face": "ceiling", "facing": "east", @@ -10001,7 +10608,7 @@ } }, { - "id": 9635, + "id": 10712, "properties": { "face": "ceiling", "facing": "east", @@ -10042,7 +10649,7 @@ }, "states": [ { - "id": 13293, + "id": 14370, "properties": { "facing": "north", "half": "upper", @@ -10052,7 +10659,7 @@ } }, { - "id": 13294, + "id": 14371, "properties": { "facing": "north", "half": "upper", @@ -10062,7 +10669,7 @@ } }, { - "id": 13295, + "id": 14372, "properties": { "facing": "north", "half": "upper", @@ -10072,7 +10679,7 @@ } }, { - "id": 13296, + "id": 14373, "properties": { "facing": "north", "half": "upper", @@ -10082,7 +10689,7 @@ } }, { - "id": 13297, + "id": 14374, "properties": { "facing": "north", "half": "upper", @@ -10092,7 +10699,7 @@ } }, { - "id": 13298, + "id": 14375, "properties": { "facing": "north", "half": "upper", @@ -10102,7 +10709,7 @@ } }, { - "id": 13299, + "id": 14376, "properties": { "facing": "north", "half": "upper", @@ -10112,7 +10719,7 @@ } }, { - "id": 13300, + "id": 14377, "properties": { "facing": "north", "half": "upper", @@ -10122,7 +10729,7 @@ } }, { - "id": 13301, + "id": 14378, "properties": { "facing": "north", "half": "lower", @@ -10132,7 +10739,7 @@ } }, { - "id": 13302, + "id": 14379, "properties": { "facing": "north", "half": "lower", @@ -10142,7 +10749,7 @@ } }, { - "id": 13303, + "id": 14380, "properties": { "facing": "north", "half": "lower", @@ -10153,7 +10760,7 @@ }, { "default": true, - "id": 13304, + "id": 14381, "properties": { "facing": "north", "half": "lower", @@ -10163,7 +10770,7 @@ } }, { - "id": 13305, + "id": 14382, "properties": { "facing": "north", "half": "lower", @@ -10173,7 +10780,7 @@ } }, { - "id": 13306, + "id": 14383, "properties": { "facing": "north", "half": "lower", @@ -10183,7 +10790,7 @@ } }, { - "id": 13307, + "id": 14384, "properties": { "facing": "north", "half": "lower", @@ -10193,7 +10800,7 @@ } }, { - "id": 13308, + "id": 14385, "properties": { "facing": "north", "half": "lower", @@ -10203,7 +10810,7 @@ } }, { - "id": 13309, + "id": 14386, "properties": { "facing": "south", "half": "upper", @@ -10213,7 +10820,7 @@ } }, { - "id": 13310, + "id": 14387, "properties": { "facing": "south", "half": "upper", @@ -10223,7 +10830,7 @@ } }, { - "id": 13311, + "id": 14388, "properties": { "facing": "south", "half": "upper", @@ -10233,7 +10840,7 @@ } }, { - "id": 13312, + "id": 14389, "properties": { "facing": "south", "half": "upper", @@ -10243,7 +10850,7 @@ } }, { - "id": 13313, + "id": 14390, "properties": { "facing": "south", "half": "upper", @@ -10253,7 +10860,7 @@ } }, { - "id": 13314, + "id": 14391, "properties": { "facing": "south", "half": "upper", @@ -10263,7 +10870,7 @@ } }, { - "id": 13315, + "id": 14392, "properties": { "facing": "south", "half": "upper", @@ -10273,7 +10880,7 @@ } }, { - "id": 13316, + "id": 14393, "properties": { "facing": "south", "half": "upper", @@ -10283,7 +10890,7 @@ } }, { - "id": 13317, + "id": 14394, "properties": { "facing": "south", "half": "lower", @@ -10293,7 +10900,7 @@ } }, { - "id": 13318, + "id": 14395, "properties": { "facing": "south", "half": "lower", @@ -10303,7 +10910,7 @@ } }, { - "id": 13319, + "id": 14396, "properties": { "facing": "south", "half": "lower", @@ -10313,7 +10920,7 @@ } }, { - "id": 13320, + "id": 14397, "properties": { "facing": "south", "half": "lower", @@ -10323,7 +10930,7 @@ } }, { - "id": 13321, + "id": 14398, "properties": { "facing": "south", "half": "lower", @@ -10333,7 +10940,7 @@ } }, { - "id": 13322, + "id": 14399, "properties": { "facing": "south", "half": "lower", @@ -10343,7 +10950,7 @@ } }, { - "id": 13323, + "id": 14400, "properties": { "facing": "south", "half": "lower", @@ -10353,7 +10960,7 @@ } }, { - "id": 13324, + "id": 14401, "properties": { "facing": "south", "half": "lower", @@ -10363,7 +10970,7 @@ } }, { - "id": 13325, + "id": 14402, "properties": { "facing": "west", "half": "upper", @@ -10373,7 +10980,7 @@ } }, { - "id": 13326, + "id": 14403, "properties": { "facing": "west", "half": "upper", @@ -10383,7 +10990,7 @@ } }, { - "id": 13327, + "id": 14404, "properties": { "facing": "west", "half": "upper", @@ -10393,7 +11000,7 @@ } }, { - "id": 13328, + "id": 14405, "properties": { "facing": "west", "half": "upper", @@ -10403,7 +11010,7 @@ } }, { - "id": 13329, + "id": 14406, "properties": { "facing": "west", "half": "upper", @@ -10413,7 +11020,7 @@ } }, { - "id": 13330, + "id": 14407, "properties": { "facing": "west", "half": "upper", @@ -10423,7 +11030,7 @@ } }, { - "id": 13331, + "id": 14408, "properties": { "facing": "west", "half": "upper", @@ -10433,7 +11040,7 @@ } }, { - "id": 13332, + "id": 14409, "properties": { "facing": "west", "half": "upper", @@ -10443,7 +11050,7 @@ } }, { - "id": 13333, + "id": 14410, "properties": { "facing": "west", "half": "lower", @@ -10453,7 +11060,7 @@ } }, { - "id": 13334, + "id": 14411, "properties": { "facing": "west", "half": "lower", @@ -10463,7 +11070,7 @@ } }, { - "id": 13335, + "id": 14412, "properties": { "facing": "west", "half": "lower", @@ -10473,7 +11080,7 @@ } }, { - "id": 13336, + "id": 14413, "properties": { "facing": "west", "half": "lower", @@ -10483,7 +11090,7 @@ } }, { - "id": 13337, + "id": 14414, "properties": { "facing": "west", "half": "lower", @@ -10493,7 +11100,7 @@ } }, { - "id": 13338, + "id": 14415, "properties": { "facing": "west", "half": "lower", @@ -10503,7 +11110,7 @@ } }, { - "id": 13339, + "id": 14416, "properties": { "facing": "west", "half": "lower", @@ -10513,7 +11120,7 @@ } }, { - "id": 13340, + "id": 14417, "properties": { "facing": "west", "half": "lower", @@ -10523,7 +11130,7 @@ } }, { - "id": 13341, + "id": 14418, "properties": { "facing": "east", "half": "upper", @@ -10533,7 +11140,7 @@ } }, { - "id": 13342, + "id": 14419, "properties": { "facing": "east", "half": "upper", @@ -10543,7 +11150,7 @@ } }, { - "id": 13343, + "id": 14420, "properties": { "facing": "east", "half": "upper", @@ -10553,7 +11160,7 @@ } }, { - "id": 13344, + "id": 14421, "properties": { "facing": "east", "half": "upper", @@ -10563,7 +11170,7 @@ } }, { - "id": 13345, + "id": 14422, "properties": { "facing": "east", "half": "upper", @@ -10573,7 +11180,7 @@ } }, { - "id": 13346, + "id": 14423, "properties": { "facing": "east", "half": "upper", @@ -10583,7 +11190,7 @@ } }, { - "id": 13347, + "id": 14424, "properties": { "facing": "east", "half": "upper", @@ -10593,7 +11200,7 @@ } }, { - "id": 13348, + "id": 14425, "properties": { "facing": "east", "half": "upper", @@ -10603,7 +11210,7 @@ } }, { - "id": 13349, + "id": 14426, "properties": { "facing": "east", "half": "lower", @@ -10613,7 +11220,7 @@ } }, { - "id": 13350, + "id": 14427, "properties": { "facing": "east", "half": "lower", @@ -10623,7 +11230,7 @@ } }, { - "id": 13351, + "id": 14428, "properties": { "facing": "east", "half": "lower", @@ -10633,7 +11240,7 @@ } }, { - "id": 13352, + "id": 14429, "properties": { "facing": "east", "half": "lower", @@ -10643,7 +11250,7 @@ } }, { - "id": 13353, + "id": 14430, "properties": { "facing": "east", "half": "lower", @@ -10653,7 +11260,7 @@ } }, { - "id": 13354, + "id": 14431, "properties": { "facing": "east", "half": "lower", @@ -10663,7 +11270,7 @@ } }, { - "id": 13355, + "id": 14432, "properties": { "facing": "east", "half": "lower", @@ -10673,7 +11280,7 @@ } }, { - "id": 13356, + "id": 14433, "properties": { "facing": "east", "half": "lower", @@ -10713,7 +11320,7 @@ }, "states": [ { - "id": 12749, + "id": 13826, "properties": { "east": "true", "north": "true", @@ -10723,7 +11330,7 @@ } }, { - "id": 12750, + "id": 13827, "properties": { "east": "true", "north": "true", @@ -10733,7 +11340,7 @@ } }, { - "id": 12751, + "id": 13828, "properties": { "east": "true", "north": "true", @@ -10743,7 +11350,7 @@ } }, { - "id": 12752, + "id": 13829, "properties": { "east": "true", "north": "true", @@ -10753,7 +11360,7 @@ } }, { - "id": 12753, + "id": 13830, "properties": { "east": "true", "north": "true", @@ -10763,7 +11370,7 @@ } }, { - "id": 12754, + "id": 13831, "properties": { "east": "true", "north": "true", @@ -10773,7 +11380,7 @@ } }, { - "id": 12755, + "id": 13832, "properties": { "east": "true", "north": "true", @@ -10783,7 +11390,7 @@ } }, { - "id": 12756, + "id": 13833, "properties": { "east": "true", "north": "true", @@ -10793,7 +11400,7 @@ } }, { - "id": 12757, + "id": 13834, "properties": { "east": "true", "north": "false", @@ -10803,7 +11410,7 @@ } }, { - "id": 12758, + "id": 13835, "properties": { "east": "true", "north": "false", @@ -10813,7 +11420,7 @@ } }, { - "id": 12759, + "id": 13836, "properties": { "east": "true", "north": "false", @@ -10823,7 +11430,7 @@ } }, { - "id": 12760, + "id": 13837, "properties": { "east": "true", "north": "false", @@ -10833,7 +11440,7 @@ } }, { - "id": 12761, + "id": 13838, "properties": { "east": "true", "north": "false", @@ -10843,7 +11450,7 @@ } }, { - "id": 12762, + "id": 13839, "properties": { "east": "true", "north": "false", @@ -10853,7 +11460,7 @@ } }, { - "id": 12763, + "id": 13840, "properties": { "east": "true", "north": "false", @@ -10863,7 +11470,7 @@ } }, { - "id": 12764, + "id": 13841, "properties": { "east": "true", "north": "false", @@ -10873,7 +11480,7 @@ } }, { - "id": 12765, + "id": 13842, "properties": { "east": "false", "north": "true", @@ -10883,7 +11490,7 @@ } }, { - "id": 12766, + "id": 13843, "properties": { "east": "false", "north": "true", @@ -10893,7 +11500,7 @@ } }, { - "id": 12767, + "id": 13844, "properties": { "east": "false", "north": "true", @@ -10903,7 +11510,7 @@ } }, { - "id": 12768, + "id": 13845, "properties": { "east": "false", "north": "true", @@ -10913,7 +11520,7 @@ } }, { - "id": 12769, + "id": 13846, "properties": { "east": "false", "north": "true", @@ -10923,7 +11530,7 @@ } }, { - "id": 12770, + "id": 13847, "properties": { "east": "false", "north": "true", @@ -10933,7 +11540,7 @@ } }, { - "id": 12771, + "id": 13848, "properties": { "east": "false", "north": "true", @@ -10943,7 +11550,7 @@ } }, { - "id": 12772, + "id": 13849, "properties": { "east": "false", "north": "true", @@ -10953,7 +11560,7 @@ } }, { - "id": 12773, + "id": 13850, "properties": { "east": "false", "north": "false", @@ -10963,7 +11570,7 @@ } }, { - "id": 12774, + "id": 13851, "properties": { "east": "false", "north": "false", @@ -10973,7 +11580,7 @@ } }, { - "id": 12775, + "id": 13852, "properties": { "east": "false", "north": "false", @@ -10983,7 +11590,7 @@ } }, { - "id": 12776, + "id": 13853, "properties": { "east": "false", "north": "false", @@ -10993,7 +11600,7 @@ } }, { - "id": 12777, + "id": 13854, "properties": { "east": "false", "north": "false", @@ -11003,7 +11610,7 @@ } }, { - "id": 12778, + "id": 13855, "properties": { "east": "false", "north": "false", @@ -11013,7 +11620,7 @@ } }, { - "id": 12779, + "id": 13856, "properties": { "east": "false", "north": "false", @@ -11024,7 +11631,7 @@ }, { "default": true, - "id": 12780, + "id": 13857, "properties": { "east": "false", "north": "false", @@ -11063,7 +11670,7 @@ }, "states": [ { - "id": 12461, + "id": 13538, "properties": { "facing": "north", "in_wall": "true", @@ -11072,7 +11679,7 @@ } }, { - "id": 12462, + "id": 13539, "properties": { "facing": "north", "in_wall": "true", @@ -11081,7 +11688,7 @@ } }, { - "id": 12463, + "id": 13540, "properties": { "facing": "north", "in_wall": "true", @@ -11090,7 +11697,7 @@ } }, { - "id": 12464, + "id": 13541, "properties": { "facing": "north", "in_wall": "true", @@ -11099,7 +11706,7 @@ } }, { - "id": 12465, + "id": 13542, "properties": { "facing": "north", "in_wall": "false", @@ -11108,7 +11715,7 @@ } }, { - "id": 12466, + "id": 13543, "properties": { "facing": "north", "in_wall": "false", @@ -11117,7 +11724,7 @@ } }, { - "id": 12467, + "id": 13544, "properties": { "facing": "north", "in_wall": "false", @@ -11127,7 +11734,7 @@ }, { "default": true, - "id": 12468, + "id": 13545, "properties": { "facing": "north", "in_wall": "false", @@ -11136,7 +11743,7 @@ } }, { - "id": 12469, + "id": 13546, "properties": { "facing": "south", "in_wall": "true", @@ -11145,7 +11752,7 @@ } }, { - "id": 12470, + "id": 13547, "properties": { "facing": "south", "in_wall": "true", @@ -11154,7 +11761,7 @@ } }, { - "id": 12471, + "id": 13548, "properties": { "facing": "south", "in_wall": "true", @@ -11163,7 +11770,7 @@ } }, { - "id": 12472, + "id": 13549, "properties": { "facing": "south", "in_wall": "true", @@ -11172,7 +11779,7 @@ } }, { - "id": 12473, + "id": 13550, "properties": { "facing": "south", "in_wall": "false", @@ -11181,7 +11788,7 @@ } }, { - "id": 12474, + "id": 13551, "properties": { "facing": "south", "in_wall": "false", @@ -11190,7 +11797,7 @@ } }, { - "id": 12475, + "id": 13552, "properties": { "facing": "south", "in_wall": "false", @@ -11199,7 +11806,7 @@ } }, { - "id": 12476, + "id": 13553, "properties": { "facing": "south", "in_wall": "false", @@ -11208,7 +11815,7 @@ } }, { - "id": 12477, + "id": 13554, "properties": { "facing": "west", "in_wall": "true", @@ -11217,7 +11824,7 @@ } }, { - "id": 12478, + "id": 13555, "properties": { "facing": "west", "in_wall": "true", @@ -11226,7 +11833,7 @@ } }, { - "id": 12479, + "id": 13556, "properties": { "facing": "west", "in_wall": "true", @@ -11235,7 +11842,7 @@ } }, { - "id": 12480, + "id": 13557, "properties": { "facing": "west", "in_wall": "true", @@ -11244,7 +11851,7 @@ } }, { - "id": 12481, + "id": 13558, "properties": { "facing": "west", "in_wall": "false", @@ -11253,7 +11860,7 @@ } }, { - "id": 12482, + "id": 13559, "properties": { "facing": "west", "in_wall": "false", @@ -11262,7 +11869,7 @@ } }, { - "id": 12483, + "id": 13560, "properties": { "facing": "west", "in_wall": "false", @@ -11271,7 +11878,7 @@ } }, { - "id": 12484, + "id": 13561, "properties": { "facing": "west", "in_wall": "false", @@ -11280,7 +11887,7 @@ } }, { - "id": 12485, + "id": 13562, "properties": { "facing": "east", "in_wall": "true", @@ -11289,7 +11896,7 @@ } }, { - "id": 12486, + "id": 13563, "properties": { "facing": "east", "in_wall": "true", @@ -11298,7 +11905,7 @@ } }, { - "id": 12487, + "id": 13564, "properties": { "facing": "east", "in_wall": "true", @@ -11307,7 +11914,7 @@ } }, { - "id": 12488, + "id": 13565, "properties": { "facing": "east", "in_wall": "true", @@ -11316,7 +11923,7 @@ } }, { - "id": 12489, + "id": 13566, "properties": { "facing": "east", "in_wall": "false", @@ -11325,7 +11932,7 @@ } }, { - "id": 12490, + "id": 13567, "properties": { "facing": "east", "in_wall": "false", @@ -11334,7 +11941,7 @@ } }, { - "id": 12491, + "id": 13568, "properties": { "facing": "east", "in_wall": "false", @@ -11343,7 +11950,7 @@ } }, { - "id": 12492, + "id": 13569, "properties": { "facing": "east", "in_wall": "false", @@ -11389,7 +11996,7 @@ }, "states": [ { - "id": 5642, + "id": 6410, "properties": { "attached": "true", "rotation": "0", @@ -11397,7 +12004,7 @@ } }, { - "id": 5643, + "id": 6411, "properties": { "attached": "true", "rotation": "0", @@ -11405,7 +12012,7 @@ } }, { - "id": 5644, + "id": 6412, "properties": { "attached": "true", "rotation": "1", @@ -11413,7 +12020,7 @@ } }, { - "id": 5645, + "id": 6413, "properties": { "attached": "true", "rotation": "1", @@ -11421,7 +12028,7 @@ } }, { - "id": 5646, + "id": 6414, "properties": { "attached": "true", "rotation": "2", @@ -11429,7 +12036,7 @@ } }, { - "id": 5647, + "id": 6415, "properties": { "attached": "true", "rotation": "2", @@ -11437,7 +12044,7 @@ } }, { - "id": 5648, + "id": 6416, "properties": { "attached": "true", "rotation": "3", @@ -11445,7 +12052,7 @@ } }, { - "id": 5649, + "id": 6417, "properties": { "attached": "true", "rotation": "3", @@ -11453,7 +12060,7 @@ } }, { - "id": 5650, + "id": 6418, "properties": { "attached": "true", "rotation": "4", @@ -11461,7 +12068,7 @@ } }, { - "id": 5651, + "id": 6419, "properties": { "attached": "true", "rotation": "4", @@ -11469,7 +12076,7 @@ } }, { - "id": 5652, + "id": 6420, "properties": { "attached": "true", "rotation": "5", @@ -11477,7 +12084,7 @@ } }, { - "id": 5653, + "id": 6421, "properties": { "attached": "true", "rotation": "5", @@ -11485,7 +12092,7 @@ } }, { - "id": 5654, + "id": 6422, "properties": { "attached": "true", "rotation": "6", @@ -11493,7 +12100,7 @@ } }, { - "id": 5655, + "id": 6423, "properties": { "attached": "true", "rotation": "6", @@ -11501,7 +12108,7 @@ } }, { - "id": 5656, + "id": 6424, "properties": { "attached": "true", "rotation": "7", @@ -11509,7 +12116,7 @@ } }, { - "id": 5657, + "id": 6425, "properties": { "attached": "true", "rotation": "7", @@ -11517,7 +12124,7 @@ } }, { - "id": 5658, + "id": 6426, "properties": { "attached": "true", "rotation": "8", @@ -11525,7 +12132,7 @@ } }, { - "id": 5659, + "id": 6427, "properties": { "attached": "true", "rotation": "8", @@ -11533,7 +12140,7 @@ } }, { - "id": 5660, + "id": 6428, "properties": { "attached": "true", "rotation": "9", @@ -11541,7 +12148,7 @@ } }, { - "id": 5661, + "id": 6429, "properties": { "attached": "true", "rotation": "9", @@ -11549,7 +12156,7 @@ } }, { - "id": 5662, + "id": 6430, "properties": { "attached": "true", "rotation": "10", @@ -11557,7 +12164,7 @@ } }, { - "id": 5663, + "id": 6431, "properties": { "attached": "true", "rotation": "10", @@ -11565,7 +12172,7 @@ } }, { - "id": 5664, + "id": 6432, "properties": { "attached": "true", "rotation": "11", @@ -11573,7 +12180,7 @@ } }, { - "id": 5665, + "id": 6433, "properties": { "attached": "true", "rotation": "11", @@ -11581,7 +12188,7 @@ } }, { - "id": 5666, + "id": 6434, "properties": { "attached": "true", "rotation": "12", @@ -11589,7 +12196,7 @@ } }, { - "id": 5667, + "id": 6435, "properties": { "attached": "true", "rotation": "12", @@ -11597,7 +12204,7 @@ } }, { - "id": 5668, + "id": 6436, "properties": { "attached": "true", "rotation": "13", @@ -11605,7 +12212,7 @@ } }, { - "id": 5669, + "id": 6437, "properties": { "attached": "true", "rotation": "13", @@ -11613,7 +12220,7 @@ } }, { - "id": 5670, + "id": 6438, "properties": { "attached": "true", "rotation": "14", @@ -11621,7 +12228,7 @@ } }, { - "id": 5671, + "id": 6439, "properties": { "attached": "true", "rotation": "14", @@ -11629,7 +12236,7 @@ } }, { - "id": 5672, + "id": 6440, "properties": { "attached": "true", "rotation": "15", @@ -11637,7 +12244,7 @@ } }, { - "id": 5673, + "id": 6441, "properties": { "attached": "true", "rotation": "15", @@ -11645,7 +12252,7 @@ } }, { - "id": 5674, + "id": 6442, "properties": { "attached": "false", "rotation": "0", @@ -11654,7 +12261,7 @@ }, { "default": true, - "id": 5675, + "id": 6443, "properties": { "attached": "false", "rotation": "0", @@ -11662,7 +12269,7 @@ } }, { - "id": 5676, + "id": 6444, "properties": { "attached": "false", "rotation": "1", @@ -11670,7 +12277,7 @@ } }, { - "id": 5677, + "id": 6445, "properties": { "attached": "false", "rotation": "1", @@ -11678,7 +12285,7 @@ } }, { - "id": 5678, + "id": 6446, "properties": { "attached": "false", "rotation": "2", @@ -11686,7 +12293,7 @@ } }, { - "id": 5679, + "id": 6447, "properties": { "attached": "false", "rotation": "2", @@ -11694,7 +12301,7 @@ } }, { - "id": 5680, + "id": 6448, "properties": { "attached": "false", "rotation": "3", @@ -11702,7 +12309,7 @@ } }, { - "id": 5681, + "id": 6449, "properties": { "attached": "false", "rotation": "3", @@ -11710,7 +12317,7 @@ } }, { - "id": 5682, + "id": 6450, "properties": { "attached": "false", "rotation": "4", @@ -11718,7 +12325,7 @@ } }, { - "id": 5683, + "id": 6451, "properties": { "attached": "false", "rotation": "4", @@ -11726,7 +12333,7 @@ } }, { - "id": 5684, + "id": 6452, "properties": { "attached": "false", "rotation": "5", @@ -11734,7 +12341,7 @@ } }, { - "id": 5685, + "id": 6453, "properties": { "attached": "false", "rotation": "5", @@ -11742,7 +12349,7 @@ } }, { - "id": 5686, + "id": 6454, "properties": { "attached": "false", "rotation": "6", @@ -11750,7 +12357,7 @@ } }, { - "id": 5687, + "id": 6455, "properties": { "attached": "false", "rotation": "6", @@ -11758,7 +12365,7 @@ } }, { - "id": 5688, + "id": 6456, "properties": { "attached": "false", "rotation": "7", @@ -11766,7 +12373,7 @@ } }, { - "id": 5689, + "id": 6457, "properties": { "attached": "false", "rotation": "7", @@ -11774,7 +12381,7 @@ } }, { - "id": 5690, + "id": 6458, "properties": { "attached": "false", "rotation": "8", @@ -11782,7 +12389,7 @@ } }, { - "id": 5691, + "id": 6459, "properties": { "attached": "false", "rotation": "8", @@ -11790,7 +12397,7 @@ } }, { - "id": 5692, + "id": 6460, "properties": { "attached": "false", "rotation": "9", @@ -11798,7 +12405,7 @@ } }, { - "id": 5693, + "id": 6461, "properties": { "attached": "false", "rotation": "9", @@ -11806,7 +12413,7 @@ } }, { - "id": 5694, + "id": 6462, "properties": { "attached": "false", "rotation": "10", @@ -11814,7 +12421,7 @@ } }, { - "id": 5695, + "id": 6463, "properties": { "attached": "false", "rotation": "10", @@ -11822,7 +12429,7 @@ } }, { - "id": 5696, + "id": 6464, "properties": { "attached": "false", "rotation": "11", @@ -11830,7 +12437,7 @@ } }, { - "id": 5697, + "id": 6465, "properties": { "attached": "false", "rotation": "11", @@ -11838,7 +12445,7 @@ } }, { - "id": 5698, + "id": 6466, "properties": { "attached": "false", "rotation": "12", @@ -11846,7 +12453,7 @@ } }, { - "id": 5699, + "id": 6467, "properties": { "attached": "false", "rotation": "12", @@ -11854,7 +12461,7 @@ } }, { - "id": 5700, + "id": 6468, "properties": { "attached": "false", "rotation": "13", @@ -11862,7 +12469,7 @@ } }, { - "id": 5701, + "id": 6469, "properties": { "attached": "false", "rotation": "13", @@ -11870,7 +12477,7 @@ } }, { - "id": 5702, + "id": 6470, "properties": { "attached": "false", "rotation": "14", @@ -11878,7 +12485,7 @@ } }, { - "id": 5703, + "id": 6471, "properties": { "attached": "false", "rotation": "14", @@ -11886,7 +12493,7 @@ } }, { - "id": 5704, + "id": 6472, "properties": { "attached": "false", "rotation": "15", @@ -11894,7 +12501,7 @@ } }, { - "id": 5705, + "id": 6473, "properties": { "attached": "false", "rotation": "15", @@ -11933,21 +12540,21 @@ }, "states": [ { - "id": 12111, + "id": 13188, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12112, + "id": 13189, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12113, + "id": 13190, "properties": { "type": "bottom", "waterlogged": "true" @@ -11955,21 +12562,21 @@ }, { "default": true, - "id": 12114, + "id": 13191, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12115, + "id": 13192, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12116, + "id": 13193, "properties": { "type": "double", "waterlogged": "false" @@ -12010,7 +12617,7 @@ }, "states": [ { - "id": 11173, + "id": 12250, "properties": { "facing": "north", "half": "top", @@ -12019,7 +12626,7 @@ } }, { - "id": 11174, + "id": 12251, "properties": { "facing": "north", "half": "top", @@ -12028,7 +12635,7 @@ } }, { - "id": 11175, + "id": 12252, "properties": { "facing": "north", "half": "top", @@ -12037,7 +12644,7 @@ } }, { - "id": 11176, + "id": 12253, "properties": { "facing": "north", "half": "top", @@ -12046,7 +12653,7 @@ } }, { - "id": 11177, + "id": 12254, "properties": { "facing": "north", "half": "top", @@ -12055,7 +12662,7 @@ } }, { - "id": 11178, + "id": 12255, "properties": { "facing": "north", "half": "top", @@ -12064,7 +12671,7 @@ } }, { - "id": 11179, + "id": 12256, "properties": { "facing": "north", "half": "top", @@ -12073,7 +12680,7 @@ } }, { - "id": 11180, + "id": 12257, "properties": { "facing": "north", "half": "top", @@ -12082,7 +12689,7 @@ } }, { - "id": 11181, + "id": 12258, "properties": { "facing": "north", "half": "top", @@ -12091,7 +12698,7 @@ } }, { - "id": 11182, + "id": 12259, "properties": { "facing": "north", "half": "top", @@ -12100,7 +12707,7 @@ } }, { - "id": 11183, + "id": 12260, "properties": { "facing": "north", "half": "bottom", @@ -12110,7 +12717,7 @@ }, { "default": true, - "id": 11184, + "id": 12261, "properties": { "facing": "north", "half": "bottom", @@ -12119,7 +12726,7 @@ } }, { - "id": 11185, + "id": 12262, "properties": { "facing": "north", "half": "bottom", @@ -12128,7 +12735,7 @@ } }, { - "id": 11186, + "id": 12263, "properties": { "facing": "north", "half": "bottom", @@ -12137,7 +12744,7 @@ } }, { - "id": 11187, + "id": 12264, "properties": { "facing": "north", "half": "bottom", @@ -12146,7 +12753,7 @@ } }, { - "id": 11188, + "id": 12265, "properties": { "facing": "north", "half": "bottom", @@ -12155,7 +12762,7 @@ } }, { - "id": 11189, + "id": 12266, "properties": { "facing": "north", "half": "bottom", @@ -12164,7 +12771,7 @@ } }, { - "id": 11190, + "id": 12267, "properties": { "facing": "north", "half": "bottom", @@ -12173,7 +12780,7 @@ } }, { - "id": 11191, + "id": 12268, "properties": { "facing": "north", "half": "bottom", @@ -12182,7 +12789,7 @@ } }, { - "id": 11192, + "id": 12269, "properties": { "facing": "north", "half": "bottom", @@ -12191,7 +12798,7 @@ } }, { - "id": 11193, + "id": 12270, "properties": { "facing": "south", "half": "top", @@ -12200,7 +12807,7 @@ } }, { - "id": 11194, + "id": 12271, "properties": { "facing": "south", "half": "top", @@ -12209,7 +12816,7 @@ } }, { - "id": 11195, + "id": 12272, "properties": { "facing": "south", "half": "top", @@ -12218,7 +12825,7 @@ } }, { - "id": 11196, + "id": 12273, "properties": { "facing": "south", "half": "top", @@ -12227,7 +12834,7 @@ } }, { - "id": 11197, + "id": 12274, "properties": { "facing": "south", "half": "top", @@ -12236,7 +12843,7 @@ } }, { - "id": 11198, + "id": 12275, "properties": { "facing": "south", "half": "top", @@ -12245,7 +12852,7 @@ } }, { - "id": 11199, + "id": 12276, "properties": { "facing": "south", "half": "top", @@ -12254,7 +12861,7 @@ } }, { - "id": 11200, + "id": 12277, "properties": { "facing": "south", "half": "top", @@ -12263,7 +12870,7 @@ } }, { - "id": 11201, + "id": 12278, "properties": { "facing": "south", "half": "top", @@ -12272,7 +12879,7 @@ } }, { - "id": 11202, + "id": 12279, "properties": { "facing": "south", "half": "top", @@ -12281,7 +12888,7 @@ } }, { - "id": 11203, + "id": 12280, "properties": { "facing": "south", "half": "bottom", @@ -12290,7 +12897,7 @@ } }, { - "id": 11204, + "id": 12281, "properties": { "facing": "south", "half": "bottom", @@ -12299,7 +12906,7 @@ } }, { - "id": 11205, + "id": 12282, "properties": { "facing": "south", "half": "bottom", @@ -12308,7 +12915,7 @@ } }, { - "id": 11206, + "id": 12283, "properties": { "facing": "south", "half": "bottom", @@ -12317,7 +12924,7 @@ } }, { - "id": 11207, + "id": 12284, "properties": { "facing": "south", "half": "bottom", @@ -12326,7 +12933,7 @@ } }, { - "id": 11208, + "id": 12285, "properties": { "facing": "south", "half": "bottom", @@ -12335,7 +12942,7 @@ } }, { - "id": 11209, + "id": 12286, "properties": { "facing": "south", "half": "bottom", @@ -12344,7 +12951,7 @@ } }, { - "id": 11210, + "id": 12287, "properties": { "facing": "south", "half": "bottom", @@ -12353,7 +12960,7 @@ } }, { - "id": 11211, + "id": 12288, "properties": { "facing": "south", "half": "bottom", @@ -12362,7 +12969,7 @@ } }, { - "id": 11212, + "id": 12289, "properties": { "facing": "south", "half": "bottom", @@ -12371,7 +12978,7 @@ } }, { - "id": 11213, + "id": 12290, "properties": { "facing": "west", "half": "top", @@ -12380,7 +12987,7 @@ } }, { - "id": 11214, + "id": 12291, "properties": { "facing": "west", "half": "top", @@ -12389,7 +12996,7 @@ } }, { - "id": 11215, + "id": 12292, "properties": { "facing": "west", "half": "top", @@ -12398,7 +13005,7 @@ } }, { - "id": 11216, + "id": 12293, "properties": { "facing": "west", "half": "top", @@ -12407,7 +13014,7 @@ } }, { - "id": 11217, + "id": 12294, "properties": { "facing": "west", "half": "top", @@ -12416,7 +13023,7 @@ } }, { - "id": 11218, + "id": 12295, "properties": { "facing": "west", "half": "top", @@ -12425,7 +13032,7 @@ } }, { - "id": 11219, + "id": 12296, "properties": { "facing": "west", "half": "top", @@ -12434,7 +13041,7 @@ } }, { - "id": 11220, + "id": 12297, "properties": { "facing": "west", "half": "top", @@ -12443,7 +13050,7 @@ } }, { - "id": 11221, + "id": 12298, "properties": { "facing": "west", "half": "top", @@ -12452,7 +13059,7 @@ } }, { - "id": 11222, + "id": 12299, "properties": { "facing": "west", "half": "top", @@ -12461,7 +13068,7 @@ } }, { - "id": 11223, + "id": 12300, "properties": { "facing": "west", "half": "bottom", @@ -12470,7 +13077,7 @@ } }, { - "id": 11224, + "id": 12301, "properties": { "facing": "west", "half": "bottom", @@ -12479,7 +13086,7 @@ } }, { - "id": 11225, + "id": 12302, "properties": { "facing": "west", "half": "bottom", @@ -12488,7 +13095,7 @@ } }, { - "id": 11226, + "id": 12303, "properties": { "facing": "west", "half": "bottom", @@ -12497,7 +13104,7 @@ } }, { - "id": 11227, + "id": 12304, "properties": { "facing": "west", "half": "bottom", @@ -12506,7 +13113,7 @@ } }, { - "id": 11228, + "id": 12305, "properties": { "facing": "west", "half": "bottom", @@ -12515,7 +13122,7 @@ } }, { - "id": 11229, + "id": 12306, "properties": { "facing": "west", "half": "bottom", @@ -12524,7 +13131,7 @@ } }, { - "id": 11230, + "id": 12307, "properties": { "facing": "west", "half": "bottom", @@ -12533,7 +13140,7 @@ } }, { - "id": 11231, + "id": 12308, "properties": { "facing": "west", "half": "bottom", @@ -12542,7 +13149,7 @@ } }, { - "id": 11232, + "id": 12309, "properties": { "facing": "west", "half": "bottom", @@ -12551,7 +13158,7 @@ } }, { - "id": 11233, + "id": 12310, "properties": { "facing": "east", "half": "top", @@ -12560,7 +13167,7 @@ } }, { - "id": 11234, + "id": 12311, "properties": { "facing": "east", "half": "top", @@ -12569,7 +13176,7 @@ } }, { - "id": 11235, + "id": 12312, "properties": { "facing": "east", "half": "top", @@ -12578,7 +13185,7 @@ } }, { - "id": 11236, + "id": 12313, "properties": { "facing": "east", "half": "top", @@ -12587,7 +13194,7 @@ } }, { - "id": 11237, + "id": 12314, "properties": { "facing": "east", "half": "top", @@ -12596,7 +13203,7 @@ } }, { - "id": 11238, + "id": 12315, "properties": { "facing": "east", "half": "top", @@ -12605,7 +13212,7 @@ } }, { - "id": 11239, + "id": 12316, "properties": { "facing": "east", "half": "top", @@ -12614,7 +13221,7 @@ } }, { - "id": 11240, + "id": 12317, "properties": { "facing": "east", "half": "top", @@ -12623,7 +13230,7 @@ } }, { - "id": 11241, + "id": 12318, "properties": { "facing": "east", "half": "top", @@ -12632,7 +13239,7 @@ } }, { - "id": 11242, + "id": 12319, "properties": { "facing": "east", "half": "top", @@ -12641,7 +13248,7 @@ } }, { - "id": 11243, + "id": 12320, "properties": { "facing": "east", "half": "bottom", @@ -12650,7 +13257,7 @@ } }, { - "id": 11244, + "id": 12321, "properties": { "facing": "east", "half": "bottom", @@ -12659,7 +13266,7 @@ } }, { - "id": 11245, + "id": 12322, "properties": { "facing": "east", "half": "bottom", @@ -12668,7 +13275,7 @@ } }, { - "id": 11246, + "id": 12323, "properties": { "facing": "east", "half": "bottom", @@ -12677,7 +13284,7 @@ } }, { - "id": 11247, + "id": 12324, "properties": { "facing": "east", "half": "bottom", @@ -12686,7 +13293,7 @@ } }, { - "id": 11248, + "id": 12325, "properties": { "facing": "east", "half": "bottom", @@ -12695,7 +13302,7 @@ } }, { - "id": 11249, + "id": 12326, "properties": { "facing": "east", "half": "bottom", @@ -12704,7 +13311,7 @@ } }, { - "id": 11250, + "id": 12327, "properties": { "facing": "east", "half": "bottom", @@ -12713,7 +13320,7 @@ } }, { - "id": 11251, + "id": 12328, "properties": { "facing": "east", "half": "bottom", @@ -12722,7 +13329,7 @@ } }, { - "id": 11252, + "id": 12329, "properties": { "facing": "east", "half": "bottom", @@ -12758,14 +13365,14 @@ }, "states": [ { - "id": 5910, + "id": 6678, "properties": { "powered": "true" } }, { "default": true, - "id": 5911, + "id": 6679, "properties": { "powered": "false" } @@ -12780,7 +13387,614 @@ "states": [ { "default": true, - "id": 13967 + "id": 15076 + } + ] + }, + "minecraft:bamboo_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2463, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2464, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2465, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2466, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2467, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2468, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2469, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2470, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2471, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2472, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2473, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2474, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2475, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2476, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2477, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2478, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2479, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2480, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2481, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2482, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2483, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2484, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2485, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2486, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2487, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2488, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2489, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2490, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2491, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2492, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2493, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2494, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2495, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2496, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2497, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2498, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2499, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2500, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2501, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2502, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2503, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2504, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2505, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2506, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2507, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2508, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2509, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2510, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2511, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2512, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2513, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2514, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2515, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2516, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2517, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2518, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2519, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2520, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2521, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2522, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2523, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2524, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2525, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2526, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } } ] }, @@ -12816,7 +14030,7 @@ }, "states": [ { - "id": 4654, + "id": 5422, "properties": { "rotation": "0", "waterlogged": "true" @@ -12824,217 +14038,217 @@ }, { "default": true, - "id": 4655, + "id": 5423, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4656, + "id": 5424, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4657, + "id": 5425, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4658, + "id": 5426, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4659, + "id": 5427, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4660, + "id": 5428, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4661, + "id": 5429, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4662, + "id": 5430, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4663, + "id": 5431, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4664, + "id": 5432, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4665, + "id": 5433, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4666, + "id": 5434, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4667, + "id": 5435, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4668, + "id": 5436, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4669, + "id": 5437, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4670, + "id": 5438, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4671, + "id": 5439, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4672, + "id": 5440, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4673, + "id": 5441, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4674, + "id": 5442, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4675, + "id": 5443, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4676, + "id": 5444, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4677, + "id": 5445, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4678, + "id": 5446, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4679, + "id": 5447, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4680, + "id": 5448, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4681, + "id": 5449, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4682, + "id": 5450, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4683, + "id": 5451, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4684, + "id": 5452, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4685, + "id": 5453, "properties": { "rotation": "15", "waterlogged": "false" @@ -13060,21 +14274,21 @@ }, "states": [ { - "id": 12105, + "id": 13182, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12106, + "id": 13183, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12107, + "id": 13184, "properties": { "type": "bottom", "waterlogged": "true" @@ -13082,21 +14296,21 @@ }, { "default": true, - "id": 12108, + "id": 13185, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12109, + "id": 13186, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12110, + "id": 13187, "properties": { "type": "double", "waterlogged": "false" @@ -13137,7 +14351,7 @@ }, "states": [ { - "id": 11093, + "id": 12170, "properties": { "facing": "north", "half": "top", @@ -13146,7 +14360,7 @@ } }, { - "id": 11094, + "id": 12171, "properties": { "facing": "north", "half": "top", @@ -13155,7 +14369,7 @@ } }, { - "id": 11095, + "id": 12172, "properties": { "facing": "north", "half": "top", @@ -13164,7 +14378,7 @@ } }, { - "id": 11096, + "id": 12173, "properties": { "facing": "north", "half": "top", @@ -13173,7 +14387,7 @@ } }, { - "id": 11097, + "id": 12174, "properties": { "facing": "north", "half": "top", @@ -13182,7 +14396,7 @@ } }, { - "id": 11098, + "id": 12175, "properties": { "facing": "north", "half": "top", @@ -13191,7 +14405,7 @@ } }, { - "id": 11099, + "id": 12176, "properties": { "facing": "north", "half": "top", @@ -13200,7 +14414,7 @@ } }, { - "id": 11100, + "id": 12177, "properties": { "facing": "north", "half": "top", @@ -13209,7 +14423,7 @@ } }, { - "id": 11101, + "id": 12178, "properties": { "facing": "north", "half": "top", @@ -13218,7 +14432,7 @@ } }, { - "id": 11102, + "id": 12179, "properties": { "facing": "north", "half": "top", @@ -13227,7 +14441,7 @@ } }, { - "id": 11103, + "id": 12180, "properties": { "facing": "north", "half": "bottom", @@ -13237,7 +14451,7 @@ }, { "default": true, - "id": 11104, + "id": 12181, "properties": { "facing": "north", "half": "bottom", @@ -13246,7 +14460,7 @@ } }, { - "id": 11105, + "id": 12182, "properties": { "facing": "north", "half": "bottom", @@ -13255,7 +14469,7 @@ } }, { - "id": 11106, + "id": 12183, "properties": { "facing": "north", "half": "bottom", @@ -13264,7 +14478,7 @@ } }, { - "id": 11107, + "id": 12184, "properties": { "facing": "north", "half": "bottom", @@ -13273,7 +14487,7 @@ } }, { - "id": 11108, + "id": 12185, "properties": { "facing": "north", "half": "bottom", @@ -13282,7 +14496,7 @@ } }, { - "id": 11109, + "id": 12186, "properties": { "facing": "north", "half": "bottom", @@ -13291,7 +14505,7 @@ } }, { - "id": 11110, + "id": 12187, "properties": { "facing": "north", "half": "bottom", @@ -13300,7 +14514,7 @@ } }, { - "id": 11111, + "id": 12188, "properties": { "facing": "north", "half": "bottom", @@ -13309,7 +14523,7 @@ } }, { - "id": 11112, + "id": 12189, "properties": { "facing": "north", "half": "bottom", @@ -13318,7 +14532,7 @@ } }, { - "id": 11113, + "id": 12190, "properties": { "facing": "south", "half": "top", @@ -13327,7 +14541,7 @@ } }, { - "id": 11114, + "id": 12191, "properties": { "facing": "south", "half": "top", @@ -13336,7 +14550,7 @@ } }, { - "id": 11115, + "id": 12192, "properties": { "facing": "south", "half": "top", @@ -13345,7 +14559,7 @@ } }, { - "id": 11116, + "id": 12193, "properties": { "facing": "south", "half": "top", @@ -13354,7 +14568,7 @@ } }, { - "id": 11117, + "id": 12194, "properties": { "facing": "south", "half": "top", @@ -13363,7 +14577,7 @@ } }, { - "id": 11118, + "id": 12195, "properties": { "facing": "south", "half": "top", @@ -13372,7 +14586,7 @@ } }, { - "id": 11119, + "id": 12196, "properties": { "facing": "south", "half": "top", @@ -13381,7 +14595,7 @@ } }, { - "id": 11120, + "id": 12197, "properties": { "facing": "south", "half": "top", @@ -13390,7 +14604,7 @@ } }, { - "id": 11121, + "id": 12198, "properties": { "facing": "south", "half": "top", @@ -13399,7 +14613,7 @@ } }, { - "id": 11122, + "id": 12199, "properties": { "facing": "south", "half": "top", @@ -13408,7 +14622,7 @@ } }, { - "id": 11123, + "id": 12200, "properties": { "facing": "south", "half": "bottom", @@ -13417,7 +14631,7 @@ } }, { - "id": 11124, + "id": 12201, "properties": { "facing": "south", "half": "bottom", @@ -13426,7 +14640,7 @@ } }, { - "id": 11125, + "id": 12202, "properties": { "facing": "south", "half": "bottom", @@ -13435,7 +14649,7 @@ } }, { - "id": 11126, + "id": 12203, "properties": { "facing": "south", "half": "bottom", @@ -13444,7 +14658,7 @@ } }, { - "id": 11127, + "id": 12204, "properties": { "facing": "south", "half": "bottom", @@ -13453,7 +14667,7 @@ } }, { - "id": 11128, + "id": 12205, "properties": { "facing": "south", "half": "bottom", @@ -13462,7 +14676,7 @@ } }, { - "id": 11129, + "id": 12206, "properties": { "facing": "south", "half": "bottom", @@ -13471,7 +14685,7 @@ } }, { - "id": 11130, + "id": 12207, "properties": { "facing": "south", "half": "bottom", @@ -13480,7 +14694,7 @@ } }, { - "id": 11131, + "id": 12208, "properties": { "facing": "south", "half": "bottom", @@ -13489,7 +14703,7 @@ } }, { - "id": 11132, + "id": 12209, "properties": { "facing": "south", "half": "bottom", @@ -13498,7 +14712,7 @@ } }, { - "id": 11133, + "id": 12210, "properties": { "facing": "west", "half": "top", @@ -13507,7 +14721,7 @@ } }, { - "id": 11134, + "id": 12211, "properties": { "facing": "west", "half": "top", @@ -13516,7 +14730,7 @@ } }, { - "id": 11135, + "id": 12212, "properties": { "facing": "west", "half": "top", @@ -13525,7 +14739,7 @@ } }, { - "id": 11136, + "id": 12213, "properties": { "facing": "west", "half": "top", @@ -13534,7 +14748,7 @@ } }, { - "id": 11137, + "id": 12214, "properties": { "facing": "west", "half": "top", @@ -13543,7 +14757,7 @@ } }, { - "id": 11138, + "id": 12215, "properties": { "facing": "west", "half": "top", @@ -13552,7 +14766,7 @@ } }, { - "id": 11139, + "id": 12216, "properties": { "facing": "west", "half": "top", @@ -13561,7 +14775,7 @@ } }, { - "id": 11140, + "id": 12217, "properties": { "facing": "west", "half": "top", @@ -13570,7 +14784,7 @@ } }, { - "id": 11141, + "id": 12218, "properties": { "facing": "west", "half": "top", @@ -13579,7 +14793,7 @@ } }, { - "id": 11142, + "id": 12219, "properties": { "facing": "west", "half": "top", @@ -13588,7 +14802,7 @@ } }, { - "id": 11143, + "id": 12220, "properties": { "facing": "west", "half": "bottom", @@ -13597,7 +14811,7 @@ } }, { - "id": 11144, + "id": 12221, "properties": { "facing": "west", "half": "bottom", @@ -13606,7 +14820,7 @@ } }, { - "id": 11145, + "id": 12222, "properties": { "facing": "west", "half": "bottom", @@ -13615,7 +14829,7 @@ } }, { - "id": 11146, + "id": 12223, "properties": { "facing": "west", "half": "bottom", @@ -13624,7 +14838,7 @@ } }, { - "id": 11147, + "id": 12224, "properties": { "facing": "west", "half": "bottom", @@ -13633,7 +14847,7 @@ } }, { - "id": 11148, + "id": 12225, "properties": { "facing": "west", "half": "bottom", @@ -13642,7 +14856,7 @@ } }, { - "id": 11149, + "id": 12226, "properties": { "facing": "west", "half": "bottom", @@ -13651,7 +14865,7 @@ } }, { - "id": 11150, + "id": 12227, "properties": { "facing": "west", "half": "bottom", @@ -13660,7 +14874,7 @@ } }, { - "id": 11151, + "id": 12228, "properties": { "facing": "west", "half": "bottom", @@ -13669,7 +14883,7 @@ } }, { - "id": 11152, + "id": 12229, "properties": { "facing": "west", "half": "bottom", @@ -13678,7 +14892,7 @@ } }, { - "id": 11153, + "id": 12230, "properties": { "facing": "east", "half": "top", @@ -13687,7 +14901,7 @@ } }, { - "id": 11154, + "id": 12231, "properties": { "facing": "east", "half": "top", @@ -13696,7 +14910,7 @@ } }, { - "id": 11155, + "id": 12232, "properties": { "facing": "east", "half": "top", @@ -13705,7 +14919,7 @@ } }, { - "id": 11156, + "id": 12233, "properties": { "facing": "east", "half": "top", @@ -13714,7 +14928,7 @@ } }, { - "id": 11157, + "id": 12234, "properties": { "facing": "east", "half": "top", @@ -13723,7 +14937,7 @@ } }, { - "id": 11158, + "id": 12235, "properties": { "facing": "east", "half": "top", @@ -13732,7 +14946,7 @@ } }, { - "id": 11159, + "id": 12236, "properties": { "facing": "east", "half": "top", @@ -13741,7 +14955,7 @@ } }, { - "id": 11160, + "id": 12237, "properties": { "facing": "east", "half": "top", @@ -13750,7 +14964,7 @@ } }, { - "id": 11161, + "id": 12238, "properties": { "facing": "east", "half": "top", @@ -13759,7 +14973,7 @@ } }, { - "id": 11162, + "id": 12239, "properties": { "facing": "east", "half": "top", @@ -13768,7 +14982,7 @@ } }, { - "id": 11163, + "id": 12240, "properties": { "facing": "east", "half": "bottom", @@ -13777,7 +14991,7 @@ } }, { - "id": 11164, + "id": 12241, "properties": { "facing": "east", "half": "bottom", @@ -13786,7 +15000,7 @@ } }, { - "id": 11165, + "id": 12242, "properties": { "facing": "east", "half": "bottom", @@ -13795,7 +15009,7 @@ } }, { - "id": 11166, + "id": 12243, "properties": { "facing": "east", "half": "bottom", @@ -13804,7 +15018,7 @@ } }, { - "id": 11167, + "id": 12244, "properties": { "facing": "east", "half": "bottom", @@ -13813,7 +15027,7 @@ } }, { - "id": 11168, + "id": 12245, "properties": { "facing": "east", "half": "bottom", @@ -13822,7 +15036,7 @@ } }, { - "id": 11169, + "id": 12246, "properties": { "facing": "east", "half": "bottom", @@ -13831,7 +15045,7 @@ } }, { - "id": 11170, + "id": 12247, "properties": { "facing": "east", "half": "bottom", @@ -13840,7 +15054,7 @@ } }, { - "id": 11171, + "id": 12248, "properties": { "facing": "east", "half": "bottom", @@ -13849,7 +15063,7 @@ } }, { - "id": 11172, + "id": 12249, "properties": { "facing": "east", "half": "bottom", @@ -13891,7 +15105,7 @@ }, "states": [ { - "id": 6716, + "id": 7489, "properties": { "facing": "north", "half": "top", @@ -13901,7 +15115,7 @@ } }, { - "id": 6717, + "id": 7490, "properties": { "facing": "north", "half": "top", @@ -13911,7 +15125,7 @@ } }, { - "id": 6718, + "id": 7491, "properties": { "facing": "north", "half": "top", @@ -13921,7 +15135,7 @@ } }, { - "id": 6719, + "id": 7492, "properties": { "facing": "north", "half": "top", @@ -13931,7 +15145,7 @@ } }, { - "id": 6720, + "id": 7493, "properties": { "facing": "north", "half": "top", @@ -13941,7 +15155,7 @@ } }, { - "id": 6721, + "id": 7494, "properties": { "facing": "north", "half": "top", @@ -13951,7 +15165,7 @@ } }, { - "id": 6722, + "id": 7495, "properties": { "facing": "north", "half": "top", @@ -13961,7 +15175,7 @@ } }, { - "id": 6723, + "id": 7496, "properties": { "facing": "north", "half": "top", @@ -13971,7 +15185,7 @@ } }, { - "id": 6724, + "id": 7497, "properties": { "facing": "north", "half": "bottom", @@ -13981,7 +15195,7 @@ } }, { - "id": 6725, + "id": 7498, "properties": { "facing": "north", "half": "bottom", @@ -13991,7 +15205,7 @@ } }, { - "id": 6726, + "id": 7499, "properties": { "facing": "north", "half": "bottom", @@ -14001,7 +15215,7 @@ } }, { - "id": 6727, + "id": 7500, "properties": { "facing": "north", "half": "bottom", @@ -14011,7 +15225,7 @@ } }, { - "id": 6728, + "id": 7501, "properties": { "facing": "north", "half": "bottom", @@ -14021,7 +15235,7 @@ } }, { - "id": 6729, + "id": 7502, "properties": { "facing": "north", "half": "bottom", @@ -14031,7 +15245,7 @@ } }, { - "id": 6730, + "id": 7503, "properties": { "facing": "north", "half": "bottom", @@ -14042,7 +15256,7 @@ }, { "default": true, - "id": 6731, + "id": 7504, "properties": { "facing": "north", "half": "bottom", @@ -14052,7 +15266,7 @@ } }, { - "id": 6732, + "id": 7505, "properties": { "facing": "south", "half": "top", @@ -14062,7 +15276,7 @@ } }, { - "id": 6733, + "id": 7506, "properties": { "facing": "south", "half": "top", @@ -14072,7 +15286,7 @@ } }, { - "id": 6734, + "id": 7507, "properties": { "facing": "south", "half": "top", @@ -14082,7 +15296,7 @@ } }, { - "id": 6735, + "id": 7508, "properties": { "facing": "south", "half": "top", @@ -14092,7 +15306,7 @@ } }, { - "id": 6736, + "id": 7509, "properties": { "facing": "south", "half": "top", @@ -14102,7 +15316,7 @@ } }, { - "id": 6737, + "id": 7510, "properties": { "facing": "south", "half": "top", @@ -14112,7 +15326,7 @@ } }, { - "id": 6738, + "id": 7511, "properties": { "facing": "south", "half": "top", @@ -14122,7 +15336,7 @@ } }, { - "id": 6739, + "id": 7512, "properties": { "facing": "south", "half": "top", @@ -14132,7 +15346,7 @@ } }, { - "id": 6740, + "id": 7513, "properties": { "facing": "south", "half": "bottom", @@ -14142,7 +15356,7 @@ } }, { - "id": 6741, + "id": 7514, "properties": { "facing": "south", "half": "bottom", @@ -14152,7 +15366,7 @@ } }, { - "id": 6742, + "id": 7515, "properties": { "facing": "south", "half": "bottom", @@ -14162,7 +15376,7 @@ } }, { - "id": 6743, + "id": 7516, "properties": { "facing": "south", "half": "bottom", @@ -14172,7 +15386,7 @@ } }, { - "id": 6744, + "id": 7517, "properties": { "facing": "south", "half": "bottom", @@ -14182,7 +15396,7 @@ } }, { - "id": 6745, + "id": 7518, "properties": { "facing": "south", "half": "bottom", @@ -14192,7 +15406,7 @@ } }, { - "id": 6746, + "id": 7519, "properties": { "facing": "south", "half": "bottom", @@ -14202,7 +15416,7 @@ } }, { - "id": 6747, + "id": 7520, "properties": { "facing": "south", "half": "bottom", @@ -14212,7 +15426,7 @@ } }, { - "id": 6748, + "id": 7521, "properties": { "facing": "west", "half": "top", @@ -14222,7 +15436,7 @@ } }, { - "id": 6749, + "id": 7522, "properties": { "facing": "west", "half": "top", @@ -14232,7 +15446,7 @@ } }, { - "id": 6750, + "id": 7523, "properties": { "facing": "west", "half": "top", @@ -14242,7 +15456,7 @@ } }, { - "id": 6751, + "id": 7524, "properties": { "facing": "west", "half": "top", @@ -14252,7 +15466,7 @@ } }, { - "id": 6752, + "id": 7525, "properties": { "facing": "west", "half": "top", @@ -14262,7 +15476,7 @@ } }, { - "id": 6753, + "id": 7526, "properties": { "facing": "west", "half": "top", @@ -14272,7 +15486,7 @@ } }, { - "id": 6754, + "id": 7527, "properties": { "facing": "west", "half": "top", @@ -14282,7 +15496,7 @@ } }, { - "id": 6755, + "id": 7528, "properties": { "facing": "west", "half": "top", @@ -14292,7 +15506,7 @@ } }, { - "id": 6756, + "id": 7529, "properties": { "facing": "west", "half": "bottom", @@ -14302,7 +15516,7 @@ } }, { - "id": 6757, + "id": 7530, "properties": { "facing": "west", "half": "bottom", @@ -14312,7 +15526,7 @@ } }, { - "id": 6758, + "id": 7531, "properties": { "facing": "west", "half": "bottom", @@ -14322,7 +15536,7 @@ } }, { - "id": 6759, + "id": 7532, "properties": { "facing": "west", "half": "bottom", @@ -14332,7 +15546,7 @@ } }, { - "id": 6760, + "id": 7533, "properties": { "facing": "west", "half": "bottom", @@ -14342,7 +15556,7 @@ } }, { - "id": 6761, + "id": 7534, "properties": { "facing": "west", "half": "bottom", @@ -14352,7 +15566,7 @@ } }, { - "id": 6762, + "id": 7535, "properties": { "facing": "west", "half": "bottom", @@ -14362,7 +15576,7 @@ } }, { - "id": 6763, + "id": 7536, "properties": { "facing": "west", "half": "bottom", @@ -14372,7 +15586,7 @@ } }, { - "id": 6764, + "id": 7537, "properties": { "facing": "east", "half": "top", @@ -14382,7 +15596,7 @@ } }, { - "id": 6765, + "id": 7538, "properties": { "facing": "east", "half": "top", @@ -14392,7 +15606,7 @@ } }, { - "id": 6766, + "id": 7539, "properties": { "facing": "east", "half": "top", @@ -14402,7 +15616,7 @@ } }, { - "id": 6767, + "id": 7540, "properties": { "facing": "east", "half": "top", @@ -14412,7 +15626,7 @@ } }, { - "id": 6768, + "id": 7541, "properties": { "facing": "east", "half": "top", @@ -14422,7 +15636,7 @@ } }, { - "id": 6769, + "id": 7542, "properties": { "facing": "east", "half": "top", @@ -14432,7 +15646,7 @@ } }, { - "id": 6770, + "id": 7543, "properties": { "facing": "east", "half": "top", @@ -14442,7 +15656,7 @@ } }, { - "id": 6771, + "id": 7544, "properties": { "facing": "east", "half": "top", @@ -14452,7 +15666,7 @@ } }, { - "id": 6772, + "id": 7545, "properties": { "facing": "east", "half": "bottom", @@ -14462,7 +15676,7 @@ } }, { - "id": 6773, + "id": 7546, "properties": { "facing": "east", "half": "bottom", @@ -14472,7 +15686,7 @@ } }, { - "id": 6774, + "id": 7547, "properties": { "facing": "east", "half": "bottom", @@ -14482,7 +15696,7 @@ } }, { - "id": 6775, + "id": 7548, "properties": { "facing": "east", "half": "bottom", @@ -14492,7 +15706,7 @@ } }, { - "id": 6776, + "id": 7549, "properties": { "facing": "east", "half": "bottom", @@ -14502,7 +15716,7 @@ } }, { - "id": 6777, + "id": 7550, "properties": { "facing": "east", "half": "bottom", @@ -14512,7 +15726,7 @@ } }, { - "id": 6778, + "id": 7551, "properties": { "facing": "east", "half": "bottom", @@ -14522,7 +15736,7 @@ } }, { - "id": 6779, + "id": 7552, "properties": { "facing": "east", "half": "bottom", @@ -14553,7 +15767,7 @@ }, "states": [ { - "id": 5794, + "id": 6562, "properties": { "facing": "north", "waterlogged": "true" @@ -14561,49 +15775,49 @@ }, { "default": true, - "id": 5795, + "id": 6563, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5796, + "id": 6564, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5797, + "id": 6565, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5798, + "id": 6566, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5799, + "id": 6567, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5800, + "id": 6568, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5801, + "id": 6569, "properties": { "facing": "east", "waterlogged": "false" @@ -14631,7 +15845,7 @@ }, "states": [ { - "id": 4930, + "id": 5698, "properties": { "facing": "north", "waterlogged": "true" @@ -14639,49 +15853,49 @@ }, { "default": true, - "id": 4931, + "id": 5699, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4932, + "id": 5700, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4933, + "id": 5701, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4934, + "id": 5702, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4935, + "id": 5703, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4936, + "id": 5704, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4937, + "id": 5705, "properties": { "facing": "east", "waterlogged": "false" @@ -14710,7 +15924,7 @@ }, "states": [ { - "id": 19431, + "id": 20540, "properties": { "facing": "north", "open": "true" @@ -14718,77 +15932,77 @@ }, { "default": true, - "id": 19432, + "id": 20541, "properties": { "facing": "north", "open": "false" } }, { - "id": 19433, + "id": 20542, "properties": { "facing": "east", "open": "true" } }, { - "id": 19434, + "id": 20543, "properties": { "facing": "east", "open": "false" } }, { - "id": 19435, + "id": 20544, "properties": { "facing": "south", "open": "true" } }, { - "id": 19436, + "id": 20545, "properties": { "facing": "south", "open": "false" } }, { - "id": 19437, + "id": 20546, "properties": { "facing": "west", "open": "true" } }, { - "id": 19438, + "id": 20547, "properties": { "facing": "west", "open": "false" } }, { - "id": 19439, + "id": 20548, "properties": { "facing": "up", "open": "true" } }, { - "id": 19440, + "id": 20549, "properties": { "facing": "up", "open": "false" } }, { - "id": 19441, + "id": 20550, "properties": { "facing": "down", "open": "true" } }, { - "id": 19442, + "id": 20551, "properties": { "facing": "down", "open": "false" @@ -14809,14 +16023,14 @@ }, "states": [ { - "id": 11254, + "id": 12331, "properties": { "waterlogged": "true" } }, { "default": true, - "id": 11255, + "id": 12332, "properties": { "waterlogged": "false" } @@ -14837,20 +16051,20 @@ }, "states": [ { - "id": 6031, + "id": 6799, "properties": { "axis": "x" } }, { "default": true, - "id": 6032, + "id": 6800, "properties": { "axis": "y" } }, { - "id": 6033, + "id": 6801, "properties": { "axis": "z" } @@ -14865,7 +16079,7 @@ "states": [ { "default": true, - "id": 8702 + "id": 9779 } ] }, @@ -14905,168 +16119,168 @@ "states": [ { "default": true, - "id": 20425, + "id": 21566, "properties": { "facing": "north", "honey_level": "0" } }, { - "id": 20426, + "id": 21567, "properties": { "facing": "north", "honey_level": "1" } }, { - "id": 20427, + "id": 21568, "properties": { "facing": "north", "honey_level": "2" } }, { - "id": 20428, + "id": 21569, "properties": { "facing": "north", "honey_level": "3" } }, { - "id": 20429, + "id": 21570, "properties": { "facing": "north", "honey_level": "4" } }, { - "id": 20430, + "id": 21571, "properties": { "facing": "north", "honey_level": "5" } }, { - "id": 20431, + "id": 21572, "properties": { "facing": "south", "honey_level": "0" } }, { - "id": 20432, + "id": 21573, "properties": { "facing": "south", "honey_level": "1" } }, { - "id": 20433, + "id": 21574, "properties": { "facing": "south", "honey_level": "2" } }, { - "id": 20434, + "id": 21575, "properties": { "facing": "south", "honey_level": "3" } }, { - "id": 20435, + "id": 21576, "properties": { "facing": "south", "honey_level": "4" } }, { - "id": 20436, + "id": 21577, "properties": { "facing": "south", "honey_level": "5" } }, { - "id": 20437, + "id": 21578, "properties": { "facing": "west", "honey_level": "0" } }, { - "id": 20438, + "id": 21579, "properties": { "facing": "west", "honey_level": "1" } }, { - "id": 20439, + "id": 21580, "properties": { "facing": "west", "honey_level": "2" } }, { - "id": 20440, + "id": 21581, "properties": { "facing": "west", "honey_level": "3" } }, { - "id": 20441, + "id": 21582, "properties": { "facing": "west", "honey_level": "4" } }, { - "id": 20442, + "id": 21583, "properties": { "facing": "west", "honey_level": "5" } }, { - "id": 20443, + "id": 21584, "properties": { "facing": "east", "honey_level": "0" } }, { - "id": 20444, + "id": 21585, "properties": { "facing": "east", "honey_level": "1" } }, { - "id": 20445, + "id": 21586, "properties": { "facing": "east", "honey_level": "2" } }, { - "id": 20446, + "id": 21587, "properties": { "facing": "east", "honey_level": "3" } }, { - "id": 20447, + "id": 21588, "properties": { "facing": "east", "honey_level": "4" } }, { - "id": 20448, + "id": 21589, "properties": { "facing": "east", "honey_level": "5" @@ -15098,168 +16312,168 @@ "states": [ { "default": true, - "id": 20449, + "id": 21590, "properties": { "facing": "north", "honey_level": "0" } }, { - "id": 20450, + "id": 21591, "properties": { "facing": "north", "honey_level": "1" } }, { - "id": 20451, + "id": 21592, "properties": { "facing": "north", "honey_level": "2" } }, { - "id": 20452, + "id": 21593, "properties": { "facing": "north", "honey_level": "3" } }, { - "id": 20453, + "id": 21594, "properties": { "facing": "north", "honey_level": "4" } }, { - "id": 20454, + "id": 21595, "properties": { "facing": "north", "honey_level": "5" } }, { - "id": 20455, + "id": 21596, "properties": { "facing": "south", "honey_level": "0" } }, { - "id": 20456, + "id": 21597, "properties": { "facing": "south", "honey_level": "1" } }, { - "id": 20457, + "id": 21598, "properties": { "facing": "south", "honey_level": "2" } }, { - "id": 20458, + "id": 21599, "properties": { "facing": "south", "honey_level": "3" } }, { - "id": 20459, + "id": 21600, "properties": { "facing": "south", "honey_level": "4" } }, { - "id": 20460, + "id": 21601, "properties": { "facing": "south", "honey_level": "5" } }, { - "id": 20461, + "id": 21602, "properties": { "facing": "west", "honey_level": "0" } }, { - "id": 20462, + "id": 21603, "properties": { "facing": "west", "honey_level": "1" } }, { - "id": 20463, + "id": 21604, "properties": { "facing": "west", "honey_level": "2" } }, { - "id": 20464, + "id": 21605, "properties": { "facing": "west", "honey_level": "3" } }, { - "id": 20465, + "id": 21606, "properties": { "facing": "west", "honey_level": "4" } }, { - "id": 20466, + "id": 21607, "properties": { "facing": "west", "honey_level": "5" } }, { - "id": 20467, + "id": 21608, "properties": { "facing": "east", "honey_level": "0" } }, { - "id": 20468, + "id": 21609, "properties": { "facing": "east", "honey_level": "1" } }, { - "id": 20469, + "id": 21610, "properties": { "facing": "east", "honey_level": "2" } }, { - "id": 20470, + "id": 21611, "properties": { "facing": "east", "honey_level": "3" } }, { - "id": 20471, + "id": 21612, "properties": { "facing": "east", "honey_level": "4" } }, { - "id": 20472, + "id": 21613, "properties": { "facing": "east", "honey_level": "5" @@ -15283,25 +16497,25 @@ "states": [ { "default": true, - "id": 13532, + "id": 14609, "properties": { "age": "0" } }, { - "id": 13533, + "id": 14610, "properties": { "age": "1" } }, { - "id": 13534, + "id": 14611, "properties": { "age": "2" } }, { - "id": 13535, + "id": 14612, "properties": { "age": "3" } @@ -15333,7 +16547,7 @@ }, "states": [ { - "id": 19494, + "id": 20603, "properties": { "attachment": "floor", "facing": "north", @@ -15342,7 +16556,7 @@ }, { "default": true, - "id": 19495, + "id": 20604, "properties": { "attachment": "floor", "facing": "north", @@ -15350,7 +16564,7 @@ } }, { - "id": 19496, + "id": 20605, "properties": { "attachment": "floor", "facing": "south", @@ -15358,7 +16572,7 @@ } }, { - "id": 19497, + "id": 20606, "properties": { "attachment": "floor", "facing": "south", @@ -15366,7 +16580,7 @@ } }, { - "id": 19498, + "id": 20607, "properties": { "attachment": "floor", "facing": "west", @@ -15374,7 +16588,7 @@ } }, { - "id": 19499, + "id": 20608, "properties": { "attachment": "floor", "facing": "west", @@ -15382,7 +16596,7 @@ } }, { - "id": 19500, + "id": 20609, "properties": { "attachment": "floor", "facing": "east", @@ -15390,7 +16604,7 @@ } }, { - "id": 19501, + "id": 20610, "properties": { "attachment": "floor", "facing": "east", @@ -15398,7 +16612,7 @@ } }, { - "id": 19502, + "id": 20611, "properties": { "attachment": "ceiling", "facing": "north", @@ -15406,7 +16620,7 @@ } }, { - "id": 19503, + "id": 20612, "properties": { "attachment": "ceiling", "facing": "north", @@ -15414,7 +16628,7 @@ } }, { - "id": 19504, + "id": 20613, "properties": { "attachment": "ceiling", "facing": "south", @@ -15422,7 +16636,7 @@ } }, { - "id": 19505, + "id": 20614, "properties": { "attachment": "ceiling", "facing": "south", @@ -15430,7 +16644,7 @@ } }, { - "id": 19506, + "id": 20615, "properties": { "attachment": "ceiling", "facing": "west", @@ -15438,7 +16652,7 @@ } }, { - "id": 19507, + "id": 20616, "properties": { "attachment": "ceiling", "facing": "west", @@ -15446,7 +16660,7 @@ } }, { - "id": 19508, + "id": 20617, "properties": { "attachment": "ceiling", "facing": "east", @@ -15454,7 +16668,7 @@ } }, { - "id": 19509, + "id": 20618, "properties": { "attachment": "ceiling", "facing": "east", @@ -15462,7 +16676,7 @@ } }, { - "id": 19510, + "id": 20619, "properties": { "attachment": "single_wall", "facing": "north", @@ -15470,7 +16684,7 @@ } }, { - "id": 19511, + "id": 20620, "properties": { "attachment": "single_wall", "facing": "north", @@ -15478,7 +16692,7 @@ } }, { - "id": 19512, + "id": 20621, "properties": { "attachment": "single_wall", "facing": "south", @@ -15486,7 +16700,7 @@ } }, { - "id": 19513, + "id": 20622, "properties": { "attachment": "single_wall", "facing": "south", @@ -15494,7 +16708,7 @@ } }, { - "id": 19514, + "id": 20623, "properties": { "attachment": "single_wall", "facing": "west", @@ -15502,7 +16716,7 @@ } }, { - "id": 19515, + "id": 20624, "properties": { "attachment": "single_wall", "facing": "west", @@ -15510,7 +16724,7 @@ } }, { - "id": 19516, + "id": 20625, "properties": { "attachment": "single_wall", "facing": "east", @@ -15518,7 +16732,7 @@ } }, { - "id": 19517, + "id": 20626, "properties": { "attachment": "single_wall", "facing": "east", @@ -15526,7 +16740,7 @@ } }, { - "id": 19518, + "id": 20627, "properties": { "attachment": "double_wall", "facing": "north", @@ -15534,7 +16748,7 @@ } }, { - "id": 19519, + "id": 20628, "properties": { "attachment": "double_wall", "facing": "north", @@ -15542,7 +16756,7 @@ } }, { - "id": 19520, + "id": 20629, "properties": { "attachment": "double_wall", "facing": "south", @@ -15550,7 +16764,7 @@ } }, { - "id": 19521, + "id": 20630, "properties": { "attachment": "double_wall", "facing": "south", @@ -15558,7 +16772,7 @@ } }, { - "id": 19522, + "id": 20631, "properties": { "attachment": "double_wall", "facing": "west", @@ -15566,7 +16780,7 @@ } }, { - "id": 19523, + "id": 20632, "properties": { "attachment": "double_wall", "facing": "west", @@ -15574,7 +16788,7 @@ } }, { - "id": 19524, + "id": 20633, "properties": { "attachment": "double_wall", "facing": "east", @@ -15582,7 +16796,7 @@ } }, { - "id": 19525, + "id": 20634, "properties": { "attachment": "double_wall", "facing": "east", @@ -15616,7 +16830,7 @@ }, "states": [ { - "id": 25904, + "id": 27661, "properties": { "facing": "north", "tilt": "none", @@ -15625,7 +16839,7 @@ }, { "default": true, - "id": 25905, + "id": 27662, "properties": { "facing": "north", "tilt": "none", @@ -15633,7 +16847,7 @@ } }, { - "id": 25906, + "id": 27663, "properties": { "facing": "north", "tilt": "unstable", @@ -15641,7 +16855,7 @@ } }, { - "id": 25907, + "id": 27664, "properties": { "facing": "north", "tilt": "unstable", @@ -15649,7 +16863,7 @@ } }, { - "id": 25908, + "id": 27665, "properties": { "facing": "north", "tilt": "partial", @@ -15657,7 +16871,7 @@ } }, { - "id": 25909, + "id": 27666, "properties": { "facing": "north", "tilt": "partial", @@ -15665,7 +16879,7 @@ } }, { - "id": 25910, + "id": 27667, "properties": { "facing": "north", "tilt": "full", @@ -15673,7 +16887,7 @@ } }, { - "id": 25911, + "id": 27668, "properties": { "facing": "north", "tilt": "full", @@ -15681,7 +16895,7 @@ } }, { - "id": 25912, + "id": 27669, "properties": { "facing": "south", "tilt": "none", @@ -15689,7 +16903,7 @@ } }, { - "id": 25913, + "id": 27670, "properties": { "facing": "south", "tilt": "none", @@ -15697,7 +16911,7 @@ } }, { - "id": 25914, + "id": 27671, "properties": { "facing": "south", "tilt": "unstable", @@ -15705,7 +16919,7 @@ } }, { - "id": 25915, + "id": 27672, "properties": { "facing": "south", "tilt": "unstable", @@ -15713,7 +16927,7 @@ } }, { - "id": 25916, + "id": 27673, "properties": { "facing": "south", "tilt": "partial", @@ -15721,7 +16935,7 @@ } }, { - "id": 25917, + "id": 27674, "properties": { "facing": "south", "tilt": "partial", @@ -15729,7 +16943,7 @@ } }, { - "id": 25918, + "id": 27675, "properties": { "facing": "south", "tilt": "full", @@ -15737,7 +16951,7 @@ } }, { - "id": 25919, + "id": 27676, "properties": { "facing": "south", "tilt": "full", @@ -15745,7 +16959,7 @@ } }, { - "id": 25920, + "id": 27677, "properties": { "facing": "west", "tilt": "none", @@ -15753,7 +16967,7 @@ } }, { - "id": 25921, + "id": 27678, "properties": { "facing": "west", "tilt": "none", @@ -15761,7 +16975,7 @@ } }, { - "id": 25922, + "id": 27679, "properties": { "facing": "west", "tilt": "unstable", @@ -15769,7 +16983,7 @@ } }, { - "id": 25923, + "id": 27680, "properties": { "facing": "west", "tilt": "unstable", @@ -15777,7 +16991,7 @@ } }, { - "id": 25924, + "id": 27681, "properties": { "facing": "west", "tilt": "partial", @@ -15785,7 +16999,7 @@ } }, { - "id": 25925, + "id": 27682, "properties": { "facing": "west", "tilt": "partial", @@ -15793,7 +17007,7 @@ } }, { - "id": 25926, + "id": 27683, "properties": { "facing": "west", "tilt": "full", @@ -15801,7 +17015,7 @@ } }, { - "id": 25927, + "id": 27684, "properties": { "facing": "west", "tilt": "full", @@ -15809,7 +17023,7 @@ } }, { - "id": 25928, + "id": 27685, "properties": { "facing": "east", "tilt": "none", @@ -15817,7 +17031,7 @@ } }, { - "id": 25929, + "id": 27686, "properties": { "facing": "east", "tilt": "none", @@ -15825,7 +17039,7 @@ } }, { - "id": 25930, + "id": 27687, "properties": { "facing": "east", "tilt": "unstable", @@ -15833,7 +17047,7 @@ } }, { - "id": 25931, + "id": 27688, "properties": { "facing": "east", "tilt": "unstable", @@ -15841,7 +17055,7 @@ } }, { - "id": 25932, + "id": 27689, "properties": { "facing": "east", "tilt": "partial", @@ -15849,7 +17063,7 @@ } }, { - "id": 25933, + "id": 27690, "properties": { "facing": "east", "tilt": "partial", @@ -15857,7 +17071,7 @@ } }, { - "id": 25934, + "id": 27691, "properties": { "facing": "east", "tilt": "full", @@ -15865,7 +17079,7 @@ } }, { - "id": 25935, + "id": 27692, "properties": { "facing": "east", "tilt": "full", @@ -15893,7 +17107,7 @@ }, "states": [ { - "id": 25936, + "id": 27693, "properties": { "facing": "north", "waterlogged": "true" @@ -15901,49 +17115,49 @@ }, { "default": true, - "id": 25937, + "id": 27694, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 25938, + "id": 27695, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 25939, + "id": 27696, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 25940, + "id": 27697, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 25941, + "id": 27698, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 25942, + "id": 27699, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 25943, + "id": 27700, "properties": { "facing": "east", "waterlogged": "false" @@ -15977,7 +17191,7 @@ }, "states": [ { - "id": 9444, + "id": 10521, "properties": { "face": "floor", "facing": "north", @@ -15985,7 +17199,7 @@ } }, { - "id": 9445, + "id": 10522, "properties": { "face": "floor", "facing": "north", @@ -15993,7 +17207,7 @@ } }, { - "id": 9446, + "id": 10523, "properties": { "face": "floor", "facing": "south", @@ -16001,7 +17215,7 @@ } }, { - "id": 9447, + "id": 10524, "properties": { "face": "floor", "facing": "south", @@ -16009,7 +17223,7 @@ } }, { - "id": 9448, + "id": 10525, "properties": { "face": "floor", "facing": "west", @@ -16017,7 +17231,7 @@ } }, { - "id": 9449, + "id": 10526, "properties": { "face": "floor", "facing": "west", @@ -16025,7 +17239,7 @@ } }, { - "id": 9450, + "id": 10527, "properties": { "face": "floor", "facing": "east", @@ -16033,7 +17247,7 @@ } }, { - "id": 9451, + "id": 10528, "properties": { "face": "floor", "facing": "east", @@ -16041,7 +17255,7 @@ } }, { - "id": 9452, + "id": 10529, "properties": { "face": "wall", "facing": "north", @@ -16050,7 +17264,7 @@ }, { "default": true, - "id": 9453, + "id": 10530, "properties": { "face": "wall", "facing": "north", @@ -16058,7 +17272,7 @@ } }, { - "id": 9454, + "id": 10531, "properties": { "face": "wall", "facing": "south", @@ -16066,7 +17280,7 @@ } }, { - "id": 9455, + "id": 10532, "properties": { "face": "wall", "facing": "south", @@ -16074,7 +17288,7 @@ } }, { - "id": 9456, + "id": 10533, "properties": { "face": "wall", "facing": "west", @@ -16082,7 +17296,7 @@ } }, { - "id": 9457, + "id": 10534, "properties": { "face": "wall", "facing": "west", @@ -16090,7 +17304,7 @@ } }, { - "id": 9458, + "id": 10535, "properties": { "face": "wall", "facing": "east", @@ -16098,7 +17312,7 @@ } }, { - "id": 9459, + "id": 10536, "properties": { "face": "wall", "facing": "east", @@ -16106,7 +17320,7 @@ } }, { - "id": 9460, + "id": 10537, "properties": { "face": "ceiling", "facing": "north", @@ -16114,7 +17328,7 @@ } }, { - "id": 9461, + "id": 10538, "properties": { "face": "ceiling", "facing": "north", @@ -16122,7 +17336,7 @@ } }, { - "id": 9462, + "id": 10539, "properties": { "face": "ceiling", "facing": "south", @@ -16130,7 +17344,7 @@ } }, { - "id": 9463, + "id": 10540, "properties": { "face": "ceiling", "facing": "south", @@ -16138,7 +17352,7 @@ } }, { - "id": 9464, + "id": 10541, "properties": { "face": "ceiling", "facing": "west", @@ -16146,7 +17360,7 @@ } }, { - "id": 9465, + "id": 10542, "properties": { "face": "ceiling", "facing": "west", @@ -16154,7 +17368,7 @@ } }, { - "id": 9466, + "id": 10543, "properties": { "face": "ceiling", "facing": "east", @@ -16162,7 +17376,7 @@ } }, { - "id": 9467, + "id": 10544, "properties": { "face": "ceiling", "facing": "east", @@ -16203,7 +17417,7 @@ }, "states": [ { - "id": 12845, + "id": 13922, "properties": { "facing": "north", "half": "upper", @@ -16213,7 +17427,7 @@ } }, { - "id": 12846, + "id": 13923, "properties": { "facing": "north", "half": "upper", @@ -16223,7 +17437,7 @@ } }, { - "id": 12847, + "id": 13924, "properties": { "facing": "north", "half": "upper", @@ -16233,7 +17447,7 @@ } }, { - "id": 12848, + "id": 13925, "properties": { "facing": "north", "half": "upper", @@ -16243,7 +17457,7 @@ } }, { - "id": 12849, + "id": 13926, "properties": { "facing": "north", "half": "upper", @@ -16253,7 +17467,7 @@ } }, { - "id": 12850, + "id": 13927, "properties": { "facing": "north", "half": "upper", @@ -16263,7 +17477,7 @@ } }, { - "id": 12851, + "id": 13928, "properties": { "facing": "north", "half": "upper", @@ -16273,7 +17487,7 @@ } }, { - "id": 12852, + "id": 13929, "properties": { "facing": "north", "half": "upper", @@ -16283,7 +17497,7 @@ } }, { - "id": 12853, + "id": 13930, "properties": { "facing": "north", "half": "lower", @@ -16293,7 +17507,7 @@ } }, { - "id": 12854, + "id": 13931, "properties": { "facing": "north", "half": "lower", @@ -16303,7 +17517,7 @@ } }, { - "id": 12855, + "id": 13932, "properties": { "facing": "north", "half": "lower", @@ -16314,7 +17528,7 @@ }, { "default": true, - "id": 12856, + "id": 13933, "properties": { "facing": "north", "half": "lower", @@ -16324,7 +17538,7 @@ } }, { - "id": 12857, + "id": 13934, "properties": { "facing": "north", "half": "lower", @@ -16334,7 +17548,7 @@ } }, { - "id": 12858, + "id": 13935, "properties": { "facing": "north", "half": "lower", @@ -16344,7 +17558,7 @@ } }, { - "id": 12859, + "id": 13936, "properties": { "facing": "north", "half": "lower", @@ -16354,7 +17568,7 @@ } }, { - "id": 12860, + "id": 13937, "properties": { "facing": "north", "half": "lower", @@ -16364,7 +17578,7 @@ } }, { - "id": 12861, + "id": 13938, "properties": { "facing": "south", "half": "upper", @@ -16374,7 +17588,7 @@ } }, { - "id": 12862, + "id": 13939, "properties": { "facing": "south", "half": "upper", @@ -16384,7 +17598,7 @@ } }, { - "id": 12863, + "id": 13940, "properties": { "facing": "south", "half": "upper", @@ -16394,7 +17608,7 @@ } }, { - "id": 12864, + "id": 13941, "properties": { "facing": "south", "half": "upper", @@ -16404,7 +17618,7 @@ } }, { - "id": 12865, + "id": 13942, "properties": { "facing": "south", "half": "upper", @@ -16414,7 +17628,7 @@ } }, { - "id": 12866, + "id": 13943, "properties": { "facing": "south", "half": "upper", @@ -16424,7 +17638,7 @@ } }, { - "id": 12867, + "id": 13944, "properties": { "facing": "south", "half": "upper", @@ -16434,7 +17648,7 @@ } }, { - "id": 12868, + "id": 13945, "properties": { "facing": "south", "half": "upper", @@ -16444,7 +17658,7 @@ } }, { - "id": 12869, + "id": 13946, "properties": { "facing": "south", "half": "lower", @@ -16454,7 +17668,7 @@ } }, { - "id": 12870, + "id": 13947, "properties": { "facing": "south", "half": "lower", @@ -16464,7 +17678,7 @@ } }, { - "id": 12871, + "id": 13948, "properties": { "facing": "south", "half": "lower", @@ -16474,7 +17688,7 @@ } }, { - "id": 12872, + "id": 13949, "properties": { "facing": "south", "half": "lower", @@ -16484,7 +17698,7 @@ } }, { - "id": 12873, + "id": 13950, "properties": { "facing": "south", "half": "lower", @@ -16494,7 +17708,7 @@ } }, { - "id": 12874, + "id": 13951, "properties": { "facing": "south", "half": "lower", @@ -16504,7 +17718,7 @@ } }, { - "id": 12875, + "id": 13952, "properties": { "facing": "south", "half": "lower", @@ -16514,7 +17728,7 @@ } }, { - "id": 12876, + "id": 13953, "properties": { "facing": "south", "half": "lower", @@ -16524,7 +17738,7 @@ } }, { - "id": 12877, + "id": 13954, "properties": { "facing": "west", "half": "upper", @@ -16534,7 +17748,7 @@ } }, { - "id": 12878, + "id": 13955, "properties": { "facing": "west", "half": "upper", @@ -16544,7 +17758,7 @@ } }, { - "id": 12879, + "id": 13956, "properties": { "facing": "west", "half": "upper", @@ -16554,7 +17768,7 @@ } }, { - "id": 12880, + "id": 13957, "properties": { "facing": "west", "half": "upper", @@ -16564,7 +17778,7 @@ } }, { - "id": 12881, + "id": 13958, "properties": { "facing": "west", "half": "upper", @@ -16574,7 +17788,7 @@ } }, { - "id": 12882, + "id": 13959, "properties": { "facing": "west", "half": "upper", @@ -16584,7 +17798,7 @@ } }, { - "id": 12883, + "id": 13960, "properties": { "facing": "west", "half": "upper", @@ -16594,7 +17808,7 @@ } }, { - "id": 12884, + "id": 13961, "properties": { "facing": "west", "half": "upper", @@ -16604,7 +17818,7 @@ } }, { - "id": 12885, + "id": 13962, "properties": { "facing": "west", "half": "lower", @@ -16614,7 +17828,7 @@ } }, { - "id": 12886, + "id": 13963, "properties": { "facing": "west", "half": "lower", @@ -16624,7 +17838,7 @@ } }, { - "id": 12887, + "id": 13964, "properties": { "facing": "west", "half": "lower", @@ -16634,7 +17848,7 @@ } }, { - "id": 12888, + "id": 13965, "properties": { "facing": "west", "half": "lower", @@ -16644,7 +17858,7 @@ } }, { - "id": 12889, + "id": 13966, "properties": { "facing": "west", "half": "lower", @@ -16654,7 +17868,7 @@ } }, { - "id": 12890, + "id": 13967, "properties": { "facing": "west", "half": "lower", @@ -16664,7 +17878,7 @@ } }, { - "id": 12891, + "id": 13968, "properties": { "facing": "west", "half": "lower", @@ -16674,7 +17888,7 @@ } }, { - "id": 12892, + "id": 13969, "properties": { "facing": "west", "half": "lower", @@ -16684,7 +17898,7 @@ } }, { - "id": 12893, + "id": 13970, "properties": { "facing": "east", "half": "upper", @@ -16694,7 +17908,7 @@ } }, { - "id": 12894, + "id": 13971, "properties": { "facing": "east", "half": "upper", @@ -16704,7 +17918,7 @@ } }, { - "id": 12895, + "id": 13972, "properties": { "facing": "east", "half": "upper", @@ -16714,7 +17928,7 @@ } }, { - "id": 12896, + "id": 13973, "properties": { "facing": "east", "half": "upper", @@ -16724,7 +17938,7 @@ } }, { - "id": 12897, + "id": 13974, "properties": { "facing": "east", "half": "upper", @@ -16734,7 +17948,7 @@ } }, { - "id": 12898, + "id": 13975, "properties": { "facing": "east", "half": "upper", @@ -16744,7 +17958,7 @@ } }, { - "id": 12899, + "id": 13976, "properties": { "facing": "east", "half": "upper", @@ -16754,7 +17968,7 @@ } }, { - "id": 12900, + "id": 13977, "properties": { "facing": "east", "half": "upper", @@ -16764,7 +17978,7 @@ } }, { - "id": 12901, + "id": 13978, "properties": { "facing": "east", "half": "lower", @@ -16774,7 +17988,7 @@ } }, { - "id": 12902, + "id": 13979, "properties": { "facing": "east", "half": "lower", @@ -16784,7 +17998,7 @@ } }, { - "id": 12903, + "id": 13980, "properties": { "facing": "east", "half": "lower", @@ -16794,7 +18008,7 @@ } }, { - "id": 12904, + "id": 13981, "properties": { "facing": "east", "half": "lower", @@ -16804,7 +18018,7 @@ } }, { - "id": 12905, + "id": 13982, "properties": { "facing": "east", "half": "lower", @@ -16814,7 +18028,7 @@ } }, { - "id": 12906, + "id": 13983, "properties": { "facing": "east", "half": "lower", @@ -16824,7 +18038,7 @@ } }, { - "id": 12907, + "id": 13984, "properties": { "facing": "east", "half": "lower", @@ -16834,7 +18048,7 @@ } }, { - "id": 12908, + "id": 13985, "properties": { "facing": "east", "half": "lower", @@ -16874,7 +18088,7 @@ }, "states": [ { - "id": 12525, + "id": 13602, "properties": { "east": "true", "north": "true", @@ -16884,7 +18098,7 @@ } }, { - "id": 12526, + "id": 13603, "properties": { "east": "true", "north": "true", @@ -16894,7 +18108,7 @@ } }, { - "id": 12527, + "id": 13604, "properties": { "east": "true", "north": "true", @@ -16904,7 +18118,7 @@ } }, { - "id": 12528, + "id": 13605, "properties": { "east": "true", "north": "true", @@ -16914,7 +18128,7 @@ } }, { - "id": 12529, + "id": 13606, "properties": { "east": "true", "north": "true", @@ -16924,7 +18138,7 @@ } }, { - "id": 12530, + "id": 13607, "properties": { "east": "true", "north": "true", @@ -16934,7 +18148,7 @@ } }, { - "id": 12531, + "id": 13608, "properties": { "east": "true", "north": "true", @@ -16944,7 +18158,7 @@ } }, { - "id": 12532, + "id": 13609, "properties": { "east": "true", "north": "true", @@ -16954,7 +18168,7 @@ } }, { - "id": 12533, + "id": 13610, "properties": { "east": "true", "north": "false", @@ -16964,7 +18178,7 @@ } }, { - "id": 12534, + "id": 13611, "properties": { "east": "true", "north": "false", @@ -16974,7 +18188,7 @@ } }, { - "id": 12535, + "id": 13612, "properties": { "east": "true", "north": "false", @@ -16984,7 +18198,7 @@ } }, { - "id": 12536, + "id": 13613, "properties": { "east": "true", "north": "false", @@ -16994,7 +18208,7 @@ } }, { - "id": 12537, + "id": 13614, "properties": { "east": "true", "north": "false", @@ -17004,7 +18218,7 @@ } }, { - "id": 12538, + "id": 13615, "properties": { "east": "true", "north": "false", @@ -17014,7 +18228,7 @@ } }, { - "id": 12539, + "id": 13616, "properties": { "east": "true", "north": "false", @@ -17024,7 +18238,7 @@ } }, { - "id": 12540, + "id": 13617, "properties": { "east": "true", "north": "false", @@ -17034,7 +18248,7 @@ } }, { - "id": 12541, + "id": 13618, "properties": { "east": "false", "north": "true", @@ -17044,7 +18258,7 @@ } }, { - "id": 12542, + "id": 13619, "properties": { "east": "false", "north": "true", @@ -17054,7 +18268,7 @@ } }, { - "id": 12543, + "id": 13620, "properties": { "east": "false", "north": "true", @@ -17064,7 +18278,7 @@ } }, { - "id": 12544, + "id": 13621, "properties": { "east": "false", "north": "true", @@ -17074,7 +18288,7 @@ } }, { - "id": 12545, + "id": 13622, "properties": { "east": "false", "north": "true", @@ -17084,7 +18298,7 @@ } }, { - "id": 12546, + "id": 13623, "properties": { "east": "false", "north": "true", @@ -17094,7 +18308,7 @@ } }, { - "id": 12547, + "id": 13624, "properties": { "east": "false", "north": "true", @@ -17104,7 +18318,7 @@ } }, { - "id": 12548, + "id": 13625, "properties": { "east": "false", "north": "true", @@ -17114,7 +18328,7 @@ } }, { - "id": 12549, + "id": 13626, "properties": { "east": "false", "north": "false", @@ -17124,7 +18338,7 @@ } }, { - "id": 12550, + "id": 13627, "properties": { "east": "false", "north": "false", @@ -17134,7 +18348,7 @@ } }, { - "id": 12551, + "id": 13628, "properties": { "east": "false", "north": "false", @@ -17144,7 +18358,7 @@ } }, { - "id": 12552, + "id": 13629, "properties": { "east": "false", "north": "false", @@ -17154,7 +18368,7 @@ } }, { - "id": 12553, + "id": 13630, "properties": { "east": "false", "north": "false", @@ -17164,7 +18378,7 @@ } }, { - "id": 12554, + "id": 13631, "properties": { "east": "false", "north": "false", @@ -17174,7 +18388,7 @@ } }, { - "id": 12555, + "id": 13632, "properties": { "east": "false", "north": "false", @@ -17185,7 +18399,7 @@ }, { "default": true, - "id": 12556, + "id": 13633, "properties": { "east": "false", "north": "false", @@ -17224,7 +18438,7 @@ }, "states": [ { - "id": 12237, + "id": 13314, "properties": { "facing": "north", "in_wall": "true", @@ -17233,7 +18447,7 @@ } }, { - "id": 12238, + "id": 13315, "properties": { "facing": "north", "in_wall": "true", @@ -17242,7 +18456,7 @@ } }, { - "id": 12239, + "id": 13316, "properties": { "facing": "north", "in_wall": "true", @@ -17251,7 +18465,7 @@ } }, { - "id": 12240, + "id": 13317, "properties": { "facing": "north", "in_wall": "true", @@ -17260,7 +18474,7 @@ } }, { - "id": 12241, + "id": 13318, "properties": { "facing": "north", "in_wall": "false", @@ -17269,7 +18483,7 @@ } }, { - "id": 12242, + "id": 13319, "properties": { "facing": "north", "in_wall": "false", @@ -17278,7 +18492,7 @@ } }, { - "id": 12243, + "id": 13320, "properties": { "facing": "north", "in_wall": "false", @@ -17288,7 +18502,7 @@ }, { "default": true, - "id": 12244, + "id": 13321, "properties": { "facing": "north", "in_wall": "false", @@ -17297,7 +18511,7 @@ } }, { - "id": 12245, + "id": 13322, "properties": { "facing": "south", "in_wall": "true", @@ -17306,7 +18520,7 @@ } }, { - "id": 12246, + "id": 13323, "properties": { "facing": "south", "in_wall": "true", @@ -17315,7 +18529,7 @@ } }, { - "id": 12247, + "id": 13324, "properties": { "facing": "south", "in_wall": "true", @@ -17324,7 +18538,7 @@ } }, { - "id": 12248, + "id": 13325, "properties": { "facing": "south", "in_wall": "true", @@ -17333,7 +18547,7 @@ } }, { - "id": 12249, + "id": 13326, "properties": { "facing": "south", "in_wall": "false", @@ -17342,7 +18556,7 @@ } }, { - "id": 12250, + "id": 13327, "properties": { "facing": "south", "in_wall": "false", @@ -17351,7 +18565,7 @@ } }, { - "id": 12251, + "id": 13328, "properties": { "facing": "south", "in_wall": "false", @@ -17360,7 +18574,7 @@ } }, { - "id": 12252, + "id": 13329, "properties": { "facing": "south", "in_wall": "false", @@ -17369,7 +18583,7 @@ } }, { - "id": 12253, + "id": 13330, "properties": { "facing": "west", "in_wall": "true", @@ -17378,7 +18592,7 @@ } }, { - "id": 12254, + "id": 13331, "properties": { "facing": "west", "in_wall": "true", @@ -17387,7 +18601,7 @@ } }, { - "id": 12255, + "id": 13332, "properties": { "facing": "west", "in_wall": "true", @@ -17396,7 +18610,7 @@ } }, { - "id": 12256, + "id": 13333, "properties": { "facing": "west", "in_wall": "true", @@ -17405,7 +18619,7 @@ } }, { - "id": 12257, + "id": 13334, "properties": { "facing": "west", "in_wall": "false", @@ -17414,7 +18628,7 @@ } }, { - "id": 12258, + "id": 13335, "properties": { "facing": "west", "in_wall": "false", @@ -17423,7 +18637,7 @@ } }, { - "id": 12259, + "id": 13336, "properties": { "facing": "west", "in_wall": "false", @@ -17432,7 +18646,7 @@ } }, { - "id": 12260, + "id": 13337, "properties": { "facing": "west", "in_wall": "false", @@ -17441,7 +18655,7 @@ } }, { - "id": 12261, + "id": 13338, "properties": { "facing": "east", "in_wall": "true", @@ -17450,7 +18664,7 @@ } }, { - "id": 12262, + "id": 13339, "properties": { "facing": "east", "in_wall": "true", @@ -17459,7 +18673,7 @@ } }, { - "id": 12263, + "id": 13340, "properties": { "facing": "east", "in_wall": "true", @@ -17468,7 +18682,7 @@ } }, { - "id": 12264, + "id": 13341, "properties": { "facing": "east", "in_wall": "true", @@ -17477,7 +18691,7 @@ } }, { - "id": 12265, + "id": 13342, "properties": { "facing": "east", "in_wall": "false", @@ -17486,7 +18700,7 @@ } }, { - "id": 12266, + "id": 13343, "properties": { "facing": "east", "in_wall": "false", @@ -17495,7 +18709,7 @@ } }, { - "id": 12267, + "id": 13344, "properties": { "facing": "east", "in_wall": "false", @@ -17504,7 +18718,7 @@ } }, { - "id": 12268, + "id": 13345, "properties": { "facing": "east", "in_wall": "false", @@ -17550,7 +18764,7 @@ }, "states": [ { - "id": 5066, + "id": 5834, "properties": { "attached": "true", "rotation": "0", @@ -17558,7 +18772,7 @@ } }, { - "id": 5067, + "id": 5835, "properties": { "attached": "true", "rotation": "0", @@ -17566,7 +18780,7 @@ } }, { - "id": 5068, + "id": 5836, "properties": { "attached": "true", "rotation": "1", @@ -17574,7 +18788,7 @@ } }, { - "id": 5069, + "id": 5837, "properties": { "attached": "true", "rotation": "1", @@ -17582,7 +18796,7 @@ } }, { - "id": 5070, + "id": 5838, "properties": { "attached": "true", "rotation": "2", @@ -17590,7 +18804,7 @@ } }, { - "id": 5071, + "id": 5839, "properties": { "attached": "true", "rotation": "2", @@ -17598,7 +18812,7 @@ } }, { - "id": 5072, + "id": 5840, "properties": { "attached": "true", "rotation": "3", @@ -17606,7 +18820,7 @@ } }, { - "id": 5073, + "id": 5841, "properties": { "attached": "true", "rotation": "3", @@ -17614,7 +18828,7 @@ } }, { - "id": 5074, + "id": 5842, "properties": { "attached": "true", "rotation": "4", @@ -17622,7 +18836,7 @@ } }, { - "id": 5075, + "id": 5843, "properties": { "attached": "true", "rotation": "4", @@ -17630,7 +18844,7 @@ } }, { - "id": 5076, + "id": 5844, "properties": { "attached": "true", "rotation": "5", @@ -17638,7 +18852,7 @@ } }, { - "id": 5077, + "id": 5845, "properties": { "attached": "true", "rotation": "5", @@ -17646,7 +18860,7 @@ } }, { - "id": 5078, + "id": 5846, "properties": { "attached": "true", "rotation": "6", @@ -17654,7 +18868,7 @@ } }, { - "id": 5079, + "id": 5847, "properties": { "attached": "true", "rotation": "6", @@ -17662,7 +18876,7 @@ } }, { - "id": 5080, + "id": 5848, "properties": { "attached": "true", "rotation": "7", @@ -17670,7 +18884,7 @@ } }, { - "id": 5081, + "id": 5849, "properties": { "attached": "true", "rotation": "7", @@ -17678,7 +18892,7 @@ } }, { - "id": 5082, + "id": 5850, "properties": { "attached": "true", "rotation": "8", @@ -17686,7 +18900,7 @@ } }, { - "id": 5083, + "id": 5851, "properties": { "attached": "true", "rotation": "8", @@ -17694,7 +18908,7 @@ } }, { - "id": 5084, + "id": 5852, "properties": { "attached": "true", "rotation": "9", @@ -17702,7 +18916,7 @@ } }, { - "id": 5085, + "id": 5853, "properties": { "attached": "true", "rotation": "9", @@ -17710,7 +18924,7 @@ } }, { - "id": 5086, + "id": 5854, "properties": { "attached": "true", "rotation": "10", @@ -17718,7 +18932,7 @@ } }, { - "id": 5087, + "id": 5855, "properties": { "attached": "true", "rotation": "10", @@ -17726,7 +18940,7 @@ } }, { - "id": 5088, + "id": 5856, "properties": { "attached": "true", "rotation": "11", @@ -17734,7 +18948,7 @@ } }, { - "id": 5089, + "id": 5857, "properties": { "attached": "true", "rotation": "11", @@ -17742,7 +18956,7 @@ } }, { - "id": 5090, + "id": 5858, "properties": { "attached": "true", "rotation": "12", @@ -17750,7 +18964,7 @@ } }, { - "id": 5091, + "id": 5859, "properties": { "attached": "true", "rotation": "12", @@ -17758,7 +18972,7 @@ } }, { - "id": 5092, + "id": 5860, "properties": { "attached": "true", "rotation": "13", @@ -17766,7 +18980,7 @@ } }, { - "id": 5093, + "id": 5861, "properties": { "attached": "true", "rotation": "13", @@ -17774,7 +18988,7 @@ } }, { - "id": 5094, + "id": 5862, "properties": { "attached": "true", "rotation": "14", @@ -17782,7 +18996,7 @@ } }, { - "id": 5095, + "id": 5863, "properties": { "attached": "true", "rotation": "14", @@ -17790,7 +19004,7 @@ } }, { - "id": 5096, + "id": 5864, "properties": { "attached": "true", "rotation": "15", @@ -17798,7 +19012,7 @@ } }, { - "id": 5097, + "id": 5865, "properties": { "attached": "true", "rotation": "15", @@ -17806,7 +19020,7 @@ } }, { - "id": 5098, + "id": 5866, "properties": { "attached": "false", "rotation": "0", @@ -17815,7 +19029,7 @@ }, { "default": true, - "id": 5099, + "id": 5867, "properties": { "attached": "false", "rotation": "0", @@ -17823,7 +19037,7 @@ } }, { - "id": 5100, + "id": 5868, "properties": { "attached": "false", "rotation": "1", @@ -17831,7 +19045,7 @@ } }, { - "id": 5101, + "id": 5869, "properties": { "attached": "false", "rotation": "1", @@ -17839,7 +19053,7 @@ } }, { - "id": 5102, + "id": 5870, "properties": { "attached": "false", "rotation": "2", @@ -17847,7 +19061,7 @@ } }, { - "id": 5103, + "id": 5871, "properties": { "attached": "false", "rotation": "2", @@ -17855,7 +19069,7 @@ } }, { - "id": 5104, + "id": 5872, "properties": { "attached": "false", "rotation": "3", @@ -17863,7 +19077,7 @@ } }, { - "id": 5105, + "id": 5873, "properties": { "attached": "false", "rotation": "3", @@ -17871,7 +19085,7 @@ } }, { - "id": 5106, + "id": 5874, "properties": { "attached": "false", "rotation": "4", @@ -17879,7 +19093,7 @@ } }, { - "id": 5107, + "id": 5875, "properties": { "attached": "false", "rotation": "4", @@ -17887,7 +19101,7 @@ } }, { - "id": 5108, + "id": 5876, "properties": { "attached": "false", "rotation": "5", @@ -17895,7 +19109,7 @@ } }, { - "id": 5109, + "id": 5877, "properties": { "attached": "false", "rotation": "5", @@ -17903,7 +19117,7 @@ } }, { - "id": 5110, + "id": 5878, "properties": { "attached": "false", "rotation": "6", @@ -17911,7 +19125,7 @@ } }, { - "id": 5111, + "id": 5879, "properties": { "attached": "false", "rotation": "6", @@ -17919,7 +19133,7 @@ } }, { - "id": 5112, + "id": 5880, "properties": { "attached": "false", "rotation": "7", @@ -17927,7 +19141,7 @@ } }, { - "id": 5113, + "id": 5881, "properties": { "attached": "false", "rotation": "7", @@ -17935,7 +19149,7 @@ } }, { - "id": 5114, + "id": 5882, "properties": { "attached": "false", "rotation": "8", @@ -17943,7 +19157,7 @@ } }, { - "id": 5115, + "id": 5883, "properties": { "attached": "false", "rotation": "8", @@ -17951,7 +19165,7 @@ } }, { - "id": 5116, + "id": 5884, "properties": { "attached": "false", "rotation": "9", @@ -17959,7 +19173,7 @@ } }, { - "id": 5117, + "id": 5885, "properties": { "attached": "false", "rotation": "9", @@ -17967,7 +19181,7 @@ } }, { - "id": 5118, + "id": 5886, "properties": { "attached": "false", "rotation": "10", @@ -17975,7 +19189,7 @@ } }, { - "id": 5119, + "id": 5887, "properties": { "attached": "false", "rotation": "10", @@ -17983,7 +19197,7 @@ } }, { - "id": 5120, + "id": 5888, "properties": { "attached": "false", "rotation": "11", @@ -17991,7 +19205,7 @@ } }, { - "id": 5121, + "id": 5889, "properties": { "attached": "false", "rotation": "11", @@ -17999,7 +19213,7 @@ } }, { - "id": 5122, + "id": 5890, "properties": { "attached": "false", "rotation": "12", @@ -18007,7 +19221,7 @@ } }, { - "id": 5123, + "id": 5891, "properties": { "attached": "false", "rotation": "12", @@ -18015,7 +19229,7 @@ } }, { - "id": 5124, + "id": 5892, "properties": { "attached": "false", "rotation": "13", @@ -18023,7 +19237,7 @@ } }, { - "id": 5125, + "id": 5893, "properties": { "attached": "false", "rotation": "13", @@ -18031,7 +19245,7 @@ } }, { - "id": 5126, + "id": 5894, "properties": { "attached": "false", "rotation": "14", @@ -18039,7 +19253,7 @@ } }, { - "id": 5127, + "id": 5895, "properties": { "attached": "false", "rotation": "14", @@ -18047,7 +19261,7 @@ } }, { - "id": 5128, + "id": 5896, "properties": { "attached": "false", "rotation": "15", @@ -18055,7 +19269,7 @@ } }, { - "id": 5129, + "id": 5897, "properties": { "attached": "false", "rotation": "15", @@ -18377,14 +19591,14 @@ }, "states": [ { - "id": 5896, + "id": 6664, "properties": { "powered": "true" } }, { "default": true, - "id": 5897, + "id": 6665, "properties": { "powered": "false" } @@ -18419,6 +19633,613 @@ } ] }, + "minecraft:birch_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2527, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2528, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2529, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2530, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2531, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2532, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2533, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2534, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2535, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2536, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2537, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2538, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2539, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2540, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2541, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2542, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2543, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2544, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2545, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2546, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2547, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2548, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2549, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2550, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2551, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2552, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2553, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2554, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2555, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2556, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2557, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2558, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2559, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2560, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2561, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2562, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2563, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2564, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2565, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2566, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2567, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2568, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2569, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2570, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2571, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2572, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2573, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2574, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2575, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2576, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2577, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2578, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2579, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2580, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2581, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2582, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2583, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2584, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2585, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2586, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2587, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2588, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2589, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2590, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:birch_sign": { "definition": { "type": "minecraft:standing_sign", @@ -18451,7 +20272,7 @@ }, "states": [ { - "id": 4430, + "id": 5198, "properties": { "rotation": "0", "waterlogged": "true" @@ -18459,217 +20280,217 @@ }, { "default": true, - "id": 4431, + "id": 5199, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4432, + "id": 5200, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4433, + "id": 5201, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4434, + "id": 5202, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4435, + "id": 5203, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4436, + "id": 5204, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4437, + "id": 5205, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4438, + "id": 5206, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4439, + "id": 5207, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4440, + "id": 5208, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4441, + "id": 5209, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4442, + "id": 5210, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4443, + "id": 5211, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4444, + "id": 5212, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4445, + "id": 5213, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4446, + "id": 5214, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4447, + "id": 5215, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4448, + "id": 5216, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4449, + "id": 5217, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4450, + "id": 5218, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4451, + "id": 5219, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4452, + "id": 5220, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4453, + "id": 5221, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4454, + "id": 5222, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4455, + "id": 5223, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4456, + "id": 5224, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4457, + "id": 5225, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4458, + "id": 5226, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4459, + "id": 5227, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4460, + "id": 5228, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4461, + "id": 5229, "properties": { "rotation": "15", "waterlogged": "false" @@ -18695,21 +20516,21 @@ }, "states": [ { - "id": 12063, + "id": 13140, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12064, + "id": 13141, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12065, + "id": 13142, "properties": { "type": "bottom", "waterlogged": "true" @@ -18717,21 +20538,21 @@ }, { "default": true, - "id": 12066, + "id": 13143, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12067, + "id": 13144, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12068, + "id": 13145, "properties": { "type": "double", "waterlogged": "false" @@ -18772,7 +20593,7 @@ }, "states": [ { - "id": 8530, + "id": 9607, "properties": { "facing": "north", "half": "top", @@ -18781,7 +20602,7 @@ } }, { - "id": 8531, + "id": 9608, "properties": { "facing": "north", "half": "top", @@ -18790,7 +20611,7 @@ } }, { - "id": 8532, + "id": 9609, "properties": { "facing": "north", "half": "top", @@ -18799,7 +20620,7 @@ } }, { - "id": 8533, + "id": 9610, "properties": { "facing": "north", "half": "top", @@ -18808,7 +20629,7 @@ } }, { - "id": 8534, + "id": 9611, "properties": { "facing": "north", "half": "top", @@ -18817,7 +20638,7 @@ } }, { - "id": 8535, + "id": 9612, "properties": { "facing": "north", "half": "top", @@ -18826,7 +20647,7 @@ } }, { - "id": 8536, + "id": 9613, "properties": { "facing": "north", "half": "top", @@ -18835,7 +20656,7 @@ } }, { - "id": 8537, + "id": 9614, "properties": { "facing": "north", "half": "top", @@ -18844,7 +20665,7 @@ } }, { - "id": 8538, + "id": 9615, "properties": { "facing": "north", "half": "top", @@ -18853,7 +20674,7 @@ } }, { - "id": 8539, + "id": 9616, "properties": { "facing": "north", "half": "top", @@ -18862,7 +20683,7 @@ } }, { - "id": 8540, + "id": 9617, "properties": { "facing": "north", "half": "bottom", @@ -18872,7 +20693,7 @@ }, { "default": true, - "id": 8541, + "id": 9618, "properties": { "facing": "north", "half": "bottom", @@ -18881,7 +20702,7 @@ } }, { - "id": 8542, + "id": 9619, "properties": { "facing": "north", "half": "bottom", @@ -18890,7 +20711,7 @@ } }, { - "id": 8543, + "id": 9620, "properties": { "facing": "north", "half": "bottom", @@ -18899,7 +20720,7 @@ } }, { - "id": 8544, + "id": 9621, "properties": { "facing": "north", "half": "bottom", @@ -18908,7 +20729,7 @@ } }, { - "id": 8545, + "id": 9622, "properties": { "facing": "north", "half": "bottom", @@ -18917,7 +20738,7 @@ } }, { - "id": 8546, + "id": 9623, "properties": { "facing": "north", "half": "bottom", @@ -18926,7 +20747,7 @@ } }, { - "id": 8547, + "id": 9624, "properties": { "facing": "north", "half": "bottom", @@ -18935,7 +20756,7 @@ } }, { - "id": 8548, + "id": 9625, "properties": { "facing": "north", "half": "bottom", @@ -18944,7 +20765,7 @@ } }, { - "id": 8549, + "id": 9626, "properties": { "facing": "north", "half": "bottom", @@ -18953,7 +20774,7 @@ } }, { - "id": 8550, + "id": 9627, "properties": { "facing": "south", "half": "top", @@ -18962,7 +20783,7 @@ } }, { - "id": 8551, + "id": 9628, "properties": { "facing": "south", "half": "top", @@ -18971,7 +20792,7 @@ } }, { - "id": 8552, + "id": 9629, "properties": { "facing": "south", "half": "top", @@ -18980,7 +20801,7 @@ } }, { - "id": 8553, + "id": 9630, "properties": { "facing": "south", "half": "top", @@ -18989,7 +20810,7 @@ } }, { - "id": 8554, + "id": 9631, "properties": { "facing": "south", "half": "top", @@ -18998,7 +20819,7 @@ } }, { - "id": 8555, + "id": 9632, "properties": { "facing": "south", "half": "top", @@ -19007,7 +20828,7 @@ } }, { - "id": 8556, + "id": 9633, "properties": { "facing": "south", "half": "top", @@ -19016,7 +20837,7 @@ } }, { - "id": 8557, + "id": 9634, "properties": { "facing": "south", "half": "top", @@ -19025,7 +20846,7 @@ } }, { - "id": 8558, + "id": 9635, "properties": { "facing": "south", "half": "top", @@ -19034,7 +20855,7 @@ } }, { - "id": 8559, + "id": 9636, "properties": { "facing": "south", "half": "top", @@ -19043,7 +20864,7 @@ } }, { - "id": 8560, + "id": 9637, "properties": { "facing": "south", "half": "bottom", @@ -19052,7 +20873,7 @@ } }, { - "id": 8561, + "id": 9638, "properties": { "facing": "south", "half": "bottom", @@ -19061,7 +20882,7 @@ } }, { - "id": 8562, + "id": 9639, "properties": { "facing": "south", "half": "bottom", @@ -19070,7 +20891,7 @@ } }, { - "id": 8563, + "id": 9640, "properties": { "facing": "south", "half": "bottom", @@ -19079,7 +20900,7 @@ } }, { - "id": 8564, + "id": 9641, "properties": { "facing": "south", "half": "bottom", @@ -19088,7 +20909,7 @@ } }, { - "id": 8565, + "id": 9642, "properties": { "facing": "south", "half": "bottom", @@ -19097,7 +20918,7 @@ } }, { - "id": 8566, + "id": 9643, "properties": { "facing": "south", "half": "bottom", @@ -19106,7 +20927,7 @@ } }, { - "id": 8567, + "id": 9644, "properties": { "facing": "south", "half": "bottom", @@ -19115,7 +20936,7 @@ } }, { - "id": 8568, + "id": 9645, "properties": { "facing": "south", "half": "bottom", @@ -19124,7 +20945,7 @@ } }, { - "id": 8569, + "id": 9646, "properties": { "facing": "south", "half": "bottom", @@ -19133,7 +20954,7 @@ } }, { - "id": 8570, + "id": 9647, "properties": { "facing": "west", "half": "top", @@ -19142,7 +20963,7 @@ } }, { - "id": 8571, + "id": 9648, "properties": { "facing": "west", "half": "top", @@ -19151,7 +20972,7 @@ } }, { - "id": 8572, + "id": 9649, "properties": { "facing": "west", "half": "top", @@ -19160,7 +20981,7 @@ } }, { - "id": 8573, + "id": 9650, "properties": { "facing": "west", "half": "top", @@ -19169,7 +20990,7 @@ } }, { - "id": 8574, + "id": 9651, "properties": { "facing": "west", "half": "top", @@ -19178,7 +20999,7 @@ } }, { - "id": 8575, + "id": 9652, "properties": { "facing": "west", "half": "top", @@ -19187,7 +21008,7 @@ } }, { - "id": 8576, + "id": 9653, "properties": { "facing": "west", "half": "top", @@ -19196,7 +21017,7 @@ } }, { - "id": 8577, + "id": 9654, "properties": { "facing": "west", "half": "top", @@ -19205,7 +21026,7 @@ } }, { - "id": 8578, + "id": 9655, "properties": { "facing": "west", "half": "top", @@ -19214,7 +21035,7 @@ } }, { - "id": 8579, + "id": 9656, "properties": { "facing": "west", "half": "top", @@ -19223,7 +21044,7 @@ } }, { - "id": 8580, + "id": 9657, "properties": { "facing": "west", "half": "bottom", @@ -19232,7 +21053,7 @@ } }, { - "id": 8581, + "id": 9658, "properties": { "facing": "west", "half": "bottom", @@ -19241,7 +21062,7 @@ } }, { - "id": 8582, + "id": 9659, "properties": { "facing": "west", "half": "bottom", @@ -19250,7 +21071,7 @@ } }, { - "id": 8583, + "id": 9660, "properties": { "facing": "west", "half": "bottom", @@ -19259,7 +21080,7 @@ } }, { - "id": 8584, + "id": 9661, "properties": { "facing": "west", "half": "bottom", @@ -19268,7 +21089,7 @@ } }, { - "id": 8585, + "id": 9662, "properties": { "facing": "west", "half": "bottom", @@ -19277,7 +21098,7 @@ } }, { - "id": 8586, + "id": 9663, "properties": { "facing": "west", "half": "bottom", @@ -19286,7 +21107,7 @@ } }, { - "id": 8587, + "id": 9664, "properties": { "facing": "west", "half": "bottom", @@ -19295,7 +21116,7 @@ } }, { - "id": 8588, + "id": 9665, "properties": { "facing": "west", "half": "bottom", @@ -19304,7 +21125,7 @@ } }, { - "id": 8589, + "id": 9666, "properties": { "facing": "west", "half": "bottom", @@ -19313,7 +21134,7 @@ } }, { - "id": 8590, + "id": 9667, "properties": { "facing": "east", "half": "top", @@ -19322,7 +21143,7 @@ } }, { - "id": 8591, + "id": 9668, "properties": { "facing": "east", "half": "top", @@ -19331,7 +21152,7 @@ } }, { - "id": 8592, + "id": 9669, "properties": { "facing": "east", "half": "top", @@ -19340,7 +21161,7 @@ } }, { - "id": 8593, + "id": 9670, "properties": { "facing": "east", "half": "top", @@ -19349,7 +21170,7 @@ } }, { - "id": 8594, + "id": 9671, "properties": { "facing": "east", "half": "top", @@ -19358,7 +21179,7 @@ } }, { - "id": 8595, + "id": 9672, "properties": { "facing": "east", "half": "top", @@ -19367,7 +21188,7 @@ } }, { - "id": 8596, + "id": 9673, "properties": { "facing": "east", "half": "top", @@ -19376,7 +21197,7 @@ } }, { - "id": 8597, + "id": 9674, "properties": { "facing": "east", "half": "top", @@ -19385,7 +21206,7 @@ } }, { - "id": 8598, + "id": 9675, "properties": { "facing": "east", "half": "top", @@ -19394,7 +21215,7 @@ } }, { - "id": 8599, + "id": 9676, "properties": { "facing": "east", "half": "top", @@ -19403,7 +21224,7 @@ } }, { - "id": 8600, + "id": 9677, "properties": { "facing": "east", "half": "bottom", @@ -19412,7 +21233,7 @@ } }, { - "id": 8601, + "id": 9678, "properties": { "facing": "east", "half": "bottom", @@ -19421,7 +21242,7 @@ } }, { - "id": 8602, + "id": 9679, "properties": { "facing": "east", "half": "bottom", @@ -19430,7 +21251,7 @@ } }, { - "id": 8603, + "id": 9680, "properties": { "facing": "east", "half": "bottom", @@ -19439,7 +21260,7 @@ } }, { - "id": 8604, + "id": 9681, "properties": { "facing": "east", "half": "bottom", @@ -19448,7 +21269,7 @@ } }, { - "id": 8605, + "id": 9682, "properties": { "facing": "east", "half": "bottom", @@ -19457,7 +21278,7 @@ } }, { - "id": 8606, + "id": 9683, "properties": { "facing": "east", "half": "bottom", @@ -19466,7 +21287,7 @@ } }, { - "id": 8607, + "id": 9684, "properties": { "facing": "east", "half": "bottom", @@ -19475,7 +21296,7 @@ } }, { - "id": 8608, + "id": 9685, "properties": { "facing": "east", "half": "bottom", @@ -19484,7 +21305,7 @@ } }, { - "id": 8609, + "id": 9686, "properties": { "facing": "east", "half": "bottom", @@ -19526,7 +21347,7 @@ }, "states": [ { - "id": 6268, + "id": 7041, "properties": { "facing": "north", "half": "top", @@ -19536,7 +21357,7 @@ } }, { - "id": 6269, + "id": 7042, "properties": { "facing": "north", "half": "top", @@ -19546,7 +21367,7 @@ } }, { - "id": 6270, + "id": 7043, "properties": { "facing": "north", "half": "top", @@ -19556,7 +21377,7 @@ } }, { - "id": 6271, + "id": 7044, "properties": { "facing": "north", "half": "top", @@ -19566,7 +21387,7 @@ } }, { - "id": 6272, + "id": 7045, "properties": { "facing": "north", "half": "top", @@ -19576,7 +21397,7 @@ } }, { - "id": 6273, + "id": 7046, "properties": { "facing": "north", "half": "top", @@ -19586,7 +21407,7 @@ } }, { - "id": 6274, + "id": 7047, "properties": { "facing": "north", "half": "top", @@ -19596,7 +21417,7 @@ } }, { - "id": 6275, + "id": 7048, "properties": { "facing": "north", "half": "top", @@ -19606,7 +21427,7 @@ } }, { - "id": 6276, + "id": 7049, "properties": { "facing": "north", "half": "bottom", @@ -19616,7 +21437,7 @@ } }, { - "id": 6277, + "id": 7050, "properties": { "facing": "north", "half": "bottom", @@ -19626,7 +21447,7 @@ } }, { - "id": 6278, + "id": 7051, "properties": { "facing": "north", "half": "bottom", @@ -19636,7 +21457,7 @@ } }, { - "id": 6279, + "id": 7052, "properties": { "facing": "north", "half": "bottom", @@ -19646,7 +21467,7 @@ } }, { - "id": 6280, + "id": 7053, "properties": { "facing": "north", "half": "bottom", @@ -19656,7 +21477,7 @@ } }, { - "id": 6281, + "id": 7054, "properties": { "facing": "north", "half": "bottom", @@ -19666,7 +21487,7 @@ } }, { - "id": 6282, + "id": 7055, "properties": { "facing": "north", "half": "bottom", @@ -19677,7 +21498,7 @@ }, { "default": true, - "id": 6283, + "id": 7056, "properties": { "facing": "north", "half": "bottom", @@ -19687,7 +21508,7 @@ } }, { - "id": 6284, + "id": 7057, "properties": { "facing": "south", "half": "top", @@ -19697,7 +21518,7 @@ } }, { - "id": 6285, + "id": 7058, "properties": { "facing": "south", "half": "top", @@ -19707,7 +21528,7 @@ } }, { - "id": 6286, + "id": 7059, "properties": { "facing": "south", "half": "top", @@ -19717,7 +21538,7 @@ } }, { - "id": 6287, + "id": 7060, "properties": { "facing": "south", "half": "top", @@ -19727,7 +21548,7 @@ } }, { - "id": 6288, + "id": 7061, "properties": { "facing": "south", "half": "top", @@ -19737,7 +21558,7 @@ } }, { - "id": 6289, + "id": 7062, "properties": { "facing": "south", "half": "top", @@ -19747,7 +21568,7 @@ } }, { - "id": 6290, + "id": 7063, "properties": { "facing": "south", "half": "top", @@ -19757,7 +21578,7 @@ } }, { - "id": 6291, + "id": 7064, "properties": { "facing": "south", "half": "top", @@ -19767,7 +21588,7 @@ } }, { - "id": 6292, + "id": 7065, "properties": { "facing": "south", "half": "bottom", @@ -19777,7 +21598,7 @@ } }, { - "id": 6293, + "id": 7066, "properties": { "facing": "south", "half": "bottom", @@ -19787,7 +21608,7 @@ } }, { - "id": 6294, + "id": 7067, "properties": { "facing": "south", "half": "bottom", @@ -19797,7 +21618,7 @@ } }, { - "id": 6295, + "id": 7068, "properties": { "facing": "south", "half": "bottom", @@ -19807,7 +21628,7 @@ } }, { - "id": 6296, + "id": 7069, "properties": { "facing": "south", "half": "bottom", @@ -19817,7 +21638,7 @@ } }, { - "id": 6297, + "id": 7070, "properties": { "facing": "south", "half": "bottom", @@ -19827,7 +21648,7 @@ } }, { - "id": 6298, + "id": 7071, "properties": { "facing": "south", "half": "bottom", @@ -19837,7 +21658,7 @@ } }, { - "id": 6299, + "id": 7072, "properties": { "facing": "south", "half": "bottom", @@ -19847,7 +21668,7 @@ } }, { - "id": 6300, + "id": 7073, "properties": { "facing": "west", "half": "top", @@ -19857,7 +21678,7 @@ } }, { - "id": 6301, + "id": 7074, "properties": { "facing": "west", "half": "top", @@ -19867,7 +21688,7 @@ } }, { - "id": 6302, + "id": 7075, "properties": { "facing": "west", "half": "top", @@ -19877,7 +21698,7 @@ } }, { - "id": 6303, + "id": 7076, "properties": { "facing": "west", "half": "top", @@ -19887,7 +21708,7 @@ } }, { - "id": 6304, + "id": 7077, "properties": { "facing": "west", "half": "top", @@ -19897,7 +21718,7 @@ } }, { - "id": 6305, + "id": 7078, "properties": { "facing": "west", "half": "top", @@ -19907,7 +21728,7 @@ } }, { - "id": 6306, + "id": 7079, "properties": { "facing": "west", "half": "top", @@ -19917,7 +21738,7 @@ } }, { - "id": 6307, + "id": 7080, "properties": { "facing": "west", "half": "top", @@ -19927,7 +21748,7 @@ } }, { - "id": 6308, + "id": 7081, "properties": { "facing": "west", "half": "bottom", @@ -19937,7 +21758,7 @@ } }, { - "id": 6309, + "id": 7082, "properties": { "facing": "west", "half": "bottom", @@ -19947,7 +21768,7 @@ } }, { - "id": 6310, + "id": 7083, "properties": { "facing": "west", "half": "bottom", @@ -19957,7 +21778,7 @@ } }, { - "id": 6311, + "id": 7084, "properties": { "facing": "west", "half": "bottom", @@ -19967,7 +21788,7 @@ } }, { - "id": 6312, + "id": 7085, "properties": { "facing": "west", "half": "bottom", @@ -19977,7 +21798,7 @@ } }, { - "id": 6313, + "id": 7086, "properties": { "facing": "west", "half": "bottom", @@ -19987,7 +21808,7 @@ } }, { - "id": 6314, + "id": 7087, "properties": { "facing": "west", "half": "bottom", @@ -19997,7 +21818,7 @@ } }, { - "id": 6315, + "id": 7088, "properties": { "facing": "west", "half": "bottom", @@ -20007,7 +21828,7 @@ } }, { - "id": 6316, + "id": 7089, "properties": { "facing": "east", "half": "top", @@ -20017,7 +21838,7 @@ } }, { - "id": 6317, + "id": 7090, "properties": { "facing": "east", "half": "top", @@ -20027,7 +21848,7 @@ } }, { - "id": 6318, + "id": 7091, "properties": { "facing": "east", "half": "top", @@ -20037,7 +21858,7 @@ } }, { - "id": 6319, + "id": 7092, "properties": { "facing": "east", "half": "top", @@ -20047,7 +21868,7 @@ } }, { - "id": 6320, + "id": 7093, "properties": { "facing": "east", "half": "top", @@ -20057,7 +21878,7 @@ } }, { - "id": 6321, + "id": 7094, "properties": { "facing": "east", "half": "top", @@ -20067,7 +21888,7 @@ } }, { - "id": 6322, + "id": 7095, "properties": { "facing": "east", "half": "top", @@ -20077,7 +21898,7 @@ } }, { - "id": 6323, + "id": 7096, "properties": { "facing": "east", "half": "top", @@ -20087,7 +21908,7 @@ } }, { - "id": 6324, + "id": 7097, "properties": { "facing": "east", "half": "bottom", @@ -20097,7 +21918,7 @@ } }, { - "id": 6325, + "id": 7098, "properties": { "facing": "east", "half": "bottom", @@ -20107,7 +21928,7 @@ } }, { - "id": 6326, + "id": 7099, "properties": { "facing": "east", "half": "bottom", @@ -20117,7 +21938,7 @@ } }, { - "id": 6327, + "id": 7100, "properties": { "facing": "east", "half": "bottom", @@ -20127,7 +21948,7 @@ } }, { - "id": 6328, + "id": 7101, "properties": { "facing": "east", "half": "bottom", @@ -20137,7 +21958,7 @@ } }, { - "id": 6329, + "id": 7102, "properties": { "facing": "east", "half": "bottom", @@ -20147,7 +21968,7 @@ } }, { - "id": 6330, + "id": 7103, "properties": { "facing": "east", "half": "bottom", @@ -20157,7 +21978,7 @@ } }, { - "id": 6331, + "id": 7104, "properties": { "facing": "east", "half": "bottom", @@ -20188,7 +22009,7 @@ }, "states": [ { - "id": 5722, + "id": 6490, "properties": { "facing": "north", "waterlogged": "true" @@ -20196,49 +22017,49 @@ }, { "default": true, - "id": 5723, + "id": 6491, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5724, + "id": 6492, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5725, + "id": 6493, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5726, + "id": 6494, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5727, + "id": 6495, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5728, + "id": 6496, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5729, + "id": 6497, "properties": { "facing": "east", "waterlogged": "false" @@ -20266,7 +22087,7 @@ }, "states": [ { - "id": 4874, + "id": 5642, "properties": { "facing": "north", "waterlogged": "true" @@ -20274,49 +22095,49 @@ }, { "default": true, - "id": 4875, + "id": 5643, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4876, + "id": 5644, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4877, + "id": 5645, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4878, + "id": 5646, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4879, + "id": 5647, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4880, + "id": 5648, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4881, + "id": 5649, "properties": { "facing": "east", "waterlogged": "false" @@ -20387,97 +22208,97 @@ "states": [ { "default": true, - "id": 11888, + "id": 12965, "properties": { "rotation": "0" } }, { - "id": 11889, + "id": 12966, "properties": { "rotation": "1" } }, { - "id": 11890, + "id": 12967, "properties": { "rotation": "2" } }, { - "id": 11891, + "id": 12968, "properties": { "rotation": "3" } }, { - "id": 11892, + "id": 12969, "properties": { "rotation": "4" } }, { - "id": 11893, + "id": 12970, "properties": { "rotation": "5" } }, { - "id": 11894, + "id": 12971, "properties": { "rotation": "6" } }, { - "id": 11895, + "id": 12972, "properties": { "rotation": "7" } }, { - "id": 11896, + "id": 12973, "properties": { "rotation": "8" } }, { - "id": 11897, + "id": 12974, "properties": { "rotation": "9" } }, { - "id": 11898, + "id": 12975, "properties": { "rotation": "10" } }, { - "id": 11899, + "id": 12976, "properties": { "rotation": "11" } }, { - "id": 11900, + "id": 12977, "properties": { "rotation": "12" } }, { - "id": 11901, + "id": 12978, "properties": { "rotation": "13" } }, { - "id": 11902, + "id": 12979, "properties": { "rotation": "14" } }, { - "id": 11903, + "id": 12980, "properties": { "rotation": "15" } @@ -20661,7 +22482,7 @@ }, "states": [ { - "id": 22009, + "id": 23150, "properties": { "candles": "1", "lit": "true", @@ -20669,7 +22490,7 @@ } }, { - "id": 22010, + "id": 23151, "properties": { "candles": "1", "lit": "true", @@ -20677,7 +22498,7 @@ } }, { - "id": 22011, + "id": 23152, "properties": { "candles": "1", "lit": "false", @@ -20686,7 +22507,7 @@ }, { "default": true, - "id": 22012, + "id": 23153, "properties": { "candles": "1", "lit": "false", @@ -20694,7 +22515,7 @@ } }, { - "id": 22013, + "id": 23154, "properties": { "candles": "2", "lit": "true", @@ -20702,7 +22523,7 @@ } }, { - "id": 22014, + "id": 23155, "properties": { "candles": "2", "lit": "true", @@ -20710,7 +22531,7 @@ } }, { - "id": 22015, + "id": 23156, "properties": { "candles": "2", "lit": "false", @@ -20718,7 +22539,7 @@ } }, { - "id": 22016, + "id": 23157, "properties": { "candles": "2", "lit": "false", @@ -20726,7 +22547,7 @@ } }, { - "id": 22017, + "id": 23158, "properties": { "candles": "3", "lit": "true", @@ -20734,7 +22555,7 @@ } }, { - "id": 22018, + "id": 23159, "properties": { "candles": "3", "lit": "true", @@ -20742,7 +22563,7 @@ } }, { - "id": 22019, + "id": 23160, "properties": { "candles": "3", "lit": "false", @@ -20750,7 +22571,7 @@ } }, { - "id": 22020, + "id": 23161, "properties": { "candles": "3", "lit": "false", @@ -20758,7 +22579,7 @@ } }, { - "id": 22021, + "id": 23162, "properties": { "candles": "4", "lit": "true", @@ -20766,7 +22587,7 @@ } }, { - "id": 22022, + "id": 23163, "properties": { "candles": "4", "lit": "true", @@ -20774,7 +22595,7 @@ } }, { - "id": 22023, + "id": 23164, "properties": { "candles": "4", "lit": "false", @@ -20782,7 +22603,7 @@ } }, { - "id": 22024, + "id": 23165, "properties": { "candles": "4", "lit": "false", @@ -20805,14 +22626,14 @@ }, "states": [ { - "id": 22057, + "id": 23198, "properties": { "lit": "true" } }, { "default": true, - "id": 22058, + "id": 23199, "properties": { "lit": "false" } @@ -20828,7 +22649,7 @@ "states": [ { "default": true, - "id": 11632 + "id": 12709 } ] }, @@ -20840,7 +22661,7 @@ "states": [ { "default": true, - "id": 13766 + "id": 14843 } ] }, @@ -20853,7 +22674,7 @@ "states": [ { "default": true, - "id": 13782 + "id": 14859 } ] }, @@ -20873,25 +22694,25 @@ "states": [ { "default": true, - "id": 13747, + "id": 14824, "properties": { "facing": "north" } }, { - "id": 13748, + "id": 14825, "properties": { "facing": "south" } }, { - "id": 13749, + "id": 14826, "properties": { "facing": "west" } }, { - "id": 13750, + "id": 14827, "properties": { "facing": "east" } @@ -20916,38 +22737,38 @@ }, "states": [ { - "id": 13681, + "id": 14758, "properties": { "facing": "north" } }, { - "id": 13682, + "id": 14759, "properties": { "facing": "east" } }, { - "id": 13683, + "id": 14760, "properties": { "facing": "south" } }, { - "id": 13684, + "id": 14761, "properties": { "facing": "west" } }, { "default": true, - "id": 13685, + "id": 14762, "properties": { "facing": "up" } }, { - "id": 13686, + "id": 14763, "properties": { "facing": "down" } @@ -20963,7 +22784,7 @@ "states": [ { "default": true, - "id": 6139 + "id": 6912 } ] }, @@ -20997,7 +22818,7 @@ }, "states": [ { - "id": 10661, + "id": 11738, "properties": { "east": "true", "north": "true", @@ -21007,7 +22828,7 @@ } }, { - "id": 10662, + "id": 11739, "properties": { "east": "true", "north": "true", @@ -21017,7 +22838,7 @@ } }, { - "id": 10663, + "id": 11740, "properties": { "east": "true", "north": "true", @@ -21027,7 +22848,7 @@ } }, { - "id": 10664, + "id": 11741, "properties": { "east": "true", "north": "true", @@ -21037,7 +22858,7 @@ } }, { - "id": 10665, + "id": 11742, "properties": { "east": "true", "north": "true", @@ -21047,7 +22868,7 @@ } }, { - "id": 10666, + "id": 11743, "properties": { "east": "true", "north": "true", @@ -21057,7 +22878,7 @@ } }, { - "id": 10667, + "id": 11744, "properties": { "east": "true", "north": "true", @@ -21067,7 +22888,7 @@ } }, { - "id": 10668, + "id": 11745, "properties": { "east": "true", "north": "true", @@ -21077,7 +22898,7 @@ } }, { - "id": 10669, + "id": 11746, "properties": { "east": "true", "north": "false", @@ -21087,7 +22908,7 @@ } }, { - "id": 10670, + "id": 11747, "properties": { "east": "true", "north": "false", @@ -21097,7 +22918,7 @@ } }, { - "id": 10671, + "id": 11748, "properties": { "east": "true", "north": "false", @@ -21107,7 +22928,7 @@ } }, { - "id": 10672, + "id": 11749, "properties": { "east": "true", "north": "false", @@ -21117,7 +22938,7 @@ } }, { - "id": 10673, + "id": 11750, "properties": { "east": "true", "north": "false", @@ -21127,7 +22948,7 @@ } }, { - "id": 10674, + "id": 11751, "properties": { "east": "true", "north": "false", @@ -21137,7 +22958,7 @@ } }, { - "id": 10675, + "id": 11752, "properties": { "east": "true", "north": "false", @@ -21147,7 +22968,7 @@ } }, { - "id": 10676, + "id": 11753, "properties": { "east": "true", "north": "false", @@ -21157,7 +22978,7 @@ } }, { - "id": 10677, + "id": 11754, "properties": { "east": "false", "north": "true", @@ -21167,7 +22988,7 @@ } }, { - "id": 10678, + "id": 11755, "properties": { "east": "false", "north": "true", @@ -21177,7 +22998,7 @@ } }, { - "id": 10679, + "id": 11756, "properties": { "east": "false", "north": "true", @@ -21187,7 +23008,7 @@ } }, { - "id": 10680, + "id": 11757, "properties": { "east": "false", "north": "true", @@ -21197,7 +23018,7 @@ } }, { - "id": 10681, + "id": 11758, "properties": { "east": "false", "north": "true", @@ -21207,7 +23028,7 @@ } }, { - "id": 10682, + "id": 11759, "properties": { "east": "false", "north": "true", @@ -21217,7 +23038,7 @@ } }, { - "id": 10683, + "id": 11760, "properties": { "east": "false", "north": "true", @@ -21227,7 +23048,7 @@ } }, { - "id": 10684, + "id": 11761, "properties": { "east": "false", "north": "true", @@ -21237,7 +23058,7 @@ } }, { - "id": 10685, + "id": 11762, "properties": { "east": "false", "north": "false", @@ -21247,7 +23068,7 @@ } }, { - "id": 10686, + "id": 11763, "properties": { "east": "false", "north": "false", @@ -21257,7 +23078,7 @@ } }, { - "id": 10687, + "id": 11764, "properties": { "east": "false", "north": "false", @@ -21267,7 +23088,7 @@ } }, { - "id": 10688, + "id": 11765, "properties": { "east": "false", "north": "false", @@ -21277,7 +23098,7 @@ } }, { - "id": 10689, + "id": 11766, "properties": { "east": "false", "north": "false", @@ -21287,7 +23108,7 @@ } }, { - "id": 10690, + "id": 11767, "properties": { "east": "false", "north": "false", @@ -21297,7 +23118,7 @@ } }, { - "id": 10691, + "id": 11768, "properties": { "east": "false", "north": "false", @@ -21308,7 +23129,7 @@ }, { "default": true, - "id": 10692, + "id": 11769, "properties": { "east": "false", "north": "false", @@ -21321,13 +23142,13 @@ }, "minecraft:black_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10180 + "id": 11257 } ] }, @@ -21348,25 +23169,25 @@ "states": [ { "default": true, - "id": 11964, + "id": 13041, "properties": { "facing": "north" } }, { - "id": 11965, + "id": 13042, "properties": { "facing": "south" } }, { - "id": 11966, + "id": 13043, "properties": { "facing": "west" } }, { - "id": 11967, + "id": 13044, "properties": { "facing": "east" } @@ -21393,7 +23214,7 @@ "states": [ { "default": true, - "id": 20488 + "id": 21629 } ] }, @@ -21415,21 +23236,21 @@ }, "states": [ { - "id": 20893, + "id": 22034, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 20894, + "id": 22035, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 20895, + "id": 22036, "properties": { "type": "bottom", "waterlogged": "true" @@ -21437,21 +23258,21 @@ }, { "default": true, - "id": 20896, + "id": 22037, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 20897, + "id": 22038, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 20898, + "id": 22039, "properties": { "type": "double", "waterlogged": "false" @@ -21492,7 +23313,7 @@ }, "states": [ { - "id": 20489, + "id": 21630, "properties": { "facing": "north", "half": "top", @@ -21501,7 +23322,7 @@ } }, { - "id": 20490, + "id": 21631, "properties": { "facing": "north", "half": "top", @@ -21510,7 +23331,7 @@ } }, { - "id": 20491, + "id": 21632, "properties": { "facing": "north", "half": "top", @@ -21519,7 +23340,7 @@ } }, { - "id": 20492, + "id": 21633, "properties": { "facing": "north", "half": "top", @@ -21528,7 +23349,7 @@ } }, { - "id": 20493, + "id": 21634, "properties": { "facing": "north", "half": "top", @@ -21537,7 +23358,7 @@ } }, { - "id": 20494, + "id": 21635, "properties": { "facing": "north", "half": "top", @@ -21546,7 +23367,7 @@ } }, { - "id": 20495, + "id": 21636, "properties": { "facing": "north", "half": "top", @@ -21555,7 +23376,7 @@ } }, { - "id": 20496, + "id": 21637, "properties": { "facing": "north", "half": "top", @@ -21564,7 +23385,7 @@ } }, { - "id": 20497, + "id": 21638, "properties": { "facing": "north", "half": "top", @@ -21573,7 +23394,7 @@ } }, { - "id": 20498, + "id": 21639, "properties": { "facing": "north", "half": "top", @@ -21582,7 +23403,7 @@ } }, { - "id": 20499, + "id": 21640, "properties": { "facing": "north", "half": "bottom", @@ -21592,7 +23413,7 @@ }, { "default": true, - "id": 20500, + "id": 21641, "properties": { "facing": "north", "half": "bottom", @@ -21601,7 +23422,7 @@ } }, { - "id": 20501, + "id": 21642, "properties": { "facing": "north", "half": "bottom", @@ -21610,7 +23431,7 @@ } }, { - "id": 20502, + "id": 21643, "properties": { "facing": "north", "half": "bottom", @@ -21619,7 +23440,7 @@ } }, { - "id": 20503, + "id": 21644, "properties": { "facing": "north", "half": "bottom", @@ -21628,7 +23449,7 @@ } }, { - "id": 20504, + "id": 21645, "properties": { "facing": "north", "half": "bottom", @@ -21637,7 +23458,7 @@ } }, { - "id": 20505, + "id": 21646, "properties": { "facing": "north", "half": "bottom", @@ -21646,7 +23467,7 @@ } }, { - "id": 20506, + "id": 21647, "properties": { "facing": "north", "half": "bottom", @@ -21655,7 +23476,7 @@ } }, { - "id": 20507, + "id": 21648, "properties": { "facing": "north", "half": "bottom", @@ -21664,7 +23485,7 @@ } }, { - "id": 20508, + "id": 21649, "properties": { "facing": "north", "half": "bottom", @@ -21673,7 +23494,7 @@ } }, { - "id": 20509, + "id": 21650, "properties": { "facing": "south", "half": "top", @@ -21682,7 +23503,7 @@ } }, { - "id": 20510, + "id": 21651, "properties": { "facing": "south", "half": "top", @@ -21691,7 +23512,7 @@ } }, { - "id": 20511, + "id": 21652, "properties": { "facing": "south", "half": "top", @@ -21700,7 +23521,7 @@ } }, { - "id": 20512, + "id": 21653, "properties": { "facing": "south", "half": "top", @@ -21709,7 +23530,7 @@ } }, { - "id": 20513, + "id": 21654, "properties": { "facing": "south", "half": "top", @@ -21718,7 +23539,7 @@ } }, { - "id": 20514, + "id": 21655, "properties": { "facing": "south", "half": "top", @@ -21727,7 +23548,7 @@ } }, { - "id": 20515, + "id": 21656, "properties": { "facing": "south", "half": "top", @@ -21736,7 +23557,7 @@ } }, { - "id": 20516, + "id": 21657, "properties": { "facing": "south", "half": "top", @@ -21745,7 +23566,7 @@ } }, { - "id": 20517, + "id": 21658, "properties": { "facing": "south", "half": "top", @@ -21754,7 +23575,7 @@ } }, { - "id": 20518, + "id": 21659, "properties": { "facing": "south", "half": "top", @@ -21763,7 +23584,7 @@ } }, { - "id": 20519, + "id": 21660, "properties": { "facing": "south", "half": "bottom", @@ -21772,7 +23593,7 @@ } }, { - "id": 20520, + "id": 21661, "properties": { "facing": "south", "half": "bottom", @@ -21781,7 +23602,7 @@ } }, { - "id": 20521, + "id": 21662, "properties": { "facing": "south", "half": "bottom", @@ -21790,7 +23611,7 @@ } }, { - "id": 20522, + "id": 21663, "properties": { "facing": "south", "half": "bottom", @@ -21799,7 +23620,7 @@ } }, { - "id": 20523, + "id": 21664, "properties": { "facing": "south", "half": "bottom", @@ -21808,7 +23629,7 @@ } }, { - "id": 20524, + "id": 21665, "properties": { "facing": "south", "half": "bottom", @@ -21817,7 +23638,7 @@ } }, { - "id": 20525, + "id": 21666, "properties": { "facing": "south", "half": "bottom", @@ -21826,7 +23647,7 @@ } }, { - "id": 20526, + "id": 21667, "properties": { "facing": "south", "half": "bottom", @@ -21835,7 +23656,7 @@ } }, { - "id": 20527, + "id": 21668, "properties": { "facing": "south", "half": "bottom", @@ -21844,7 +23665,7 @@ } }, { - "id": 20528, + "id": 21669, "properties": { "facing": "south", "half": "bottom", @@ -21853,7 +23674,7 @@ } }, { - "id": 20529, + "id": 21670, "properties": { "facing": "west", "half": "top", @@ -21862,7 +23683,7 @@ } }, { - "id": 20530, + "id": 21671, "properties": { "facing": "west", "half": "top", @@ -21871,7 +23692,7 @@ } }, { - "id": 20531, + "id": 21672, "properties": { "facing": "west", "half": "top", @@ -21880,7 +23701,7 @@ } }, { - "id": 20532, + "id": 21673, "properties": { "facing": "west", "half": "top", @@ -21889,7 +23710,7 @@ } }, { - "id": 20533, + "id": 21674, "properties": { "facing": "west", "half": "top", @@ -21898,7 +23719,7 @@ } }, { - "id": 20534, + "id": 21675, "properties": { "facing": "west", "half": "top", @@ -21907,7 +23728,7 @@ } }, { - "id": 20535, + "id": 21676, "properties": { "facing": "west", "half": "top", @@ -21916,7 +23737,7 @@ } }, { - "id": 20536, + "id": 21677, "properties": { "facing": "west", "half": "top", @@ -21925,7 +23746,7 @@ } }, { - "id": 20537, + "id": 21678, "properties": { "facing": "west", "half": "top", @@ -21934,7 +23755,7 @@ } }, { - "id": 20538, + "id": 21679, "properties": { "facing": "west", "half": "top", @@ -21943,7 +23764,7 @@ } }, { - "id": 20539, + "id": 21680, "properties": { "facing": "west", "half": "bottom", @@ -21952,7 +23773,7 @@ } }, { - "id": 20540, + "id": 21681, "properties": { "facing": "west", "half": "bottom", @@ -21961,7 +23782,7 @@ } }, { - "id": 20541, + "id": 21682, "properties": { "facing": "west", "half": "bottom", @@ -21970,7 +23791,7 @@ } }, { - "id": 20542, + "id": 21683, "properties": { "facing": "west", "half": "bottom", @@ -21979,7 +23800,7 @@ } }, { - "id": 20543, + "id": 21684, "properties": { "facing": "west", "half": "bottom", @@ -21988,7 +23809,7 @@ } }, { - "id": 20544, + "id": 21685, "properties": { "facing": "west", "half": "bottom", @@ -21997,7 +23818,7 @@ } }, { - "id": 20545, + "id": 21686, "properties": { "facing": "west", "half": "bottom", @@ -22006,7 +23827,7 @@ } }, { - "id": 20546, + "id": 21687, "properties": { "facing": "west", "half": "bottom", @@ -22015,7 +23836,7 @@ } }, { - "id": 20547, + "id": 21688, "properties": { "facing": "west", "half": "bottom", @@ -22024,7 +23845,7 @@ } }, { - "id": 20548, + "id": 21689, "properties": { "facing": "west", "half": "bottom", @@ -22033,7 +23854,7 @@ } }, { - "id": 20549, + "id": 21690, "properties": { "facing": "east", "half": "top", @@ -22042,7 +23863,7 @@ } }, { - "id": 20550, + "id": 21691, "properties": { "facing": "east", "half": "top", @@ -22051,7 +23872,7 @@ } }, { - "id": 20551, + "id": 21692, "properties": { "facing": "east", "half": "top", @@ -22060,7 +23881,7 @@ } }, { - "id": 20552, + "id": 21693, "properties": { "facing": "east", "half": "top", @@ -22069,7 +23890,7 @@ } }, { - "id": 20553, + "id": 21694, "properties": { "facing": "east", "half": "top", @@ -22078,7 +23899,7 @@ } }, { - "id": 20554, + "id": 21695, "properties": { "facing": "east", "half": "top", @@ -22087,7 +23908,7 @@ } }, { - "id": 20555, + "id": 21696, "properties": { "facing": "east", "half": "top", @@ -22096,7 +23917,7 @@ } }, { - "id": 20556, + "id": 21697, "properties": { "facing": "east", "half": "top", @@ -22105,7 +23926,7 @@ } }, { - "id": 20557, + "id": 21698, "properties": { "facing": "east", "half": "top", @@ -22114,7 +23935,7 @@ } }, { - "id": 20558, + "id": 21699, "properties": { "facing": "east", "half": "top", @@ -22123,7 +23944,7 @@ } }, { - "id": 20559, + "id": 21700, "properties": { "facing": "east", "half": "bottom", @@ -22132,7 +23953,7 @@ } }, { - "id": 20560, + "id": 21701, "properties": { "facing": "east", "half": "bottom", @@ -22141,7 +23962,7 @@ } }, { - "id": 20561, + "id": 21702, "properties": { "facing": "east", "half": "bottom", @@ -22150,7 +23971,7 @@ } }, { - "id": 20562, + "id": 21703, "properties": { "facing": "east", "half": "bottom", @@ -22159,7 +23980,7 @@ } }, { - "id": 20563, + "id": 21704, "properties": { "facing": "east", "half": "bottom", @@ -22168,7 +23989,7 @@ } }, { - "id": 20564, + "id": 21705, "properties": { "facing": "east", "half": "bottom", @@ -22177,7 +23998,7 @@ } }, { - "id": 20565, + "id": 21706, "properties": { "facing": "east", "half": "bottom", @@ -22186,7 +24007,7 @@ } }, { - "id": 20566, + "id": 21707, "properties": { "facing": "east", "half": "bottom", @@ -22195,7 +24016,7 @@ } }, { - "id": 20567, + "id": 21708, "properties": { "facing": "east", "half": "bottom", @@ -22204,7 +24025,7 @@ } }, { - "id": 20568, + "id": 21709, "properties": { "facing": "east", "half": "bottom", @@ -22251,7 +24072,7 @@ }, "states": [ { - "id": 20569, + "id": 21710, "properties": { "east": "none", "north": "none", @@ -22262,7 +24083,7 @@ } }, { - "id": 20570, + "id": 21711, "properties": { "east": "none", "north": "none", @@ -22273,7 +24094,7 @@ } }, { - "id": 20571, + "id": 21712, "properties": { "east": "none", "north": "none", @@ -22285,7 +24106,7 @@ }, { "default": true, - "id": 20572, + "id": 21713, "properties": { "east": "none", "north": "none", @@ -22296,7 +24117,7 @@ } }, { - "id": 20573, + "id": 21714, "properties": { "east": "none", "north": "none", @@ -22307,7 +24128,7 @@ } }, { - "id": 20574, + "id": 21715, "properties": { "east": "none", "north": "none", @@ -22318,7 +24139,7 @@ } }, { - "id": 20575, + "id": 21716, "properties": { "east": "none", "north": "none", @@ -22329,7 +24150,7 @@ } }, { - "id": 20576, + "id": 21717, "properties": { "east": "none", "north": "none", @@ -22340,7 +24161,7 @@ } }, { - "id": 20577, + "id": 21718, "properties": { "east": "none", "north": "none", @@ -22351,7 +24172,7 @@ } }, { - "id": 20578, + "id": 21719, "properties": { "east": "none", "north": "none", @@ -22362,7 +24183,7 @@ } }, { - "id": 20579, + "id": 21720, "properties": { "east": "none", "north": "none", @@ -22373,7 +24194,7 @@ } }, { - "id": 20580, + "id": 21721, "properties": { "east": "none", "north": "none", @@ -22384,7 +24205,7 @@ } }, { - "id": 20581, + "id": 21722, "properties": { "east": "none", "north": "none", @@ -22395,7 +24216,7 @@ } }, { - "id": 20582, + "id": 21723, "properties": { "east": "none", "north": "none", @@ -22406,7 +24227,7 @@ } }, { - "id": 20583, + "id": 21724, "properties": { "east": "none", "north": "none", @@ -22417,7 +24238,7 @@ } }, { - "id": 20584, + "id": 21725, "properties": { "east": "none", "north": "none", @@ -22428,7 +24249,7 @@ } }, { - "id": 20585, + "id": 21726, "properties": { "east": "none", "north": "none", @@ -22439,7 +24260,7 @@ } }, { - "id": 20586, + "id": 21727, "properties": { "east": "none", "north": "none", @@ -22450,7 +24271,7 @@ } }, { - "id": 20587, + "id": 21728, "properties": { "east": "none", "north": "none", @@ -22461,7 +24282,7 @@ } }, { - "id": 20588, + "id": 21729, "properties": { "east": "none", "north": "none", @@ -22472,7 +24293,7 @@ } }, { - "id": 20589, + "id": 21730, "properties": { "east": "none", "north": "none", @@ -22483,7 +24304,7 @@ } }, { - "id": 20590, + "id": 21731, "properties": { "east": "none", "north": "none", @@ -22494,7 +24315,7 @@ } }, { - "id": 20591, + "id": 21732, "properties": { "east": "none", "north": "none", @@ -22505,7 +24326,7 @@ } }, { - "id": 20592, + "id": 21733, "properties": { "east": "none", "north": "none", @@ -22516,7 +24337,7 @@ } }, { - "id": 20593, + "id": 21734, "properties": { "east": "none", "north": "none", @@ -22527,7 +24348,7 @@ } }, { - "id": 20594, + "id": 21735, "properties": { "east": "none", "north": "none", @@ -22538,7 +24359,7 @@ } }, { - "id": 20595, + "id": 21736, "properties": { "east": "none", "north": "none", @@ -22549,7 +24370,7 @@ } }, { - "id": 20596, + "id": 21737, "properties": { "east": "none", "north": "none", @@ -22560,7 +24381,7 @@ } }, { - "id": 20597, + "id": 21738, "properties": { "east": "none", "north": "none", @@ -22571,7 +24392,7 @@ } }, { - "id": 20598, + "id": 21739, "properties": { "east": "none", "north": "none", @@ -22582,7 +24403,7 @@ } }, { - "id": 20599, + "id": 21740, "properties": { "east": "none", "north": "none", @@ -22593,7 +24414,7 @@ } }, { - "id": 20600, + "id": 21741, "properties": { "east": "none", "north": "none", @@ -22604,7 +24425,7 @@ } }, { - "id": 20601, + "id": 21742, "properties": { "east": "none", "north": "none", @@ -22615,7 +24436,7 @@ } }, { - "id": 20602, + "id": 21743, "properties": { "east": "none", "north": "none", @@ -22626,7 +24447,7 @@ } }, { - "id": 20603, + "id": 21744, "properties": { "east": "none", "north": "none", @@ -22637,7 +24458,7 @@ } }, { - "id": 20604, + "id": 21745, "properties": { "east": "none", "north": "none", @@ -22648,7 +24469,7 @@ } }, { - "id": 20605, + "id": 21746, "properties": { "east": "none", "north": "low", @@ -22659,7 +24480,7 @@ } }, { - "id": 20606, + "id": 21747, "properties": { "east": "none", "north": "low", @@ -22670,7 +24491,7 @@ } }, { - "id": 20607, + "id": 21748, "properties": { "east": "none", "north": "low", @@ -22681,7 +24502,7 @@ } }, { - "id": 20608, + "id": 21749, "properties": { "east": "none", "north": "low", @@ -22692,7 +24513,7 @@ } }, { - "id": 20609, + "id": 21750, "properties": { "east": "none", "north": "low", @@ -22703,7 +24524,7 @@ } }, { - "id": 20610, + "id": 21751, "properties": { "east": "none", "north": "low", @@ -22714,7 +24535,7 @@ } }, { - "id": 20611, + "id": 21752, "properties": { "east": "none", "north": "low", @@ -22725,7 +24546,7 @@ } }, { - "id": 20612, + "id": 21753, "properties": { "east": "none", "north": "low", @@ -22736,7 +24557,7 @@ } }, { - "id": 20613, + "id": 21754, "properties": { "east": "none", "north": "low", @@ -22747,7 +24568,7 @@ } }, { - "id": 20614, + "id": 21755, "properties": { "east": "none", "north": "low", @@ -22758,7 +24579,7 @@ } }, { - "id": 20615, + "id": 21756, "properties": { "east": "none", "north": "low", @@ -22769,7 +24590,7 @@ } }, { - "id": 20616, + "id": 21757, "properties": { "east": "none", "north": "low", @@ -22780,7 +24601,7 @@ } }, { - "id": 20617, + "id": 21758, "properties": { "east": "none", "north": "low", @@ -22791,7 +24612,7 @@ } }, { - "id": 20618, + "id": 21759, "properties": { "east": "none", "north": "low", @@ -22802,7 +24623,7 @@ } }, { - "id": 20619, + "id": 21760, "properties": { "east": "none", "north": "low", @@ -22813,7 +24634,7 @@ } }, { - "id": 20620, + "id": 21761, "properties": { "east": "none", "north": "low", @@ -22824,7 +24645,7 @@ } }, { - "id": 20621, + "id": 21762, "properties": { "east": "none", "north": "low", @@ -22835,7 +24656,7 @@ } }, { - "id": 20622, + "id": 21763, "properties": { "east": "none", "north": "low", @@ -22846,7 +24667,7 @@ } }, { - "id": 20623, + "id": 21764, "properties": { "east": "none", "north": "low", @@ -22857,7 +24678,7 @@ } }, { - "id": 20624, + "id": 21765, "properties": { "east": "none", "north": "low", @@ -22868,7 +24689,7 @@ } }, { - "id": 20625, + "id": 21766, "properties": { "east": "none", "north": "low", @@ -22879,7 +24700,7 @@ } }, { - "id": 20626, + "id": 21767, "properties": { "east": "none", "north": "low", @@ -22890,7 +24711,7 @@ } }, { - "id": 20627, + "id": 21768, "properties": { "east": "none", "north": "low", @@ -22901,7 +24722,7 @@ } }, { - "id": 20628, + "id": 21769, "properties": { "east": "none", "north": "low", @@ -22912,7 +24733,7 @@ } }, { - "id": 20629, + "id": 21770, "properties": { "east": "none", "north": "low", @@ -22923,7 +24744,7 @@ } }, { - "id": 20630, + "id": 21771, "properties": { "east": "none", "north": "low", @@ -22934,7 +24755,7 @@ } }, { - "id": 20631, + "id": 21772, "properties": { "east": "none", "north": "low", @@ -22945,7 +24766,7 @@ } }, { - "id": 20632, + "id": 21773, "properties": { "east": "none", "north": "low", @@ -22956,7 +24777,7 @@ } }, { - "id": 20633, + "id": 21774, "properties": { "east": "none", "north": "low", @@ -22967,7 +24788,7 @@ } }, { - "id": 20634, + "id": 21775, "properties": { "east": "none", "north": "low", @@ -22978,7 +24799,7 @@ } }, { - "id": 20635, + "id": 21776, "properties": { "east": "none", "north": "low", @@ -22989,7 +24810,7 @@ } }, { - "id": 20636, + "id": 21777, "properties": { "east": "none", "north": "low", @@ -23000,7 +24821,7 @@ } }, { - "id": 20637, + "id": 21778, "properties": { "east": "none", "north": "low", @@ -23011,7 +24832,7 @@ } }, { - "id": 20638, + "id": 21779, "properties": { "east": "none", "north": "low", @@ -23022,7 +24843,7 @@ } }, { - "id": 20639, + "id": 21780, "properties": { "east": "none", "north": "low", @@ -23033,7 +24854,7 @@ } }, { - "id": 20640, + "id": 21781, "properties": { "east": "none", "north": "low", @@ -23044,7 +24865,7 @@ } }, { - "id": 20641, + "id": 21782, "properties": { "east": "none", "north": "tall", @@ -23055,7 +24876,7 @@ } }, { - "id": 20642, + "id": 21783, "properties": { "east": "none", "north": "tall", @@ -23066,7 +24887,7 @@ } }, { - "id": 20643, + "id": 21784, "properties": { "east": "none", "north": "tall", @@ -23077,7 +24898,7 @@ } }, { - "id": 20644, + "id": 21785, "properties": { "east": "none", "north": "tall", @@ -23088,7 +24909,7 @@ } }, { - "id": 20645, + "id": 21786, "properties": { "east": "none", "north": "tall", @@ -23099,7 +24920,7 @@ } }, { - "id": 20646, + "id": 21787, "properties": { "east": "none", "north": "tall", @@ -23110,7 +24931,7 @@ } }, { - "id": 20647, + "id": 21788, "properties": { "east": "none", "north": "tall", @@ -23121,7 +24942,7 @@ } }, { - "id": 20648, + "id": 21789, "properties": { "east": "none", "north": "tall", @@ -23132,7 +24953,7 @@ } }, { - "id": 20649, + "id": 21790, "properties": { "east": "none", "north": "tall", @@ -23143,7 +24964,7 @@ } }, { - "id": 20650, + "id": 21791, "properties": { "east": "none", "north": "tall", @@ -23154,7 +24975,7 @@ } }, { - "id": 20651, + "id": 21792, "properties": { "east": "none", "north": "tall", @@ -23165,7 +24986,7 @@ } }, { - "id": 20652, + "id": 21793, "properties": { "east": "none", "north": "tall", @@ -23176,7 +24997,7 @@ } }, { - "id": 20653, + "id": 21794, "properties": { "east": "none", "north": "tall", @@ -23187,7 +25008,7 @@ } }, { - "id": 20654, + "id": 21795, "properties": { "east": "none", "north": "tall", @@ -23198,7 +25019,7 @@ } }, { - "id": 20655, + "id": 21796, "properties": { "east": "none", "north": "tall", @@ -23209,7 +25030,7 @@ } }, { - "id": 20656, + "id": 21797, "properties": { "east": "none", "north": "tall", @@ -23220,7 +25041,7 @@ } }, { - "id": 20657, + "id": 21798, "properties": { "east": "none", "north": "tall", @@ -23231,7 +25052,7 @@ } }, { - "id": 20658, + "id": 21799, "properties": { "east": "none", "north": "tall", @@ -23242,7 +25063,7 @@ } }, { - "id": 20659, + "id": 21800, "properties": { "east": "none", "north": "tall", @@ -23253,7 +25074,7 @@ } }, { - "id": 20660, + "id": 21801, "properties": { "east": "none", "north": "tall", @@ -23264,7 +25085,7 @@ } }, { - "id": 20661, + "id": 21802, "properties": { "east": "none", "north": "tall", @@ -23275,7 +25096,7 @@ } }, { - "id": 20662, + "id": 21803, "properties": { "east": "none", "north": "tall", @@ -23286,7 +25107,7 @@ } }, { - "id": 20663, + "id": 21804, "properties": { "east": "none", "north": "tall", @@ -23297,7 +25118,7 @@ } }, { - "id": 20664, + "id": 21805, "properties": { "east": "none", "north": "tall", @@ -23308,7 +25129,7 @@ } }, { - "id": 20665, + "id": 21806, "properties": { "east": "none", "north": "tall", @@ -23319,7 +25140,7 @@ } }, { - "id": 20666, + "id": 21807, "properties": { "east": "none", "north": "tall", @@ -23330,7 +25151,7 @@ } }, { - "id": 20667, + "id": 21808, "properties": { "east": "none", "north": "tall", @@ -23341,7 +25162,7 @@ } }, { - "id": 20668, + "id": 21809, "properties": { "east": "none", "north": "tall", @@ -23352,7 +25173,7 @@ } }, { - "id": 20669, + "id": 21810, "properties": { "east": "none", "north": "tall", @@ -23363,7 +25184,7 @@ } }, { - "id": 20670, + "id": 21811, "properties": { "east": "none", "north": "tall", @@ -23374,7 +25195,7 @@ } }, { - "id": 20671, + "id": 21812, "properties": { "east": "none", "north": "tall", @@ -23385,7 +25206,7 @@ } }, { - "id": 20672, + "id": 21813, "properties": { "east": "none", "north": "tall", @@ -23396,7 +25217,7 @@ } }, { - "id": 20673, + "id": 21814, "properties": { "east": "none", "north": "tall", @@ -23407,7 +25228,7 @@ } }, { - "id": 20674, + "id": 21815, "properties": { "east": "none", "north": "tall", @@ -23418,7 +25239,7 @@ } }, { - "id": 20675, + "id": 21816, "properties": { "east": "none", "north": "tall", @@ -23429,7 +25250,7 @@ } }, { - "id": 20676, + "id": 21817, "properties": { "east": "none", "north": "tall", @@ -23440,7 +25261,7 @@ } }, { - "id": 20677, + "id": 21818, "properties": { "east": "low", "north": "none", @@ -23451,7 +25272,7 @@ } }, { - "id": 20678, + "id": 21819, "properties": { "east": "low", "north": "none", @@ -23462,7 +25283,7 @@ } }, { - "id": 20679, + "id": 21820, "properties": { "east": "low", "north": "none", @@ -23473,7 +25294,7 @@ } }, { - "id": 20680, + "id": 21821, "properties": { "east": "low", "north": "none", @@ -23484,7 +25305,7 @@ } }, { - "id": 20681, + "id": 21822, "properties": { "east": "low", "north": "none", @@ -23495,7 +25316,7 @@ } }, { - "id": 20682, + "id": 21823, "properties": { "east": "low", "north": "none", @@ -23506,7 +25327,7 @@ } }, { - "id": 20683, + "id": 21824, "properties": { "east": "low", "north": "none", @@ -23517,7 +25338,7 @@ } }, { - "id": 20684, + "id": 21825, "properties": { "east": "low", "north": "none", @@ -23528,7 +25349,7 @@ } }, { - "id": 20685, + "id": 21826, "properties": { "east": "low", "north": "none", @@ -23539,7 +25360,7 @@ } }, { - "id": 20686, + "id": 21827, "properties": { "east": "low", "north": "none", @@ -23550,7 +25371,7 @@ } }, { - "id": 20687, + "id": 21828, "properties": { "east": "low", "north": "none", @@ -23561,7 +25382,7 @@ } }, { - "id": 20688, + "id": 21829, "properties": { "east": "low", "north": "none", @@ -23572,7 +25393,7 @@ } }, { - "id": 20689, + "id": 21830, "properties": { "east": "low", "north": "none", @@ -23583,7 +25404,7 @@ } }, { - "id": 20690, + "id": 21831, "properties": { "east": "low", "north": "none", @@ -23594,7 +25415,7 @@ } }, { - "id": 20691, + "id": 21832, "properties": { "east": "low", "north": "none", @@ -23605,7 +25426,7 @@ } }, { - "id": 20692, + "id": 21833, "properties": { "east": "low", "north": "none", @@ -23616,7 +25437,7 @@ } }, { - "id": 20693, + "id": 21834, "properties": { "east": "low", "north": "none", @@ -23627,7 +25448,7 @@ } }, { - "id": 20694, + "id": 21835, "properties": { "east": "low", "north": "none", @@ -23638,7 +25459,7 @@ } }, { - "id": 20695, + "id": 21836, "properties": { "east": "low", "north": "none", @@ -23649,7 +25470,7 @@ } }, { - "id": 20696, + "id": 21837, "properties": { "east": "low", "north": "none", @@ -23660,7 +25481,7 @@ } }, { - "id": 20697, + "id": 21838, "properties": { "east": "low", "north": "none", @@ -23671,7 +25492,7 @@ } }, { - "id": 20698, + "id": 21839, "properties": { "east": "low", "north": "none", @@ -23682,7 +25503,7 @@ } }, { - "id": 20699, + "id": 21840, "properties": { "east": "low", "north": "none", @@ -23693,7 +25514,7 @@ } }, { - "id": 20700, + "id": 21841, "properties": { "east": "low", "north": "none", @@ -23704,7 +25525,7 @@ } }, { - "id": 20701, + "id": 21842, "properties": { "east": "low", "north": "none", @@ -23715,7 +25536,7 @@ } }, { - "id": 20702, + "id": 21843, "properties": { "east": "low", "north": "none", @@ -23726,7 +25547,7 @@ } }, { - "id": 20703, + "id": 21844, "properties": { "east": "low", "north": "none", @@ -23737,7 +25558,7 @@ } }, { - "id": 20704, + "id": 21845, "properties": { "east": "low", "north": "none", @@ -23748,7 +25569,7 @@ } }, { - "id": 20705, + "id": 21846, "properties": { "east": "low", "north": "none", @@ -23759,7 +25580,7 @@ } }, { - "id": 20706, + "id": 21847, "properties": { "east": "low", "north": "none", @@ -23770,7 +25591,7 @@ } }, { - "id": 20707, + "id": 21848, "properties": { "east": "low", "north": "none", @@ -23781,7 +25602,7 @@ } }, { - "id": 20708, + "id": 21849, "properties": { "east": "low", "north": "none", @@ -23792,7 +25613,7 @@ } }, { - "id": 20709, + "id": 21850, "properties": { "east": "low", "north": "none", @@ -23803,7 +25624,7 @@ } }, { - "id": 20710, + "id": 21851, "properties": { "east": "low", "north": "none", @@ -23814,7 +25635,7 @@ } }, { - "id": 20711, + "id": 21852, "properties": { "east": "low", "north": "none", @@ -23825,7 +25646,7 @@ } }, { - "id": 20712, + "id": 21853, "properties": { "east": "low", "north": "none", @@ -23836,7 +25657,7 @@ } }, { - "id": 20713, + "id": 21854, "properties": { "east": "low", "north": "low", @@ -23847,7 +25668,7 @@ } }, { - "id": 20714, + "id": 21855, "properties": { "east": "low", "north": "low", @@ -23858,7 +25679,7 @@ } }, { - "id": 20715, + "id": 21856, "properties": { "east": "low", "north": "low", @@ -23869,7 +25690,7 @@ } }, { - "id": 20716, + "id": 21857, "properties": { "east": "low", "north": "low", @@ -23880,7 +25701,7 @@ } }, { - "id": 20717, + "id": 21858, "properties": { "east": "low", "north": "low", @@ -23891,7 +25712,7 @@ } }, { - "id": 20718, + "id": 21859, "properties": { "east": "low", "north": "low", @@ -23902,7 +25723,7 @@ } }, { - "id": 20719, + "id": 21860, "properties": { "east": "low", "north": "low", @@ -23913,7 +25734,7 @@ } }, { - "id": 20720, + "id": 21861, "properties": { "east": "low", "north": "low", @@ -23924,7 +25745,7 @@ } }, { - "id": 20721, + "id": 21862, "properties": { "east": "low", "north": "low", @@ -23935,7 +25756,7 @@ } }, { - "id": 20722, + "id": 21863, "properties": { "east": "low", "north": "low", @@ -23946,7 +25767,7 @@ } }, { - "id": 20723, + "id": 21864, "properties": { "east": "low", "north": "low", @@ -23957,7 +25778,7 @@ } }, { - "id": 20724, + "id": 21865, "properties": { "east": "low", "north": "low", @@ -23968,7 +25789,7 @@ } }, { - "id": 20725, + "id": 21866, "properties": { "east": "low", "north": "low", @@ -23979,7 +25800,7 @@ } }, { - "id": 20726, + "id": 21867, "properties": { "east": "low", "north": "low", @@ -23990,7 +25811,7 @@ } }, { - "id": 20727, + "id": 21868, "properties": { "east": "low", "north": "low", @@ -24001,7 +25822,7 @@ } }, { - "id": 20728, + "id": 21869, "properties": { "east": "low", "north": "low", @@ -24012,7 +25833,7 @@ } }, { - "id": 20729, + "id": 21870, "properties": { "east": "low", "north": "low", @@ -24023,7 +25844,7 @@ } }, { - "id": 20730, + "id": 21871, "properties": { "east": "low", "north": "low", @@ -24034,7 +25855,7 @@ } }, { - "id": 20731, + "id": 21872, "properties": { "east": "low", "north": "low", @@ -24045,7 +25866,7 @@ } }, { - "id": 20732, + "id": 21873, "properties": { "east": "low", "north": "low", @@ -24056,7 +25877,7 @@ } }, { - "id": 20733, + "id": 21874, "properties": { "east": "low", "north": "low", @@ -24067,7 +25888,7 @@ } }, { - "id": 20734, + "id": 21875, "properties": { "east": "low", "north": "low", @@ -24078,7 +25899,7 @@ } }, { - "id": 20735, + "id": 21876, "properties": { "east": "low", "north": "low", @@ -24089,7 +25910,7 @@ } }, { - "id": 20736, + "id": 21877, "properties": { "east": "low", "north": "low", @@ -24100,7 +25921,7 @@ } }, { - "id": 20737, + "id": 21878, "properties": { "east": "low", "north": "low", @@ -24111,7 +25932,7 @@ } }, { - "id": 20738, + "id": 21879, "properties": { "east": "low", "north": "low", @@ -24122,7 +25943,7 @@ } }, { - "id": 20739, + "id": 21880, "properties": { "east": "low", "north": "low", @@ -24133,7 +25954,7 @@ } }, { - "id": 20740, + "id": 21881, "properties": { "east": "low", "north": "low", @@ -24144,7 +25965,7 @@ } }, { - "id": 20741, + "id": 21882, "properties": { "east": "low", "north": "low", @@ -24155,7 +25976,7 @@ } }, { - "id": 20742, + "id": 21883, "properties": { "east": "low", "north": "low", @@ -24166,7 +25987,7 @@ } }, { - "id": 20743, + "id": 21884, "properties": { "east": "low", "north": "low", @@ -24177,7 +25998,7 @@ } }, { - "id": 20744, + "id": 21885, "properties": { "east": "low", "north": "low", @@ -24188,7 +26009,7 @@ } }, { - "id": 20745, + "id": 21886, "properties": { "east": "low", "north": "low", @@ -24199,7 +26020,7 @@ } }, { - "id": 20746, + "id": 21887, "properties": { "east": "low", "north": "low", @@ -24210,7 +26031,7 @@ } }, { - "id": 20747, + "id": 21888, "properties": { "east": "low", "north": "low", @@ -24221,7 +26042,7 @@ } }, { - "id": 20748, + "id": 21889, "properties": { "east": "low", "north": "low", @@ -24232,7 +26053,7 @@ } }, { - "id": 20749, + "id": 21890, "properties": { "east": "low", "north": "tall", @@ -24243,7 +26064,7 @@ } }, { - "id": 20750, + "id": 21891, "properties": { "east": "low", "north": "tall", @@ -24254,7 +26075,7 @@ } }, { - "id": 20751, + "id": 21892, "properties": { "east": "low", "north": "tall", @@ -24265,7 +26086,7 @@ } }, { - "id": 20752, + "id": 21893, "properties": { "east": "low", "north": "tall", @@ -24276,7 +26097,7 @@ } }, { - "id": 20753, + "id": 21894, "properties": { "east": "low", "north": "tall", @@ -24287,7 +26108,7 @@ } }, { - "id": 20754, + "id": 21895, "properties": { "east": "low", "north": "tall", @@ -24298,7 +26119,7 @@ } }, { - "id": 20755, + "id": 21896, "properties": { "east": "low", "north": "tall", @@ -24309,7 +26130,7 @@ } }, { - "id": 20756, + "id": 21897, "properties": { "east": "low", "north": "tall", @@ -24320,7 +26141,7 @@ } }, { - "id": 20757, + "id": 21898, "properties": { "east": "low", "north": "tall", @@ -24331,7 +26152,7 @@ } }, { - "id": 20758, + "id": 21899, "properties": { "east": "low", "north": "tall", @@ -24342,7 +26163,7 @@ } }, { - "id": 20759, + "id": 21900, "properties": { "east": "low", "north": "tall", @@ -24353,7 +26174,7 @@ } }, { - "id": 20760, + "id": 21901, "properties": { "east": "low", "north": "tall", @@ -24364,7 +26185,7 @@ } }, { - "id": 20761, + "id": 21902, "properties": { "east": "low", "north": "tall", @@ -24375,7 +26196,7 @@ } }, { - "id": 20762, + "id": 21903, "properties": { "east": "low", "north": "tall", @@ -24386,7 +26207,7 @@ } }, { - "id": 20763, + "id": 21904, "properties": { "east": "low", "north": "tall", @@ -24397,7 +26218,7 @@ } }, { - "id": 20764, + "id": 21905, "properties": { "east": "low", "north": "tall", @@ -24408,7 +26229,7 @@ } }, { - "id": 20765, + "id": 21906, "properties": { "east": "low", "north": "tall", @@ -24419,7 +26240,7 @@ } }, { - "id": 20766, + "id": 21907, "properties": { "east": "low", "north": "tall", @@ -24430,7 +26251,7 @@ } }, { - "id": 20767, + "id": 21908, "properties": { "east": "low", "north": "tall", @@ -24441,7 +26262,7 @@ } }, { - "id": 20768, + "id": 21909, "properties": { "east": "low", "north": "tall", @@ -24452,7 +26273,7 @@ } }, { - "id": 20769, + "id": 21910, "properties": { "east": "low", "north": "tall", @@ -24463,7 +26284,7 @@ } }, { - "id": 20770, + "id": 21911, "properties": { "east": "low", "north": "tall", @@ -24474,7 +26295,7 @@ } }, { - "id": 20771, + "id": 21912, "properties": { "east": "low", "north": "tall", @@ -24485,7 +26306,7 @@ } }, { - "id": 20772, + "id": 21913, "properties": { "east": "low", "north": "tall", @@ -24496,7 +26317,7 @@ } }, { - "id": 20773, + "id": 21914, "properties": { "east": "low", "north": "tall", @@ -24507,7 +26328,7 @@ } }, { - "id": 20774, + "id": 21915, "properties": { "east": "low", "north": "tall", @@ -24518,7 +26339,7 @@ } }, { - "id": 20775, + "id": 21916, "properties": { "east": "low", "north": "tall", @@ -24529,7 +26350,7 @@ } }, { - "id": 20776, + "id": 21917, "properties": { "east": "low", "north": "tall", @@ -24540,7 +26361,7 @@ } }, { - "id": 20777, + "id": 21918, "properties": { "east": "low", "north": "tall", @@ -24551,7 +26372,7 @@ } }, { - "id": 20778, + "id": 21919, "properties": { "east": "low", "north": "tall", @@ -24562,7 +26383,7 @@ } }, { - "id": 20779, + "id": 21920, "properties": { "east": "low", "north": "tall", @@ -24573,7 +26394,7 @@ } }, { - "id": 20780, + "id": 21921, "properties": { "east": "low", "north": "tall", @@ -24584,7 +26405,7 @@ } }, { - "id": 20781, + "id": 21922, "properties": { "east": "low", "north": "tall", @@ -24595,7 +26416,7 @@ } }, { - "id": 20782, + "id": 21923, "properties": { "east": "low", "north": "tall", @@ -24606,7 +26427,7 @@ } }, { - "id": 20783, + "id": 21924, "properties": { "east": "low", "north": "tall", @@ -24617,7 +26438,7 @@ } }, { - "id": 20784, + "id": 21925, "properties": { "east": "low", "north": "tall", @@ -24628,7 +26449,7 @@ } }, { - "id": 20785, + "id": 21926, "properties": { "east": "tall", "north": "none", @@ -24639,7 +26460,7 @@ } }, { - "id": 20786, + "id": 21927, "properties": { "east": "tall", "north": "none", @@ -24650,7 +26471,7 @@ } }, { - "id": 20787, + "id": 21928, "properties": { "east": "tall", "north": "none", @@ -24661,7 +26482,7 @@ } }, { - "id": 20788, + "id": 21929, "properties": { "east": "tall", "north": "none", @@ -24672,7 +26493,7 @@ } }, { - "id": 20789, + "id": 21930, "properties": { "east": "tall", "north": "none", @@ -24683,7 +26504,7 @@ } }, { - "id": 20790, + "id": 21931, "properties": { "east": "tall", "north": "none", @@ -24694,7 +26515,7 @@ } }, { - "id": 20791, + "id": 21932, "properties": { "east": "tall", "north": "none", @@ -24705,7 +26526,7 @@ } }, { - "id": 20792, + "id": 21933, "properties": { "east": "tall", "north": "none", @@ -24716,7 +26537,7 @@ } }, { - "id": 20793, + "id": 21934, "properties": { "east": "tall", "north": "none", @@ -24727,7 +26548,7 @@ } }, { - "id": 20794, + "id": 21935, "properties": { "east": "tall", "north": "none", @@ -24738,7 +26559,7 @@ } }, { - "id": 20795, + "id": 21936, "properties": { "east": "tall", "north": "none", @@ -24749,7 +26570,7 @@ } }, { - "id": 20796, + "id": 21937, "properties": { "east": "tall", "north": "none", @@ -24760,7 +26581,7 @@ } }, { - "id": 20797, + "id": 21938, "properties": { "east": "tall", "north": "none", @@ -24771,7 +26592,7 @@ } }, { - "id": 20798, + "id": 21939, "properties": { "east": "tall", "north": "none", @@ -24782,7 +26603,7 @@ } }, { - "id": 20799, + "id": 21940, "properties": { "east": "tall", "north": "none", @@ -24793,7 +26614,7 @@ } }, { - "id": 20800, + "id": 21941, "properties": { "east": "tall", "north": "none", @@ -24804,7 +26625,7 @@ } }, { - "id": 20801, + "id": 21942, "properties": { "east": "tall", "north": "none", @@ -24815,7 +26636,7 @@ } }, { - "id": 20802, + "id": 21943, "properties": { "east": "tall", "north": "none", @@ -24826,7 +26647,7 @@ } }, { - "id": 20803, + "id": 21944, "properties": { "east": "tall", "north": "none", @@ -24837,7 +26658,7 @@ } }, { - "id": 20804, + "id": 21945, "properties": { "east": "tall", "north": "none", @@ -24848,7 +26669,7 @@ } }, { - "id": 20805, + "id": 21946, "properties": { "east": "tall", "north": "none", @@ -24859,7 +26680,7 @@ } }, { - "id": 20806, + "id": 21947, "properties": { "east": "tall", "north": "none", @@ -24870,7 +26691,7 @@ } }, { - "id": 20807, + "id": 21948, "properties": { "east": "tall", "north": "none", @@ -24881,7 +26702,7 @@ } }, { - "id": 20808, + "id": 21949, "properties": { "east": "tall", "north": "none", @@ -24892,7 +26713,7 @@ } }, { - "id": 20809, + "id": 21950, "properties": { "east": "tall", "north": "none", @@ -24903,7 +26724,7 @@ } }, { - "id": 20810, + "id": 21951, "properties": { "east": "tall", "north": "none", @@ -24914,7 +26735,7 @@ } }, { - "id": 20811, + "id": 21952, "properties": { "east": "tall", "north": "none", @@ -24925,7 +26746,7 @@ } }, { - "id": 20812, + "id": 21953, "properties": { "east": "tall", "north": "none", @@ -24936,7 +26757,7 @@ } }, { - "id": 20813, + "id": 21954, "properties": { "east": "tall", "north": "none", @@ -24947,7 +26768,7 @@ } }, { - "id": 20814, + "id": 21955, "properties": { "east": "tall", "north": "none", @@ -24958,7 +26779,7 @@ } }, { - "id": 20815, + "id": 21956, "properties": { "east": "tall", "north": "none", @@ -24969,7 +26790,7 @@ } }, { - "id": 20816, + "id": 21957, "properties": { "east": "tall", "north": "none", @@ -24980,7 +26801,7 @@ } }, { - "id": 20817, + "id": 21958, "properties": { "east": "tall", "north": "none", @@ -24991,7 +26812,7 @@ } }, { - "id": 20818, + "id": 21959, "properties": { "east": "tall", "north": "none", @@ -25002,7 +26823,7 @@ } }, { - "id": 20819, + "id": 21960, "properties": { "east": "tall", "north": "none", @@ -25013,7 +26834,7 @@ } }, { - "id": 20820, + "id": 21961, "properties": { "east": "tall", "north": "none", @@ -25024,7 +26845,7 @@ } }, { - "id": 20821, + "id": 21962, "properties": { "east": "tall", "north": "low", @@ -25035,7 +26856,7 @@ } }, { - "id": 20822, + "id": 21963, "properties": { "east": "tall", "north": "low", @@ -25046,7 +26867,7 @@ } }, { - "id": 20823, + "id": 21964, "properties": { "east": "tall", "north": "low", @@ -25057,7 +26878,7 @@ } }, { - "id": 20824, + "id": 21965, "properties": { "east": "tall", "north": "low", @@ -25068,7 +26889,7 @@ } }, { - "id": 20825, + "id": 21966, "properties": { "east": "tall", "north": "low", @@ -25079,7 +26900,7 @@ } }, { - "id": 20826, + "id": 21967, "properties": { "east": "tall", "north": "low", @@ -25090,7 +26911,7 @@ } }, { - "id": 20827, + "id": 21968, "properties": { "east": "tall", "north": "low", @@ -25101,7 +26922,7 @@ } }, { - "id": 20828, + "id": 21969, "properties": { "east": "tall", "north": "low", @@ -25112,7 +26933,7 @@ } }, { - "id": 20829, + "id": 21970, "properties": { "east": "tall", "north": "low", @@ -25123,7 +26944,7 @@ } }, { - "id": 20830, + "id": 21971, "properties": { "east": "tall", "north": "low", @@ -25134,7 +26955,7 @@ } }, { - "id": 20831, + "id": 21972, "properties": { "east": "tall", "north": "low", @@ -25145,7 +26966,7 @@ } }, { - "id": 20832, + "id": 21973, "properties": { "east": "tall", "north": "low", @@ -25156,7 +26977,7 @@ } }, { - "id": 20833, + "id": 21974, "properties": { "east": "tall", "north": "low", @@ -25167,7 +26988,7 @@ } }, { - "id": 20834, + "id": 21975, "properties": { "east": "tall", "north": "low", @@ -25178,7 +26999,7 @@ } }, { - "id": 20835, + "id": 21976, "properties": { "east": "tall", "north": "low", @@ -25189,7 +27010,7 @@ } }, { - "id": 20836, + "id": 21977, "properties": { "east": "tall", "north": "low", @@ -25200,7 +27021,7 @@ } }, { - "id": 20837, + "id": 21978, "properties": { "east": "tall", "north": "low", @@ -25211,7 +27032,7 @@ } }, { - "id": 20838, + "id": 21979, "properties": { "east": "tall", "north": "low", @@ -25222,7 +27043,7 @@ } }, { - "id": 20839, + "id": 21980, "properties": { "east": "tall", "north": "low", @@ -25233,7 +27054,7 @@ } }, { - "id": 20840, + "id": 21981, "properties": { "east": "tall", "north": "low", @@ -25244,7 +27065,7 @@ } }, { - "id": 20841, + "id": 21982, "properties": { "east": "tall", "north": "low", @@ -25255,7 +27076,7 @@ } }, { - "id": 20842, + "id": 21983, "properties": { "east": "tall", "north": "low", @@ -25266,7 +27087,7 @@ } }, { - "id": 20843, + "id": 21984, "properties": { "east": "tall", "north": "low", @@ -25277,7 +27098,7 @@ } }, { - "id": 20844, + "id": 21985, "properties": { "east": "tall", "north": "low", @@ -25288,7 +27109,7 @@ } }, { - "id": 20845, + "id": 21986, "properties": { "east": "tall", "north": "low", @@ -25299,7 +27120,7 @@ } }, { - "id": 20846, + "id": 21987, "properties": { "east": "tall", "north": "low", @@ -25310,7 +27131,7 @@ } }, { - "id": 20847, + "id": 21988, "properties": { "east": "tall", "north": "low", @@ -25321,7 +27142,7 @@ } }, { - "id": 20848, + "id": 21989, "properties": { "east": "tall", "north": "low", @@ -25332,7 +27153,7 @@ } }, { - "id": 20849, + "id": 21990, "properties": { "east": "tall", "north": "low", @@ -25343,7 +27164,7 @@ } }, { - "id": 20850, + "id": 21991, "properties": { "east": "tall", "north": "low", @@ -25354,7 +27175,7 @@ } }, { - "id": 20851, + "id": 21992, "properties": { "east": "tall", "north": "low", @@ -25365,7 +27186,7 @@ } }, { - "id": 20852, + "id": 21993, "properties": { "east": "tall", "north": "low", @@ -25376,7 +27197,7 @@ } }, { - "id": 20853, + "id": 21994, "properties": { "east": "tall", "north": "low", @@ -25387,7 +27208,7 @@ } }, { - "id": 20854, + "id": 21995, "properties": { "east": "tall", "north": "low", @@ -25398,7 +27219,7 @@ } }, { - "id": 20855, + "id": 21996, "properties": { "east": "tall", "north": "low", @@ -25409,7 +27230,7 @@ } }, { - "id": 20856, + "id": 21997, "properties": { "east": "tall", "north": "low", @@ -25420,7 +27241,7 @@ } }, { - "id": 20857, + "id": 21998, "properties": { "east": "tall", "north": "tall", @@ -25431,7 +27252,7 @@ } }, { - "id": 20858, + "id": 21999, "properties": { "east": "tall", "north": "tall", @@ -25442,7 +27263,7 @@ } }, { - "id": 20859, + "id": 22000, "properties": { "east": "tall", "north": "tall", @@ -25453,7 +27274,7 @@ } }, { - "id": 20860, + "id": 22001, "properties": { "east": "tall", "north": "tall", @@ -25464,7 +27285,7 @@ } }, { - "id": 20861, + "id": 22002, "properties": { "east": "tall", "north": "tall", @@ -25475,7 +27296,7 @@ } }, { - "id": 20862, + "id": 22003, "properties": { "east": "tall", "north": "tall", @@ -25486,7 +27307,7 @@ } }, { - "id": 20863, + "id": 22004, "properties": { "east": "tall", "north": "tall", @@ -25497,7 +27318,7 @@ } }, { - "id": 20864, + "id": 22005, "properties": { "east": "tall", "north": "tall", @@ -25508,7 +27329,7 @@ } }, { - "id": 20865, + "id": 22006, "properties": { "east": "tall", "north": "tall", @@ -25519,7 +27340,7 @@ } }, { - "id": 20866, + "id": 22007, "properties": { "east": "tall", "north": "tall", @@ -25530,7 +27351,7 @@ } }, { - "id": 20867, + "id": 22008, "properties": { "east": "tall", "north": "tall", @@ -25541,7 +27362,7 @@ } }, { - "id": 20868, + "id": 22009, "properties": { "east": "tall", "north": "tall", @@ -25552,7 +27373,7 @@ } }, { - "id": 20869, + "id": 22010, "properties": { "east": "tall", "north": "tall", @@ -25563,7 +27384,7 @@ } }, { - "id": 20870, + "id": 22011, "properties": { "east": "tall", "north": "tall", @@ -25574,7 +27395,7 @@ } }, { - "id": 20871, + "id": 22012, "properties": { "east": "tall", "north": "tall", @@ -25585,7 +27406,7 @@ } }, { - "id": 20872, + "id": 22013, "properties": { "east": "tall", "north": "tall", @@ -25596,7 +27417,7 @@ } }, { - "id": 20873, + "id": 22014, "properties": { "east": "tall", "north": "tall", @@ -25607,7 +27428,7 @@ } }, { - "id": 20874, + "id": 22015, "properties": { "east": "tall", "north": "tall", @@ -25618,7 +27439,7 @@ } }, { - "id": 20875, + "id": 22016, "properties": { "east": "tall", "north": "tall", @@ -25629,7 +27450,7 @@ } }, { - "id": 20876, + "id": 22017, "properties": { "east": "tall", "north": "tall", @@ -25640,7 +27461,7 @@ } }, { - "id": 20877, + "id": 22018, "properties": { "east": "tall", "north": "tall", @@ -25651,7 +27472,7 @@ } }, { - "id": 20878, + "id": 22019, "properties": { "east": "tall", "north": "tall", @@ -25662,7 +27483,7 @@ } }, { - "id": 20879, + "id": 22020, "properties": { "east": "tall", "north": "tall", @@ -25673,7 +27494,7 @@ } }, { - "id": 20880, + "id": 22021, "properties": { "east": "tall", "north": "tall", @@ -25684,7 +27505,7 @@ } }, { - "id": 20881, + "id": 22022, "properties": { "east": "tall", "north": "tall", @@ -25695,7 +27516,7 @@ } }, { - "id": 20882, + "id": 22023, "properties": { "east": "tall", "north": "tall", @@ -25706,7 +27527,7 @@ } }, { - "id": 20883, + "id": 22024, "properties": { "east": "tall", "north": "tall", @@ -25717,7 +27538,7 @@ } }, { - "id": 20884, + "id": 22025, "properties": { "east": "tall", "north": "tall", @@ -25728,7 +27549,7 @@ } }, { - "id": 20885, + "id": 22026, "properties": { "east": "tall", "north": "tall", @@ -25739,7 +27560,7 @@ } }, { - "id": 20886, + "id": 22027, "properties": { "east": "tall", "north": "tall", @@ -25750,7 +27571,7 @@ } }, { - "id": 20887, + "id": 22028, "properties": { "east": "tall", "north": "tall", @@ -25761,7 +27582,7 @@ } }, { - "id": 20888, + "id": 22029, "properties": { "east": "tall", "north": "tall", @@ -25772,7 +27593,7 @@ } }, { - "id": 20889, + "id": 22030, "properties": { "east": "tall", "north": "tall", @@ -25783,7 +27604,7 @@ } }, { - "id": 20890, + "id": 22031, "properties": { "east": "tall", "north": "tall", @@ -25794,7 +27615,7 @@ } }, { - "id": 20891, + "id": 22032, "properties": { "east": "tall", "north": "tall", @@ -25805,7 +27626,7 @@ } }, { - "id": 20892, + "id": 22033, "properties": { "east": "tall", "north": "tall", @@ -25836,7 +27657,7 @@ }, "states": [ { - "id": 19451, + "id": 20560, "properties": { "facing": "north", "lit": "true" @@ -25844,49 +27665,49 @@ }, { "default": true, - "id": 19452, + "id": 20561, "properties": { "facing": "north", "lit": "false" } }, { - "id": 19453, + "id": 20562, "properties": { "facing": "south", "lit": "true" } }, { - "id": 19454, + "id": 20563, "properties": { "facing": "south", "lit": "false" } }, { - "id": 19455, + "id": 20564, "properties": { "facing": "west", "lit": "true" } }, { - "id": 19456, + "id": 20565, "properties": { "facing": "west", "lit": "false" } }, { - "id": 19457, + "id": 20566, "properties": { "facing": "east", "lit": "true" } }, { - "id": 19458, + "id": 20567, "properties": { "facing": "east", "lit": "false" @@ -25923,97 +27744,97 @@ "states": [ { "default": true, - "id": 11824, + "id": 12901, "properties": { "rotation": "0" } }, { - "id": 11825, + "id": 12902, "properties": { "rotation": "1" } }, { - "id": 11826, + "id": 12903, "properties": { "rotation": "2" } }, { - "id": 11827, + "id": 12904, "properties": { "rotation": "3" } }, { - "id": 11828, + "id": 12905, "properties": { "rotation": "4" } }, { - "id": 11829, + "id": 12906, "properties": { "rotation": "5" } }, { - "id": 11830, + "id": 12907, "properties": { "rotation": "6" } }, { - "id": 11831, + "id": 12908, "properties": { "rotation": "7" } }, { - "id": 11832, + "id": 12909, "properties": { "rotation": "8" } }, { - "id": 11833, + "id": 12910, "properties": { "rotation": "9" } }, { - "id": 11834, + "id": 12911, "properties": { "rotation": "10" } }, { - "id": 11835, + "id": 12912, "properties": { "rotation": "11" } }, { - "id": 11836, + "id": 12913, "properties": { "rotation": "12" } }, { - "id": 11837, + "id": 12914, "properties": { "rotation": "13" } }, { - "id": 11838, + "id": 12915, "properties": { "rotation": "14" } }, { - "id": 11839, + "id": 12916, "properties": { "rotation": "15" } @@ -26197,7 +28018,7 @@ }, "states": [ { - "id": 21945, + "id": 23086, "properties": { "candles": "1", "lit": "true", @@ -26205,7 +28026,7 @@ } }, { - "id": 21946, + "id": 23087, "properties": { "candles": "1", "lit": "true", @@ -26213,7 +28034,7 @@ } }, { - "id": 21947, + "id": 23088, "properties": { "candles": "1", "lit": "false", @@ -26222,7 +28043,7 @@ }, { "default": true, - "id": 21948, + "id": 23089, "properties": { "candles": "1", "lit": "false", @@ -26230,7 +28051,7 @@ } }, { - "id": 21949, + "id": 23090, "properties": { "candles": "2", "lit": "true", @@ -26238,7 +28059,7 @@ } }, { - "id": 21950, + "id": 23091, "properties": { "candles": "2", "lit": "true", @@ -26246,7 +28067,7 @@ } }, { - "id": 21951, + "id": 23092, "properties": { "candles": "2", "lit": "false", @@ -26254,7 +28075,7 @@ } }, { - "id": 21952, + "id": 23093, "properties": { "candles": "2", "lit": "false", @@ -26262,7 +28083,7 @@ } }, { - "id": 21953, + "id": 23094, "properties": { "candles": "3", "lit": "true", @@ -26270,7 +28091,7 @@ } }, { - "id": 21954, + "id": 23095, "properties": { "candles": "3", "lit": "true", @@ -26278,7 +28099,7 @@ } }, { - "id": 21955, + "id": 23096, "properties": { "candles": "3", "lit": "false", @@ -26286,7 +28107,7 @@ } }, { - "id": 21956, + "id": 23097, "properties": { "candles": "3", "lit": "false", @@ -26294,7 +28115,7 @@ } }, { - "id": 21957, + "id": 23098, "properties": { "candles": "4", "lit": "true", @@ -26302,7 +28123,7 @@ } }, { - "id": 21958, + "id": 23099, "properties": { "candles": "4", "lit": "true", @@ -26310,7 +28131,7 @@ } }, { - "id": 21959, + "id": 23100, "properties": { "candles": "4", "lit": "false", @@ -26318,7 +28139,7 @@ } }, { - "id": 21960, + "id": 23101, "properties": { "candles": "4", "lit": "false", @@ -26341,14 +28162,14 @@ }, "states": [ { - "id": 22049, + "id": 23190, "properties": { "lit": "true" } }, { "default": true, - "id": 22050, + "id": 23191, "properties": { "lit": "false" } @@ -26364,7 +28185,7 @@ "states": [ { "default": true, - "id": 11628 + "id": 12705 } ] }, @@ -26376,7 +28197,7 @@ "states": [ { "default": true, - "id": 13762 + "id": 14839 } ] }, @@ -26389,7 +28210,7 @@ "states": [ { "default": true, - "id": 13778 + "id": 14855 } ] }, @@ -26409,25 +28230,25 @@ "states": [ { "default": true, - "id": 13731, + "id": 14808, "properties": { "facing": "north" } }, { - "id": 13732, + "id": 14809, "properties": { "facing": "south" } }, { - "id": 13733, + "id": 14810, "properties": { "facing": "west" } }, { - "id": 13734, + "id": 14811, "properties": { "facing": "east" } @@ -26442,7 +28263,7 @@ "states": [ { "default": true, - "id": 13964 + "id": 15073 } ] }, @@ -26482,38 +28303,38 @@ }, "states": [ { - "id": 13657, + "id": 14734, "properties": { "facing": "north" } }, { - "id": 13658, + "id": 14735, "properties": { "facing": "east" } }, { - "id": 13659, + "id": 14736, "properties": { "facing": "south" } }, { - "id": 13660, + "id": 14737, "properties": { "facing": "west" } }, { "default": true, - "id": 13661, + "id": 14738, "properties": { "facing": "up" } }, { - "id": 13662, + "id": 14739, "properties": { "facing": "down" } @@ -26529,7 +28350,7 @@ "states": [ { "default": true, - "id": 6135 + "id": 6908 } ] }, @@ -26563,7 +28384,7 @@ }, "states": [ { - "id": 10533, + "id": 11610, "properties": { "east": "true", "north": "true", @@ -26573,7 +28394,7 @@ } }, { - "id": 10534, + "id": 11611, "properties": { "east": "true", "north": "true", @@ -26583,7 +28404,7 @@ } }, { - "id": 10535, + "id": 11612, "properties": { "east": "true", "north": "true", @@ -26593,7 +28414,7 @@ } }, { - "id": 10536, + "id": 11613, "properties": { "east": "true", "north": "true", @@ -26603,7 +28424,7 @@ } }, { - "id": 10537, + "id": 11614, "properties": { "east": "true", "north": "true", @@ -26613,7 +28434,7 @@ } }, { - "id": 10538, + "id": 11615, "properties": { "east": "true", "north": "true", @@ -26623,7 +28444,7 @@ } }, { - "id": 10539, + "id": 11616, "properties": { "east": "true", "north": "true", @@ -26633,7 +28454,7 @@ } }, { - "id": 10540, + "id": 11617, "properties": { "east": "true", "north": "true", @@ -26643,7 +28464,7 @@ } }, { - "id": 10541, + "id": 11618, "properties": { "east": "true", "north": "false", @@ -26653,7 +28474,7 @@ } }, { - "id": 10542, + "id": 11619, "properties": { "east": "true", "north": "false", @@ -26663,7 +28484,7 @@ } }, { - "id": 10543, + "id": 11620, "properties": { "east": "true", "north": "false", @@ -26673,7 +28494,7 @@ } }, { - "id": 10544, + "id": 11621, "properties": { "east": "true", "north": "false", @@ -26683,7 +28504,7 @@ } }, { - "id": 10545, + "id": 11622, "properties": { "east": "true", "north": "false", @@ -26693,7 +28514,7 @@ } }, { - "id": 10546, + "id": 11623, "properties": { "east": "true", "north": "false", @@ -26703,7 +28524,7 @@ } }, { - "id": 10547, + "id": 11624, "properties": { "east": "true", "north": "false", @@ -26713,7 +28534,7 @@ } }, { - "id": 10548, + "id": 11625, "properties": { "east": "true", "north": "false", @@ -26723,7 +28544,7 @@ } }, { - "id": 10549, + "id": 11626, "properties": { "east": "false", "north": "true", @@ -26733,7 +28554,7 @@ } }, { - "id": 10550, + "id": 11627, "properties": { "east": "false", "north": "true", @@ -26743,7 +28564,7 @@ } }, { - "id": 10551, + "id": 11628, "properties": { "east": "false", "north": "true", @@ -26753,7 +28574,7 @@ } }, { - "id": 10552, + "id": 11629, "properties": { "east": "false", "north": "true", @@ -26763,7 +28584,7 @@ } }, { - "id": 10553, + "id": 11630, "properties": { "east": "false", "north": "true", @@ -26773,7 +28594,7 @@ } }, { - "id": 10554, + "id": 11631, "properties": { "east": "false", "north": "true", @@ -26783,7 +28604,7 @@ } }, { - "id": 10555, + "id": 11632, "properties": { "east": "false", "north": "true", @@ -26793,7 +28614,7 @@ } }, { - "id": 10556, + "id": 11633, "properties": { "east": "false", "north": "true", @@ -26803,7 +28624,7 @@ } }, { - "id": 10557, + "id": 11634, "properties": { "east": "false", "north": "false", @@ -26813,7 +28634,7 @@ } }, { - "id": 10558, + "id": 11635, "properties": { "east": "false", "north": "false", @@ -26823,7 +28644,7 @@ } }, { - "id": 10559, + "id": 11636, "properties": { "east": "false", "north": "false", @@ -26833,7 +28654,7 @@ } }, { - "id": 10560, + "id": 11637, "properties": { "east": "false", "north": "false", @@ -26843,7 +28664,7 @@ } }, { - "id": 10561, + "id": 11638, "properties": { "east": "false", "north": "false", @@ -26853,7 +28674,7 @@ } }, { - "id": 10562, + "id": 11639, "properties": { "east": "false", "north": "false", @@ -26863,7 +28684,7 @@ } }, { - "id": 10563, + "id": 11640, "properties": { "east": "false", "north": "false", @@ -26874,7 +28695,7 @@ }, { "default": true, - "id": 10564, + "id": 11641, "properties": { "east": "false", "north": "false", @@ -26887,13 +28708,13 @@ }, "minecraft:blue_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10176 + "id": 11253 } ] }, @@ -26914,25 +28735,25 @@ "states": [ { "default": true, - "id": 11948, + "id": 13025, "properties": { "facing": "north" } }, { - "id": 11949, + "id": 13026, "properties": { "facing": "south" } }, { - "id": 11950, + "id": 13027, "properties": { "facing": "west" } }, { - "id": 11951, + "id": 13028, "properties": { "facing": "east" } @@ -26965,20 +28786,20 @@ }, "states": [ { - "id": 13569, + "id": 14646, "properties": { "axis": "x" } }, { "default": true, - "id": 13570, + "id": 14647, "properties": { "axis": "y" } }, { - "id": 13571, + "id": 14648, "properties": { "axis": "z" } @@ -27012,13 +28833,13 @@ "states": [ { "default": true, - "id": 13848, + "id": 14957, "properties": { "waterlogged": "true" } }, { - "id": 13849, + "id": 14958, "properties": { "waterlogged": "false" } @@ -27034,7 +28855,7 @@ "states": [ { "default": true, - "id": 13832 + "id": 14941 } ] }, @@ -27053,13 +28874,13 @@ "states": [ { "default": true, - "id": 13868, + "id": 14977, "properties": { "waterlogged": "true" } }, { - "id": 13869, + "id": 14978, "properties": { "waterlogged": "false" } @@ -27087,56 +28908,56 @@ "states": [ { "default": true, - "id": 13924, + "id": 15033, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13925, + "id": 15034, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13926, + "id": 15035, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13927, + "id": 15036, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13928, + "id": 15037, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13929, + "id": 15038, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13930, + "id": 15039, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13931, + "id": 15040, "properties": { "facing": "east", "waterlogged": "false" @@ -27165,7 +28986,7 @@ }, "states": [ { - "id": 8174, + "id": 9251, "properties": { "has_bottle_0": "true", "has_bottle_1": "true", @@ -27173,7 +28994,7 @@ } }, { - "id": 8175, + "id": 9252, "properties": { "has_bottle_0": "true", "has_bottle_1": "true", @@ -27181,7 +29002,7 @@ } }, { - "id": 8176, + "id": 9253, "properties": { "has_bottle_0": "true", "has_bottle_1": "false", @@ -27189,7 +29010,7 @@ } }, { - "id": 8177, + "id": 9254, "properties": { "has_bottle_0": "true", "has_bottle_1": "false", @@ -27197,7 +29018,7 @@ } }, { - "id": 8178, + "id": 9255, "properties": { "has_bottle_0": "false", "has_bottle_1": "true", @@ -27205,7 +29026,7 @@ } }, { - "id": 8179, + "id": 9256, "properties": { "has_bottle_0": "false", "has_bottle_1": "true", @@ -27213,7 +29034,7 @@ } }, { - "id": 8180, + "id": 9257, "properties": { "has_bottle_0": "false", "has_bottle_1": "false", @@ -27222,7 +29043,7 @@ }, { "default": true, - "id": 8181, + "id": 9258, "properties": { "has_bottle_0": "false", "has_bottle_1": "false", @@ -27249,21 +29070,21 @@ }, "states": [ { - "id": 12153, + "id": 13230, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12154, + "id": 13231, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12155, + "id": 13232, "properties": { "type": "bottom", "waterlogged": "true" @@ -27271,21 +29092,21 @@ }, { "default": true, - "id": 12156, + "id": 13233, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12157, + "id": 13234, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12158, + "id": 13235, "properties": { "type": "double", "waterlogged": "false" @@ -27326,7 +29147,7 @@ }, "states": [ { - "id": 7400, + "id": 8477, "properties": { "facing": "north", "half": "top", @@ -27335,7 +29156,7 @@ } }, { - "id": 7401, + "id": 8478, "properties": { "facing": "north", "half": "top", @@ -27344,7 +29165,7 @@ } }, { - "id": 7402, + "id": 8479, "properties": { "facing": "north", "half": "top", @@ -27353,7 +29174,7 @@ } }, { - "id": 7403, + "id": 8480, "properties": { "facing": "north", "half": "top", @@ -27362,7 +29183,7 @@ } }, { - "id": 7404, + "id": 8481, "properties": { "facing": "north", "half": "top", @@ -27371,7 +29192,7 @@ } }, { - "id": 7405, + "id": 8482, "properties": { "facing": "north", "half": "top", @@ -27380,7 +29201,7 @@ } }, { - "id": 7406, + "id": 8483, "properties": { "facing": "north", "half": "top", @@ -27389,7 +29210,7 @@ } }, { - "id": 7407, + "id": 8484, "properties": { "facing": "north", "half": "top", @@ -27398,7 +29219,7 @@ } }, { - "id": 7408, + "id": 8485, "properties": { "facing": "north", "half": "top", @@ -27407,7 +29228,7 @@ } }, { - "id": 7409, + "id": 8486, "properties": { "facing": "north", "half": "top", @@ -27416,7 +29237,7 @@ } }, { - "id": 7410, + "id": 8487, "properties": { "facing": "north", "half": "bottom", @@ -27426,7 +29247,7 @@ }, { "default": true, - "id": 7411, + "id": 8488, "properties": { "facing": "north", "half": "bottom", @@ -27435,7 +29256,7 @@ } }, { - "id": 7412, + "id": 8489, "properties": { "facing": "north", "half": "bottom", @@ -27444,7 +29265,7 @@ } }, { - "id": 7413, + "id": 8490, "properties": { "facing": "north", "half": "bottom", @@ -27453,7 +29274,7 @@ } }, { - "id": 7414, + "id": 8491, "properties": { "facing": "north", "half": "bottom", @@ -27462,7 +29283,7 @@ } }, { - "id": 7415, + "id": 8492, "properties": { "facing": "north", "half": "bottom", @@ -27471,7 +29292,7 @@ } }, { - "id": 7416, + "id": 8493, "properties": { "facing": "north", "half": "bottom", @@ -27480,7 +29301,7 @@ } }, { - "id": 7417, + "id": 8494, "properties": { "facing": "north", "half": "bottom", @@ -27489,7 +29310,7 @@ } }, { - "id": 7418, + "id": 8495, "properties": { "facing": "north", "half": "bottom", @@ -27498,7 +29319,7 @@ } }, { - "id": 7419, + "id": 8496, "properties": { "facing": "north", "half": "bottom", @@ -27507,7 +29328,7 @@ } }, { - "id": 7420, + "id": 8497, "properties": { "facing": "south", "half": "top", @@ -27516,7 +29337,7 @@ } }, { - "id": 7421, + "id": 8498, "properties": { "facing": "south", "half": "top", @@ -27525,7 +29346,7 @@ } }, { - "id": 7422, + "id": 8499, "properties": { "facing": "south", "half": "top", @@ -27534,7 +29355,7 @@ } }, { - "id": 7423, + "id": 8500, "properties": { "facing": "south", "half": "top", @@ -27543,7 +29364,7 @@ } }, { - "id": 7424, + "id": 8501, "properties": { "facing": "south", "half": "top", @@ -27552,7 +29373,7 @@ } }, { - "id": 7425, + "id": 8502, "properties": { "facing": "south", "half": "top", @@ -27561,7 +29382,7 @@ } }, { - "id": 7426, + "id": 8503, "properties": { "facing": "south", "half": "top", @@ -27570,7 +29391,7 @@ } }, { - "id": 7427, + "id": 8504, "properties": { "facing": "south", "half": "top", @@ -27579,7 +29400,7 @@ } }, { - "id": 7428, + "id": 8505, "properties": { "facing": "south", "half": "top", @@ -27588,7 +29409,7 @@ } }, { - "id": 7429, + "id": 8506, "properties": { "facing": "south", "half": "top", @@ -27597,7 +29418,7 @@ } }, { - "id": 7430, + "id": 8507, "properties": { "facing": "south", "half": "bottom", @@ -27606,7 +29427,7 @@ } }, { - "id": 7431, + "id": 8508, "properties": { "facing": "south", "half": "bottom", @@ -27615,7 +29436,7 @@ } }, { - "id": 7432, + "id": 8509, "properties": { "facing": "south", "half": "bottom", @@ -27624,7 +29445,7 @@ } }, { - "id": 7433, + "id": 8510, "properties": { "facing": "south", "half": "bottom", @@ -27633,7 +29454,7 @@ } }, { - "id": 7434, + "id": 8511, "properties": { "facing": "south", "half": "bottom", @@ -27642,7 +29463,7 @@ } }, { - "id": 7435, + "id": 8512, "properties": { "facing": "south", "half": "bottom", @@ -27651,7 +29472,7 @@ } }, { - "id": 7436, + "id": 8513, "properties": { "facing": "south", "half": "bottom", @@ -27660,7 +29481,7 @@ } }, { - "id": 7437, + "id": 8514, "properties": { "facing": "south", "half": "bottom", @@ -27669,7 +29490,7 @@ } }, { - "id": 7438, + "id": 8515, "properties": { "facing": "south", "half": "bottom", @@ -27678,7 +29499,7 @@ } }, { - "id": 7439, + "id": 8516, "properties": { "facing": "south", "half": "bottom", @@ -27687,7 +29508,7 @@ } }, { - "id": 7440, + "id": 8517, "properties": { "facing": "west", "half": "top", @@ -27696,7 +29517,7 @@ } }, { - "id": 7441, + "id": 8518, "properties": { "facing": "west", "half": "top", @@ -27705,7 +29526,7 @@ } }, { - "id": 7442, + "id": 8519, "properties": { "facing": "west", "half": "top", @@ -27714,7 +29535,7 @@ } }, { - "id": 7443, + "id": 8520, "properties": { "facing": "west", "half": "top", @@ -27723,7 +29544,7 @@ } }, { - "id": 7444, + "id": 8521, "properties": { "facing": "west", "half": "top", @@ -27732,7 +29553,7 @@ } }, { - "id": 7445, + "id": 8522, "properties": { "facing": "west", "half": "top", @@ -27741,7 +29562,7 @@ } }, { - "id": 7446, + "id": 8523, "properties": { "facing": "west", "half": "top", @@ -27750,7 +29571,7 @@ } }, { - "id": 7447, + "id": 8524, "properties": { "facing": "west", "half": "top", @@ -27759,7 +29580,7 @@ } }, { - "id": 7448, + "id": 8525, "properties": { "facing": "west", "half": "top", @@ -27768,7 +29589,7 @@ } }, { - "id": 7449, + "id": 8526, "properties": { "facing": "west", "half": "top", @@ -27777,7 +29598,7 @@ } }, { - "id": 7450, + "id": 8527, "properties": { "facing": "west", "half": "bottom", @@ -27786,7 +29607,7 @@ } }, { - "id": 7451, + "id": 8528, "properties": { "facing": "west", "half": "bottom", @@ -27795,7 +29616,7 @@ } }, { - "id": 7452, + "id": 8529, "properties": { "facing": "west", "half": "bottom", @@ -27804,7 +29625,7 @@ } }, { - "id": 7453, + "id": 8530, "properties": { "facing": "west", "half": "bottom", @@ -27813,7 +29634,7 @@ } }, { - "id": 7454, + "id": 8531, "properties": { "facing": "west", "half": "bottom", @@ -27822,7 +29643,7 @@ } }, { - "id": 7455, + "id": 8532, "properties": { "facing": "west", "half": "bottom", @@ -27831,7 +29652,7 @@ } }, { - "id": 7456, + "id": 8533, "properties": { "facing": "west", "half": "bottom", @@ -27840,7 +29661,7 @@ } }, { - "id": 7457, + "id": 8534, "properties": { "facing": "west", "half": "bottom", @@ -27849,7 +29670,7 @@ } }, { - "id": 7458, + "id": 8535, "properties": { "facing": "west", "half": "bottom", @@ -27858,7 +29679,7 @@ } }, { - "id": 7459, + "id": 8536, "properties": { "facing": "west", "half": "bottom", @@ -27867,7 +29688,7 @@ } }, { - "id": 7460, + "id": 8537, "properties": { "facing": "east", "half": "top", @@ -27876,7 +29697,7 @@ } }, { - "id": 7461, + "id": 8538, "properties": { "facing": "east", "half": "top", @@ -27885,7 +29706,7 @@ } }, { - "id": 7462, + "id": 8539, "properties": { "facing": "east", "half": "top", @@ -27894,7 +29715,7 @@ } }, { - "id": 7463, + "id": 8540, "properties": { "facing": "east", "half": "top", @@ -27903,7 +29724,7 @@ } }, { - "id": 7464, + "id": 8541, "properties": { "facing": "east", "half": "top", @@ -27912,7 +29733,7 @@ } }, { - "id": 7465, + "id": 8542, "properties": { "facing": "east", "half": "top", @@ -27921,7 +29742,7 @@ } }, { - "id": 7466, + "id": 8543, "properties": { "facing": "east", "half": "top", @@ -27930,7 +29751,7 @@ } }, { - "id": 7467, + "id": 8544, "properties": { "facing": "east", "half": "top", @@ -27939,7 +29760,7 @@ } }, { - "id": 7468, + "id": 8545, "properties": { "facing": "east", "half": "top", @@ -27948,7 +29769,7 @@ } }, { - "id": 7469, + "id": 8546, "properties": { "facing": "east", "half": "top", @@ -27957,7 +29778,7 @@ } }, { - "id": 7470, + "id": 8547, "properties": { "facing": "east", "half": "bottom", @@ -27966,7 +29787,7 @@ } }, { - "id": 7471, + "id": 8548, "properties": { "facing": "east", "half": "bottom", @@ -27975,7 +29796,7 @@ } }, { - "id": 7472, + "id": 8549, "properties": { "facing": "east", "half": "bottom", @@ -27984,7 +29805,7 @@ } }, { - "id": 7473, + "id": 8550, "properties": { "facing": "east", "half": "bottom", @@ -27993,7 +29814,7 @@ } }, { - "id": 7474, + "id": 8551, "properties": { "facing": "east", "half": "bottom", @@ -28002,7 +29823,7 @@ } }, { - "id": 7475, + "id": 8552, "properties": { "facing": "east", "half": "bottom", @@ -28011,7 +29832,7 @@ } }, { - "id": 7476, + "id": 8553, "properties": { "facing": "east", "half": "bottom", @@ -28020,7 +29841,7 @@ } }, { - "id": 7477, + "id": 8554, "properties": { "facing": "east", "half": "bottom", @@ -28029,7 +29850,7 @@ } }, { - "id": 7478, + "id": 8555, "properties": { "facing": "east", "half": "bottom", @@ -28038,7 +29859,7 @@ } }, { - "id": 7479, + "id": 8556, "properties": { "facing": "east", "half": "bottom", @@ -28085,7 +29906,7 @@ }, "states": [ { - "id": 15183, + "id": 16292, "properties": { "east": "none", "north": "none", @@ -28096,7 +29917,7 @@ } }, { - "id": 15184, + "id": 16293, "properties": { "east": "none", "north": "none", @@ -28107,7 +29928,7 @@ } }, { - "id": 15185, + "id": 16294, "properties": { "east": "none", "north": "none", @@ -28119,7 +29940,7 @@ }, { "default": true, - "id": 15186, + "id": 16295, "properties": { "east": "none", "north": "none", @@ -28130,7 +29951,7 @@ } }, { - "id": 15187, + "id": 16296, "properties": { "east": "none", "north": "none", @@ -28141,7 +29962,7 @@ } }, { - "id": 15188, + "id": 16297, "properties": { "east": "none", "north": "none", @@ -28152,7 +29973,7 @@ } }, { - "id": 15189, + "id": 16298, "properties": { "east": "none", "north": "none", @@ -28163,7 +29984,7 @@ } }, { - "id": 15190, + "id": 16299, "properties": { "east": "none", "north": "none", @@ -28174,7 +29995,7 @@ } }, { - "id": 15191, + "id": 16300, "properties": { "east": "none", "north": "none", @@ -28185,7 +30006,7 @@ } }, { - "id": 15192, + "id": 16301, "properties": { "east": "none", "north": "none", @@ -28196,7 +30017,7 @@ } }, { - "id": 15193, + "id": 16302, "properties": { "east": "none", "north": "none", @@ -28207,7 +30028,7 @@ } }, { - "id": 15194, + "id": 16303, "properties": { "east": "none", "north": "none", @@ -28218,7 +30039,7 @@ } }, { - "id": 15195, + "id": 16304, "properties": { "east": "none", "north": "none", @@ -28229,7 +30050,7 @@ } }, { - "id": 15196, + "id": 16305, "properties": { "east": "none", "north": "none", @@ -28240,7 +30061,7 @@ } }, { - "id": 15197, + "id": 16306, "properties": { "east": "none", "north": "none", @@ -28251,7 +30072,7 @@ } }, { - "id": 15198, + "id": 16307, "properties": { "east": "none", "north": "none", @@ -28262,7 +30083,7 @@ } }, { - "id": 15199, + "id": 16308, "properties": { "east": "none", "north": "none", @@ -28273,7 +30094,7 @@ } }, { - "id": 15200, + "id": 16309, "properties": { "east": "none", "north": "none", @@ -28284,7 +30105,7 @@ } }, { - "id": 15201, + "id": 16310, "properties": { "east": "none", "north": "none", @@ -28295,7 +30116,7 @@ } }, { - "id": 15202, + "id": 16311, "properties": { "east": "none", "north": "none", @@ -28306,7 +30127,7 @@ } }, { - "id": 15203, + "id": 16312, "properties": { "east": "none", "north": "none", @@ -28317,7 +30138,7 @@ } }, { - "id": 15204, + "id": 16313, "properties": { "east": "none", "north": "none", @@ -28328,7 +30149,7 @@ } }, { - "id": 15205, + "id": 16314, "properties": { "east": "none", "north": "none", @@ -28339,7 +30160,7 @@ } }, { - "id": 15206, + "id": 16315, "properties": { "east": "none", "north": "none", @@ -28350,7 +30171,7 @@ } }, { - "id": 15207, + "id": 16316, "properties": { "east": "none", "north": "none", @@ -28361,7 +30182,7 @@ } }, { - "id": 15208, + "id": 16317, "properties": { "east": "none", "north": "none", @@ -28372,7 +30193,7 @@ } }, { - "id": 15209, + "id": 16318, "properties": { "east": "none", "north": "none", @@ -28383,7 +30204,7 @@ } }, { - "id": 15210, + "id": 16319, "properties": { "east": "none", "north": "none", @@ -28394,7 +30215,7 @@ } }, { - "id": 15211, + "id": 16320, "properties": { "east": "none", "north": "none", @@ -28405,7 +30226,7 @@ } }, { - "id": 15212, + "id": 16321, "properties": { "east": "none", "north": "none", @@ -28416,7 +30237,7 @@ } }, { - "id": 15213, + "id": 16322, "properties": { "east": "none", "north": "none", @@ -28427,7 +30248,7 @@ } }, { - "id": 15214, + "id": 16323, "properties": { "east": "none", "north": "none", @@ -28438,7 +30259,7 @@ } }, { - "id": 15215, + "id": 16324, "properties": { "east": "none", "north": "none", @@ -28449,7 +30270,7 @@ } }, { - "id": 15216, + "id": 16325, "properties": { "east": "none", "north": "none", @@ -28460,7 +30281,7 @@ } }, { - "id": 15217, + "id": 16326, "properties": { "east": "none", "north": "none", @@ -28471,7 +30292,7 @@ } }, { - "id": 15218, + "id": 16327, "properties": { "east": "none", "north": "none", @@ -28482,7 +30303,7 @@ } }, { - "id": 15219, + "id": 16328, "properties": { "east": "none", "north": "low", @@ -28493,7 +30314,7 @@ } }, { - "id": 15220, + "id": 16329, "properties": { "east": "none", "north": "low", @@ -28504,7 +30325,7 @@ } }, { - "id": 15221, + "id": 16330, "properties": { "east": "none", "north": "low", @@ -28515,7 +30336,7 @@ } }, { - "id": 15222, + "id": 16331, "properties": { "east": "none", "north": "low", @@ -28526,7 +30347,7 @@ } }, { - "id": 15223, + "id": 16332, "properties": { "east": "none", "north": "low", @@ -28537,7 +30358,7 @@ } }, { - "id": 15224, + "id": 16333, "properties": { "east": "none", "north": "low", @@ -28548,7 +30369,7 @@ } }, { - "id": 15225, + "id": 16334, "properties": { "east": "none", "north": "low", @@ -28559,7 +30380,7 @@ } }, { - "id": 15226, + "id": 16335, "properties": { "east": "none", "north": "low", @@ -28570,7 +30391,7 @@ } }, { - "id": 15227, + "id": 16336, "properties": { "east": "none", "north": "low", @@ -28581,7 +30402,7 @@ } }, { - "id": 15228, + "id": 16337, "properties": { "east": "none", "north": "low", @@ -28592,7 +30413,7 @@ } }, { - "id": 15229, + "id": 16338, "properties": { "east": "none", "north": "low", @@ -28603,7 +30424,7 @@ } }, { - "id": 15230, + "id": 16339, "properties": { "east": "none", "north": "low", @@ -28614,7 +30435,7 @@ } }, { - "id": 15231, + "id": 16340, "properties": { "east": "none", "north": "low", @@ -28625,7 +30446,7 @@ } }, { - "id": 15232, + "id": 16341, "properties": { "east": "none", "north": "low", @@ -28636,7 +30457,7 @@ } }, { - "id": 15233, + "id": 16342, "properties": { "east": "none", "north": "low", @@ -28647,7 +30468,7 @@ } }, { - "id": 15234, + "id": 16343, "properties": { "east": "none", "north": "low", @@ -28658,7 +30479,7 @@ } }, { - "id": 15235, + "id": 16344, "properties": { "east": "none", "north": "low", @@ -28669,7 +30490,7 @@ } }, { - "id": 15236, + "id": 16345, "properties": { "east": "none", "north": "low", @@ -28680,7 +30501,7 @@ } }, { - "id": 15237, + "id": 16346, "properties": { "east": "none", "north": "low", @@ -28691,7 +30512,7 @@ } }, { - "id": 15238, + "id": 16347, "properties": { "east": "none", "north": "low", @@ -28702,7 +30523,7 @@ } }, { - "id": 15239, + "id": 16348, "properties": { "east": "none", "north": "low", @@ -28713,7 +30534,7 @@ } }, { - "id": 15240, + "id": 16349, "properties": { "east": "none", "north": "low", @@ -28724,7 +30545,7 @@ } }, { - "id": 15241, + "id": 16350, "properties": { "east": "none", "north": "low", @@ -28735,7 +30556,7 @@ } }, { - "id": 15242, + "id": 16351, "properties": { "east": "none", "north": "low", @@ -28746,7 +30567,7 @@ } }, { - "id": 15243, + "id": 16352, "properties": { "east": "none", "north": "low", @@ -28757,7 +30578,7 @@ } }, { - "id": 15244, + "id": 16353, "properties": { "east": "none", "north": "low", @@ -28768,7 +30589,7 @@ } }, { - "id": 15245, + "id": 16354, "properties": { "east": "none", "north": "low", @@ -28779,7 +30600,7 @@ } }, { - "id": 15246, + "id": 16355, "properties": { "east": "none", "north": "low", @@ -28790,7 +30611,7 @@ } }, { - "id": 15247, + "id": 16356, "properties": { "east": "none", "north": "low", @@ -28801,7 +30622,7 @@ } }, { - "id": 15248, + "id": 16357, "properties": { "east": "none", "north": "low", @@ -28812,7 +30633,7 @@ } }, { - "id": 15249, + "id": 16358, "properties": { "east": "none", "north": "low", @@ -28823,7 +30644,7 @@ } }, { - "id": 15250, + "id": 16359, "properties": { "east": "none", "north": "low", @@ -28834,7 +30655,7 @@ } }, { - "id": 15251, + "id": 16360, "properties": { "east": "none", "north": "low", @@ -28845,7 +30666,7 @@ } }, { - "id": 15252, + "id": 16361, "properties": { "east": "none", "north": "low", @@ -28856,7 +30677,7 @@ } }, { - "id": 15253, + "id": 16362, "properties": { "east": "none", "north": "low", @@ -28867,7 +30688,7 @@ } }, { - "id": 15254, + "id": 16363, "properties": { "east": "none", "north": "low", @@ -28878,7 +30699,7 @@ } }, { - "id": 15255, + "id": 16364, "properties": { "east": "none", "north": "tall", @@ -28889,7 +30710,7 @@ } }, { - "id": 15256, + "id": 16365, "properties": { "east": "none", "north": "tall", @@ -28900,7 +30721,7 @@ } }, { - "id": 15257, + "id": 16366, "properties": { "east": "none", "north": "tall", @@ -28911,7 +30732,7 @@ } }, { - "id": 15258, + "id": 16367, "properties": { "east": "none", "north": "tall", @@ -28922,7 +30743,7 @@ } }, { - "id": 15259, + "id": 16368, "properties": { "east": "none", "north": "tall", @@ -28933,7 +30754,7 @@ } }, { - "id": 15260, + "id": 16369, "properties": { "east": "none", "north": "tall", @@ -28944,7 +30765,7 @@ } }, { - "id": 15261, + "id": 16370, "properties": { "east": "none", "north": "tall", @@ -28955,7 +30776,7 @@ } }, { - "id": 15262, + "id": 16371, "properties": { "east": "none", "north": "tall", @@ -28966,7 +30787,7 @@ } }, { - "id": 15263, + "id": 16372, "properties": { "east": "none", "north": "tall", @@ -28977,7 +30798,7 @@ } }, { - "id": 15264, + "id": 16373, "properties": { "east": "none", "north": "tall", @@ -28988,7 +30809,7 @@ } }, { - "id": 15265, + "id": 16374, "properties": { "east": "none", "north": "tall", @@ -28999,7 +30820,7 @@ } }, { - "id": 15266, + "id": 16375, "properties": { "east": "none", "north": "tall", @@ -29010,7 +30831,7 @@ } }, { - "id": 15267, + "id": 16376, "properties": { "east": "none", "north": "tall", @@ -29021,7 +30842,7 @@ } }, { - "id": 15268, + "id": 16377, "properties": { "east": "none", "north": "tall", @@ -29032,7 +30853,7 @@ } }, { - "id": 15269, + "id": 16378, "properties": { "east": "none", "north": "tall", @@ -29043,7 +30864,7 @@ } }, { - "id": 15270, + "id": 16379, "properties": { "east": "none", "north": "tall", @@ -29054,7 +30875,7 @@ } }, { - "id": 15271, + "id": 16380, "properties": { "east": "none", "north": "tall", @@ -29065,7 +30886,7 @@ } }, { - "id": 15272, + "id": 16381, "properties": { "east": "none", "north": "tall", @@ -29076,7 +30897,7 @@ } }, { - "id": 15273, + "id": 16382, "properties": { "east": "none", "north": "tall", @@ -29087,7 +30908,7 @@ } }, { - "id": 15274, + "id": 16383, "properties": { "east": "none", "north": "tall", @@ -29098,7 +30919,7 @@ } }, { - "id": 15275, + "id": 16384, "properties": { "east": "none", "north": "tall", @@ -29109,7 +30930,7 @@ } }, { - "id": 15276, + "id": 16385, "properties": { "east": "none", "north": "tall", @@ -29120,7 +30941,7 @@ } }, { - "id": 15277, + "id": 16386, "properties": { "east": "none", "north": "tall", @@ -29131,7 +30952,7 @@ } }, { - "id": 15278, + "id": 16387, "properties": { "east": "none", "north": "tall", @@ -29142,7 +30963,7 @@ } }, { - "id": 15279, + "id": 16388, "properties": { "east": "none", "north": "tall", @@ -29153,7 +30974,7 @@ } }, { - "id": 15280, + "id": 16389, "properties": { "east": "none", "north": "tall", @@ -29164,7 +30985,7 @@ } }, { - "id": 15281, + "id": 16390, "properties": { "east": "none", "north": "tall", @@ -29175,7 +30996,7 @@ } }, { - "id": 15282, + "id": 16391, "properties": { "east": "none", "north": "tall", @@ -29186,7 +31007,7 @@ } }, { - "id": 15283, + "id": 16392, "properties": { "east": "none", "north": "tall", @@ -29197,7 +31018,7 @@ } }, { - "id": 15284, + "id": 16393, "properties": { "east": "none", "north": "tall", @@ -29208,7 +31029,7 @@ } }, { - "id": 15285, + "id": 16394, "properties": { "east": "none", "north": "tall", @@ -29219,7 +31040,7 @@ } }, { - "id": 15286, + "id": 16395, "properties": { "east": "none", "north": "tall", @@ -29230,7 +31051,7 @@ } }, { - "id": 15287, + "id": 16396, "properties": { "east": "none", "north": "tall", @@ -29241,7 +31062,7 @@ } }, { - "id": 15288, + "id": 16397, "properties": { "east": "none", "north": "tall", @@ -29252,7 +31073,7 @@ } }, { - "id": 15289, + "id": 16398, "properties": { "east": "none", "north": "tall", @@ -29263,7 +31084,7 @@ } }, { - "id": 15290, + "id": 16399, "properties": { "east": "none", "north": "tall", @@ -29274,7 +31095,7 @@ } }, { - "id": 15291, + "id": 16400, "properties": { "east": "low", "north": "none", @@ -29285,7 +31106,7 @@ } }, { - "id": 15292, + "id": 16401, "properties": { "east": "low", "north": "none", @@ -29296,7 +31117,7 @@ } }, { - "id": 15293, + "id": 16402, "properties": { "east": "low", "north": "none", @@ -29307,7 +31128,7 @@ } }, { - "id": 15294, + "id": 16403, "properties": { "east": "low", "north": "none", @@ -29318,7 +31139,7 @@ } }, { - "id": 15295, + "id": 16404, "properties": { "east": "low", "north": "none", @@ -29329,7 +31150,7 @@ } }, { - "id": 15296, + "id": 16405, "properties": { "east": "low", "north": "none", @@ -29340,7 +31161,7 @@ } }, { - "id": 15297, + "id": 16406, "properties": { "east": "low", "north": "none", @@ -29351,7 +31172,7 @@ } }, { - "id": 15298, + "id": 16407, "properties": { "east": "low", "north": "none", @@ -29362,7 +31183,7 @@ } }, { - "id": 15299, + "id": 16408, "properties": { "east": "low", "north": "none", @@ -29373,7 +31194,7 @@ } }, { - "id": 15300, + "id": 16409, "properties": { "east": "low", "north": "none", @@ -29384,7 +31205,7 @@ } }, { - "id": 15301, + "id": 16410, "properties": { "east": "low", "north": "none", @@ -29395,7 +31216,7 @@ } }, { - "id": 15302, + "id": 16411, "properties": { "east": "low", "north": "none", @@ -29406,7 +31227,7 @@ } }, { - "id": 15303, + "id": 16412, "properties": { "east": "low", "north": "none", @@ -29417,7 +31238,7 @@ } }, { - "id": 15304, + "id": 16413, "properties": { "east": "low", "north": "none", @@ -29428,7 +31249,7 @@ } }, { - "id": 15305, + "id": 16414, "properties": { "east": "low", "north": "none", @@ -29439,7 +31260,7 @@ } }, { - "id": 15306, + "id": 16415, "properties": { "east": "low", "north": "none", @@ -29450,7 +31271,7 @@ } }, { - "id": 15307, + "id": 16416, "properties": { "east": "low", "north": "none", @@ -29461,7 +31282,7 @@ } }, { - "id": 15308, + "id": 16417, "properties": { "east": "low", "north": "none", @@ -29472,7 +31293,7 @@ } }, { - "id": 15309, + "id": 16418, "properties": { "east": "low", "north": "none", @@ -29483,7 +31304,7 @@ } }, { - "id": 15310, + "id": 16419, "properties": { "east": "low", "north": "none", @@ -29494,7 +31315,7 @@ } }, { - "id": 15311, + "id": 16420, "properties": { "east": "low", "north": "none", @@ -29505,7 +31326,7 @@ } }, { - "id": 15312, + "id": 16421, "properties": { "east": "low", "north": "none", @@ -29516,7 +31337,7 @@ } }, { - "id": 15313, + "id": 16422, "properties": { "east": "low", "north": "none", @@ -29527,7 +31348,7 @@ } }, { - "id": 15314, + "id": 16423, "properties": { "east": "low", "north": "none", @@ -29538,7 +31359,7 @@ } }, { - "id": 15315, + "id": 16424, "properties": { "east": "low", "north": "none", @@ -29549,7 +31370,7 @@ } }, { - "id": 15316, + "id": 16425, "properties": { "east": "low", "north": "none", @@ -29560,7 +31381,7 @@ } }, { - "id": 15317, + "id": 16426, "properties": { "east": "low", "north": "none", @@ -29571,7 +31392,7 @@ } }, { - "id": 15318, + "id": 16427, "properties": { "east": "low", "north": "none", @@ -29582,7 +31403,7 @@ } }, { - "id": 15319, + "id": 16428, "properties": { "east": "low", "north": "none", @@ -29593,7 +31414,7 @@ } }, { - "id": 15320, + "id": 16429, "properties": { "east": "low", "north": "none", @@ -29604,7 +31425,7 @@ } }, { - "id": 15321, + "id": 16430, "properties": { "east": "low", "north": "none", @@ -29615,7 +31436,7 @@ } }, { - "id": 15322, + "id": 16431, "properties": { "east": "low", "north": "none", @@ -29626,7 +31447,7 @@ } }, { - "id": 15323, + "id": 16432, "properties": { "east": "low", "north": "none", @@ -29637,7 +31458,7 @@ } }, { - "id": 15324, + "id": 16433, "properties": { "east": "low", "north": "none", @@ -29648,7 +31469,7 @@ } }, { - "id": 15325, + "id": 16434, "properties": { "east": "low", "north": "none", @@ -29659,7 +31480,7 @@ } }, { - "id": 15326, + "id": 16435, "properties": { "east": "low", "north": "none", @@ -29670,7 +31491,7 @@ } }, { - "id": 15327, + "id": 16436, "properties": { "east": "low", "north": "low", @@ -29681,7 +31502,7 @@ } }, { - "id": 15328, + "id": 16437, "properties": { "east": "low", "north": "low", @@ -29692,7 +31513,7 @@ } }, { - "id": 15329, + "id": 16438, "properties": { "east": "low", "north": "low", @@ -29703,7 +31524,7 @@ } }, { - "id": 15330, + "id": 16439, "properties": { "east": "low", "north": "low", @@ -29714,7 +31535,7 @@ } }, { - "id": 15331, + "id": 16440, "properties": { "east": "low", "north": "low", @@ -29725,7 +31546,7 @@ } }, { - "id": 15332, + "id": 16441, "properties": { "east": "low", "north": "low", @@ -29736,7 +31557,7 @@ } }, { - "id": 15333, + "id": 16442, "properties": { "east": "low", "north": "low", @@ -29747,7 +31568,7 @@ } }, { - "id": 15334, + "id": 16443, "properties": { "east": "low", "north": "low", @@ -29758,7 +31579,7 @@ } }, { - "id": 15335, + "id": 16444, "properties": { "east": "low", "north": "low", @@ -29769,7 +31590,7 @@ } }, { - "id": 15336, + "id": 16445, "properties": { "east": "low", "north": "low", @@ -29780,7 +31601,7 @@ } }, { - "id": 15337, + "id": 16446, "properties": { "east": "low", "north": "low", @@ -29791,7 +31612,7 @@ } }, { - "id": 15338, + "id": 16447, "properties": { "east": "low", "north": "low", @@ -29802,7 +31623,7 @@ } }, { - "id": 15339, + "id": 16448, "properties": { "east": "low", "north": "low", @@ -29813,7 +31634,7 @@ } }, { - "id": 15340, + "id": 16449, "properties": { "east": "low", "north": "low", @@ -29824,7 +31645,7 @@ } }, { - "id": 15341, + "id": 16450, "properties": { "east": "low", "north": "low", @@ -29835,7 +31656,7 @@ } }, { - "id": 15342, + "id": 16451, "properties": { "east": "low", "north": "low", @@ -29846,7 +31667,7 @@ } }, { - "id": 15343, + "id": 16452, "properties": { "east": "low", "north": "low", @@ -29857,7 +31678,7 @@ } }, { - "id": 15344, + "id": 16453, "properties": { "east": "low", "north": "low", @@ -29868,7 +31689,7 @@ } }, { - "id": 15345, + "id": 16454, "properties": { "east": "low", "north": "low", @@ -29879,7 +31700,7 @@ } }, { - "id": 15346, + "id": 16455, "properties": { "east": "low", "north": "low", @@ -29890,7 +31711,7 @@ } }, { - "id": 15347, + "id": 16456, "properties": { "east": "low", "north": "low", @@ -29901,7 +31722,7 @@ } }, { - "id": 15348, + "id": 16457, "properties": { "east": "low", "north": "low", @@ -29912,7 +31733,7 @@ } }, { - "id": 15349, + "id": 16458, "properties": { "east": "low", "north": "low", @@ -29923,7 +31744,7 @@ } }, { - "id": 15350, + "id": 16459, "properties": { "east": "low", "north": "low", @@ -29934,7 +31755,7 @@ } }, { - "id": 15351, + "id": 16460, "properties": { "east": "low", "north": "low", @@ -29945,7 +31766,7 @@ } }, { - "id": 15352, + "id": 16461, "properties": { "east": "low", "north": "low", @@ -29956,7 +31777,7 @@ } }, { - "id": 15353, + "id": 16462, "properties": { "east": "low", "north": "low", @@ -29967,7 +31788,7 @@ } }, { - "id": 15354, + "id": 16463, "properties": { "east": "low", "north": "low", @@ -29978,7 +31799,7 @@ } }, { - "id": 15355, + "id": 16464, "properties": { "east": "low", "north": "low", @@ -29989,7 +31810,7 @@ } }, { - "id": 15356, + "id": 16465, "properties": { "east": "low", "north": "low", @@ -30000,7 +31821,7 @@ } }, { - "id": 15357, + "id": 16466, "properties": { "east": "low", "north": "low", @@ -30011,7 +31832,7 @@ } }, { - "id": 15358, + "id": 16467, "properties": { "east": "low", "north": "low", @@ -30022,7 +31843,7 @@ } }, { - "id": 15359, + "id": 16468, "properties": { "east": "low", "north": "low", @@ -30033,7 +31854,7 @@ } }, { - "id": 15360, + "id": 16469, "properties": { "east": "low", "north": "low", @@ -30044,7 +31865,7 @@ } }, { - "id": 15361, + "id": 16470, "properties": { "east": "low", "north": "low", @@ -30055,7 +31876,7 @@ } }, { - "id": 15362, + "id": 16471, "properties": { "east": "low", "north": "low", @@ -30066,7 +31887,7 @@ } }, { - "id": 15363, + "id": 16472, "properties": { "east": "low", "north": "tall", @@ -30077,7 +31898,7 @@ } }, { - "id": 15364, + "id": 16473, "properties": { "east": "low", "north": "tall", @@ -30088,7 +31909,7 @@ } }, { - "id": 15365, + "id": 16474, "properties": { "east": "low", "north": "tall", @@ -30099,7 +31920,7 @@ } }, { - "id": 15366, + "id": 16475, "properties": { "east": "low", "north": "tall", @@ -30110,7 +31931,7 @@ } }, { - "id": 15367, + "id": 16476, "properties": { "east": "low", "north": "tall", @@ -30121,7 +31942,7 @@ } }, { - "id": 15368, + "id": 16477, "properties": { "east": "low", "north": "tall", @@ -30132,7 +31953,7 @@ } }, { - "id": 15369, + "id": 16478, "properties": { "east": "low", "north": "tall", @@ -30143,7 +31964,7 @@ } }, { - "id": 15370, + "id": 16479, "properties": { "east": "low", "north": "tall", @@ -30154,7 +31975,7 @@ } }, { - "id": 15371, + "id": 16480, "properties": { "east": "low", "north": "tall", @@ -30165,7 +31986,7 @@ } }, { - "id": 15372, + "id": 16481, "properties": { "east": "low", "north": "tall", @@ -30176,7 +31997,7 @@ } }, { - "id": 15373, + "id": 16482, "properties": { "east": "low", "north": "tall", @@ -30187,7 +32008,7 @@ } }, { - "id": 15374, + "id": 16483, "properties": { "east": "low", "north": "tall", @@ -30198,7 +32019,7 @@ } }, { - "id": 15375, + "id": 16484, "properties": { "east": "low", "north": "tall", @@ -30209,7 +32030,7 @@ } }, { - "id": 15376, + "id": 16485, "properties": { "east": "low", "north": "tall", @@ -30220,7 +32041,7 @@ } }, { - "id": 15377, + "id": 16486, "properties": { "east": "low", "north": "tall", @@ -30231,7 +32052,7 @@ } }, { - "id": 15378, + "id": 16487, "properties": { "east": "low", "north": "tall", @@ -30242,7 +32063,7 @@ } }, { - "id": 15379, + "id": 16488, "properties": { "east": "low", "north": "tall", @@ -30253,7 +32074,7 @@ } }, { - "id": 15380, + "id": 16489, "properties": { "east": "low", "north": "tall", @@ -30264,7 +32085,7 @@ } }, { - "id": 15381, + "id": 16490, "properties": { "east": "low", "north": "tall", @@ -30275,7 +32096,7 @@ } }, { - "id": 15382, + "id": 16491, "properties": { "east": "low", "north": "tall", @@ -30286,7 +32107,7 @@ } }, { - "id": 15383, + "id": 16492, "properties": { "east": "low", "north": "tall", @@ -30297,7 +32118,7 @@ } }, { - "id": 15384, + "id": 16493, "properties": { "east": "low", "north": "tall", @@ -30308,7 +32129,7 @@ } }, { - "id": 15385, + "id": 16494, "properties": { "east": "low", "north": "tall", @@ -30319,7 +32140,7 @@ } }, { - "id": 15386, + "id": 16495, "properties": { "east": "low", "north": "tall", @@ -30330,7 +32151,7 @@ } }, { - "id": 15387, + "id": 16496, "properties": { "east": "low", "north": "tall", @@ -30341,7 +32162,7 @@ } }, { - "id": 15388, + "id": 16497, "properties": { "east": "low", "north": "tall", @@ -30352,7 +32173,7 @@ } }, { - "id": 15389, + "id": 16498, "properties": { "east": "low", "north": "tall", @@ -30363,7 +32184,7 @@ } }, { - "id": 15390, + "id": 16499, "properties": { "east": "low", "north": "tall", @@ -30374,7 +32195,7 @@ } }, { - "id": 15391, + "id": 16500, "properties": { "east": "low", "north": "tall", @@ -30385,7 +32206,7 @@ } }, { - "id": 15392, + "id": 16501, "properties": { "east": "low", "north": "tall", @@ -30396,7 +32217,7 @@ } }, { - "id": 15393, + "id": 16502, "properties": { "east": "low", "north": "tall", @@ -30407,7 +32228,7 @@ } }, { - "id": 15394, + "id": 16503, "properties": { "east": "low", "north": "tall", @@ -30418,7 +32239,7 @@ } }, { - "id": 15395, + "id": 16504, "properties": { "east": "low", "north": "tall", @@ -30429,7 +32250,7 @@ } }, { - "id": 15396, + "id": 16505, "properties": { "east": "low", "north": "tall", @@ -30440,7 +32261,7 @@ } }, { - "id": 15397, + "id": 16506, "properties": { "east": "low", "north": "tall", @@ -30451,7 +32272,7 @@ } }, { - "id": 15398, + "id": 16507, "properties": { "east": "low", "north": "tall", @@ -30462,7 +32283,7 @@ } }, { - "id": 15399, + "id": 16508, "properties": { "east": "tall", "north": "none", @@ -30473,7 +32294,7 @@ } }, { - "id": 15400, + "id": 16509, "properties": { "east": "tall", "north": "none", @@ -30484,7 +32305,7 @@ } }, { - "id": 15401, + "id": 16510, "properties": { "east": "tall", "north": "none", @@ -30495,7 +32316,7 @@ } }, { - "id": 15402, + "id": 16511, "properties": { "east": "tall", "north": "none", @@ -30506,7 +32327,7 @@ } }, { - "id": 15403, + "id": 16512, "properties": { "east": "tall", "north": "none", @@ -30517,7 +32338,7 @@ } }, { - "id": 15404, + "id": 16513, "properties": { "east": "tall", "north": "none", @@ -30528,7 +32349,7 @@ } }, { - "id": 15405, + "id": 16514, "properties": { "east": "tall", "north": "none", @@ -30539,7 +32360,7 @@ } }, { - "id": 15406, + "id": 16515, "properties": { "east": "tall", "north": "none", @@ -30550,7 +32371,7 @@ } }, { - "id": 15407, + "id": 16516, "properties": { "east": "tall", "north": "none", @@ -30561,7 +32382,7 @@ } }, { - "id": 15408, + "id": 16517, "properties": { "east": "tall", "north": "none", @@ -30572,7 +32393,7 @@ } }, { - "id": 15409, + "id": 16518, "properties": { "east": "tall", "north": "none", @@ -30583,7 +32404,7 @@ } }, { - "id": 15410, + "id": 16519, "properties": { "east": "tall", "north": "none", @@ -30594,7 +32415,7 @@ } }, { - "id": 15411, + "id": 16520, "properties": { "east": "tall", "north": "none", @@ -30605,7 +32426,7 @@ } }, { - "id": 15412, + "id": 16521, "properties": { "east": "tall", "north": "none", @@ -30616,7 +32437,7 @@ } }, { - "id": 15413, + "id": 16522, "properties": { "east": "tall", "north": "none", @@ -30627,7 +32448,7 @@ } }, { - "id": 15414, + "id": 16523, "properties": { "east": "tall", "north": "none", @@ -30638,7 +32459,7 @@ } }, { - "id": 15415, + "id": 16524, "properties": { "east": "tall", "north": "none", @@ -30649,7 +32470,7 @@ } }, { - "id": 15416, + "id": 16525, "properties": { "east": "tall", "north": "none", @@ -30660,7 +32481,7 @@ } }, { - "id": 15417, + "id": 16526, "properties": { "east": "tall", "north": "none", @@ -30671,7 +32492,7 @@ } }, { - "id": 15418, + "id": 16527, "properties": { "east": "tall", "north": "none", @@ -30682,7 +32503,7 @@ } }, { - "id": 15419, + "id": 16528, "properties": { "east": "tall", "north": "none", @@ -30693,7 +32514,7 @@ } }, { - "id": 15420, + "id": 16529, "properties": { "east": "tall", "north": "none", @@ -30704,7 +32525,7 @@ } }, { - "id": 15421, + "id": 16530, "properties": { "east": "tall", "north": "none", @@ -30715,7 +32536,7 @@ } }, { - "id": 15422, + "id": 16531, "properties": { "east": "tall", "north": "none", @@ -30726,7 +32547,7 @@ } }, { - "id": 15423, + "id": 16532, "properties": { "east": "tall", "north": "none", @@ -30737,7 +32558,7 @@ } }, { - "id": 15424, + "id": 16533, "properties": { "east": "tall", "north": "none", @@ -30748,7 +32569,7 @@ } }, { - "id": 15425, + "id": 16534, "properties": { "east": "tall", "north": "none", @@ -30759,7 +32580,7 @@ } }, { - "id": 15426, + "id": 16535, "properties": { "east": "tall", "north": "none", @@ -30770,7 +32591,7 @@ } }, { - "id": 15427, + "id": 16536, "properties": { "east": "tall", "north": "none", @@ -30781,7 +32602,7 @@ } }, { - "id": 15428, + "id": 16537, "properties": { "east": "tall", "north": "none", @@ -30792,7 +32613,7 @@ } }, { - "id": 15429, + "id": 16538, "properties": { "east": "tall", "north": "none", @@ -30803,7 +32624,7 @@ } }, { - "id": 15430, + "id": 16539, "properties": { "east": "tall", "north": "none", @@ -30814,7 +32635,7 @@ } }, { - "id": 15431, + "id": 16540, "properties": { "east": "tall", "north": "none", @@ -30825,7 +32646,7 @@ } }, { - "id": 15432, + "id": 16541, "properties": { "east": "tall", "north": "none", @@ -30836,7 +32657,7 @@ } }, { - "id": 15433, + "id": 16542, "properties": { "east": "tall", "north": "none", @@ -30847,7 +32668,7 @@ } }, { - "id": 15434, + "id": 16543, "properties": { "east": "tall", "north": "none", @@ -30858,7 +32679,7 @@ } }, { - "id": 15435, + "id": 16544, "properties": { "east": "tall", "north": "low", @@ -30869,7 +32690,7 @@ } }, { - "id": 15436, + "id": 16545, "properties": { "east": "tall", "north": "low", @@ -30880,7 +32701,7 @@ } }, { - "id": 15437, + "id": 16546, "properties": { "east": "tall", "north": "low", @@ -30891,7 +32712,7 @@ } }, { - "id": 15438, + "id": 16547, "properties": { "east": "tall", "north": "low", @@ -30902,7 +32723,7 @@ } }, { - "id": 15439, + "id": 16548, "properties": { "east": "tall", "north": "low", @@ -30913,7 +32734,7 @@ } }, { - "id": 15440, + "id": 16549, "properties": { "east": "tall", "north": "low", @@ -30924,7 +32745,7 @@ } }, { - "id": 15441, + "id": 16550, "properties": { "east": "tall", "north": "low", @@ -30935,7 +32756,7 @@ } }, { - "id": 15442, + "id": 16551, "properties": { "east": "tall", "north": "low", @@ -30946,7 +32767,7 @@ } }, { - "id": 15443, + "id": 16552, "properties": { "east": "tall", "north": "low", @@ -30957,7 +32778,7 @@ } }, { - "id": 15444, + "id": 16553, "properties": { "east": "tall", "north": "low", @@ -30968,7 +32789,7 @@ } }, { - "id": 15445, + "id": 16554, "properties": { "east": "tall", "north": "low", @@ -30979,7 +32800,7 @@ } }, { - "id": 15446, + "id": 16555, "properties": { "east": "tall", "north": "low", @@ -30990,7 +32811,7 @@ } }, { - "id": 15447, + "id": 16556, "properties": { "east": "tall", "north": "low", @@ -31001,7 +32822,7 @@ } }, { - "id": 15448, + "id": 16557, "properties": { "east": "tall", "north": "low", @@ -31012,7 +32833,7 @@ } }, { - "id": 15449, + "id": 16558, "properties": { "east": "tall", "north": "low", @@ -31023,7 +32844,7 @@ } }, { - "id": 15450, + "id": 16559, "properties": { "east": "tall", "north": "low", @@ -31034,7 +32855,7 @@ } }, { - "id": 15451, + "id": 16560, "properties": { "east": "tall", "north": "low", @@ -31045,7 +32866,7 @@ } }, { - "id": 15452, + "id": 16561, "properties": { "east": "tall", "north": "low", @@ -31056,7 +32877,7 @@ } }, { - "id": 15453, + "id": 16562, "properties": { "east": "tall", "north": "low", @@ -31067,7 +32888,7 @@ } }, { - "id": 15454, + "id": 16563, "properties": { "east": "tall", "north": "low", @@ -31078,7 +32899,7 @@ } }, { - "id": 15455, + "id": 16564, "properties": { "east": "tall", "north": "low", @@ -31089,7 +32910,7 @@ } }, { - "id": 15456, + "id": 16565, "properties": { "east": "tall", "north": "low", @@ -31100,7 +32921,7 @@ } }, { - "id": 15457, + "id": 16566, "properties": { "east": "tall", "north": "low", @@ -31111,7 +32932,7 @@ } }, { - "id": 15458, + "id": 16567, "properties": { "east": "tall", "north": "low", @@ -31122,7 +32943,7 @@ } }, { - "id": 15459, + "id": 16568, "properties": { "east": "tall", "north": "low", @@ -31133,7 +32954,7 @@ } }, { - "id": 15460, + "id": 16569, "properties": { "east": "tall", "north": "low", @@ -31144,7 +32965,7 @@ } }, { - "id": 15461, + "id": 16570, "properties": { "east": "tall", "north": "low", @@ -31155,7 +32976,7 @@ } }, { - "id": 15462, + "id": 16571, "properties": { "east": "tall", "north": "low", @@ -31166,7 +32987,7 @@ } }, { - "id": 15463, + "id": 16572, "properties": { "east": "tall", "north": "low", @@ -31177,7 +32998,7 @@ } }, { - "id": 15464, + "id": 16573, "properties": { "east": "tall", "north": "low", @@ -31188,7 +33009,7 @@ } }, { - "id": 15465, + "id": 16574, "properties": { "east": "tall", "north": "low", @@ -31199,7 +33020,7 @@ } }, { - "id": 15466, + "id": 16575, "properties": { "east": "tall", "north": "low", @@ -31210,7 +33031,7 @@ } }, { - "id": 15467, + "id": 16576, "properties": { "east": "tall", "north": "low", @@ -31221,7 +33042,7 @@ } }, { - "id": 15468, + "id": 16577, "properties": { "east": "tall", "north": "low", @@ -31232,7 +33053,7 @@ } }, { - "id": 15469, + "id": 16578, "properties": { "east": "tall", "north": "low", @@ -31243,7 +33064,7 @@ } }, { - "id": 15470, + "id": 16579, "properties": { "east": "tall", "north": "low", @@ -31254,7 +33075,7 @@ } }, { - "id": 15471, + "id": 16580, "properties": { "east": "tall", "north": "tall", @@ -31265,7 +33086,7 @@ } }, { - "id": 15472, + "id": 16581, "properties": { "east": "tall", "north": "tall", @@ -31276,7 +33097,7 @@ } }, { - "id": 15473, + "id": 16582, "properties": { "east": "tall", "north": "tall", @@ -31287,7 +33108,7 @@ } }, { - "id": 15474, + "id": 16583, "properties": { "east": "tall", "north": "tall", @@ -31298,7 +33119,7 @@ } }, { - "id": 15475, + "id": 16584, "properties": { "east": "tall", "north": "tall", @@ -31309,7 +33130,7 @@ } }, { - "id": 15476, + "id": 16585, "properties": { "east": "tall", "north": "tall", @@ -31320,7 +33141,7 @@ } }, { - "id": 15477, + "id": 16586, "properties": { "east": "tall", "north": "tall", @@ -31331,7 +33152,7 @@ } }, { - "id": 15478, + "id": 16587, "properties": { "east": "tall", "north": "tall", @@ -31342,7 +33163,7 @@ } }, { - "id": 15479, + "id": 16588, "properties": { "east": "tall", "north": "tall", @@ -31353,7 +33174,7 @@ } }, { - "id": 15480, + "id": 16589, "properties": { "east": "tall", "north": "tall", @@ -31364,7 +33185,7 @@ } }, { - "id": 15481, + "id": 16590, "properties": { "east": "tall", "north": "tall", @@ -31375,7 +33196,7 @@ } }, { - "id": 15482, + "id": 16591, "properties": { "east": "tall", "north": "tall", @@ -31386,7 +33207,7 @@ } }, { - "id": 15483, + "id": 16592, "properties": { "east": "tall", "north": "tall", @@ -31397,7 +33218,7 @@ } }, { - "id": 15484, + "id": 16593, "properties": { "east": "tall", "north": "tall", @@ -31408,7 +33229,7 @@ } }, { - "id": 15485, + "id": 16594, "properties": { "east": "tall", "north": "tall", @@ -31419,7 +33240,7 @@ } }, { - "id": 15486, + "id": 16595, "properties": { "east": "tall", "north": "tall", @@ -31430,7 +33251,7 @@ } }, { - "id": 15487, + "id": 16596, "properties": { "east": "tall", "north": "tall", @@ -31441,7 +33262,7 @@ } }, { - "id": 15488, + "id": 16597, "properties": { "east": "tall", "north": "tall", @@ -31452,7 +33273,7 @@ } }, { - "id": 15489, + "id": 16598, "properties": { "east": "tall", "north": "tall", @@ -31463,7 +33284,7 @@ } }, { - "id": 15490, + "id": 16599, "properties": { "east": "tall", "north": "tall", @@ -31474,7 +33295,7 @@ } }, { - "id": 15491, + "id": 16600, "properties": { "east": "tall", "north": "tall", @@ -31485,7 +33306,7 @@ } }, { - "id": 15492, + "id": 16601, "properties": { "east": "tall", "north": "tall", @@ -31496,7 +33317,7 @@ } }, { - "id": 15493, + "id": 16602, "properties": { "east": "tall", "north": "tall", @@ -31507,7 +33328,7 @@ } }, { - "id": 15494, + "id": 16603, "properties": { "east": "tall", "north": "tall", @@ -31518,7 +33339,7 @@ } }, { - "id": 15495, + "id": 16604, "properties": { "east": "tall", "north": "tall", @@ -31529,7 +33350,7 @@ } }, { - "id": 15496, + "id": 16605, "properties": { "east": "tall", "north": "tall", @@ -31540,7 +33361,7 @@ } }, { - "id": 15497, + "id": 16606, "properties": { "east": "tall", "north": "tall", @@ -31551,7 +33372,7 @@ } }, { - "id": 15498, + "id": 16607, "properties": { "east": "tall", "north": "tall", @@ -31562,7 +33383,7 @@ } }, { - "id": 15499, + "id": 16608, "properties": { "east": "tall", "north": "tall", @@ -31573,7 +33394,7 @@ } }, { - "id": 15500, + "id": 16609, "properties": { "east": "tall", "north": "tall", @@ -31584,7 +33405,7 @@ } }, { - "id": 15501, + "id": 16610, "properties": { "east": "tall", "north": "tall", @@ -31595,7 +33416,7 @@ } }, { - "id": 15502, + "id": 16611, "properties": { "east": "tall", "north": "tall", @@ -31606,7 +33427,7 @@ } }, { - "id": 15503, + "id": 16612, "properties": { "east": "tall", "north": "tall", @@ -31617,7 +33438,7 @@ } }, { - "id": 15504, + "id": 16613, "properties": { "east": "tall", "north": "tall", @@ -31628,7 +33449,7 @@ } }, { - "id": 15505, + "id": 16614, "properties": { "east": "tall", "north": "tall", @@ -31639,7 +33460,7 @@ } }, { - "id": 15506, + "id": 16615, "properties": { "east": "tall", "north": "tall", @@ -31692,97 +33513,97 @@ "states": [ { "default": true, - "id": 11840, + "id": 12917, "properties": { "rotation": "0" } }, { - "id": 11841, + "id": 12918, "properties": { "rotation": "1" } }, { - "id": 11842, + "id": 12919, "properties": { "rotation": "2" } }, { - "id": 11843, + "id": 12920, "properties": { "rotation": "3" } }, { - "id": 11844, + "id": 12921, "properties": { "rotation": "4" } }, { - "id": 11845, + "id": 12922, "properties": { "rotation": "5" } }, { - "id": 11846, + "id": 12923, "properties": { "rotation": "6" } }, { - "id": 11847, + "id": 12924, "properties": { "rotation": "7" } }, { - "id": 11848, + "id": 12925, "properties": { "rotation": "8" } }, { - "id": 11849, + "id": 12926, "properties": { "rotation": "9" } }, { - "id": 11850, + "id": 12927, "properties": { "rotation": "10" } }, { - "id": 11851, + "id": 12928, "properties": { "rotation": "11" } }, { - "id": 11852, + "id": 12929, "properties": { "rotation": "12" } }, { - "id": 11853, + "id": 12930, "properties": { "rotation": "13" } }, { - "id": 11854, + "id": 12931, "properties": { "rotation": "14" } }, { - "id": 11855, + "id": 12932, "properties": { "rotation": "15" } @@ -31966,7 +33787,7 @@ }, "states": [ { - "id": 21961, + "id": 23102, "properties": { "candles": "1", "lit": "true", @@ -31974,7 +33795,7 @@ } }, { - "id": 21962, + "id": 23103, "properties": { "candles": "1", "lit": "true", @@ -31982,7 +33803,7 @@ } }, { - "id": 21963, + "id": 23104, "properties": { "candles": "1", "lit": "false", @@ -31991,7 +33812,7 @@ }, { "default": true, - "id": 21964, + "id": 23105, "properties": { "candles": "1", "lit": "false", @@ -31999,7 +33820,7 @@ } }, { - "id": 21965, + "id": 23106, "properties": { "candles": "2", "lit": "true", @@ -32007,7 +33828,7 @@ } }, { - "id": 21966, + "id": 23107, "properties": { "candles": "2", "lit": "true", @@ -32015,7 +33836,7 @@ } }, { - "id": 21967, + "id": 23108, "properties": { "candles": "2", "lit": "false", @@ -32023,7 +33844,7 @@ } }, { - "id": 21968, + "id": 23109, "properties": { "candles": "2", "lit": "false", @@ -32031,7 +33852,7 @@ } }, { - "id": 21969, + "id": 23110, "properties": { "candles": "3", "lit": "true", @@ -32039,7 +33860,7 @@ } }, { - "id": 21970, + "id": 23111, "properties": { "candles": "3", "lit": "true", @@ -32047,7 +33868,7 @@ } }, { - "id": 21971, + "id": 23112, "properties": { "candles": "3", "lit": "false", @@ -32055,7 +33876,7 @@ } }, { - "id": 21972, + "id": 23113, "properties": { "candles": "3", "lit": "false", @@ -32063,7 +33884,7 @@ } }, { - "id": 21973, + "id": 23114, "properties": { "candles": "4", "lit": "true", @@ -32071,7 +33892,7 @@ } }, { - "id": 21974, + "id": 23115, "properties": { "candles": "4", "lit": "true", @@ -32079,7 +33900,7 @@ } }, { - "id": 21975, + "id": 23116, "properties": { "candles": "4", "lit": "false", @@ -32087,7 +33908,7 @@ } }, { - "id": 21976, + "id": 23117, "properties": { "candles": "4", "lit": "false", @@ -32110,14 +33931,14 @@ }, "states": [ { - "id": 22051, + "id": 23192, "properties": { "lit": "true" } }, { "default": true, - "id": 22052, + "id": 23193, "properties": { "lit": "false" } @@ -32133,7 +33954,7 @@ "states": [ { "default": true, - "id": 11629 + "id": 12706 } ] }, @@ -32145,7 +33966,7 @@ "states": [ { "default": true, - "id": 13763 + "id": 14840 } ] }, @@ -32158,7 +33979,7 @@ "states": [ { "default": true, - "id": 13779 + "id": 14856 } ] }, @@ -32178,25 +33999,25 @@ "states": [ { "default": true, - "id": 13735, + "id": 14812, "properties": { "facing": "north" } }, { - "id": 13736, + "id": 14813, "properties": { "facing": "south" } }, { - "id": 13737, + "id": 14814, "properties": { "facing": "west" } }, { - "id": 13738, + "id": 14815, "properties": { "facing": "east" } @@ -32250,7 +34071,7 @@ "states": [ { "default": true, - "id": 6792, + "id": 7565, "properties": { "down": "true", "east": "true", @@ -32261,7 +34082,7 @@ } }, { - "id": 6793, + "id": 7566, "properties": { "down": "true", "east": "true", @@ -32272,7 +34093,7 @@ } }, { - "id": 6794, + "id": 7567, "properties": { "down": "true", "east": "true", @@ -32283,7 +34104,7 @@ } }, { - "id": 6795, + "id": 7568, "properties": { "down": "true", "east": "true", @@ -32294,7 +34115,7 @@ } }, { - "id": 6796, + "id": 7569, "properties": { "down": "true", "east": "true", @@ -32305,7 +34126,7 @@ } }, { - "id": 6797, + "id": 7570, "properties": { "down": "true", "east": "true", @@ -32316,7 +34137,7 @@ } }, { - "id": 6798, + "id": 7571, "properties": { "down": "true", "east": "true", @@ -32327,7 +34148,7 @@ } }, { - "id": 6799, + "id": 7572, "properties": { "down": "true", "east": "true", @@ -32338,7 +34159,7 @@ } }, { - "id": 6800, + "id": 7573, "properties": { "down": "true", "east": "true", @@ -32349,7 +34170,7 @@ } }, { - "id": 6801, + "id": 7574, "properties": { "down": "true", "east": "true", @@ -32360,7 +34181,7 @@ } }, { - "id": 6802, + "id": 7575, "properties": { "down": "true", "east": "true", @@ -32371,7 +34192,7 @@ } }, { - "id": 6803, + "id": 7576, "properties": { "down": "true", "east": "true", @@ -32382,7 +34203,7 @@ } }, { - "id": 6804, + "id": 7577, "properties": { "down": "true", "east": "true", @@ -32393,7 +34214,7 @@ } }, { - "id": 6805, + "id": 7578, "properties": { "down": "true", "east": "true", @@ -32404,7 +34225,7 @@ } }, { - "id": 6806, + "id": 7579, "properties": { "down": "true", "east": "true", @@ -32415,7 +34236,7 @@ } }, { - "id": 6807, + "id": 7580, "properties": { "down": "true", "east": "true", @@ -32426,7 +34247,7 @@ } }, { - "id": 6808, + "id": 7581, "properties": { "down": "true", "east": "false", @@ -32437,7 +34258,7 @@ } }, { - "id": 6809, + "id": 7582, "properties": { "down": "true", "east": "false", @@ -32448,7 +34269,7 @@ } }, { - "id": 6810, + "id": 7583, "properties": { "down": "true", "east": "false", @@ -32459,7 +34280,7 @@ } }, { - "id": 6811, + "id": 7584, "properties": { "down": "true", "east": "false", @@ -32470,7 +34291,7 @@ } }, { - "id": 6812, + "id": 7585, "properties": { "down": "true", "east": "false", @@ -32481,7 +34302,7 @@ } }, { - "id": 6813, + "id": 7586, "properties": { "down": "true", "east": "false", @@ -32492,7 +34313,7 @@ } }, { - "id": 6814, + "id": 7587, "properties": { "down": "true", "east": "false", @@ -32503,7 +34324,7 @@ } }, { - "id": 6815, + "id": 7588, "properties": { "down": "true", "east": "false", @@ -32514,7 +34335,7 @@ } }, { - "id": 6816, + "id": 7589, "properties": { "down": "true", "east": "false", @@ -32525,7 +34346,7 @@ } }, { - "id": 6817, + "id": 7590, "properties": { "down": "true", "east": "false", @@ -32536,7 +34357,7 @@ } }, { - "id": 6818, + "id": 7591, "properties": { "down": "true", "east": "false", @@ -32547,7 +34368,7 @@ } }, { - "id": 6819, + "id": 7592, "properties": { "down": "true", "east": "false", @@ -32558,7 +34379,7 @@ } }, { - "id": 6820, + "id": 7593, "properties": { "down": "true", "east": "false", @@ -32569,7 +34390,7 @@ } }, { - "id": 6821, + "id": 7594, "properties": { "down": "true", "east": "false", @@ -32580,7 +34401,7 @@ } }, { - "id": 6822, + "id": 7595, "properties": { "down": "true", "east": "false", @@ -32591,7 +34412,7 @@ } }, { - "id": 6823, + "id": 7596, "properties": { "down": "true", "east": "false", @@ -32602,7 +34423,7 @@ } }, { - "id": 6824, + "id": 7597, "properties": { "down": "false", "east": "true", @@ -32613,7 +34434,7 @@ } }, { - "id": 6825, + "id": 7598, "properties": { "down": "false", "east": "true", @@ -32624,7 +34445,7 @@ } }, { - "id": 6826, + "id": 7599, "properties": { "down": "false", "east": "true", @@ -32635,7 +34456,7 @@ } }, { - "id": 6827, + "id": 7600, "properties": { "down": "false", "east": "true", @@ -32646,7 +34467,7 @@ } }, { - "id": 6828, + "id": 7601, "properties": { "down": "false", "east": "true", @@ -32657,7 +34478,7 @@ } }, { - "id": 6829, + "id": 7602, "properties": { "down": "false", "east": "true", @@ -32668,7 +34489,7 @@ } }, { - "id": 6830, + "id": 7603, "properties": { "down": "false", "east": "true", @@ -32679,7 +34500,7 @@ } }, { - "id": 6831, + "id": 7604, "properties": { "down": "false", "east": "true", @@ -32690,7 +34511,7 @@ } }, { - "id": 6832, + "id": 7605, "properties": { "down": "false", "east": "true", @@ -32701,7 +34522,7 @@ } }, { - "id": 6833, + "id": 7606, "properties": { "down": "false", "east": "true", @@ -32712,7 +34533,7 @@ } }, { - "id": 6834, + "id": 7607, "properties": { "down": "false", "east": "true", @@ -32723,7 +34544,7 @@ } }, { - "id": 6835, + "id": 7608, "properties": { "down": "false", "east": "true", @@ -32734,7 +34555,7 @@ } }, { - "id": 6836, + "id": 7609, "properties": { "down": "false", "east": "true", @@ -32745,7 +34566,7 @@ } }, { - "id": 6837, + "id": 7610, "properties": { "down": "false", "east": "true", @@ -32756,7 +34577,7 @@ } }, { - "id": 6838, + "id": 7611, "properties": { "down": "false", "east": "true", @@ -32767,7 +34588,7 @@ } }, { - "id": 6839, + "id": 7612, "properties": { "down": "false", "east": "true", @@ -32778,7 +34599,7 @@ } }, { - "id": 6840, + "id": 7613, "properties": { "down": "false", "east": "false", @@ -32789,7 +34610,7 @@ } }, { - "id": 6841, + "id": 7614, "properties": { "down": "false", "east": "false", @@ -32800,7 +34621,7 @@ } }, { - "id": 6842, + "id": 7615, "properties": { "down": "false", "east": "false", @@ -32811,7 +34632,7 @@ } }, { - "id": 6843, + "id": 7616, "properties": { "down": "false", "east": "false", @@ -32822,7 +34643,7 @@ } }, { - "id": 6844, + "id": 7617, "properties": { "down": "false", "east": "false", @@ -32833,7 +34654,7 @@ } }, { - "id": 6845, + "id": 7618, "properties": { "down": "false", "east": "false", @@ -32844,7 +34665,7 @@ } }, { - "id": 6846, + "id": 7619, "properties": { "down": "false", "east": "false", @@ -32855,7 +34676,7 @@ } }, { - "id": 6847, + "id": 7620, "properties": { "down": "false", "east": "false", @@ -32866,7 +34687,7 @@ } }, { - "id": 6848, + "id": 7621, "properties": { "down": "false", "east": "false", @@ -32877,7 +34698,7 @@ } }, { - "id": 6849, + "id": 7622, "properties": { "down": "false", "east": "false", @@ -32888,7 +34709,7 @@ } }, { - "id": 6850, + "id": 7623, "properties": { "down": "false", "east": "false", @@ -32899,7 +34720,7 @@ } }, { - "id": 6851, + "id": 7624, "properties": { "down": "false", "east": "false", @@ -32910,7 +34731,7 @@ } }, { - "id": 6852, + "id": 7625, "properties": { "down": "false", "east": "false", @@ -32921,7 +34742,7 @@ } }, { - "id": 6853, + "id": 7626, "properties": { "down": "false", "east": "false", @@ -32932,7 +34753,7 @@ } }, { - "id": 6854, + "id": 7627, "properties": { "down": "false", "east": "false", @@ -32943,7 +34764,7 @@ } }, { - "id": 6855, + "id": 7628, "properties": { "down": "false", "east": "false", @@ -32973,38 +34794,38 @@ }, "states": [ { - "id": 13663, + "id": 14740, "properties": { "facing": "north" } }, { - "id": 13664, + "id": 14741, "properties": { "facing": "east" } }, { - "id": 13665, + "id": 14742, "properties": { "facing": "south" } }, { - "id": 13666, + "id": 14743, "properties": { "facing": "west" } }, { "default": true, - "id": 13667, + "id": 14744, "properties": { "facing": "up" } }, { - "id": 13668, + "id": 14745, "properties": { "facing": "down" } @@ -33020,7 +34841,7 @@ "states": [ { "default": true, - "id": 6136 + "id": 6909 } ] }, @@ -33054,7 +34875,7 @@ }, "states": [ { - "id": 10565, + "id": 11642, "properties": { "east": "true", "north": "true", @@ -33064,7 +34885,7 @@ } }, { - "id": 10566, + "id": 11643, "properties": { "east": "true", "north": "true", @@ -33074,7 +34895,7 @@ } }, { - "id": 10567, + "id": 11644, "properties": { "east": "true", "north": "true", @@ -33084,7 +34905,7 @@ } }, { - "id": 10568, + "id": 11645, "properties": { "east": "true", "north": "true", @@ -33094,7 +34915,7 @@ } }, { - "id": 10569, + "id": 11646, "properties": { "east": "true", "north": "true", @@ -33104,7 +34925,7 @@ } }, { - "id": 10570, + "id": 11647, "properties": { "east": "true", "north": "true", @@ -33114,7 +34935,7 @@ } }, { - "id": 10571, + "id": 11648, "properties": { "east": "true", "north": "true", @@ -33124,7 +34945,7 @@ } }, { - "id": 10572, + "id": 11649, "properties": { "east": "true", "north": "true", @@ -33134,7 +34955,7 @@ } }, { - "id": 10573, + "id": 11650, "properties": { "east": "true", "north": "false", @@ -33144,7 +34965,7 @@ } }, { - "id": 10574, + "id": 11651, "properties": { "east": "true", "north": "false", @@ -33154,7 +34975,7 @@ } }, { - "id": 10575, + "id": 11652, "properties": { "east": "true", "north": "false", @@ -33164,7 +34985,7 @@ } }, { - "id": 10576, + "id": 11653, "properties": { "east": "true", "north": "false", @@ -33174,7 +34995,7 @@ } }, { - "id": 10577, + "id": 11654, "properties": { "east": "true", "north": "false", @@ -33184,7 +35005,7 @@ } }, { - "id": 10578, + "id": 11655, "properties": { "east": "true", "north": "false", @@ -33194,7 +35015,7 @@ } }, { - "id": 10579, + "id": 11656, "properties": { "east": "true", "north": "false", @@ -33204,7 +35025,7 @@ } }, { - "id": 10580, + "id": 11657, "properties": { "east": "true", "north": "false", @@ -33214,7 +35035,7 @@ } }, { - "id": 10581, + "id": 11658, "properties": { "east": "false", "north": "true", @@ -33224,7 +35045,7 @@ } }, { - "id": 10582, + "id": 11659, "properties": { "east": "false", "north": "true", @@ -33234,7 +35055,7 @@ } }, { - "id": 10583, + "id": 11660, "properties": { "east": "false", "north": "true", @@ -33244,7 +35065,7 @@ } }, { - "id": 10584, + "id": 11661, "properties": { "east": "false", "north": "true", @@ -33254,7 +35075,7 @@ } }, { - "id": 10585, + "id": 11662, "properties": { "east": "false", "north": "true", @@ -33264,7 +35085,7 @@ } }, { - "id": 10586, + "id": 11663, "properties": { "east": "false", "north": "true", @@ -33274,7 +35095,7 @@ } }, { - "id": 10587, + "id": 11664, "properties": { "east": "false", "north": "true", @@ -33284,7 +35105,7 @@ } }, { - "id": 10588, + "id": 11665, "properties": { "east": "false", "north": "true", @@ -33294,7 +35115,7 @@ } }, { - "id": 10589, + "id": 11666, "properties": { "east": "false", "north": "false", @@ -33304,7 +35125,7 @@ } }, { - "id": 10590, + "id": 11667, "properties": { "east": "false", "north": "false", @@ -33314,7 +35135,7 @@ } }, { - "id": 10591, + "id": 11668, "properties": { "east": "false", "north": "false", @@ -33324,7 +35145,7 @@ } }, { - "id": 10592, + "id": 11669, "properties": { "east": "false", "north": "false", @@ -33334,7 +35155,7 @@ } }, { - "id": 10593, + "id": 11670, "properties": { "east": "false", "north": "false", @@ -33344,7 +35165,7 @@ } }, { - "id": 10594, + "id": 11671, "properties": { "east": "false", "north": "false", @@ -33354,7 +35175,7 @@ } }, { - "id": 10595, + "id": 11672, "properties": { "east": "false", "north": "false", @@ -33365,7 +35186,7 @@ }, { "default": true, - "id": 10596, + "id": 11673, "properties": { "east": "false", "north": "false", @@ -33378,13 +35199,13 @@ }, "minecraft:brown_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10177 + "id": 11254 } ] }, @@ -33405,25 +35226,25 @@ "states": [ { "default": true, - "id": 11952, + "id": 13029, "properties": { "facing": "north" } }, { - "id": 11953, + "id": 13030, "properties": { "facing": "south" } }, { - "id": 11954, + "id": 13031, "properties": { "facing": "west" } }, { - "id": 11955, + "id": 13032, "properties": { "facing": "east" } @@ -33456,13 +35277,13 @@ "states": [ { "default": true, - "id": 13983, + "id": 15092, "properties": { "drag": "true" } }, { - "id": 13984, + "id": 15093, "properties": { "drag": "false" } @@ -33484,13 +35305,13 @@ "states": [ { "default": true, - "id": 13850, + "id": 14959, "properties": { "waterlogged": "true" } }, { - "id": 13851, + "id": 14960, "properties": { "waterlogged": "false" } @@ -33506,7 +35327,7 @@ "states": [ { "default": true, - "id": 13833 + "id": 14942 } ] }, @@ -33525,13 +35346,13 @@ "states": [ { "default": true, - "id": 13870, + "id": 14979, "properties": { "waterlogged": "true" } }, { - "id": 13871, + "id": 14980, "properties": { "waterlogged": "false" } @@ -33559,56 +35380,56 @@ "states": [ { "default": true, - "id": 13932, + "id": 15041, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13933, + "id": 15042, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13934, + "id": 15043, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13935, + "id": 15044, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13936, + "id": 15045, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13937, + "id": 15046, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13938, + "id": 15047, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13939, + "id": 15048, "properties": { "facing": "east", "waterlogged": "false" @@ -33624,7 +35445,7 @@ "states": [ { "default": true, - "id": 22060 + "id": 23201 } ] }, @@ -33668,97 +35489,97 @@ "states": [ { "default": true, - "id": 5960, + "id": 6728, "properties": { "age": "0" } }, { - "id": 5961, + "id": 6729, "properties": { "age": "1" } }, { - "id": 5962, + "id": 6730, "properties": { "age": "2" } }, { - "id": 5963, + "id": 6731, "properties": { "age": "3" } }, { - "id": 5964, + "id": 6732, "properties": { "age": "4" } }, { - "id": 5965, + "id": 6733, "properties": { "age": "5" } }, { - "id": 5966, + "id": 6734, "properties": { "age": "6" } }, { - "id": 5967, + "id": 6735, "properties": { "age": "7" } }, { - "id": 5968, + "id": 6736, "properties": { "age": "8" } }, { - "id": 5969, + "id": 6737, "properties": { "age": "9" } }, { - "id": 5970, + "id": 6738, "properties": { "age": "10" } }, { - "id": 5971, + "id": 6739, "properties": { "age": "11" } }, { - "id": 5972, + "id": 6740, "properties": { "age": "12" } }, { - "id": 5973, + "id": 6741, "properties": { "age": "13" } }, { - "id": 5974, + "id": 6742, "properties": { "age": "14" } }, { - "id": 5975, + "id": 6743, "properties": { "age": "15" } @@ -33773,7 +35594,7 @@ "states": [ { "default": true, - "id": 5976 + "id": 6744 } ] }, @@ -33796,43 +35617,43 @@ "states": [ { "default": true, - "id": 6053, + "id": 6826, "properties": { "bites": "0" } }, { - "id": 6054, + "id": 6827, "properties": { "bites": "1" } }, { - "id": 6055, + "id": 6828, "properties": { "bites": "2" } }, { - "id": 6056, + "id": 6829, "properties": { "bites": "3" } }, { - "id": 6057, + "id": 6830, "properties": { "bites": "4" } }, { - "id": 6058, + "id": 6831, "properties": { "bites": "5" } }, { - "id": 6059, + "id": 6832, "properties": { "bites": "6" } @@ -33847,7 +35668,7 @@ "states": [ { "default": true, - "id": 23344 + "id": 24485 } ] }, @@ -33893,7 +35714,7 @@ }, "states": [ { - "id": 23443, + "id": 24584, "properties": { "facing": "north", "power": "0", @@ -33903,7 +35724,7 @@ }, { "default": true, - "id": 23444, + "id": 24585, "properties": { "facing": "north", "power": "0", @@ -33912,7 +35733,7 @@ } }, { - "id": 23445, + "id": 24586, "properties": { "facing": "north", "power": "0", @@ -33921,7 +35742,7 @@ } }, { - "id": 23446, + "id": 24587, "properties": { "facing": "north", "power": "0", @@ -33930,7 +35751,7 @@ } }, { - "id": 23447, + "id": 24588, "properties": { "facing": "north", "power": "0", @@ -33939,7 +35760,7 @@ } }, { - "id": 23448, + "id": 24589, "properties": { "facing": "north", "power": "0", @@ -33948,7 +35769,7 @@ } }, { - "id": 23449, + "id": 24590, "properties": { "facing": "north", "power": "1", @@ -33957,7 +35778,7 @@ } }, { - "id": 23450, + "id": 24591, "properties": { "facing": "north", "power": "1", @@ -33966,7 +35787,7 @@ } }, { - "id": 23451, + "id": 24592, "properties": { "facing": "north", "power": "1", @@ -33975,7 +35796,7 @@ } }, { - "id": 23452, + "id": 24593, "properties": { "facing": "north", "power": "1", @@ -33984,7 +35805,7 @@ } }, { - "id": 23453, + "id": 24594, "properties": { "facing": "north", "power": "1", @@ -33993,7 +35814,7 @@ } }, { - "id": 23454, + "id": 24595, "properties": { "facing": "north", "power": "1", @@ -34002,7 +35823,7 @@ } }, { - "id": 23455, + "id": 24596, "properties": { "facing": "north", "power": "2", @@ -34011,7 +35832,7 @@ } }, { - "id": 23456, + "id": 24597, "properties": { "facing": "north", "power": "2", @@ -34020,7 +35841,7 @@ } }, { - "id": 23457, + "id": 24598, "properties": { "facing": "north", "power": "2", @@ -34029,7 +35850,7 @@ } }, { - "id": 23458, + "id": 24599, "properties": { "facing": "north", "power": "2", @@ -34038,7 +35859,7 @@ } }, { - "id": 23459, + "id": 24600, "properties": { "facing": "north", "power": "2", @@ -34047,7 +35868,7 @@ } }, { - "id": 23460, + "id": 24601, "properties": { "facing": "north", "power": "2", @@ -34056,7 +35877,7 @@ } }, { - "id": 23461, + "id": 24602, "properties": { "facing": "north", "power": "3", @@ -34065,7 +35886,7 @@ } }, { - "id": 23462, + "id": 24603, "properties": { "facing": "north", "power": "3", @@ -34074,7 +35895,7 @@ } }, { - "id": 23463, + "id": 24604, "properties": { "facing": "north", "power": "3", @@ -34083,7 +35904,7 @@ } }, { - "id": 23464, + "id": 24605, "properties": { "facing": "north", "power": "3", @@ -34092,7 +35913,7 @@ } }, { - "id": 23465, + "id": 24606, "properties": { "facing": "north", "power": "3", @@ -34101,7 +35922,7 @@ } }, { - "id": 23466, + "id": 24607, "properties": { "facing": "north", "power": "3", @@ -34110,7 +35931,7 @@ } }, { - "id": 23467, + "id": 24608, "properties": { "facing": "north", "power": "4", @@ -34119,7 +35940,7 @@ } }, { - "id": 23468, + "id": 24609, "properties": { "facing": "north", "power": "4", @@ -34128,7 +35949,7 @@ } }, { - "id": 23469, + "id": 24610, "properties": { "facing": "north", "power": "4", @@ -34137,7 +35958,7 @@ } }, { - "id": 23470, + "id": 24611, "properties": { "facing": "north", "power": "4", @@ -34146,7 +35967,7 @@ } }, { - "id": 23471, + "id": 24612, "properties": { "facing": "north", "power": "4", @@ -34155,7 +35976,7 @@ } }, { - "id": 23472, + "id": 24613, "properties": { "facing": "north", "power": "4", @@ -34164,7 +35985,7 @@ } }, { - "id": 23473, + "id": 24614, "properties": { "facing": "north", "power": "5", @@ -34173,7 +35994,7 @@ } }, { - "id": 23474, + "id": 24615, "properties": { "facing": "north", "power": "5", @@ -34182,7 +36003,7 @@ } }, { - "id": 23475, + "id": 24616, "properties": { "facing": "north", "power": "5", @@ -34191,7 +36012,7 @@ } }, { - "id": 23476, + "id": 24617, "properties": { "facing": "north", "power": "5", @@ -34200,7 +36021,7 @@ } }, { - "id": 23477, + "id": 24618, "properties": { "facing": "north", "power": "5", @@ -34209,7 +36030,7 @@ } }, { - "id": 23478, + "id": 24619, "properties": { "facing": "north", "power": "5", @@ -34218,7 +36039,7 @@ } }, { - "id": 23479, + "id": 24620, "properties": { "facing": "north", "power": "6", @@ -34227,7 +36048,7 @@ } }, { - "id": 23480, + "id": 24621, "properties": { "facing": "north", "power": "6", @@ -34236,7 +36057,7 @@ } }, { - "id": 23481, + "id": 24622, "properties": { "facing": "north", "power": "6", @@ -34245,7 +36066,7 @@ } }, { - "id": 23482, + "id": 24623, "properties": { "facing": "north", "power": "6", @@ -34254,7 +36075,7 @@ } }, { - "id": 23483, + "id": 24624, "properties": { "facing": "north", "power": "6", @@ -34263,7 +36084,7 @@ } }, { - "id": 23484, + "id": 24625, "properties": { "facing": "north", "power": "6", @@ -34272,7 +36093,7 @@ } }, { - "id": 23485, + "id": 24626, "properties": { "facing": "north", "power": "7", @@ -34281,7 +36102,7 @@ } }, { - "id": 23486, + "id": 24627, "properties": { "facing": "north", "power": "7", @@ -34290,7 +36111,7 @@ } }, { - "id": 23487, + "id": 24628, "properties": { "facing": "north", "power": "7", @@ -34299,7 +36120,7 @@ } }, { - "id": 23488, + "id": 24629, "properties": { "facing": "north", "power": "7", @@ -34308,7 +36129,7 @@ } }, { - "id": 23489, + "id": 24630, "properties": { "facing": "north", "power": "7", @@ -34317,7 +36138,7 @@ } }, { - "id": 23490, + "id": 24631, "properties": { "facing": "north", "power": "7", @@ -34326,7 +36147,7 @@ } }, { - "id": 23491, + "id": 24632, "properties": { "facing": "north", "power": "8", @@ -34335,7 +36156,7 @@ } }, { - "id": 23492, + "id": 24633, "properties": { "facing": "north", "power": "8", @@ -34344,7 +36165,7 @@ } }, { - "id": 23493, + "id": 24634, "properties": { "facing": "north", "power": "8", @@ -34353,7 +36174,7 @@ } }, { - "id": 23494, + "id": 24635, "properties": { "facing": "north", "power": "8", @@ -34362,7 +36183,7 @@ } }, { - "id": 23495, + "id": 24636, "properties": { "facing": "north", "power": "8", @@ -34371,7 +36192,7 @@ } }, { - "id": 23496, + "id": 24637, "properties": { "facing": "north", "power": "8", @@ -34380,7 +36201,7 @@ } }, { - "id": 23497, + "id": 24638, "properties": { "facing": "north", "power": "9", @@ -34389,7 +36210,7 @@ } }, { - "id": 23498, + "id": 24639, "properties": { "facing": "north", "power": "9", @@ -34398,7 +36219,7 @@ } }, { - "id": 23499, + "id": 24640, "properties": { "facing": "north", "power": "9", @@ -34407,7 +36228,7 @@ } }, { - "id": 23500, + "id": 24641, "properties": { "facing": "north", "power": "9", @@ -34416,7 +36237,7 @@ } }, { - "id": 23501, + "id": 24642, "properties": { "facing": "north", "power": "9", @@ -34425,7 +36246,7 @@ } }, { - "id": 23502, + "id": 24643, "properties": { "facing": "north", "power": "9", @@ -34434,7 +36255,7 @@ } }, { - "id": 23503, + "id": 24644, "properties": { "facing": "north", "power": "10", @@ -34443,7 +36264,7 @@ } }, { - "id": 23504, + "id": 24645, "properties": { "facing": "north", "power": "10", @@ -34452,7 +36273,7 @@ } }, { - "id": 23505, + "id": 24646, "properties": { "facing": "north", "power": "10", @@ -34461,7 +36282,7 @@ } }, { - "id": 23506, + "id": 24647, "properties": { "facing": "north", "power": "10", @@ -34470,7 +36291,7 @@ } }, { - "id": 23507, + "id": 24648, "properties": { "facing": "north", "power": "10", @@ -34479,7 +36300,7 @@ } }, { - "id": 23508, + "id": 24649, "properties": { "facing": "north", "power": "10", @@ -34488,7 +36309,7 @@ } }, { - "id": 23509, + "id": 24650, "properties": { "facing": "north", "power": "11", @@ -34497,7 +36318,7 @@ } }, { - "id": 23510, + "id": 24651, "properties": { "facing": "north", "power": "11", @@ -34506,7 +36327,7 @@ } }, { - "id": 23511, + "id": 24652, "properties": { "facing": "north", "power": "11", @@ -34515,7 +36336,7 @@ } }, { - "id": 23512, + "id": 24653, "properties": { "facing": "north", "power": "11", @@ -34524,7 +36345,7 @@ } }, { - "id": 23513, + "id": 24654, "properties": { "facing": "north", "power": "11", @@ -34533,7 +36354,7 @@ } }, { - "id": 23514, + "id": 24655, "properties": { "facing": "north", "power": "11", @@ -34542,7 +36363,7 @@ } }, { - "id": 23515, + "id": 24656, "properties": { "facing": "north", "power": "12", @@ -34551,7 +36372,7 @@ } }, { - "id": 23516, + "id": 24657, "properties": { "facing": "north", "power": "12", @@ -34560,7 +36381,7 @@ } }, { - "id": 23517, + "id": 24658, "properties": { "facing": "north", "power": "12", @@ -34569,7 +36390,7 @@ } }, { - "id": 23518, + "id": 24659, "properties": { "facing": "north", "power": "12", @@ -34578,7 +36399,7 @@ } }, { - "id": 23519, + "id": 24660, "properties": { "facing": "north", "power": "12", @@ -34587,7 +36408,7 @@ } }, { - "id": 23520, + "id": 24661, "properties": { "facing": "north", "power": "12", @@ -34596,7 +36417,7 @@ } }, { - "id": 23521, + "id": 24662, "properties": { "facing": "north", "power": "13", @@ -34605,7 +36426,7 @@ } }, { - "id": 23522, + "id": 24663, "properties": { "facing": "north", "power": "13", @@ -34614,7 +36435,7 @@ } }, { - "id": 23523, + "id": 24664, "properties": { "facing": "north", "power": "13", @@ -34623,7 +36444,7 @@ } }, { - "id": 23524, + "id": 24665, "properties": { "facing": "north", "power": "13", @@ -34632,7 +36453,7 @@ } }, { - "id": 23525, + "id": 24666, "properties": { "facing": "north", "power": "13", @@ -34641,7 +36462,7 @@ } }, { - "id": 23526, + "id": 24667, "properties": { "facing": "north", "power": "13", @@ -34650,7 +36471,7 @@ } }, { - "id": 23527, + "id": 24668, "properties": { "facing": "north", "power": "14", @@ -34659,7 +36480,7 @@ } }, { - "id": 23528, + "id": 24669, "properties": { "facing": "north", "power": "14", @@ -34668,7 +36489,7 @@ } }, { - "id": 23529, + "id": 24670, "properties": { "facing": "north", "power": "14", @@ -34677,7 +36498,7 @@ } }, { - "id": 23530, + "id": 24671, "properties": { "facing": "north", "power": "14", @@ -34686,7 +36507,7 @@ } }, { - "id": 23531, + "id": 24672, "properties": { "facing": "north", "power": "14", @@ -34695,7 +36516,7 @@ } }, { - "id": 23532, + "id": 24673, "properties": { "facing": "north", "power": "14", @@ -34704,7 +36525,7 @@ } }, { - "id": 23533, + "id": 24674, "properties": { "facing": "north", "power": "15", @@ -34713,7 +36534,7 @@ } }, { - "id": 23534, + "id": 24675, "properties": { "facing": "north", "power": "15", @@ -34722,7 +36543,7 @@ } }, { - "id": 23535, + "id": 24676, "properties": { "facing": "north", "power": "15", @@ -34731,7 +36552,7 @@ } }, { - "id": 23536, + "id": 24677, "properties": { "facing": "north", "power": "15", @@ -34740,7 +36561,7 @@ } }, { - "id": 23537, + "id": 24678, "properties": { "facing": "north", "power": "15", @@ -34749,7 +36570,7 @@ } }, { - "id": 23538, + "id": 24679, "properties": { "facing": "north", "power": "15", @@ -34758,7 +36579,7 @@ } }, { - "id": 23539, + "id": 24680, "properties": { "facing": "south", "power": "0", @@ -34767,7 +36588,7 @@ } }, { - "id": 23540, + "id": 24681, "properties": { "facing": "south", "power": "0", @@ -34776,7 +36597,7 @@ } }, { - "id": 23541, + "id": 24682, "properties": { "facing": "south", "power": "0", @@ -34785,7 +36606,7 @@ } }, { - "id": 23542, + "id": 24683, "properties": { "facing": "south", "power": "0", @@ -34794,7 +36615,7 @@ } }, { - "id": 23543, + "id": 24684, "properties": { "facing": "south", "power": "0", @@ -34803,7 +36624,7 @@ } }, { - "id": 23544, + "id": 24685, "properties": { "facing": "south", "power": "0", @@ -34812,7 +36633,7 @@ } }, { - "id": 23545, + "id": 24686, "properties": { "facing": "south", "power": "1", @@ -34821,7 +36642,7 @@ } }, { - "id": 23546, + "id": 24687, "properties": { "facing": "south", "power": "1", @@ -34830,7 +36651,7 @@ } }, { - "id": 23547, + "id": 24688, "properties": { "facing": "south", "power": "1", @@ -34839,7 +36660,7 @@ } }, { - "id": 23548, + "id": 24689, "properties": { "facing": "south", "power": "1", @@ -34848,7 +36669,7 @@ } }, { - "id": 23549, + "id": 24690, "properties": { "facing": "south", "power": "1", @@ -34857,7 +36678,7 @@ } }, { - "id": 23550, + "id": 24691, "properties": { "facing": "south", "power": "1", @@ -34866,7 +36687,7 @@ } }, { - "id": 23551, + "id": 24692, "properties": { "facing": "south", "power": "2", @@ -34875,7 +36696,7 @@ } }, { - "id": 23552, + "id": 24693, "properties": { "facing": "south", "power": "2", @@ -34884,7 +36705,7 @@ } }, { - "id": 23553, + "id": 24694, "properties": { "facing": "south", "power": "2", @@ -34893,7 +36714,7 @@ } }, { - "id": 23554, + "id": 24695, "properties": { "facing": "south", "power": "2", @@ -34902,7 +36723,7 @@ } }, { - "id": 23555, + "id": 24696, "properties": { "facing": "south", "power": "2", @@ -34911,7 +36732,7 @@ } }, { - "id": 23556, + "id": 24697, "properties": { "facing": "south", "power": "2", @@ -34920,7 +36741,7 @@ } }, { - "id": 23557, + "id": 24698, "properties": { "facing": "south", "power": "3", @@ -34929,7 +36750,7 @@ } }, { - "id": 23558, + "id": 24699, "properties": { "facing": "south", "power": "3", @@ -34938,7 +36759,7 @@ } }, { - "id": 23559, + "id": 24700, "properties": { "facing": "south", "power": "3", @@ -34947,7 +36768,7 @@ } }, { - "id": 23560, + "id": 24701, "properties": { "facing": "south", "power": "3", @@ -34956,7 +36777,7 @@ } }, { - "id": 23561, + "id": 24702, "properties": { "facing": "south", "power": "3", @@ -34965,7 +36786,7 @@ } }, { - "id": 23562, + "id": 24703, "properties": { "facing": "south", "power": "3", @@ -34974,7 +36795,7 @@ } }, { - "id": 23563, + "id": 24704, "properties": { "facing": "south", "power": "4", @@ -34983,7 +36804,7 @@ } }, { - "id": 23564, + "id": 24705, "properties": { "facing": "south", "power": "4", @@ -34992,7 +36813,7 @@ } }, { - "id": 23565, + "id": 24706, "properties": { "facing": "south", "power": "4", @@ -35001,7 +36822,7 @@ } }, { - "id": 23566, + "id": 24707, "properties": { "facing": "south", "power": "4", @@ -35010,7 +36831,7 @@ } }, { - "id": 23567, + "id": 24708, "properties": { "facing": "south", "power": "4", @@ -35019,7 +36840,7 @@ } }, { - "id": 23568, + "id": 24709, "properties": { "facing": "south", "power": "4", @@ -35028,7 +36849,7 @@ } }, { - "id": 23569, + "id": 24710, "properties": { "facing": "south", "power": "5", @@ -35037,7 +36858,7 @@ } }, { - "id": 23570, + "id": 24711, "properties": { "facing": "south", "power": "5", @@ -35046,7 +36867,7 @@ } }, { - "id": 23571, + "id": 24712, "properties": { "facing": "south", "power": "5", @@ -35055,7 +36876,7 @@ } }, { - "id": 23572, + "id": 24713, "properties": { "facing": "south", "power": "5", @@ -35064,7 +36885,7 @@ } }, { - "id": 23573, + "id": 24714, "properties": { "facing": "south", "power": "5", @@ -35073,7 +36894,7 @@ } }, { - "id": 23574, + "id": 24715, "properties": { "facing": "south", "power": "5", @@ -35082,7 +36903,7 @@ } }, { - "id": 23575, + "id": 24716, "properties": { "facing": "south", "power": "6", @@ -35091,7 +36912,7 @@ } }, { - "id": 23576, + "id": 24717, "properties": { "facing": "south", "power": "6", @@ -35100,7 +36921,7 @@ } }, { - "id": 23577, + "id": 24718, "properties": { "facing": "south", "power": "6", @@ -35109,7 +36930,7 @@ } }, { - "id": 23578, + "id": 24719, "properties": { "facing": "south", "power": "6", @@ -35118,7 +36939,7 @@ } }, { - "id": 23579, + "id": 24720, "properties": { "facing": "south", "power": "6", @@ -35127,7 +36948,7 @@ } }, { - "id": 23580, + "id": 24721, "properties": { "facing": "south", "power": "6", @@ -35136,7 +36957,7 @@ } }, { - "id": 23581, + "id": 24722, "properties": { "facing": "south", "power": "7", @@ -35145,7 +36966,7 @@ } }, { - "id": 23582, + "id": 24723, "properties": { "facing": "south", "power": "7", @@ -35154,7 +36975,7 @@ } }, { - "id": 23583, + "id": 24724, "properties": { "facing": "south", "power": "7", @@ -35163,7 +36984,7 @@ } }, { - "id": 23584, + "id": 24725, "properties": { "facing": "south", "power": "7", @@ -35172,7 +36993,7 @@ } }, { - "id": 23585, + "id": 24726, "properties": { "facing": "south", "power": "7", @@ -35181,7 +37002,7 @@ } }, { - "id": 23586, + "id": 24727, "properties": { "facing": "south", "power": "7", @@ -35190,7 +37011,7 @@ } }, { - "id": 23587, + "id": 24728, "properties": { "facing": "south", "power": "8", @@ -35199,7 +37020,7 @@ } }, { - "id": 23588, + "id": 24729, "properties": { "facing": "south", "power": "8", @@ -35208,7 +37029,7 @@ } }, { - "id": 23589, + "id": 24730, "properties": { "facing": "south", "power": "8", @@ -35217,7 +37038,7 @@ } }, { - "id": 23590, + "id": 24731, "properties": { "facing": "south", "power": "8", @@ -35226,7 +37047,7 @@ } }, { - "id": 23591, + "id": 24732, "properties": { "facing": "south", "power": "8", @@ -35235,7 +37056,7 @@ } }, { - "id": 23592, + "id": 24733, "properties": { "facing": "south", "power": "8", @@ -35244,7 +37065,7 @@ } }, { - "id": 23593, + "id": 24734, "properties": { "facing": "south", "power": "9", @@ -35253,7 +37074,7 @@ } }, { - "id": 23594, + "id": 24735, "properties": { "facing": "south", "power": "9", @@ -35262,7 +37083,7 @@ } }, { - "id": 23595, + "id": 24736, "properties": { "facing": "south", "power": "9", @@ -35271,7 +37092,7 @@ } }, { - "id": 23596, + "id": 24737, "properties": { "facing": "south", "power": "9", @@ -35280,7 +37101,7 @@ } }, { - "id": 23597, + "id": 24738, "properties": { "facing": "south", "power": "9", @@ -35289,7 +37110,7 @@ } }, { - "id": 23598, + "id": 24739, "properties": { "facing": "south", "power": "9", @@ -35298,7 +37119,7 @@ } }, { - "id": 23599, + "id": 24740, "properties": { "facing": "south", "power": "10", @@ -35307,7 +37128,7 @@ } }, { - "id": 23600, + "id": 24741, "properties": { "facing": "south", "power": "10", @@ -35316,7 +37137,7 @@ } }, { - "id": 23601, + "id": 24742, "properties": { "facing": "south", "power": "10", @@ -35325,7 +37146,7 @@ } }, { - "id": 23602, + "id": 24743, "properties": { "facing": "south", "power": "10", @@ -35334,7 +37155,7 @@ } }, { - "id": 23603, + "id": 24744, "properties": { "facing": "south", "power": "10", @@ -35343,7 +37164,7 @@ } }, { - "id": 23604, + "id": 24745, "properties": { "facing": "south", "power": "10", @@ -35352,7 +37173,7 @@ } }, { - "id": 23605, + "id": 24746, "properties": { "facing": "south", "power": "11", @@ -35361,7 +37182,7 @@ } }, { - "id": 23606, + "id": 24747, "properties": { "facing": "south", "power": "11", @@ -35370,7 +37191,7 @@ } }, { - "id": 23607, + "id": 24748, "properties": { "facing": "south", "power": "11", @@ -35379,7 +37200,7 @@ } }, { - "id": 23608, + "id": 24749, "properties": { "facing": "south", "power": "11", @@ -35388,7 +37209,7 @@ } }, { - "id": 23609, + "id": 24750, "properties": { "facing": "south", "power": "11", @@ -35397,7 +37218,7 @@ } }, { - "id": 23610, + "id": 24751, "properties": { "facing": "south", "power": "11", @@ -35406,7 +37227,7 @@ } }, { - "id": 23611, + "id": 24752, "properties": { "facing": "south", "power": "12", @@ -35415,7 +37236,7 @@ } }, { - "id": 23612, + "id": 24753, "properties": { "facing": "south", "power": "12", @@ -35424,7 +37245,7 @@ } }, { - "id": 23613, + "id": 24754, "properties": { "facing": "south", "power": "12", @@ -35433,7 +37254,7 @@ } }, { - "id": 23614, + "id": 24755, "properties": { "facing": "south", "power": "12", @@ -35442,7 +37263,7 @@ } }, { - "id": 23615, + "id": 24756, "properties": { "facing": "south", "power": "12", @@ -35451,7 +37272,7 @@ } }, { - "id": 23616, + "id": 24757, "properties": { "facing": "south", "power": "12", @@ -35460,7 +37281,7 @@ } }, { - "id": 23617, + "id": 24758, "properties": { "facing": "south", "power": "13", @@ -35469,7 +37290,7 @@ } }, { - "id": 23618, + "id": 24759, "properties": { "facing": "south", "power": "13", @@ -35478,7 +37299,7 @@ } }, { - "id": 23619, + "id": 24760, "properties": { "facing": "south", "power": "13", @@ -35487,7 +37308,7 @@ } }, { - "id": 23620, + "id": 24761, "properties": { "facing": "south", "power": "13", @@ -35496,7 +37317,7 @@ } }, { - "id": 23621, + "id": 24762, "properties": { "facing": "south", "power": "13", @@ -35505,7 +37326,7 @@ } }, { - "id": 23622, + "id": 24763, "properties": { "facing": "south", "power": "13", @@ -35514,7 +37335,7 @@ } }, { - "id": 23623, + "id": 24764, "properties": { "facing": "south", "power": "14", @@ -35523,7 +37344,7 @@ } }, { - "id": 23624, + "id": 24765, "properties": { "facing": "south", "power": "14", @@ -35532,7 +37353,7 @@ } }, { - "id": 23625, + "id": 24766, "properties": { "facing": "south", "power": "14", @@ -35541,7 +37362,7 @@ } }, { - "id": 23626, + "id": 24767, "properties": { "facing": "south", "power": "14", @@ -35550,7 +37371,7 @@ } }, { - "id": 23627, + "id": 24768, "properties": { "facing": "south", "power": "14", @@ -35559,7 +37380,7 @@ } }, { - "id": 23628, + "id": 24769, "properties": { "facing": "south", "power": "14", @@ -35568,7 +37389,7 @@ } }, { - "id": 23629, + "id": 24770, "properties": { "facing": "south", "power": "15", @@ -35577,7 +37398,7 @@ } }, { - "id": 23630, + "id": 24771, "properties": { "facing": "south", "power": "15", @@ -35586,7 +37407,7 @@ } }, { - "id": 23631, + "id": 24772, "properties": { "facing": "south", "power": "15", @@ -35595,7 +37416,7 @@ } }, { - "id": 23632, + "id": 24773, "properties": { "facing": "south", "power": "15", @@ -35604,7 +37425,7 @@ } }, { - "id": 23633, + "id": 24774, "properties": { "facing": "south", "power": "15", @@ -35613,7 +37434,7 @@ } }, { - "id": 23634, + "id": 24775, "properties": { "facing": "south", "power": "15", @@ -35622,7 +37443,7 @@ } }, { - "id": 23635, + "id": 24776, "properties": { "facing": "west", "power": "0", @@ -35631,7 +37452,7 @@ } }, { - "id": 23636, + "id": 24777, "properties": { "facing": "west", "power": "0", @@ -35640,7 +37461,7 @@ } }, { - "id": 23637, + "id": 24778, "properties": { "facing": "west", "power": "0", @@ -35649,7 +37470,7 @@ } }, { - "id": 23638, + "id": 24779, "properties": { "facing": "west", "power": "0", @@ -35658,7 +37479,7 @@ } }, { - "id": 23639, + "id": 24780, "properties": { "facing": "west", "power": "0", @@ -35667,7 +37488,7 @@ } }, { - "id": 23640, + "id": 24781, "properties": { "facing": "west", "power": "0", @@ -35676,7 +37497,7 @@ } }, { - "id": 23641, + "id": 24782, "properties": { "facing": "west", "power": "1", @@ -35685,7 +37506,7 @@ } }, { - "id": 23642, + "id": 24783, "properties": { "facing": "west", "power": "1", @@ -35694,7 +37515,7 @@ } }, { - "id": 23643, + "id": 24784, "properties": { "facing": "west", "power": "1", @@ -35703,7 +37524,7 @@ } }, { - "id": 23644, + "id": 24785, "properties": { "facing": "west", "power": "1", @@ -35712,7 +37533,7 @@ } }, { - "id": 23645, + "id": 24786, "properties": { "facing": "west", "power": "1", @@ -35721,7 +37542,7 @@ } }, { - "id": 23646, + "id": 24787, "properties": { "facing": "west", "power": "1", @@ -35730,7 +37551,7 @@ } }, { - "id": 23647, + "id": 24788, "properties": { "facing": "west", "power": "2", @@ -35739,7 +37560,7 @@ } }, { - "id": 23648, + "id": 24789, "properties": { "facing": "west", "power": "2", @@ -35748,7 +37569,7 @@ } }, { - "id": 23649, + "id": 24790, "properties": { "facing": "west", "power": "2", @@ -35757,7 +37578,7 @@ } }, { - "id": 23650, + "id": 24791, "properties": { "facing": "west", "power": "2", @@ -35766,7 +37587,7 @@ } }, { - "id": 23651, + "id": 24792, "properties": { "facing": "west", "power": "2", @@ -35775,7 +37596,7 @@ } }, { - "id": 23652, + "id": 24793, "properties": { "facing": "west", "power": "2", @@ -35784,7 +37605,7 @@ } }, { - "id": 23653, + "id": 24794, "properties": { "facing": "west", "power": "3", @@ -35793,7 +37614,7 @@ } }, { - "id": 23654, + "id": 24795, "properties": { "facing": "west", "power": "3", @@ -35802,7 +37623,7 @@ } }, { - "id": 23655, + "id": 24796, "properties": { "facing": "west", "power": "3", @@ -35811,7 +37632,7 @@ } }, { - "id": 23656, + "id": 24797, "properties": { "facing": "west", "power": "3", @@ -35820,7 +37641,7 @@ } }, { - "id": 23657, + "id": 24798, "properties": { "facing": "west", "power": "3", @@ -35829,7 +37650,7 @@ } }, { - "id": 23658, + "id": 24799, "properties": { "facing": "west", "power": "3", @@ -35838,7 +37659,7 @@ } }, { - "id": 23659, + "id": 24800, "properties": { "facing": "west", "power": "4", @@ -35847,7 +37668,7 @@ } }, { - "id": 23660, + "id": 24801, "properties": { "facing": "west", "power": "4", @@ -35856,7 +37677,7 @@ } }, { - "id": 23661, + "id": 24802, "properties": { "facing": "west", "power": "4", @@ -35865,7 +37686,7 @@ } }, { - "id": 23662, + "id": 24803, "properties": { "facing": "west", "power": "4", @@ -35874,7 +37695,7 @@ } }, { - "id": 23663, + "id": 24804, "properties": { "facing": "west", "power": "4", @@ -35883,7 +37704,7 @@ } }, { - "id": 23664, + "id": 24805, "properties": { "facing": "west", "power": "4", @@ -35892,7 +37713,7 @@ } }, { - "id": 23665, + "id": 24806, "properties": { "facing": "west", "power": "5", @@ -35901,7 +37722,7 @@ } }, { - "id": 23666, + "id": 24807, "properties": { "facing": "west", "power": "5", @@ -35910,7 +37731,7 @@ } }, { - "id": 23667, + "id": 24808, "properties": { "facing": "west", "power": "5", @@ -35919,7 +37740,7 @@ } }, { - "id": 23668, + "id": 24809, "properties": { "facing": "west", "power": "5", @@ -35928,7 +37749,7 @@ } }, { - "id": 23669, + "id": 24810, "properties": { "facing": "west", "power": "5", @@ -35937,7 +37758,7 @@ } }, { - "id": 23670, + "id": 24811, "properties": { "facing": "west", "power": "5", @@ -35946,7 +37767,7 @@ } }, { - "id": 23671, + "id": 24812, "properties": { "facing": "west", "power": "6", @@ -35955,7 +37776,7 @@ } }, { - "id": 23672, + "id": 24813, "properties": { "facing": "west", "power": "6", @@ -35964,7 +37785,7 @@ } }, { - "id": 23673, + "id": 24814, "properties": { "facing": "west", "power": "6", @@ -35973,7 +37794,7 @@ } }, { - "id": 23674, + "id": 24815, "properties": { "facing": "west", "power": "6", @@ -35982,7 +37803,7 @@ } }, { - "id": 23675, + "id": 24816, "properties": { "facing": "west", "power": "6", @@ -35991,7 +37812,7 @@ } }, { - "id": 23676, + "id": 24817, "properties": { "facing": "west", "power": "6", @@ -36000,7 +37821,7 @@ } }, { - "id": 23677, + "id": 24818, "properties": { "facing": "west", "power": "7", @@ -36009,7 +37830,7 @@ } }, { - "id": 23678, + "id": 24819, "properties": { "facing": "west", "power": "7", @@ -36018,7 +37839,7 @@ } }, { - "id": 23679, + "id": 24820, "properties": { "facing": "west", "power": "7", @@ -36027,7 +37848,7 @@ } }, { - "id": 23680, + "id": 24821, "properties": { "facing": "west", "power": "7", @@ -36036,7 +37857,7 @@ } }, { - "id": 23681, + "id": 24822, "properties": { "facing": "west", "power": "7", @@ -36045,7 +37866,7 @@ } }, { - "id": 23682, + "id": 24823, "properties": { "facing": "west", "power": "7", @@ -36054,7 +37875,7 @@ } }, { - "id": 23683, + "id": 24824, "properties": { "facing": "west", "power": "8", @@ -36063,7 +37884,7 @@ } }, { - "id": 23684, + "id": 24825, "properties": { "facing": "west", "power": "8", @@ -36072,7 +37893,7 @@ } }, { - "id": 23685, + "id": 24826, "properties": { "facing": "west", "power": "8", @@ -36081,7 +37902,7 @@ } }, { - "id": 23686, + "id": 24827, "properties": { "facing": "west", "power": "8", @@ -36090,7 +37911,7 @@ } }, { - "id": 23687, + "id": 24828, "properties": { "facing": "west", "power": "8", @@ -36099,7 +37920,7 @@ } }, { - "id": 23688, + "id": 24829, "properties": { "facing": "west", "power": "8", @@ -36108,7 +37929,7 @@ } }, { - "id": 23689, + "id": 24830, "properties": { "facing": "west", "power": "9", @@ -36117,7 +37938,7 @@ } }, { - "id": 23690, + "id": 24831, "properties": { "facing": "west", "power": "9", @@ -36126,7 +37947,7 @@ } }, { - "id": 23691, + "id": 24832, "properties": { "facing": "west", "power": "9", @@ -36135,7 +37956,7 @@ } }, { - "id": 23692, + "id": 24833, "properties": { "facing": "west", "power": "9", @@ -36144,7 +37965,7 @@ } }, { - "id": 23693, + "id": 24834, "properties": { "facing": "west", "power": "9", @@ -36153,7 +37974,7 @@ } }, { - "id": 23694, + "id": 24835, "properties": { "facing": "west", "power": "9", @@ -36162,7 +37983,7 @@ } }, { - "id": 23695, + "id": 24836, "properties": { "facing": "west", "power": "10", @@ -36171,7 +37992,7 @@ } }, { - "id": 23696, + "id": 24837, "properties": { "facing": "west", "power": "10", @@ -36180,7 +38001,7 @@ } }, { - "id": 23697, + "id": 24838, "properties": { "facing": "west", "power": "10", @@ -36189,7 +38010,7 @@ } }, { - "id": 23698, + "id": 24839, "properties": { "facing": "west", "power": "10", @@ -36198,7 +38019,7 @@ } }, { - "id": 23699, + "id": 24840, "properties": { "facing": "west", "power": "10", @@ -36207,7 +38028,7 @@ } }, { - "id": 23700, + "id": 24841, "properties": { "facing": "west", "power": "10", @@ -36216,7 +38037,7 @@ } }, { - "id": 23701, + "id": 24842, "properties": { "facing": "west", "power": "11", @@ -36225,7 +38046,7 @@ } }, { - "id": 23702, + "id": 24843, "properties": { "facing": "west", "power": "11", @@ -36234,7 +38055,7 @@ } }, { - "id": 23703, + "id": 24844, "properties": { "facing": "west", "power": "11", @@ -36243,7 +38064,7 @@ } }, { - "id": 23704, + "id": 24845, "properties": { "facing": "west", "power": "11", @@ -36252,7 +38073,7 @@ } }, { - "id": 23705, + "id": 24846, "properties": { "facing": "west", "power": "11", @@ -36261,7 +38082,7 @@ } }, { - "id": 23706, + "id": 24847, "properties": { "facing": "west", "power": "11", @@ -36270,7 +38091,7 @@ } }, { - "id": 23707, + "id": 24848, "properties": { "facing": "west", "power": "12", @@ -36279,7 +38100,7 @@ } }, { - "id": 23708, + "id": 24849, "properties": { "facing": "west", "power": "12", @@ -36288,7 +38109,7 @@ } }, { - "id": 23709, + "id": 24850, "properties": { "facing": "west", "power": "12", @@ -36297,7 +38118,7 @@ } }, { - "id": 23710, + "id": 24851, "properties": { "facing": "west", "power": "12", @@ -36306,7 +38127,7 @@ } }, { - "id": 23711, + "id": 24852, "properties": { "facing": "west", "power": "12", @@ -36315,7 +38136,7 @@ } }, { - "id": 23712, + "id": 24853, "properties": { "facing": "west", "power": "12", @@ -36324,7 +38145,7 @@ } }, { - "id": 23713, + "id": 24854, "properties": { "facing": "west", "power": "13", @@ -36333,7 +38154,7 @@ } }, { - "id": 23714, + "id": 24855, "properties": { "facing": "west", "power": "13", @@ -36342,7 +38163,7 @@ } }, { - "id": 23715, + "id": 24856, "properties": { "facing": "west", "power": "13", @@ -36351,7 +38172,7 @@ } }, { - "id": 23716, + "id": 24857, "properties": { "facing": "west", "power": "13", @@ -36360,7 +38181,7 @@ } }, { - "id": 23717, + "id": 24858, "properties": { "facing": "west", "power": "13", @@ -36369,7 +38190,7 @@ } }, { - "id": 23718, + "id": 24859, "properties": { "facing": "west", "power": "13", @@ -36378,7 +38199,7 @@ } }, { - "id": 23719, + "id": 24860, "properties": { "facing": "west", "power": "14", @@ -36387,7 +38208,7 @@ } }, { - "id": 23720, + "id": 24861, "properties": { "facing": "west", "power": "14", @@ -36396,7 +38217,7 @@ } }, { - "id": 23721, + "id": 24862, "properties": { "facing": "west", "power": "14", @@ -36405,7 +38226,7 @@ } }, { - "id": 23722, + "id": 24863, "properties": { "facing": "west", "power": "14", @@ -36414,7 +38235,7 @@ } }, { - "id": 23723, + "id": 24864, "properties": { "facing": "west", "power": "14", @@ -36423,7 +38244,7 @@ } }, { - "id": 23724, + "id": 24865, "properties": { "facing": "west", "power": "14", @@ -36432,7 +38253,7 @@ } }, { - "id": 23725, + "id": 24866, "properties": { "facing": "west", "power": "15", @@ -36441,7 +38262,7 @@ } }, { - "id": 23726, + "id": 24867, "properties": { "facing": "west", "power": "15", @@ -36450,7 +38271,7 @@ } }, { - "id": 23727, + "id": 24868, "properties": { "facing": "west", "power": "15", @@ -36459,7 +38280,7 @@ } }, { - "id": 23728, + "id": 24869, "properties": { "facing": "west", "power": "15", @@ -36468,7 +38289,7 @@ } }, { - "id": 23729, + "id": 24870, "properties": { "facing": "west", "power": "15", @@ -36477,7 +38298,7 @@ } }, { - "id": 23730, + "id": 24871, "properties": { "facing": "west", "power": "15", @@ -36486,7 +38307,7 @@ } }, { - "id": 23731, + "id": 24872, "properties": { "facing": "east", "power": "0", @@ -36495,7 +38316,7 @@ } }, { - "id": 23732, + "id": 24873, "properties": { "facing": "east", "power": "0", @@ -36504,7 +38325,7 @@ } }, { - "id": 23733, + "id": 24874, "properties": { "facing": "east", "power": "0", @@ -36513,7 +38334,7 @@ } }, { - "id": 23734, + "id": 24875, "properties": { "facing": "east", "power": "0", @@ -36522,7 +38343,7 @@ } }, { - "id": 23735, + "id": 24876, "properties": { "facing": "east", "power": "0", @@ -36531,7 +38352,7 @@ } }, { - "id": 23736, + "id": 24877, "properties": { "facing": "east", "power": "0", @@ -36540,7 +38361,7 @@ } }, { - "id": 23737, + "id": 24878, "properties": { "facing": "east", "power": "1", @@ -36549,7 +38370,7 @@ } }, { - "id": 23738, + "id": 24879, "properties": { "facing": "east", "power": "1", @@ -36558,7 +38379,7 @@ } }, { - "id": 23739, + "id": 24880, "properties": { "facing": "east", "power": "1", @@ -36567,7 +38388,7 @@ } }, { - "id": 23740, + "id": 24881, "properties": { "facing": "east", "power": "1", @@ -36576,7 +38397,7 @@ } }, { - "id": 23741, + "id": 24882, "properties": { "facing": "east", "power": "1", @@ -36585,7 +38406,7 @@ } }, { - "id": 23742, + "id": 24883, "properties": { "facing": "east", "power": "1", @@ -36594,7 +38415,7 @@ } }, { - "id": 23743, + "id": 24884, "properties": { "facing": "east", "power": "2", @@ -36603,7 +38424,7 @@ } }, { - "id": 23744, + "id": 24885, "properties": { "facing": "east", "power": "2", @@ -36612,7 +38433,7 @@ } }, { - "id": 23745, + "id": 24886, "properties": { "facing": "east", "power": "2", @@ -36621,7 +38442,7 @@ } }, { - "id": 23746, + "id": 24887, "properties": { "facing": "east", "power": "2", @@ -36630,7 +38451,7 @@ } }, { - "id": 23747, + "id": 24888, "properties": { "facing": "east", "power": "2", @@ -36639,7 +38460,7 @@ } }, { - "id": 23748, + "id": 24889, "properties": { "facing": "east", "power": "2", @@ -36648,7 +38469,7 @@ } }, { - "id": 23749, + "id": 24890, "properties": { "facing": "east", "power": "3", @@ -36657,7 +38478,7 @@ } }, { - "id": 23750, + "id": 24891, "properties": { "facing": "east", "power": "3", @@ -36666,7 +38487,7 @@ } }, { - "id": 23751, + "id": 24892, "properties": { "facing": "east", "power": "3", @@ -36675,7 +38496,7 @@ } }, { - "id": 23752, + "id": 24893, "properties": { "facing": "east", "power": "3", @@ -36684,7 +38505,7 @@ } }, { - "id": 23753, + "id": 24894, "properties": { "facing": "east", "power": "3", @@ -36693,7 +38514,7 @@ } }, { - "id": 23754, + "id": 24895, "properties": { "facing": "east", "power": "3", @@ -36702,7 +38523,7 @@ } }, { - "id": 23755, + "id": 24896, "properties": { "facing": "east", "power": "4", @@ -36711,7 +38532,7 @@ } }, { - "id": 23756, + "id": 24897, "properties": { "facing": "east", "power": "4", @@ -36720,7 +38541,7 @@ } }, { - "id": 23757, + "id": 24898, "properties": { "facing": "east", "power": "4", @@ -36729,7 +38550,7 @@ } }, { - "id": 23758, + "id": 24899, "properties": { "facing": "east", "power": "4", @@ -36738,7 +38559,7 @@ } }, { - "id": 23759, + "id": 24900, "properties": { "facing": "east", "power": "4", @@ -36747,7 +38568,7 @@ } }, { - "id": 23760, + "id": 24901, "properties": { "facing": "east", "power": "4", @@ -36756,7 +38577,7 @@ } }, { - "id": 23761, + "id": 24902, "properties": { "facing": "east", "power": "5", @@ -36765,7 +38586,7 @@ } }, { - "id": 23762, + "id": 24903, "properties": { "facing": "east", "power": "5", @@ -36774,7 +38595,7 @@ } }, { - "id": 23763, + "id": 24904, "properties": { "facing": "east", "power": "5", @@ -36783,7 +38604,7 @@ } }, { - "id": 23764, + "id": 24905, "properties": { "facing": "east", "power": "5", @@ -36792,7 +38613,7 @@ } }, { - "id": 23765, + "id": 24906, "properties": { "facing": "east", "power": "5", @@ -36801,7 +38622,7 @@ } }, { - "id": 23766, + "id": 24907, "properties": { "facing": "east", "power": "5", @@ -36810,7 +38631,7 @@ } }, { - "id": 23767, + "id": 24908, "properties": { "facing": "east", "power": "6", @@ -36819,7 +38640,7 @@ } }, { - "id": 23768, + "id": 24909, "properties": { "facing": "east", "power": "6", @@ -36828,7 +38649,7 @@ } }, { - "id": 23769, + "id": 24910, "properties": { "facing": "east", "power": "6", @@ -36837,7 +38658,7 @@ } }, { - "id": 23770, + "id": 24911, "properties": { "facing": "east", "power": "6", @@ -36846,7 +38667,7 @@ } }, { - "id": 23771, + "id": 24912, "properties": { "facing": "east", "power": "6", @@ -36855,7 +38676,7 @@ } }, { - "id": 23772, + "id": 24913, "properties": { "facing": "east", "power": "6", @@ -36864,7 +38685,7 @@ } }, { - "id": 23773, + "id": 24914, "properties": { "facing": "east", "power": "7", @@ -36873,7 +38694,7 @@ } }, { - "id": 23774, + "id": 24915, "properties": { "facing": "east", "power": "7", @@ -36882,7 +38703,7 @@ } }, { - "id": 23775, + "id": 24916, "properties": { "facing": "east", "power": "7", @@ -36891,7 +38712,7 @@ } }, { - "id": 23776, + "id": 24917, "properties": { "facing": "east", "power": "7", @@ -36900,7 +38721,7 @@ } }, { - "id": 23777, + "id": 24918, "properties": { "facing": "east", "power": "7", @@ -36909,7 +38730,7 @@ } }, { - "id": 23778, + "id": 24919, "properties": { "facing": "east", "power": "7", @@ -36918,7 +38739,7 @@ } }, { - "id": 23779, + "id": 24920, "properties": { "facing": "east", "power": "8", @@ -36927,7 +38748,7 @@ } }, { - "id": 23780, + "id": 24921, "properties": { "facing": "east", "power": "8", @@ -36936,7 +38757,7 @@ } }, { - "id": 23781, + "id": 24922, "properties": { "facing": "east", "power": "8", @@ -36945,7 +38766,7 @@ } }, { - "id": 23782, + "id": 24923, "properties": { "facing": "east", "power": "8", @@ -36954,7 +38775,7 @@ } }, { - "id": 23783, + "id": 24924, "properties": { "facing": "east", "power": "8", @@ -36963,7 +38784,7 @@ } }, { - "id": 23784, + "id": 24925, "properties": { "facing": "east", "power": "8", @@ -36972,7 +38793,7 @@ } }, { - "id": 23785, + "id": 24926, "properties": { "facing": "east", "power": "9", @@ -36981,7 +38802,7 @@ } }, { - "id": 23786, + "id": 24927, "properties": { "facing": "east", "power": "9", @@ -36990,7 +38811,7 @@ } }, { - "id": 23787, + "id": 24928, "properties": { "facing": "east", "power": "9", @@ -36999,7 +38820,7 @@ } }, { - "id": 23788, + "id": 24929, "properties": { "facing": "east", "power": "9", @@ -37008,7 +38829,7 @@ } }, { - "id": 23789, + "id": 24930, "properties": { "facing": "east", "power": "9", @@ -37017,7 +38838,7 @@ } }, { - "id": 23790, + "id": 24931, "properties": { "facing": "east", "power": "9", @@ -37026,7 +38847,7 @@ } }, { - "id": 23791, + "id": 24932, "properties": { "facing": "east", "power": "10", @@ -37035,7 +38856,7 @@ } }, { - "id": 23792, + "id": 24933, "properties": { "facing": "east", "power": "10", @@ -37044,7 +38865,7 @@ } }, { - "id": 23793, + "id": 24934, "properties": { "facing": "east", "power": "10", @@ -37053,7 +38874,7 @@ } }, { - "id": 23794, + "id": 24935, "properties": { "facing": "east", "power": "10", @@ -37062,7 +38883,7 @@ } }, { - "id": 23795, + "id": 24936, "properties": { "facing": "east", "power": "10", @@ -37071,7 +38892,7 @@ } }, { - "id": 23796, + "id": 24937, "properties": { "facing": "east", "power": "10", @@ -37080,7 +38901,7 @@ } }, { - "id": 23797, + "id": 24938, "properties": { "facing": "east", "power": "11", @@ -37089,7 +38910,7 @@ } }, { - "id": 23798, + "id": 24939, "properties": { "facing": "east", "power": "11", @@ -37098,7 +38919,7 @@ } }, { - "id": 23799, + "id": 24940, "properties": { "facing": "east", "power": "11", @@ -37107,7 +38928,7 @@ } }, { - "id": 23800, + "id": 24941, "properties": { "facing": "east", "power": "11", @@ -37116,7 +38937,7 @@ } }, { - "id": 23801, + "id": 24942, "properties": { "facing": "east", "power": "11", @@ -37125,7 +38946,7 @@ } }, { - "id": 23802, + "id": 24943, "properties": { "facing": "east", "power": "11", @@ -37134,7 +38955,7 @@ } }, { - "id": 23803, + "id": 24944, "properties": { "facing": "east", "power": "12", @@ -37143,7 +38964,7 @@ } }, { - "id": 23804, + "id": 24945, "properties": { "facing": "east", "power": "12", @@ -37152,7 +38973,7 @@ } }, { - "id": 23805, + "id": 24946, "properties": { "facing": "east", "power": "12", @@ -37161,7 +38982,7 @@ } }, { - "id": 23806, + "id": 24947, "properties": { "facing": "east", "power": "12", @@ -37170,7 +38991,7 @@ } }, { - "id": 23807, + "id": 24948, "properties": { "facing": "east", "power": "12", @@ -37179,7 +39000,7 @@ } }, { - "id": 23808, + "id": 24949, "properties": { "facing": "east", "power": "12", @@ -37188,7 +39009,7 @@ } }, { - "id": 23809, + "id": 24950, "properties": { "facing": "east", "power": "13", @@ -37197,7 +39018,7 @@ } }, { - "id": 23810, + "id": 24951, "properties": { "facing": "east", "power": "13", @@ -37206,7 +39027,7 @@ } }, { - "id": 23811, + "id": 24952, "properties": { "facing": "east", "power": "13", @@ -37215,7 +39036,7 @@ } }, { - "id": 23812, + "id": 24953, "properties": { "facing": "east", "power": "13", @@ -37224,7 +39045,7 @@ } }, { - "id": 23813, + "id": 24954, "properties": { "facing": "east", "power": "13", @@ -37233,7 +39054,7 @@ } }, { - "id": 23814, + "id": 24955, "properties": { "facing": "east", "power": "13", @@ -37242,7 +39063,7 @@ } }, { - "id": 23815, + "id": 24956, "properties": { "facing": "east", "power": "14", @@ -37251,7 +39072,7 @@ } }, { - "id": 23816, + "id": 24957, "properties": { "facing": "east", "power": "14", @@ -37260,7 +39081,7 @@ } }, { - "id": 23817, + "id": 24958, "properties": { "facing": "east", "power": "14", @@ -37269,7 +39090,7 @@ } }, { - "id": 23818, + "id": 24959, "properties": { "facing": "east", "power": "14", @@ -37278,7 +39099,7 @@ } }, { - "id": 23819, + "id": 24960, "properties": { "facing": "east", "power": "14", @@ -37287,7 +39108,7 @@ } }, { - "id": 23820, + "id": 24961, "properties": { "facing": "east", "power": "14", @@ -37296,7 +39117,7 @@ } }, { - "id": 23821, + "id": 24962, "properties": { "facing": "east", "power": "15", @@ -37305,7 +39126,7 @@ } }, { - "id": 23822, + "id": 24963, "properties": { "facing": "east", "power": "15", @@ -37314,7 +39135,7 @@ } }, { - "id": 23823, + "id": 24964, "properties": { "facing": "east", "power": "15", @@ -37323,7 +39144,7 @@ } }, { - "id": 23824, + "id": 24965, "properties": { "facing": "east", "power": "15", @@ -37332,7 +39153,7 @@ } }, { - "id": 23825, + "id": 24966, "properties": { "facing": "east", "power": "15", @@ -37341,7 +39162,7 @@ } }, { - "id": 23826, + "id": 24967, "properties": { "facing": "east", "power": "15", @@ -37380,7 +39201,7 @@ }, "states": [ { - "id": 19534, + "id": 20675, "properties": { "facing": "north", "lit": "true", @@ -37389,7 +39210,7 @@ } }, { - "id": 19535, + "id": 20676, "properties": { "facing": "north", "lit": "true", @@ -37398,7 +39219,7 @@ } }, { - "id": 19536, + "id": 20677, "properties": { "facing": "north", "lit": "true", @@ -37408,7 +39229,7 @@ }, { "default": true, - "id": 19537, + "id": 20678, "properties": { "facing": "north", "lit": "true", @@ -37417,7 +39238,7 @@ } }, { - "id": 19538, + "id": 20679, "properties": { "facing": "north", "lit": "false", @@ -37426,7 +39247,7 @@ } }, { - "id": 19539, + "id": 20680, "properties": { "facing": "north", "lit": "false", @@ -37435,7 +39256,7 @@ } }, { - "id": 19540, + "id": 20681, "properties": { "facing": "north", "lit": "false", @@ -37444,7 +39265,7 @@ } }, { - "id": 19541, + "id": 20682, "properties": { "facing": "north", "lit": "false", @@ -37453,7 +39274,7 @@ } }, { - "id": 19542, + "id": 20683, "properties": { "facing": "south", "lit": "true", @@ -37462,7 +39283,7 @@ } }, { - "id": 19543, + "id": 20684, "properties": { "facing": "south", "lit": "true", @@ -37471,7 +39292,7 @@ } }, { - "id": 19544, + "id": 20685, "properties": { "facing": "south", "lit": "true", @@ -37480,7 +39301,7 @@ } }, { - "id": 19545, + "id": 20686, "properties": { "facing": "south", "lit": "true", @@ -37489,7 +39310,7 @@ } }, { - "id": 19546, + "id": 20687, "properties": { "facing": "south", "lit": "false", @@ -37498,7 +39319,7 @@ } }, { - "id": 19547, + "id": 20688, "properties": { "facing": "south", "lit": "false", @@ -37507,7 +39328,7 @@ } }, { - "id": 19548, + "id": 20689, "properties": { "facing": "south", "lit": "false", @@ -37516,7 +39337,7 @@ } }, { - "id": 19549, + "id": 20690, "properties": { "facing": "south", "lit": "false", @@ -37525,7 +39346,7 @@ } }, { - "id": 19550, + "id": 20691, "properties": { "facing": "west", "lit": "true", @@ -37534,7 +39355,7 @@ } }, { - "id": 19551, + "id": 20692, "properties": { "facing": "west", "lit": "true", @@ -37543,7 +39364,7 @@ } }, { - "id": 19552, + "id": 20693, "properties": { "facing": "west", "lit": "true", @@ -37552,7 +39373,7 @@ } }, { - "id": 19553, + "id": 20694, "properties": { "facing": "west", "lit": "true", @@ -37561,7 +39382,7 @@ } }, { - "id": 19554, + "id": 20695, "properties": { "facing": "west", "lit": "false", @@ -37570,7 +39391,7 @@ } }, { - "id": 19555, + "id": 20696, "properties": { "facing": "west", "lit": "false", @@ -37579,7 +39400,7 @@ } }, { - "id": 19556, + "id": 20697, "properties": { "facing": "west", "lit": "false", @@ -37588,7 +39409,7 @@ } }, { - "id": 19557, + "id": 20698, "properties": { "facing": "west", "lit": "false", @@ -37597,7 +39418,7 @@ } }, { - "id": 19558, + "id": 20699, "properties": { "facing": "east", "lit": "true", @@ -37606,7 +39427,7 @@ } }, { - "id": 19559, + "id": 20700, "properties": { "facing": "east", "lit": "true", @@ -37615,7 +39436,7 @@ } }, { - "id": 19560, + "id": 20701, "properties": { "facing": "east", "lit": "true", @@ -37624,7 +39445,7 @@ } }, { - "id": 19561, + "id": 20702, "properties": { "facing": "east", "lit": "true", @@ -37633,7 +39454,7 @@ } }, { - "id": 19562, + "id": 20703, "properties": { "facing": "east", "lit": "false", @@ -37642,7 +39463,7 @@ } }, { - "id": 19563, + "id": 20704, "properties": { "facing": "east", "lit": "false", @@ -37651,7 +39472,7 @@ } }, { - "id": 19564, + "id": 20705, "properties": { "facing": "east", "lit": "false", @@ -37660,7 +39481,7 @@ } }, { - "id": 19565, + "id": 20706, "properties": { "facing": "east", "lit": "false", @@ -37693,7 +39514,7 @@ }, "states": [ { - "id": 21753, + "id": 22894, "properties": { "candles": "1", "lit": "true", @@ -37701,7 +39522,7 @@ } }, { - "id": 21754, + "id": 22895, "properties": { "candles": "1", "lit": "true", @@ -37709,7 +39530,7 @@ } }, { - "id": 21755, + "id": 22896, "properties": { "candles": "1", "lit": "false", @@ -37718,7 +39539,7 @@ }, { "default": true, - "id": 21756, + "id": 22897, "properties": { "candles": "1", "lit": "false", @@ -37726,7 +39547,7 @@ } }, { - "id": 21757, + "id": 22898, "properties": { "candles": "2", "lit": "true", @@ -37734,7 +39555,7 @@ } }, { - "id": 21758, + "id": 22899, "properties": { "candles": "2", "lit": "true", @@ -37742,7 +39563,7 @@ } }, { - "id": 21759, + "id": 22900, "properties": { "candles": "2", "lit": "false", @@ -37750,7 +39571,7 @@ } }, { - "id": 21760, + "id": 22901, "properties": { "candles": "2", "lit": "false", @@ -37758,7 +39579,7 @@ } }, { - "id": 21761, + "id": 22902, "properties": { "candles": "3", "lit": "true", @@ -37766,7 +39587,7 @@ } }, { - "id": 21762, + "id": 22903, "properties": { "candles": "3", "lit": "true", @@ -37774,7 +39595,7 @@ } }, { - "id": 21763, + "id": 22904, "properties": { "candles": "3", "lit": "false", @@ -37782,7 +39603,7 @@ } }, { - "id": 21764, + "id": 22905, "properties": { "candles": "3", "lit": "false", @@ -37790,7 +39611,7 @@ } }, { - "id": 21765, + "id": 22906, "properties": { "candles": "4", "lit": "true", @@ -37798,7 +39619,7 @@ } }, { - "id": 21766, + "id": 22907, "properties": { "candles": "4", "lit": "true", @@ -37806,7 +39627,7 @@ } }, { - "id": 21767, + "id": 22908, "properties": { "candles": "4", "lit": "false", @@ -37814,7 +39635,7 @@ } }, { - "id": 21768, + "id": 22909, "properties": { "candles": "4", "lit": "false", @@ -37837,14 +39658,14 @@ }, "states": [ { - "id": 22025, + "id": 23166, "properties": { "lit": "true" } }, { "default": true, - "id": 22026, + "id": 23167, "properties": { "lit": "false" } @@ -37871,49 +39692,49 @@ "states": [ { "default": true, - "id": 9380, + "id": 10457, "properties": { "age": "0" } }, { - "id": 9381, + "id": 10458, "properties": { "age": "1" } }, { - "id": 9382, + "id": 10459, "properties": { "age": "2" } }, { - "id": 9383, + "id": 10460, "properties": { "age": "3" } }, { - "id": 9384, + "id": 10461, "properties": { "age": "4" } }, { - "id": 9385, + "id": 10462, "properties": { "age": "5" } }, { - "id": 9386, + "id": 10463, "properties": { "age": "6" } }, { - "id": 9387, + "id": 10464, "properties": { "age": "7" } @@ -37928,7 +39749,7 @@ "states": [ { "default": true, - "id": 19459 + "id": 20568 } ] }, @@ -37948,25 +39769,25 @@ "states": [ { "default": true, - "id": 6045, + "id": 6818, "properties": { "facing": "north" } }, { - "id": 6046, + "id": 6819, "properties": { "facing": "south" } }, { - "id": 6047, + "id": 6820, "properties": { "facing": "west" } }, { - "id": 6048, + "id": 6821, "properties": { "facing": "east" } @@ -37981,7 +39802,7 @@ "states": [ { "default": true, - "id": 8182 + "id": 9259 } ] }, @@ -37993,7 +39814,7 @@ "states": [ { "default": true, - "id": 13982 + "id": 15091 } ] }, @@ -38038,7 +39859,7 @@ }, "states": [ { - "id": 25797, + "id": 27554, "properties": { "age": "0", "berries": "true" @@ -38046,357 +39867,357 @@ }, { "default": true, - "id": 25798, + "id": 27555, "properties": { "age": "0", "berries": "false" } }, { - "id": 25799, + "id": 27556, "properties": { "age": "1", "berries": "true" } }, { - "id": 25800, + "id": 27557, "properties": { "age": "1", "berries": "false" } }, { - "id": 25801, + "id": 27558, "properties": { "age": "2", "berries": "true" } }, { - "id": 25802, + "id": 27559, "properties": { "age": "2", "berries": "false" } }, { - "id": 25803, + "id": 27560, "properties": { "age": "3", "berries": "true" } }, { - "id": 25804, + "id": 27561, "properties": { "age": "3", "berries": "false" } }, { - "id": 25805, + "id": 27562, "properties": { "age": "4", "berries": "true" } }, { - "id": 25806, + "id": 27563, "properties": { "age": "4", "berries": "false" } }, { - "id": 25807, + "id": 27564, "properties": { "age": "5", "berries": "true" } }, { - "id": 25808, + "id": 27565, "properties": { "age": "5", "berries": "false" } }, { - "id": 25809, + "id": 27566, "properties": { "age": "6", "berries": "true" } }, { - "id": 25810, + "id": 27567, "properties": { "age": "6", "berries": "false" } }, { - "id": 25811, + "id": 27568, "properties": { "age": "7", "berries": "true" } }, { - "id": 25812, + "id": 27569, "properties": { "age": "7", "berries": "false" } }, { - "id": 25813, + "id": 27570, "properties": { "age": "8", "berries": "true" } }, { - "id": 25814, + "id": 27571, "properties": { "age": "8", "berries": "false" } }, { - "id": 25815, + "id": 27572, "properties": { "age": "9", "berries": "true" } }, { - "id": 25816, + "id": 27573, "properties": { "age": "9", "berries": "false" } }, { - "id": 25817, + "id": 27574, "properties": { "age": "10", "berries": "true" } }, { - "id": 25818, + "id": 27575, "properties": { "age": "10", "berries": "false" } }, { - "id": 25819, + "id": 27576, "properties": { "age": "11", "berries": "true" } }, { - "id": 25820, + "id": 27577, "properties": { "age": "11", "berries": "false" } }, { - "id": 25821, + "id": 27578, "properties": { "age": "12", "berries": "true" } }, { - "id": 25822, + "id": 27579, "properties": { "age": "12", "berries": "false" } }, { - "id": 25823, + "id": 27580, "properties": { "age": "13", "berries": "true" } }, { - "id": 25824, + "id": 27581, "properties": { "age": "13", "berries": "false" } }, { - "id": 25825, + "id": 27582, "properties": { "age": "14", "berries": "true" } }, { - "id": 25826, + "id": 27583, "properties": { "age": "14", "berries": "false" } }, { - "id": 25827, + "id": 27584, "properties": { "age": "15", "berries": "true" } }, { - "id": 25828, + "id": 27585, "properties": { "age": "15", "berries": "false" } }, { - "id": 25829, + "id": 27586, "properties": { "age": "16", "berries": "true" } }, { - "id": 25830, + "id": 27587, "properties": { "age": "16", "berries": "false" } }, { - "id": 25831, + "id": 27588, "properties": { "age": "17", "berries": "true" } }, { - "id": 25832, + "id": 27589, "properties": { "age": "17", "berries": "false" } }, { - "id": 25833, + "id": 27590, "properties": { "age": "18", "berries": "true" } }, { - "id": 25834, + "id": 27591, "properties": { "age": "18", "berries": "false" } }, { - "id": 25835, + "id": 27592, "properties": { "age": "19", "berries": "true" } }, { - "id": 25836, + "id": 27593, "properties": { "age": "19", "berries": "false" } }, { - "id": 25837, + "id": 27594, "properties": { "age": "20", "berries": "true" } }, { - "id": 25838, + "id": 27595, "properties": { "age": "20", "berries": "false" } }, { - "id": 25839, + "id": 27596, "properties": { "age": "21", "berries": "true" } }, { - "id": 25840, + "id": 27597, "properties": { "age": "21", "berries": "false" } }, { - "id": 25841, + "id": 27598, "properties": { "age": "22", "berries": "true" } }, { - "id": 25842, + "id": 27599, "properties": { "age": "22", "berries": "false" } }, { - "id": 25843, + "id": 27600, "properties": { "age": "23", "berries": "true" } }, { - "id": 25844, + "id": 27601, "properties": { "age": "23", "berries": "false" } }, { - "id": 25845, + "id": 27602, "properties": { "age": "24", "berries": "true" } }, { - "id": 25846, + "id": 27603, "properties": { "age": "24", "berries": "false" } }, { - "id": 25847, + "id": 27604, "properties": { "age": "25", "berries": "true" } }, { - "id": 25848, + "id": 27605, "properties": { "age": "25", "berries": "false" @@ -38417,82 +40238,20 @@ }, "states": [ { - "id": 25849, + "id": 27606, "properties": { "berries": "true" } }, { "default": true, - "id": 25850, + "id": 27607, "properties": { "berries": "false" } } ] }, - "minecraft:chain": { - "definition": { - "type": "minecraft:chain", - "properties": {} - }, - "properties": { - "axis": [ - "x", - "y", - "z" - ], - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 7016, - "properties": { - "axis": "x", - "waterlogged": "true" - } - }, - { - "id": 7017, - "properties": { - "axis": "x", - "waterlogged": "false" - } - }, - { - "id": 7018, - "properties": { - "axis": "y", - "waterlogged": "true" - } - }, - { - "default": true, - "id": 7019, - "properties": { - "axis": "y", - "waterlogged": "false" - } - }, - { - "id": 7020, - "properties": { - "axis": "z", - "waterlogged": "true" - } - }, - { - "id": 7021, - "properties": { - "axis": "z", - "waterlogged": "false" - } - } - ] - }, "minecraft:chain_command_block": { "definition": { "type": "minecraft:command", @@ -38515,42 +40274,42 @@ }, "states": [ { - "id": 13550, + "id": 14627, "properties": { "conditional": "true", "facing": "north" } }, { - "id": 13551, + "id": 14628, "properties": { "conditional": "true", "facing": "east" } }, { - "id": 13552, + "id": 14629, "properties": { "conditional": "true", "facing": "south" } }, { - "id": 13553, + "id": 14630, "properties": { "conditional": "true", "facing": "west" } }, { - "id": 13554, + "id": 14631, "properties": { "conditional": "true", "facing": "up" } }, { - "id": 13555, + "id": 14632, "properties": { "conditional": "true", "facing": "down" @@ -38558,42 +40317,42 @@ }, { "default": true, - "id": 13556, + "id": 14633, "properties": { "conditional": "false", "facing": "north" } }, { - "id": 13557, + "id": 14634, "properties": { "conditional": "false", "facing": "east" } }, { - "id": 13558, + "id": 14635, "properties": { "conditional": "false", "facing": "south" } }, { - "id": 13559, + "id": 14636, "properties": { "conditional": "false", "facing": "west" } }, { - "id": 13560, + "id": 14637, "properties": { "conditional": "false", "facing": "up" } }, { - "id": 13561, + "id": 14638, "properties": { "conditional": "false", "facing": "down" @@ -38627,7 +40386,7 @@ }, "states": [ { - "id": 9516, + "id": 10593, "properties": { "face": "floor", "facing": "north", @@ -38635,7 +40394,7 @@ } }, { - "id": 9517, + "id": 10594, "properties": { "face": "floor", "facing": "north", @@ -38643,7 +40402,7 @@ } }, { - "id": 9518, + "id": 10595, "properties": { "face": "floor", "facing": "south", @@ -38651,7 +40410,7 @@ } }, { - "id": 9519, + "id": 10596, "properties": { "face": "floor", "facing": "south", @@ -38659,7 +40418,7 @@ } }, { - "id": 9520, + "id": 10597, "properties": { "face": "floor", "facing": "west", @@ -38667,7 +40426,7 @@ } }, { - "id": 9521, + "id": 10598, "properties": { "face": "floor", "facing": "west", @@ -38675,7 +40434,7 @@ } }, { - "id": 9522, + "id": 10599, "properties": { "face": "floor", "facing": "east", @@ -38683,7 +40442,7 @@ } }, { - "id": 9523, + "id": 10600, "properties": { "face": "floor", "facing": "east", @@ -38691,7 +40450,7 @@ } }, { - "id": 9524, + "id": 10601, "properties": { "face": "wall", "facing": "north", @@ -38700,7 +40459,7 @@ }, { "default": true, - "id": 9525, + "id": 10602, "properties": { "face": "wall", "facing": "north", @@ -38708,7 +40467,7 @@ } }, { - "id": 9526, + "id": 10603, "properties": { "face": "wall", "facing": "south", @@ -38716,7 +40475,7 @@ } }, { - "id": 9527, + "id": 10604, "properties": { "face": "wall", "facing": "south", @@ -38724,7 +40483,7 @@ } }, { - "id": 9528, + "id": 10605, "properties": { "face": "wall", "facing": "west", @@ -38732,7 +40491,7 @@ } }, { - "id": 9529, + "id": 10606, "properties": { "face": "wall", "facing": "west", @@ -38740,7 +40499,7 @@ } }, { - "id": 9530, + "id": 10607, "properties": { "face": "wall", "facing": "east", @@ -38748,7 +40507,7 @@ } }, { - "id": 9531, + "id": 10608, "properties": { "face": "wall", "facing": "east", @@ -38756,7 +40515,7 @@ } }, { - "id": 9532, + "id": 10609, "properties": { "face": "ceiling", "facing": "north", @@ -38764,7 +40523,7 @@ } }, { - "id": 9533, + "id": 10610, "properties": { "face": "ceiling", "facing": "north", @@ -38772,7 +40531,7 @@ } }, { - "id": 9534, + "id": 10611, "properties": { "face": "ceiling", "facing": "south", @@ -38780,7 +40539,7 @@ } }, { - "id": 9535, + "id": 10612, "properties": { "face": "ceiling", "facing": "south", @@ -38788,7 +40547,7 @@ } }, { - "id": 9536, + "id": 10613, "properties": { "face": "ceiling", "facing": "west", @@ -38796,7 +40555,7 @@ } }, { - "id": 9537, + "id": 10614, "properties": { "face": "ceiling", "facing": "west", @@ -38804,7 +40563,7 @@ } }, { - "id": 9538, + "id": 10615, "properties": { "face": "ceiling", "facing": "east", @@ -38812,7 +40571,7 @@ } }, { - "id": 9539, + "id": 10616, "properties": { "face": "ceiling", "facing": "east", @@ -38853,7 +40612,7 @@ }, "states": [ { - "id": 13037, + "id": 14114, "properties": { "facing": "north", "half": "upper", @@ -38863,7 +40622,7 @@ } }, { - "id": 13038, + "id": 14115, "properties": { "facing": "north", "half": "upper", @@ -38873,7 +40632,7 @@ } }, { - "id": 13039, + "id": 14116, "properties": { "facing": "north", "half": "upper", @@ -38883,7 +40642,7 @@ } }, { - "id": 13040, + "id": 14117, "properties": { "facing": "north", "half": "upper", @@ -38893,7 +40652,7 @@ } }, { - "id": 13041, + "id": 14118, "properties": { "facing": "north", "half": "upper", @@ -38903,7 +40662,7 @@ } }, { - "id": 13042, + "id": 14119, "properties": { "facing": "north", "half": "upper", @@ -38913,7 +40672,7 @@ } }, { - "id": 13043, + "id": 14120, "properties": { "facing": "north", "half": "upper", @@ -38923,7 +40682,7 @@ } }, { - "id": 13044, + "id": 14121, "properties": { "facing": "north", "half": "upper", @@ -38933,7 +40692,7 @@ } }, { - "id": 13045, + "id": 14122, "properties": { "facing": "north", "half": "lower", @@ -38943,7 +40702,7 @@ } }, { - "id": 13046, + "id": 14123, "properties": { "facing": "north", "half": "lower", @@ -38953,7 +40712,7 @@ } }, { - "id": 13047, + "id": 14124, "properties": { "facing": "north", "half": "lower", @@ -38964,7 +40723,7 @@ }, { "default": true, - "id": 13048, + "id": 14125, "properties": { "facing": "north", "half": "lower", @@ -38974,7 +40733,7 @@ } }, { - "id": 13049, + "id": 14126, "properties": { "facing": "north", "half": "lower", @@ -38984,7 +40743,7 @@ } }, { - "id": 13050, + "id": 14127, "properties": { "facing": "north", "half": "lower", @@ -38994,7 +40753,7 @@ } }, { - "id": 13051, + "id": 14128, "properties": { "facing": "north", "half": "lower", @@ -39004,7 +40763,7 @@ } }, { - "id": 13052, + "id": 14129, "properties": { "facing": "north", "half": "lower", @@ -39014,7 +40773,7 @@ } }, { - "id": 13053, + "id": 14130, "properties": { "facing": "south", "half": "upper", @@ -39024,7 +40783,7 @@ } }, { - "id": 13054, + "id": 14131, "properties": { "facing": "south", "half": "upper", @@ -39034,7 +40793,7 @@ } }, { - "id": 13055, + "id": 14132, "properties": { "facing": "south", "half": "upper", @@ -39044,7 +40803,7 @@ } }, { - "id": 13056, + "id": 14133, "properties": { "facing": "south", "half": "upper", @@ -39054,7 +40813,7 @@ } }, { - "id": 13057, + "id": 14134, "properties": { "facing": "south", "half": "upper", @@ -39064,7 +40823,7 @@ } }, { - "id": 13058, + "id": 14135, "properties": { "facing": "south", "half": "upper", @@ -39074,7 +40833,7 @@ } }, { - "id": 13059, + "id": 14136, "properties": { "facing": "south", "half": "upper", @@ -39084,7 +40843,7 @@ } }, { - "id": 13060, + "id": 14137, "properties": { "facing": "south", "half": "upper", @@ -39094,7 +40853,7 @@ } }, { - "id": 13061, + "id": 14138, "properties": { "facing": "south", "half": "lower", @@ -39104,7 +40863,7 @@ } }, { - "id": 13062, + "id": 14139, "properties": { "facing": "south", "half": "lower", @@ -39114,7 +40873,7 @@ } }, { - "id": 13063, + "id": 14140, "properties": { "facing": "south", "half": "lower", @@ -39124,7 +40883,7 @@ } }, { - "id": 13064, + "id": 14141, "properties": { "facing": "south", "half": "lower", @@ -39134,7 +40893,7 @@ } }, { - "id": 13065, + "id": 14142, "properties": { "facing": "south", "half": "lower", @@ -39144,7 +40903,7 @@ } }, { - "id": 13066, + "id": 14143, "properties": { "facing": "south", "half": "lower", @@ -39154,7 +40913,7 @@ } }, { - "id": 13067, + "id": 14144, "properties": { "facing": "south", "half": "lower", @@ -39164,7 +40923,7 @@ } }, { - "id": 13068, + "id": 14145, "properties": { "facing": "south", "half": "lower", @@ -39174,7 +40933,7 @@ } }, { - "id": 13069, + "id": 14146, "properties": { "facing": "west", "half": "upper", @@ -39184,7 +40943,7 @@ } }, { - "id": 13070, + "id": 14147, "properties": { "facing": "west", "half": "upper", @@ -39194,7 +40953,7 @@ } }, { - "id": 13071, + "id": 14148, "properties": { "facing": "west", "half": "upper", @@ -39204,7 +40963,7 @@ } }, { - "id": 13072, + "id": 14149, "properties": { "facing": "west", "half": "upper", @@ -39214,7 +40973,7 @@ } }, { - "id": 13073, + "id": 14150, "properties": { "facing": "west", "half": "upper", @@ -39224,7 +40983,7 @@ } }, { - "id": 13074, + "id": 14151, "properties": { "facing": "west", "half": "upper", @@ -39234,7 +40993,7 @@ } }, { - "id": 13075, + "id": 14152, "properties": { "facing": "west", "half": "upper", @@ -39244,7 +41003,7 @@ } }, { - "id": 13076, + "id": 14153, "properties": { "facing": "west", "half": "upper", @@ -39254,7 +41013,7 @@ } }, { - "id": 13077, + "id": 14154, "properties": { "facing": "west", "half": "lower", @@ -39264,7 +41023,7 @@ } }, { - "id": 13078, + "id": 14155, "properties": { "facing": "west", "half": "lower", @@ -39274,7 +41033,7 @@ } }, { - "id": 13079, + "id": 14156, "properties": { "facing": "west", "half": "lower", @@ -39284,7 +41043,7 @@ } }, { - "id": 13080, + "id": 14157, "properties": { "facing": "west", "half": "lower", @@ -39294,7 +41053,7 @@ } }, { - "id": 13081, + "id": 14158, "properties": { "facing": "west", "half": "lower", @@ -39304,7 +41063,7 @@ } }, { - "id": 13082, + "id": 14159, "properties": { "facing": "west", "half": "lower", @@ -39314,7 +41073,7 @@ } }, { - "id": 13083, + "id": 14160, "properties": { "facing": "west", "half": "lower", @@ -39324,7 +41083,7 @@ } }, { - "id": 13084, + "id": 14161, "properties": { "facing": "west", "half": "lower", @@ -39334,7 +41093,7 @@ } }, { - "id": 13085, + "id": 14162, "properties": { "facing": "east", "half": "upper", @@ -39344,7 +41103,7 @@ } }, { - "id": 13086, + "id": 14163, "properties": { "facing": "east", "half": "upper", @@ -39354,7 +41113,7 @@ } }, { - "id": 13087, + "id": 14164, "properties": { "facing": "east", "half": "upper", @@ -39364,7 +41123,7 @@ } }, { - "id": 13088, + "id": 14165, "properties": { "facing": "east", "half": "upper", @@ -39374,7 +41133,7 @@ } }, { - "id": 13089, + "id": 14166, "properties": { "facing": "east", "half": "upper", @@ -39384,7 +41143,7 @@ } }, { - "id": 13090, + "id": 14167, "properties": { "facing": "east", "half": "upper", @@ -39394,7 +41153,7 @@ } }, { - "id": 13091, + "id": 14168, "properties": { "facing": "east", "half": "upper", @@ -39404,7 +41163,7 @@ } }, { - "id": 13092, + "id": 14169, "properties": { "facing": "east", "half": "upper", @@ -39414,7 +41173,7 @@ } }, { - "id": 13093, + "id": 14170, "properties": { "facing": "east", "half": "lower", @@ -39424,7 +41183,7 @@ } }, { - "id": 13094, + "id": 14171, "properties": { "facing": "east", "half": "lower", @@ -39434,7 +41193,7 @@ } }, { - "id": 13095, + "id": 14172, "properties": { "facing": "east", "half": "lower", @@ -39444,7 +41203,7 @@ } }, { - "id": 13096, + "id": 14173, "properties": { "facing": "east", "half": "lower", @@ -39454,7 +41213,7 @@ } }, { - "id": 13097, + "id": 14174, "properties": { "facing": "east", "half": "lower", @@ -39464,7 +41223,7 @@ } }, { - "id": 13098, + "id": 14175, "properties": { "facing": "east", "half": "lower", @@ -39474,7 +41233,7 @@ } }, { - "id": 13099, + "id": 14176, "properties": { "facing": "east", "half": "lower", @@ -39484,7 +41243,7 @@ } }, { - "id": 13100, + "id": 14177, "properties": { "facing": "east", "half": "lower", @@ -39524,7 +41283,7 @@ }, "states": [ { - "id": 12621, + "id": 13698, "properties": { "east": "true", "north": "true", @@ -39534,7 +41293,7 @@ } }, { - "id": 12622, + "id": 13699, "properties": { "east": "true", "north": "true", @@ -39544,7 +41303,7 @@ } }, { - "id": 12623, + "id": 13700, "properties": { "east": "true", "north": "true", @@ -39554,7 +41313,7 @@ } }, { - "id": 12624, + "id": 13701, "properties": { "east": "true", "north": "true", @@ -39564,7 +41323,7 @@ } }, { - "id": 12625, + "id": 13702, "properties": { "east": "true", "north": "true", @@ -39574,7 +41333,7 @@ } }, { - "id": 12626, + "id": 13703, "properties": { "east": "true", "north": "true", @@ -39584,7 +41343,7 @@ } }, { - "id": 12627, + "id": 13704, "properties": { "east": "true", "north": "true", @@ -39594,7 +41353,7 @@ } }, { - "id": 12628, + "id": 13705, "properties": { "east": "true", "north": "true", @@ -39604,7 +41363,7 @@ } }, { - "id": 12629, + "id": 13706, "properties": { "east": "true", "north": "false", @@ -39614,7 +41373,7 @@ } }, { - "id": 12630, + "id": 13707, "properties": { "east": "true", "north": "false", @@ -39624,7 +41383,7 @@ } }, { - "id": 12631, + "id": 13708, "properties": { "east": "true", "north": "false", @@ -39634,7 +41393,7 @@ } }, { - "id": 12632, + "id": 13709, "properties": { "east": "true", "north": "false", @@ -39644,7 +41403,7 @@ } }, { - "id": 12633, + "id": 13710, "properties": { "east": "true", "north": "false", @@ -39654,7 +41413,7 @@ } }, { - "id": 12634, + "id": 13711, "properties": { "east": "true", "north": "false", @@ -39664,7 +41423,7 @@ } }, { - "id": 12635, + "id": 13712, "properties": { "east": "true", "north": "false", @@ -39674,7 +41433,7 @@ } }, { - "id": 12636, + "id": 13713, "properties": { "east": "true", "north": "false", @@ -39684,7 +41443,7 @@ } }, { - "id": 12637, + "id": 13714, "properties": { "east": "false", "north": "true", @@ -39694,7 +41453,7 @@ } }, { - "id": 12638, + "id": 13715, "properties": { "east": "false", "north": "true", @@ -39704,7 +41463,7 @@ } }, { - "id": 12639, + "id": 13716, "properties": { "east": "false", "north": "true", @@ -39714,7 +41473,7 @@ } }, { - "id": 12640, + "id": 13717, "properties": { "east": "false", "north": "true", @@ -39724,7 +41483,7 @@ } }, { - "id": 12641, + "id": 13718, "properties": { "east": "false", "north": "true", @@ -39734,7 +41493,7 @@ } }, { - "id": 12642, + "id": 13719, "properties": { "east": "false", "north": "true", @@ -39744,7 +41503,7 @@ } }, { - "id": 12643, + "id": 13720, "properties": { "east": "false", "north": "true", @@ -39754,7 +41513,7 @@ } }, { - "id": 12644, + "id": 13721, "properties": { "east": "false", "north": "true", @@ -39764,7 +41523,7 @@ } }, { - "id": 12645, + "id": 13722, "properties": { "east": "false", "north": "false", @@ -39774,7 +41533,7 @@ } }, { - "id": 12646, + "id": 13723, "properties": { "east": "false", "north": "false", @@ -39784,7 +41543,7 @@ } }, { - "id": 12647, + "id": 13724, "properties": { "east": "false", "north": "false", @@ -39794,7 +41553,7 @@ } }, { - "id": 12648, + "id": 13725, "properties": { "east": "false", "north": "false", @@ -39804,7 +41563,7 @@ } }, { - "id": 12649, + "id": 13726, "properties": { "east": "false", "north": "false", @@ -39814,7 +41573,7 @@ } }, { - "id": 12650, + "id": 13727, "properties": { "east": "false", "north": "false", @@ -39824,7 +41583,7 @@ } }, { - "id": 12651, + "id": 13728, "properties": { "east": "false", "north": "false", @@ -39835,7 +41594,7 @@ }, { "default": true, - "id": 12652, + "id": 13729, "properties": { "east": "false", "north": "false", @@ -39874,7 +41633,7 @@ }, "states": [ { - "id": 12333, + "id": 13410, "properties": { "facing": "north", "in_wall": "true", @@ -39883,7 +41642,7 @@ } }, { - "id": 12334, + "id": 13411, "properties": { "facing": "north", "in_wall": "true", @@ -39892,7 +41651,7 @@ } }, { - "id": 12335, + "id": 13412, "properties": { "facing": "north", "in_wall": "true", @@ -39901,7 +41660,7 @@ } }, { - "id": 12336, + "id": 13413, "properties": { "facing": "north", "in_wall": "true", @@ -39910,7 +41669,7 @@ } }, { - "id": 12337, + "id": 13414, "properties": { "facing": "north", "in_wall": "false", @@ -39919,7 +41678,7 @@ } }, { - "id": 12338, + "id": 13415, "properties": { "facing": "north", "in_wall": "false", @@ -39928,7 +41687,7 @@ } }, { - "id": 12339, + "id": 13416, "properties": { "facing": "north", "in_wall": "false", @@ -39938,7 +41697,7 @@ }, { "default": true, - "id": 12340, + "id": 13417, "properties": { "facing": "north", "in_wall": "false", @@ -39947,7 +41706,7 @@ } }, { - "id": 12341, + "id": 13418, "properties": { "facing": "south", "in_wall": "true", @@ -39956,7 +41715,7 @@ } }, { - "id": 12342, + "id": 13419, "properties": { "facing": "south", "in_wall": "true", @@ -39965,7 +41724,7 @@ } }, { - "id": 12343, + "id": 13420, "properties": { "facing": "south", "in_wall": "true", @@ -39974,7 +41733,7 @@ } }, { - "id": 12344, + "id": 13421, "properties": { "facing": "south", "in_wall": "true", @@ -39983,7 +41742,7 @@ } }, { - "id": 12345, + "id": 13422, "properties": { "facing": "south", "in_wall": "false", @@ -39992,7 +41751,7 @@ } }, { - "id": 12346, + "id": 13423, "properties": { "facing": "south", "in_wall": "false", @@ -40001,7 +41760,7 @@ } }, { - "id": 12347, + "id": 13424, "properties": { "facing": "south", "in_wall": "false", @@ -40010,7 +41769,7 @@ } }, { - "id": 12348, + "id": 13425, "properties": { "facing": "south", "in_wall": "false", @@ -40019,7 +41778,7 @@ } }, { - "id": 12349, + "id": 13426, "properties": { "facing": "west", "in_wall": "true", @@ -40028,7 +41787,7 @@ } }, { - "id": 12350, + "id": 13427, "properties": { "facing": "west", "in_wall": "true", @@ -40037,7 +41796,7 @@ } }, { - "id": 12351, + "id": 13428, "properties": { "facing": "west", "in_wall": "true", @@ -40046,7 +41805,7 @@ } }, { - "id": 12352, + "id": 13429, "properties": { "facing": "west", "in_wall": "true", @@ -40055,7 +41814,7 @@ } }, { - "id": 12353, + "id": 13430, "properties": { "facing": "west", "in_wall": "false", @@ -40064,7 +41823,7 @@ } }, { - "id": 12354, + "id": 13431, "properties": { "facing": "west", "in_wall": "false", @@ -40073,7 +41832,7 @@ } }, { - "id": 12355, + "id": 13432, "properties": { "facing": "west", "in_wall": "false", @@ -40082,7 +41841,7 @@ } }, { - "id": 12356, + "id": 13433, "properties": { "facing": "west", "in_wall": "false", @@ -40091,7 +41850,7 @@ } }, { - "id": 12357, + "id": 13434, "properties": { "facing": "east", "in_wall": "true", @@ -40100,7 +41859,7 @@ } }, { - "id": 12358, + "id": 13435, "properties": { "facing": "east", "in_wall": "true", @@ -40109,7 +41868,7 @@ } }, { - "id": 12359, + "id": 13436, "properties": { "facing": "east", "in_wall": "true", @@ -40118,7 +41877,7 @@ } }, { - "id": 12360, + "id": 13437, "properties": { "facing": "east", "in_wall": "true", @@ -40127,7 +41886,7 @@ } }, { - "id": 12361, + "id": 13438, "properties": { "facing": "east", "in_wall": "false", @@ -40136,7 +41895,7 @@ } }, { - "id": 12362, + "id": 13439, "properties": { "facing": "east", "in_wall": "false", @@ -40145,7 +41904,7 @@ } }, { - "id": 12363, + "id": 13440, "properties": { "facing": "east", "in_wall": "false", @@ -40154,7 +41913,7 @@ } }, { - "id": 12364, + "id": 13441, "properties": { "facing": "east", "in_wall": "false", @@ -40200,7 +41959,7 @@ }, "states": [ { - "id": 5194, + "id": 5962, "properties": { "attached": "true", "rotation": "0", @@ -40208,7 +41967,7 @@ } }, { - "id": 5195, + "id": 5963, "properties": { "attached": "true", "rotation": "0", @@ -40216,7 +41975,7 @@ } }, { - "id": 5196, + "id": 5964, "properties": { "attached": "true", "rotation": "1", @@ -40224,7 +41983,7 @@ } }, { - "id": 5197, + "id": 5965, "properties": { "attached": "true", "rotation": "1", @@ -40232,7 +41991,7 @@ } }, { - "id": 5198, + "id": 5966, "properties": { "attached": "true", "rotation": "2", @@ -40240,7 +41999,7 @@ } }, { - "id": 5199, + "id": 5967, "properties": { "attached": "true", "rotation": "2", @@ -40248,7 +42007,7 @@ } }, { - "id": 5200, + "id": 5968, "properties": { "attached": "true", "rotation": "3", @@ -40256,7 +42015,7 @@ } }, { - "id": 5201, + "id": 5969, "properties": { "attached": "true", "rotation": "3", @@ -40264,7 +42023,7 @@ } }, { - "id": 5202, + "id": 5970, "properties": { "attached": "true", "rotation": "4", @@ -40272,7 +42031,7 @@ } }, { - "id": 5203, + "id": 5971, "properties": { "attached": "true", "rotation": "4", @@ -40280,7 +42039,7 @@ } }, { - "id": 5204, + "id": 5972, "properties": { "attached": "true", "rotation": "5", @@ -40288,7 +42047,7 @@ } }, { - "id": 5205, + "id": 5973, "properties": { "attached": "true", "rotation": "5", @@ -40296,7 +42055,7 @@ } }, { - "id": 5206, + "id": 5974, "properties": { "attached": "true", "rotation": "6", @@ -40304,7 +42063,7 @@ } }, { - "id": 5207, + "id": 5975, "properties": { "attached": "true", "rotation": "6", @@ -40312,7 +42071,7 @@ } }, { - "id": 5208, + "id": 5976, "properties": { "attached": "true", "rotation": "7", @@ -40320,7 +42079,7 @@ } }, { - "id": 5209, + "id": 5977, "properties": { "attached": "true", "rotation": "7", @@ -40328,7 +42087,7 @@ } }, { - "id": 5210, + "id": 5978, "properties": { "attached": "true", "rotation": "8", @@ -40336,7 +42095,7 @@ } }, { - "id": 5211, + "id": 5979, "properties": { "attached": "true", "rotation": "8", @@ -40344,7 +42103,7 @@ } }, { - "id": 5212, + "id": 5980, "properties": { "attached": "true", "rotation": "9", @@ -40352,7 +42111,7 @@ } }, { - "id": 5213, + "id": 5981, "properties": { "attached": "true", "rotation": "9", @@ -40360,7 +42119,7 @@ } }, { - "id": 5214, + "id": 5982, "properties": { "attached": "true", "rotation": "10", @@ -40368,7 +42127,7 @@ } }, { - "id": 5215, + "id": 5983, "properties": { "attached": "true", "rotation": "10", @@ -40376,7 +42135,7 @@ } }, { - "id": 5216, + "id": 5984, "properties": { "attached": "true", "rotation": "11", @@ -40384,7 +42143,7 @@ } }, { - "id": 5217, + "id": 5985, "properties": { "attached": "true", "rotation": "11", @@ -40392,7 +42151,7 @@ } }, { - "id": 5218, + "id": 5986, "properties": { "attached": "true", "rotation": "12", @@ -40400,7 +42159,7 @@ } }, { - "id": 5219, + "id": 5987, "properties": { "attached": "true", "rotation": "12", @@ -40408,7 +42167,7 @@ } }, { - "id": 5220, + "id": 5988, "properties": { "attached": "true", "rotation": "13", @@ -40416,7 +42175,7 @@ } }, { - "id": 5221, + "id": 5989, "properties": { "attached": "true", "rotation": "13", @@ -40424,7 +42183,7 @@ } }, { - "id": 5222, + "id": 5990, "properties": { "attached": "true", "rotation": "14", @@ -40432,7 +42191,7 @@ } }, { - "id": 5223, + "id": 5991, "properties": { "attached": "true", "rotation": "14", @@ -40440,7 +42199,7 @@ } }, { - "id": 5224, + "id": 5992, "properties": { "attached": "true", "rotation": "15", @@ -40448,7 +42207,7 @@ } }, { - "id": 5225, + "id": 5993, "properties": { "attached": "true", "rotation": "15", @@ -40456,7 +42215,7 @@ } }, { - "id": 5226, + "id": 5994, "properties": { "attached": "false", "rotation": "0", @@ -40465,7 +42224,7 @@ }, { "default": true, - "id": 5227, + "id": 5995, "properties": { "attached": "false", "rotation": "0", @@ -40473,7 +42232,7 @@ } }, { - "id": 5228, + "id": 5996, "properties": { "attached": "false", "rotation": "1", @@ -40481,7 +42240,7 @@ } }, { - "id": 5229, + "id": 5997, "properties": { "attached": "false", "rotation": "1", @@ -40489,7 +42248,7 @@ } }, { - "id": 5230, + "id": 5998, "properties": { "attached": "false", "rotation": "2", @@ -40497,7 +42256,7 @@ } }, { - "id": 5231, + "id": 5999, "properties": { "attached": "false", "rotation": "2", @@ -40505,7 +42264,7 @@ } }, { - "id": 5232, + "id": 6000, "properties": { "attached": "false", "rotation": "3", @@ -40513,7 +42272,7 @@ } }, { - "id": 5233, + "id": 6001, "properties": { "attached": "false", "rotation": "3", @@ -40521,7 +42280,7 @@ } }, { - "id": 5234, + "id": 6002, "properties": { "attached": "false", "rotation": "4", @@ -40529,7 +42288,7 @@ } }, { - "id": 5235, + "id": 6003, "properties": { "attached": "false", "rotation": "4", @@ -40537,7 +42296,7 @@ } }, { - "id": 5236, + "id": 6004, "properties": { "attached": "false", "rotation": "5", @@ -40545,7 +42304,7 @@ } }, { - "id": 5237, + "id": 6005, "properties": { "attached": "false", "rotation": "5", @@ -40553,7 +42312,7 @@ } }, { - "id": 5238, + "id": 6006, "properties": { "attached": "false", "rotation": "6", @@ -40561,7 +42320,7 @@ } }, { - "id": 5239, + "id": 6007, "properties": { "attached": "false", "rotation": "6", @@ -40569,7 +42328,7 @@ } }, { - "id": 5240, + "id": 6008, "properties": { "attached": "false", "rotation": "7", @@ -40577,7 +42336,7 @@ } }, { - "id": 5241, + "id": 6009, "properties": { "attached": "false", "rotation": "7", @@ -40585,7 +42344,7 @@ } }, { - "id": 5242, + "id": 6010, "properties": { "attached": "false", "rotation": "8", @@ -40593,7 +42352,7 @@ } }, { - "id": 5243, + "id": 6011, "properties": { "attached": "false", "rotation": "8", @@ -40601,7 +42360,7 @@ } }, { - "id": 5244, + "id": 6012, "properties": { "attached": "false", "rotation": "9", @@ -40609,7 +42368,7 @@ } }, { - "id": 5245, + "id": 6013, "properties": { "attached": "false", "rotation": "9", @@ -40617,7 +42376,7 @@ } }, { - "id": 5246, + "id": 6014, "properties": { "attached": "false", "rotation": "10", @@ -40625,7 +42384,7 @@ } }, { - "id": 5247, + "id": 6015, "properties": { "attached": "false", "rotation": "10", @@ -40633,7 +42392,7 @@ } }, { - "id": 5248, + "id": 6016, "properties": { "attached": "false", "rotation": "11", @@ -40641,7 +42400,7 @@ } }, { - "id": 5249, + "id": 6017, "properties": { "attached": "false", "rotation": "11", @@ -40649,7 +42408,7 @@ } }, { - "id": 5250, + "id": 6018, "properties": { "attached": "false", "rotation": "12", @@ -40657,7 +42416,7 @@ } }, { - "id": 5251, + "id": 6019, "properties": { "attached": "false", "rotation": "12", @@ -40665,7 +42424,7 @@ } }, { - "id": 5252, + "id": 6020, "properties": { "attached": "false", "rotation": "13", @@ -40673,7 +42432,7 @@ } }, { - "id": 5253, + "id": 6021, "properties": { "attached": "false", "rotation": "13", @@ -40681,7 +42440,7 @@ } }, { - "id": 5254, + "id": 6022, "properties": { "attached": "false", "rotation": "14", @@ -40689,7 +42448,7 @@ } }, { - "id": 5255, + "id": 6023, "properties": { "attached": "false", "rotation": "14", @@ -40697,7 +42456,7 @@ } }, { - "id": 5256, + "id": 6024, "properties": { "attached": "false", "rotation": "15", @@ -40705,7 +42464,7 @@ } }, { - "id": 5257, + "id": 6025, "properties": { "attached": "false", "rotation": "15", @@ -41030,14 +42789,14 @@ }, "states": [ { - "id": 5902, + "id": 6670, "properties": { "powered": "true" } }, { "default": true, - "id": 5903, + "id": 6671, "properties": { "powered": "false" } @@ -41072,6 +42831,613 @@ } ] }, + "minecraft:cherry_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2591, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2592, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2593, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2594, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2595, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2596, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2597, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2598, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2599, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2600, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2601, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2602, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2603, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2604, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2605, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2606, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2607, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2608, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2609, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2610, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2611, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2612, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2613, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2614, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2615, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2616, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2617, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2618, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2619, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2620, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2621, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2622, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2623, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2624, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2625, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2626, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2627, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2628, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2629, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2630, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2631, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2632, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2633, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2634, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2635, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2636, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2637, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2638, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2639, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2640, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2641, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2642, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2643, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2644, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2645, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2646, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2647, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2648, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2649, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2650, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2651, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2652, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2653, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2654, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:cherry_sign": { "definition": { "type": "minecraft:standing_sign", @@ -41104,7 +43470,7 @@ }, "states": [ { - "id": 4494, + "id": 5262, "properties": { "rotation": "0", "waterlogged": "true" @@ -41112,217 +43478,217 @@ }, { "default": true, - "id": 4495, + "id": 5263, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4496, + "id": 5264, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4497, + "id": 5265, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4498, + "id": 5266, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4499, + "id": 5267, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4500, + "id": 5268, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4501, + "id": 5269, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4502, + "id": 5270, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4503, + "id": 5271, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4504, + "id": 5272, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4505, + "id": 5273, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4506, + "id": 5274, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4507, + "id": 5275, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4508, + "id": 5276, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4509, + "id": 5277, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4510, + "id": 5278, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4511, + "id": 5279, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4512, + "id": 5280, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4513, + "id": 5281, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4514, + "id": 5282, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4515, + "id": 5283, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4516, + "id": 5284, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4517, + "id": 5285, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4518, + "id": 5286, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4519, + "id": 5287, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4520, + "id": 5288, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4521, + "id": 5289, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4522, + "id": 5290, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4523, + "id": 5291, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4524, + "id": 5292, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4525, + "id": 5293, "properties": { "rotation": "15", "waterlogged": "false" @@ -41348,21 +43714,21 @@ }, "states": [ { - "id": 12081, + "id": 13158, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12082, + "id": 13159, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12083, + "id": 13160, "properties": { "type": "bottom", "waterlogged": "true" @@ -41370,21 +43736,21 @@ }, { "default": true, - "id": 12084, + "id": 13161, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12085, + "id": 13162, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12086, + "id": 13163, "properties": { "type": "double", "waterlogged": "false" @@ -41425,7 +43791,7 @@ }, "states": [ { - "id": 10773, + "id": 11850, "properties": { "facing": "north", "half": "top", @@ -41434,7 +43800,7 @@ } }, { - "id": 10774, + "id": 11851, "properties": { "facing": "north", "half": "top", @@ -41443,7 +43809,7 @@ } }, { - "id": 10775, + "id": 11852, "properties": { "facing": "north", "half": "top", @@ -41452,7 +43818,7 @@ } }, { - "id": 10776, + "id": 11853, "properties": { "facing": "north", "half": "top", @@ -41461,7 +43827,7 @@ } }, { - "id": 10777, + "id": 11854, "properties": { "facing": "north", "half": "top", @@ -41470,7 +43836,7 @@ } }, { - "id": 10778, + "id": 11855, "properties": { "facing": "north", "half": "top", @@ -41479,7 +43845,7 @@ } }, { - "id": 10779, + "id": 11856, "properties": { "facing": "north", "half": "top", @@ -41488,7 +43854,7 @@ } }, { - "id": 10780, + "id": 11857, "properties": { "facing": "north", "half": "top", @@ -41497,7 +43863,7 @@ } }, { - "id": 10781, + "id": 11858, "properties": { "facing": "north", "half": "top", @@ -41506,7 +43872,7 @@ } }, { - "id": 10782, + "id": 11859, "properties": { "facing": "north", "half": "top", @@ -41515,7 +43881,7 @@ } }, { - "id": 10783, + "id": 11860, "properties": { "facing": "north", "half": "bottom", @@ -41525,7 +43891,7 @@ }, { "default": true, - "id": 10784, + "id": 11861, "properties": { "facing": "north", "half": "bottom", @@ -41534,7 +43900,7 @@ } }, { - "id": 10785, + "id": 11862, "properties": { "facing": "north", "half": "bottom", @@ -41543,7 +43909,7 @@ } }, { - "id": 10786, + "id": 11863, "properties": { "facing": "north", "half": "bottom", @@ -41552,7 +43918,7 @@ } }, { - "id": 10787, + "id": 11864, "properties": { "facing": "north", "half": "bottom", @@ -41561,7 +43927,7 @@ } }, { - "id": 10788, + "id": 11865, "properties": { "facing": "north", "half": "bottom", @@ -41570,7 +43936,7 @@ } }, { - "id": 10789, + "id": 11866, "properties": { "facing": "north", "half": "bottom", @@ -41579,7 +43945,7 @@ } }, { - "id": 10790, + "id": 11867, "properties": { "facing": "north", "half": "bottom", @@ -41588,7 +43954,7 @@ } }, { - "id": 10791, + "id": 11868, "properties": { "facing": "north", "half": "bottom", @@ -41597,7 +43963,7 @@ } }, { - "id": 10792, + "id": 11869, "properties": { "facing": "north", "half": "bottom", @@ -41606,7 +43972,7 @@ } }, { - "id": 10793, + "id": 11870, "properties": { "facing": "south", "half": "top", @@ -41615,7 +43981,7 @@ } }, { - "id": 10794, + "id": 11871, "properties": { "facing": "south", "half": "top", @@ -41624,7 +43990,7 @@ } }, { - "id": 10795, + "id": 11872, "properties": { "facing": "south", "half": "top", @@ -41633,7 +43999,7 @@ } }, { - "id": 10796, + "id": 11873, "properties": { "facing": "south", "half": "top", @@ -41642,7 +44008,7 @@ } }, { - "id": 10797, + "id": 11874, "properties": { "facing": "south", "half": "top", @@ -41651,7 +44017,7 @@ } }, { - "id": 10798, + "id": 11875, "properties": { "facing": "south", "half": "top", @@ -41660,7 +44026,7 @@ } }, { - "id": 10799, + "id": 11876, "properties": { "facing": "south", "half": "top", @@ -41669,7 +44035,7 @@ } }, { - "id": 10800, + "id": 11877, "properties": { "facing": "south", "half": "top", @@ -41678,7 +44044,7 @@ } }, { - "id": 10801, + "id": 11878, "properties": { "facing": "south", "half": "top", @@ -41687,7 +44053,7 @@ } }, { - "id": 10802, + "id": 11879, "properties": { "facing": "south", "half": "top", @@ -41696,7 +44062,7 @@ } }, { - "id": 10803, + "id": 11880, "properties": { "facing": "south", "half": "bottom", @@ -41705,7 +44071,7 @@ } }, { - "id": 10804, + "id": 11881, "properties": { "facing": "south", "half": "bottom", @@ -41714,7 +44080,7 @@ } }, { - "id": 10805, + "id": 11882, "properties": { "facing": "south", "half": "bottom", @@ -41723,7 +44089,7 @@ } }, { - "id": 10806, + "id": 11883, "properties": { "facing": "south", "half": "bottom", @@ -41732,7 +44098,7 @@ } }, { - "id": 10807, + "id": 11884, "properties": { "facing": "south", "half": "bottom", @@ -41741,7 +44107,7 @@ } }, { - "id": 10808, + "id": 11885, "properties": { "facing": "south", "half": "bottom", @@ -41750,7 +44116,7 @@ } }, { - "id": 10809, + "id": 11886, "properties": { "facing": "south", "half": "bottom", @@ -41759,7 +44125,7 @@ } }, { - "id": 10810, + "id": 11887, "properties": { "facing": "south", "half": "bottom", @@ -41768,7 +44134,7 @@ } }, { - "id": 10811, + "id": 11888, "properties": { "facing": "south", "half": "bottom", @@ -41777,7 +44143,7 @@ } }, { - "id": 10812, + "id": 11889, "properties": { "facing": "south", "half": "bottom", @@ -41786,7 +44152,7 @@ } }, { - "id": 10813, + "id": 11890, "properties": { "facing": "west", "half": "top", @@ -41795,7 +44161,7 @@ } }, { - "id": 10814, + "id": 11891, "properties": { "facing": "west", "half": "top", @@ -41804,7 +44170,7 @@ } }, { - "id": 10815, + "id": 11892, "properties": { "facing": "west", "half": "top", @@ -41813,7 +44179,7 @@ } }, { - "id": 10816, + "id": 11893, "properties": { "facing": "west", "half": "top", @@ -41822,7 +44188,7 @@ } }, { - "id": 10817, + "id": 11894, "properties": { "facing": "west", "half": "top", @@ -41831,7 +44197,7 @@ } }, { - "id": 10818, + "id": 11895, "properties": { "facing": "west", "half": "top", @@ -41840,7 +44206,7 @@ } }, { - "id": 10819, + "id": 11896, "properties": { "facing": "west", "half": "top", @@ -41849,7 +44215,7 @@ } }, { - "id": 10820, + "id": 11897, "properties": { "facing": "west", "half": "top", @@ -41858,7 +44224,7 @@ } }, { - "id": 10821, + "id": 11898, "properties": { "facing": "west", "half": "top", @@ -41867,7 +44233,7 @@ } }, { - "id": 10822, + "id": 11899, "properties": { "facing": "west", "half": "top", @@ -41876,7 +44242,7 @@ } }, { - "id": 10823, + "id": 11900, "properties": { "facing": "west", "half": "bottom", @@ -41885,7 +44251,7 @@ } }, { - "id": 10824, + "id": 11901, "properties": { "facing": "west", "half": "bottom", @@ -41894,7 +44260,7 @@ } }, { - "id": 10825, + "id": 11902, "properties": { "facing": "west", "half": "bottom", @@ -41903,7 +44269,7 @@ } }, { - "id": 10826, + "id": 11903, "properties": { "facing": "west", "half": "bottom", @@ -41912,7 +44278,7 @@ } }, { - "id": 10827, + "id": 11904, "properties": { "facing": "west", "half": "bottom", @@ -41921,7 +44287,7 @@ } }, { - "id": 10828, + "id": 11905, "properties": { "facing": "west", "half": "bottom", @@ -41930,7 +44296,7 @@ } }, { - "id": 10829, + "id": 11906, "properties": { "facing": "west", "half": "bottom", @@ -41939,7 +44305,7 @@ } }, { - "id": 10830, + "id": 11907, "properties": { "facing": "west", "half": "bottom", @@ -41948,7 +44314,7 @@ } }, { - "id": 10831, + "id": 11908, "properties": { "facing": "west", "half": "bottom", @@ -41957,7 +44323,7 @@ } }, { - "id": 10832, + "id": 11909, "properties": { "facing": "west", "half": "bottom", @@ -41966,7 +44332,7 @@ } }, { - "id": 10833, + "id": 11910, "properties": { "facing": "east", "half": "top", @@ -41975,7 +44341,7 @@ } }, { - "id": 10834, + "id": 11911, "properties": { "facing": "east", "half": "top", @@ -41984,7 +44350,7 @@ } }, { - "id": 10835, + "id": 11912, "properties": { "facing": "east", "half": "top", @@ -41993,7 +44359,7 @@ } }, { - "id": 10836, + "id": 11913, "properties": { "facing": "east", "half": "top", @@ -42002,7 +44368,7 @@ } }, { - "id": 10837, + "id": 11914, "properties": { "facing": "east", "half": "top", @@ -42011,7 +44377,7 @@ } }, { - "id": 10838, + "id": 11915, "properties": { "facing": "east", "half": "top", @@ -42020,7 +44386,7 @@ } }, { - "id": 10839, + "id": 11916, "properties": { "facing": "east", "half": "top", @@ -42029,7 +44395,7 @@ } }, { - "id": 10840, + "id": 11917, "properties": { "facing": "east", "half": "top", @@ -42038,7 +44404,7 @@ } }, { - "id": 10841, + "id": 11918, "properties": { "facing": "east", "half": "top", @@ -42047,7 +44413,7 @@ } }, { - "id": 10842, + "id": 11919, "properties": { "facing": "east", "half": "top", @@ -42056,7 +44422,7 @@ } }, { - "id": 10843, + "id": 11920, "properties": { "facing": "east", "half": "bottom", @@ -42065,7 +44431,7 @@ } }, { - "id": 10844, + "id": 11921, "properties": { "facing": "east", "half": "bottom", @@ -42074,7 +44440,7 @@ } }, { - "id": 10845, + "id": 11922, "properties": { "facing": "east", "half": "bottom", @@ -42083,7 +44449,7 @@ } }, { - "id": 10846, + "id": 11923, "properties": { "facing": "east", "half": "bottom", @@ -42092,7 +44458,7 @@ } }, { - "id": 10847, + "id": 11924, "properties": { "facing": "east", "half": "bottom", @@ -42101,7 +44467,7 @@ } }, { - "id": 10848, + "id": 11925, "properties": { "facing": "east", "half": "bottom", @@ -42110,7 +44476,7 @@ } }, { - "id": 10849, + "id": 11926, "properties": { "facing": "east", "half": "bottom", @@ -42119,7 +44485,7 @@ } }, { - "id": 10850, + "id": 11927, "properties": { "facing": "east", "half": "bottom", @@ -42128,7 +44494,7 @@ } }, { - "id": 10851, + "id": 11928, "properties": { "facing": "east", "half": "bottom", @@ -42137,7 +44503,7 @@ } }, { - "id": 10852, + "id": 11929, "properties": { "facing": "east", "half": "bottom", @@ -42179,7 +44545,7 @@ }, "states": [ { - "id": 6460, + "id": 7233, "properties": { "facing": "north", "half": "top", @@ -42189,7 +44555,7 @@ } }, { - "id": 6461, + "id": 7234, "properties": { "facing": "north", "half": "top", @@ -42199,7 +44565,7 @@ } }, { - "id": 6462, + "id": 7235, "properties": { "facing": "north", "half": "top", @@ -42209,7 +44575,7 @@ } }, { - "id": 6463, + "id": 7236, "properties": { "facing": "north", "half": "top", @@ -42219,7 +44585,7 @@ } }, { - "id": 6464, + "id": 7237, "properties": { "facing": "north", "half": "top", @@ -42229,7 +44595,7 @@ } }, { - "id": 6465, + "id": 7238, "properties": { "facing": "north", "half": "top", @@ -42239,7 +44605,7 @@ } }, { - "id": 6466, + "id": 7239, "properties": { "facing": "north", "half": "top", @@ -42249,7 +44615,7 @@ } }, { - "id": 6467, + "id": 7240, "properties": { "facing": "north", "half": "top", @@ -42259,7 +44625,7 @@ } }, { - "id": 6468, + "id": 7241, "properties": { "facing": "north", "half": "bottom", @@ -42269,7 +44635,7 @@ } }, { - "id": 6469, + "id": 7242, "properties": { "facing": "north", "half": "bottom", @@ -42279,7 +44645,7 @@ } }, { - "id": 6470, + "id": 7243, "properties": { "facing": "north", "half": "bottom", @@ -42289,7 +44655,7 @@ } }, { - "id": 6471, + "id": 7244, "properties": { "facing": "north", "half": "bottom", @@ -42299,7 +44665,7 @@ } }, { - "id": 6472, + "id": 7245, "properties": { "facing": "north", "half": "bottom", @@ -42309,7 +44675,7 @@ } }, { - "id": 6473, + "id": 7246, "properties": { "facing": "north", "half": "bottom", @@ -42319,7 +44685,7 @@ } }, { - "id": 6474, + "id": 7247, "properties": { "facing": "north", "half": "bottom", @@ -42330,7 +44696,7 @@ }, { "default": true, - "id": 6475, + "id": 7248, "properties": { "facing": "north", "half": "bottom", @@ -42340,7 +44706,7 @@ } }, { - "id": 6476, + "id": 7249, "properties": { "facing": "south", "half": "top", @@ -42350,7 +44716,7 @@ } }, { - "id": 6477, + "id": 7250, "properties": { "facing": "south", "half": "top", @@ -42360,7 +44726,7 @@ } }, { - "id": 6478, + "id": 7251, "properties": { "facing": "south", "half": "top", @@ -42370,7 +44736,7 @@ } }, { - "id": 6479, + "id": 7252, "properties": { "facing": "south", "half": "top", @@ -42380,7 +44746,7 @@ } }, { - "id": 6480, + "id": 7253, "properties": { "facing": "south", "half": "top", @@ -42390,7 +44756,7 @@ } }, { - "id": 6481, + "id": 7254, "properties": { "facing": "south", "half": "top", @@ -42400,7 +44766,7 @@ } }, { - "id": 6482, + "id": 7255, "properties": { "facing": "south", "half": "top", @@ -42410,7 +44776,7 @@ } }, { - "id": 6483, + "id": 7256, "properties": { "facing": "south", "half": "top", @@ -42420,7 +44786,7 @@ } }, { - "id": 6484, + "id": 7257, "properties": { "facing": "south", "half": "bottom", @@ -42430,7 +44796,7 @@ } }, { - "id": 6485, + "id": 7258, "properties": { "facing": "south", "half": "bottom", @@ -42440,7 +44806,7 @@ } }, { - "id": 6486, + "id": 7259, "properties": { "facing": "south", "half": "bottom", @@ -42450,7 +44816,7 @@ } }, { - "id": 6487, + "id": 7260, "properties": { "facing": "south", "half": "bottom", @@ -42460,7 +44826,7 @@ } }, { - "id": 6488, + "id": 7261, "properties": { "facing": "south", "half": "bottom", @@ -42470,7 +44836,7 @@ } }, { - "id": 6489, + "id": 7262, "properties": { "facing": "south", "half": "bottom", @@ -42480,7 +44846,7 @@ } }, { - "id": 6490, + "id": 7263, "properties": { "facing": "south", "half": "bottom", @@ -42490,7 +44856,7 @@ } }, { - "id": 6491, + "id": 7264, "properties": { "facing": "south", "half": "bottom", @@ -42500,7 +44866,7 @@ } }, { - "id": 6492, + "id": 7265, "properties": { "facing": "west", "half": "top", @@ -42510,7 +44876,7 @@ } }, { - "id": 6493, + "id": 7266, "properties": { "facing": "west", "half": "top", @@ -42520,7 +44886,7 @@ } }, { - "id": 6494, + "id": 7267, "properties": { "facing": "west", "half": "top", @@ -42530,7 +44896,7 @@ } }, { - "id": 6495, + "id": 7268, "properties": { "facing": "west", "half": "top", @@ -42540,7 +44906,7 @@ } }, { - "id": 6496, + "id": 7269, "properties": { "facing": "west", "half": "top", @@ -42550,7 +44916,7 @@ } }, { - "id": 6497, + "id": 7270, "properties": { "facing": "west", "half": "top", @@ -42560,7 +44926,7 @@ } }, { - "id": 6498, + "id": 7271, "properties": { "facing": "west", "half": "top", @@ -42570,7 +44936,7 @@ } }, { - "id": 6499, + "id": 7272, "properties": { "facing": "west", "half": "top", @@ -42580,7 +44946,7 @@ } }, { - "id": 6500, + "id": 7273, "properties": { "facing": "west", "half": "bottom", @@ -42590,7 +44956,7 @@ } }, { - "id": 6501, + "id": 7274, "properties": { "facing": "west", "half": "bottom", @@ -42600,7 +44966,7 @@ } }, { - "id": 6502, + "id": 7275, "properties": { "facing": "west", "half": "bottom", @@ -42610,7 +44976,7 @@ } }, { - "id": 6503, + "id": 7276, "properties": { "facing": "west", "half": "bottom", @@ -42620,7 +44986,7 @@ } }, { - "id": 6504, + "id": 7277, "properties": { "facing": "west", "half": "bottom", @@ -42630,7 +44996,7 @@ } }, { - "id": 6505, + "id": 7278, "properties": { "facing": "west", "half": "bottom", @@ -42640,7 +45006,7 @@ } }, { - "id": 6506, + "id": 7279, "properties": { "facing": "west", "half": "bottom", @@ -42650,7 +45016,7 @@ } }, { - "id": 6507, + "id": 7280, "properties": { "facing": "west", "half": "bottom", @@ -42660,7 +45026,7 @@ } }, { - "id": 6508, + "id": 7281, "properties": { "facing": "east", "half": "top", @@ -42670,7 +45036,7 @@ } }, { - "id": 6509, + "id": 7282, "properties": { "facing": "east", "half": "top", @@ -42680,7 +45046,7 @@ } }, { - "id": 6510, + "id": 7283, "properties": { "facing": "east", "half": "top", @@ -42690,7 +45056,7 @@ } }, { - "id": 6511, + "id": 7284, "properties": { "facing": "east", "half": "top", @@ -42700,7 +45066,7 @@ } }, { - "id": 6512, + "id": 7285, "properties": { "facing": "east", "half": "top", @@ -42710,7 +45076,7 @@ } }, { - "id": 6513, + "id": 7286, "properties": { "facing": "east", "half": "top", @@ -42720,7 +45086,7 @@ } }, { - "id": 6514, + "id": 7287, "properties": { "facing": "east", "half": "top", @@ -42730,7 +45096,7 @@ } }, { - "id": 6515, + "id": 7288, "properties": { "facing": "east", "half": "top", @@ -42740,7 +45106,7 @@ } }, { - "id": 6516, + "id": 7289, "properties": { "facing": "east", "half": "bottom", @@ -42750,7 +45116,7 @@ } }, { - "id": 6517, + "id": 7290, "properties": { "facing": "east", "half": "bottom", @@ -42760,7 +45126,7 @@ } }, { - "id": 6518, + "id": 7291, "properties": { "facing": "east", "half": "bottom", @@ -42770,7 +45136,7 @@ } }, { - "id": 6519, + "id": 7292, "properties": { "facing": "east", "half": "bottom", @@ -42780,7 +45146,7 @@ } }, { - "id": 6520, + "id": 7293, "properties": { "facing": "east", "half": "bottom", @@ -42790,7 +45156,7 @@ } }, { - "id": 6521, + "id": 7294, "properties": { "facing": "east", "half": "bottom", @@ -42800,7 +45166,7 @@ } }, { - "id": 6522, + "id": 7295, "properties": { "facing": "east", "half": "bottom", @@ -42810,7 +45176,7 @@ } }, { - "id": 6523, + "id": 7296, "properties": { "facing": "east", "half": "bottom", @@ -42841,7 +45207,7 @@ }, "states": [ { - "id": 5738, + "id": 6506, "properties": { "facing": "north", "waterlogged": "true" @@ -42849,49 +45215,49 @@ }, { "default": true, - "id": 5739, + "id": 6507, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5740, + "id": 6508, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5741, + "id": 6509, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5742, + "id": 6510, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5743, + "id": 6511, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5744, + "id": 6512, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5745, + "id": 6513, "properties": { "facing": "east", "waterlogged": "false" @@ -42919,7 +45285,7 @@ }, "states": [ { - "id": 4890, + "id": 5658, "properties": { "facing": "north", "waterlogged": "true" @@ -42927,49 +45293,49 @@ }, { "default": true, - "id": 4891, + "id": 5659, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4892, + "id": 5660, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4893, + "id": 5661, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4894, + "id": 5662, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4895, + "id": 5663, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4896, + "id": 5664, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4897, + "id": 5665, "properties": { "facing": "east", "waterlogged": "false" @@ -43014,6 +45380,8 @@ "minecraft:chest": { "definition": { "type": "minecraft:chest", + "close_sound": "minecraft:block.chest.close", + "open_sound": "minecraft:block.chest.open", "properties": {} }, "properties": { @@ -43035,7 +45403,7 @@ }, "states": [ { - "id": 3018, + "id": 3786, "properties": { "type": "single", "facing": "north", @@ -43044,7 +45412,7 @@ }, { "default": true, - "id": 3019, + "id": 3787, "properties": { "type": "single", "facing": "north", @@ -43052,7 +45420,7 @@ } }, { - "id": 3020, + "id": 3788, "properties": { "type": "left", "facing": "north", @@ -43060,7 +45428,7 @@ } }, { - "id": 3021, + "id": 3789, "properties": { "type": "left", "facing": "north", @@ -43068,7 +45436,7 @@ } }, { - "id": 3022, + "id": 3790, "properties": { "type": "right", "facing": "north", @@ -43076,7 +45444,7 @@ } }, { - "id": 3023, + "id": 3791, "properties": { "type": "right", "facing": "north", @@ -43084,7 +45452,7 @@ } }, { - "id": 3024, + "id": 3792, "properties": { "type": "single", "facing": "south", @@ -43092,7 +45460,7 @@ } }, { - "id": 3025, + "id": 3793, "properties": { "type": "single", "facing": "south", @@ -43100,7 +45468,7 @@ } }, { - "id": 3026, + "id": 3794, "properties": { "type": "left", "facing": "south", @@ -43108,7 +45476,7 @@ } }, { - "id": 3027, + "id": 3795, "properties": { "type": "left", "facing": "south", @@ -43116,7 +45484,7 @@ } }, { - "id": 3028, + "id": 3796, "properties": { "type": "right", "facing": "south", @@ -43124,7 +45492,7 @@ } }, { - "id": 3029, + "id": 3797, "properties": { "type": "right", "facing": "south", @@ -43132,7 +45500,7 @@ } }, { - "id": 3030, + "id": 3798, "properties": { "type": "single", "facing": "west", @@ -43140,7 +45508,7 @@ } }, { - "id": 3031, + "id": 3799, "properties": { "type": "single", "facing": "west", @@ -43148,7 +45516,7 @@ } }, { - "id": 3032, + "id": 3800, "properties": { "type": "left", "facing": "west", @@ -43156,7 +45524,7 @@ } }, { - "id": 3033, + "id": 3801, "properties": { "type": "left", "facing": "west", @@ -43164,7 +45532,7 @@ } }, { - "id": 3034, + "id": 3802, "properties": { "type": "right", "facing": "west", @@ -43172,7 +45540,7 @@ } }, { - "id": 3035, + "id": 3803, "properties": { "type": "right", "facing": "west", @@ -43180,7 +45548,7 @@ } }, { - "id": 3036, + "id": 3804, "properties": { "type": "single", "facing": "east", @@ -43188,7 +45556,7 @@ } }, { - "id": 3037, + "id": 3805, "properties": { "type": "single", "facing": "east", @@ -43196,7 +45564,7 @@ } }, { - "id": 3038, + "id": 3806, "properties": { "type": "left", "facing": "east", @@ -43204,7 +45572,7 @@ } }, { - "id": 3039, + "id": 3807, "properties": { "type": "left", "facing": "east", @@ -43212,7 +45580,7 @@ } }, { - "id": 3040, + "id": 3808, "properties": { "type": "right", "facing": "east", @@ -43220,7 +45588,7 @@ } }, { - "id": 3041, + "id": 3809, "properties": { "type": "right", "facing": "east", @@ -43245,25 +45613,25 @@ "states": [ { "default": true, - "id": 9920, + "id": 10997, "properties": { "facing": "north" } }, { - "id": 9921, + "id": 10998, "properties": { "facing": "south" } }, { - "id": 9922, + "id": 10999, "properties": { "facing": "west" } }, { - "id": 9923, + "id": 11000, "properties": { "facing": "east" } @@ -46392,7 +48760,7 @@ "states": [ { "default": true, - "id": 23979 + "id": 25120 } ] }, @@ -46404,7 +48772,7 @@ "states": [ { "default": true, - "id": 27611 + "id": 29368 } ] }, @@ -46416,7 +48784,7 @@ "states": [ { "default": true, - "id": 21750 + "id": 22891 } ] }, @@ -46428,7 +48796,7 @@ "states": [ { "default": true, - "id": 20902 + "id": 22043 } ] }, @@ -46440,7 +48808,7 @@ "states": [ { "default": true, - "id": 10045 + "id": 11122 } ] }, @@ -46452,7 +48820,7 @@ "states": [ { "default": true, - "id": 11969 + "id": 13046 } ] }, @@ -46464,7 +48832,7 @@ "states": [ { "default": true, - "id": 8055 + "id": 9132 } ] }, @@ -46488,7 +48856,7 @@ "states": [ { "default": true, - "id": 6783 + "id": 7556 } ] }, @@ -46500,7 +48868,7 @@ "states": [ { "default": true, - "id": 22931 + "id": 24072 } ] }, @@ -46512,7 +48880,7 @@ "states": [ { "default": true, - "id": 23343 + "id": 24484 } ] }, @@ -46535,37 +48903,37 @@ "states": [ { "default": true, - "id": 13427, + "id": 14504, "properties": { "age": "0" } }, { - "id": 13428, + "id": 14505, "properties": { "age": "1" } }, { - "id": 13429, + "id": 14506, "properties": { "age": "2" } }, { - "id": 13430, + "id": 14507, "properties": { "age": "3" } }, { - "id": 13431, + "id": 14508, "properties": { "age": "4" } }, { - "id": 13432, + "id": 14509, "properties": { "age": "5" } @@ -46605,7 +48973,7 @@ }, "states": [ { - "id": 13363, + "id": 14440, "properties": { "down": "true", "east": "true", @@ -46616,7 +48984,7 @@ } }, { - "id": 13364, + "id": 14441, "properties": { "down": "true", "east": "true", @@ -46627,7 +48995,7 @@ } }, { - "id": 13365, + "id": 14442, "properties": { "down": "true", "east": "true", @@ -46638,7 +49006,7 @@ } }, { - "id": 13366, + "id": 14443, "properties": { "down": "true", "east": "true", @@ -46649,7 +49017,7 @@ } }, { - "id": 13367, + "id": 14444, "properties": { "down": "true", "east": "true", @@ -46660,7 +49028,7 @@ } }, { - "id": 13368, + "id": 14445, "properties": { "down": "true", "east": "true", @@ -46671,7 +49039,7 @@ } }, { - "id": 13369, + "id": 14446, "properties": { "down": "true", "east": "true", @@ -46682,7 +49050,7 @@ } }, { - "id": 13370, + "id": 14447, "properties": { "down": "true", "east": "true", @@ -46693,7 +49061,7 @@ } }, { - "id": 13371, + "id": 14448, "properties": { "down": "true", "east": "true", @@ -46704,7 +49072,7 @@ } }, { - "id": 13372, + "id": 14449, "properties": { "down": "true", "east": "true", @@ -46715,7 +49083,7 @@ } }, { - "id": 13373, + "id": 14450, "properties": { "down": "true", "east": "true", @@ -46726,7 +49094,7 @@ } }, { - "id": 13374, + "id": 14451, "properties": { "down": "true", "east": "true", @@ -46737,7 +49105,7 @@ } }, { - "id": 13375, + "id": 14452, "properties": { "down": "true", "east": "true", @@ -46748,7 +49116,7 @@ } }, { - "id": 13376, + "id": 14453, "properties": { "down": "true", "east": "true", @@ -46759,7 +49127,7 @@ } }, { - "id": 13377, + "id": 14454, "properties": { "down": "true", "east": "true", @@ -46770,7 +49138,7 @@ } }, { - "id": 13378, + "id": 14455, "properties": { "down": "true", "east": "true", @@ -46781,7 +49149,7 @@ } }, { - "id": 13379, + "id": 14456, "properties": { "down": "true", "east": "false", @@ -46792,7 +49160,7 @@ } }, { - "id": 13380, + "id": 14457, "properties": { "down": "true", "east": "false", @@ -46803,7 +49171,7 @@ } }, { - "id": 13381, + "id": 14458, "properties": { "down": "true", "east": "false", @@ -46814,7 +49182,7 @@ } }, { - "id": 13382, + "id": 14459, "properties": { "down": "true", "east": "false", @@ -46825,7 +49193,7 @@ } }, { - "id": 13383, + "id": 14460, "properties": { "down": "true", "east": "false", @@ -46836,7 +49204,7 @@ } }, { - "id": 13384, + "id": 14461, "properties": { "down": "true", "east": "false", @@ -46847,7 +49215,7 @@ } }, { - "id": 13385, + "id": 14462, "properties": { "down": "true", "east": "false", @@ -46858,7 +49226,7 @@ } }, { - "id": 13386, + "id": 14463, "properties": { "down": "true", "east": "false", @@ -46869,7 +49237,7 @@ } }, { - "id": 13387, + "id": 14464, "properties": { "down": "true", "east": "false", @@ -46880,7 +49248,7 @@ } }, { - "id": 13388, + "id": 14465, "properties": { "down": "true", "east": "false", @@ -46891,7 +49259,7 @@ } }, { - "id": 13389, + "id": 14466, "properties": { "down": "true", "east": "false", @@ -46902,7 +49270,7 @@ } }, { - "id": 13390, + "id": 14467, "properties": { "down": "true", "east": "false", @@ -46913,7 +49281,7 @@ } }, { - "id": 13391, + "id": 14468, "properties": { "down": "true", "east": "false", @@ -46924,7 +49292,7 @@ } }, { - "id": 13392, + "id": 14469, "properties": { "down": "true", "east": "false", @@ -46935,7 +49303,7 @@ } }, { - "id": 13393, + "id": 14470, "properties": { "down": "true", "east": "false", @@ -46946,7 +49314,7 @@ } }, { - "id": 13394, + "id": 14471, "properties": { "down": "true", "east": "false", @@ -46957,7 +49325,7 @@ } }, { - "id": 13395, + "id": 14472, "properties": { "down": "false", "east": "true", @@ -46968,7 +49336,7 @@ } }, { - "id": 13396, + "id": 14473, "properties": { "down": "false", "east": "true", @@ -46979,7 +49347,7 @@ } }, { - "id": 13397, + "id": 14474, "properties": { "down": "false", "east": "true", @@ -46990,7 +49358,7 @@ } }, { - "id": 13398, + "id": 14475, "properties": { "down": "false", "east": "true", @@ -47001,7 +49369,7 @@ } }, { - "id": 13399, + "id": 14476, "properties": { "down": "false", "east": "true", @@ -47012,7 +49380,7 @@ } }, { - "id": 13400, + "id": 14477, "properties": { "down": "false", "east": "true", @@ -47023,7 +49391,7 @@ } }, { - "id": 13401, + "id": 14478, "properties": { "down": "false", "east": "true", @@ -47034,7 +49402,7 @@ } }, { - "id": 13402, + "id": 14479, "properties": { "down": "false", "east": "true", @@ -47045,7 +49413,7 @@ } }, { - "id": 13403, + "id": 14480, "properties": { "down": "false", "east": "true", @@ -47056,7 +49424,7 @@ } }, { - "id": 13404, + "id": 14481, "properties": { "down": "false", "east": "true", @@ -47067,7 +49435,7 @@ } }, { - "id": 13405, + "id": 14482, "properties": { "down": "false", "east": "true", @@ -47078,7 +49446,7 @@ } }, { - "id": 13406, + "id": 14483, "properties": { "down": "false", "east": "true", @@ -47089,7 +49457,7 @@ } }, { - "id": 13407, + "id": 14484, "properties": { "down": "false", "east": "true", @@ -47100,7 +49468,7 @@ } }, { - "id": 13408, + "id": 14485, "properties": { "down": "false", "east": "true", @@ -47111,7 +49479,7 @@ } }, { - "id": 13409, + "id": 14486, "properties": { "down": "false", "east": "true", @@ -47122,7 +49490,7 @@ } }, { - "id": 13410, + "id": 14487, "properties": { "down": "false", "east": "true", @@ -47133,7 +49501,7 @@ } }, { - "id": 13411, + "id": 14488, "properties": { "down": "false", "east": "false", @@ -47144,7 +49512,7 @@ } }, { - "id": 13412, + "id": 14489, "properties": { "down": "false", "east": "false", @@ -47155,7 +49523,7 @@ } }, { - "id": 13413, + "id": 14490, "properties": { "down": "false", "east": "false", @@ -47166,7 +49534,7 @@ } }, { - "id": 13414, + "id": 14491, "properties": { "down": "false", "east": "false", @@ -47177,7 +49545,7 @@ } }, { - "id": 13415, + "id": 14492, "properties": { "down": "false", "east": "false", @@ -47188,7 +49556,7 @@ } }, { - "id": 13416, + "id": 14493, "properties": { "down": "false", "east": "false", @@ -47199,7 +49567,7 @@ } }, { - "id": 13417, + "id": 14494, "properties": { "down": "false", "east": "false", @@ -47210,7 +49578,7 @@ } }, { - "id": 13418, + "id": 14495, "properties": { "down": "false", "east": "false", @@ -47221,7 +49589,7 @@ } }, { - "id": 13419, + "id": 14496, "properties": { "down": "false", "east": "false", @@ -47232,7 +49600,7 @@ } }, { - "id": 13420, + "id": 14497, "properties": { "down": "false", "east": "false", @@ -47243,7 +49611,7 @@ } }, { - "id": 13421, + "id": 14498, "properties": { "down": "false", "east": "false", @@ -47254,7 +49622,7 @@ } }, { - "id": 13422, + "id": 14499, "properties": { "down": "false", "east": "false", @@ -47265,7 +49633,7 @@ } }, { - "id": 13423, + "id": 14500, "properties": { "down": "false", "east": "false", @@ -47276,7 +49644,7 @@ } }, { - "id": 13424, + "id": 14501, "properties": { "down": "false", "east": "false", @@ -47287,7 +49655,7 @@ } }, { - "id": 13425, + "id": 14502, "properties": { "down": "false", "east": "false", @@ -47299,7 +49667,7 @@ }, { "default": true, - "id": 13426, + "id": 14503, "properties": { "down": "false", "east": "false", @@ -47319,7 +49687,7 @@ "states": [ { "default": true, - "id": 5977 + "id": 6745 } ] }, @@ -47332,7 +49700,7 @@ "states": [ { "default": true, - "id": 27910 + "id": 29667 } ] }, @@ -47344,7 +49712,7 @@ "states": [ { "default": true, - "id": 11634 + "id": 12711 } ] }, @@ -47385,7 +49753,7 @@ "states": [ { "default": true, - "id": 25967 + "id": 27724 } ] }, @@ -47407,21 +49775,21 @@ }, "states": [ { - "id": 26048, + "id": 27805, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 26049, + "id": 27806, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 26050, + "id": 27807, "properties": { "type": "bottom", "waterlogged": "true" @@ -47429,21 +49797,21 @@ }, { "default": true, - "id": 26051, + "id": 27808, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 26052, + "id": 27809, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 26053, + "id": 27810, "properties": { "type": "double", "waterlogged": "false" @@ -47484,7 +49852,7 @@ }, "states": [ { - "id": 25968, + "id": 27725, "properties": { "facing": "north", "half": "top", @@ -47493,7 +49861,7 @@ } }, { - "id": 25969, + "id": 27726, "properties": { "facing": "north", "half": "top", @@ -47502,7 +49870,7 @@ } }, { - "id": 25970, + "id": 27727, "properties": { "facing": "north", "half": "top", @@ -47511,7 +49879,7 @@ } }, { - "id": 25971, + "id": 27728, "properties": { "facing": "north", "half": "top", @@ -47520,7 +49888,7 @@ } }, { - "id": 25972, + "id": 27729, "properties": { "facing": "north", "half": "top", @@ -47529,7 +49897,7 @@ } }, { - "id": 25973, + "id": 27730, "properties": { "facing": "north", "half": "top", @@ -47538,7 +49906,7 @@ } }, { - "id": 25974, + "id": 27731, "properties": { "facing": "north", "half": "top", @@ -47547,7 +49915,7 @@ } }, { - "id": 25975, + "id": 27732, "properties": { "facing": "north", "half": "top", @@ -47556,7 +49924,7 @@ } }, { - "id": 25976, + "id": 27733, "properties": { "facing": "north", "half": "top", @@ -47565,7 +49933,7 @@ } }, { - "id": 25977, + "id": 27734, "properties": { "facing": "north", "half": "top", @@ -47574,7 +49942,7 @@ } }, { - "id": 25978, + "id": 27735, "properties": { "facing": "north", "half": "bottom", @@ -47584,7 +49952,7 @@ }, { "default": true, - "id": 25979, + "id": 27736, "properties": { "facing": "north", "half": "bottom", @@ -47593,7 +49961,7 @@ } }, { - "id": 25980, + "id": 27737, "properties": { "facing": "north", "half": "bottom", @@ -47602,7 +49970,7 @@ } }, { - "id": 25981, + "id": 27738, "properties": { "facing": "north", "half": "bottom", @@ -47611,7 +49979,7 @@ } }, { - "id": 25982, + "id": 27739, "properties": { "facing": "north", "half": "bottom", @@ -47620,7 +49988,7 @@ } }, { - "id": 25983, + "id": 27740, "properties": { "facing": "north", "half": "bottom", @@ -47629,7 +49997,7 @@ } }, { - "id": 25984, + "id": 27741, "properties": { "facing": "north", "half": "bottom", @@ -47638,7 +50006,7 @@ } }, { - "id": 25985, + "id": 27742, "properties": { "facing": "north", "half": "bottom", @@ -47647,7 +50015,7 @@ } }, { - "id": 25986, + "id": 27743, "properties": { "facing": "north", "half": "bottom", @@ -47656,7 +50024,7 @@ } }, { - "id": 25987, + "id": 27744, "properties": { "facing": "north", "half": "bottom", @@ -47665,7 +50033,7 @@ } }, { - "id": 25988, + "id": 27745, "properties": { "facing": "south", "half": "top", @@ -47674,7 +50042,7 @@ } }, { - "id": 25989, + "id": 27746, "properties": { "facing": "south", "half": "top", @@ -47683,7 +50051,7 @@ } }, { - "id": 25990, + "id": 27747, "properties": { "facing": "south", "half": "top", @@ -47692,7 +50060,7 @@ } }, { - "id": 25991, + "id": 27748, "properties": { "facing": "south", "half": "top", @@ -47701,7 +50069,7 @@ } }, { - "id": 25992, + "id": 27749, "properties": { "facing": "south", "half": "top", @@ -47710,7 +50078,7 @@ } }, { - "id": 25993, + "id": 27750, "properties": { "facing": "south", "half": "top", @@ -47719,7 +50087,7 @@ } }, { - "id": 25994, + "id": 27751, "properties": { "facing": "south", "half": "top", @@ -47728,7 +50096,7 @@ } }, { - "id": 25995, + "id": 27752, "properties": { "facing": "south", "half": "top", @@ -47737,7 +50105,7 @@ } }, { - "id": 25996, + "id": 27753, "properties": { "facing": "south", "half": "top", @@ -47746,7 +50114,7 @@ } }, { - "id": 25997, + "id": 27754, "properties": { "facing": "south", "half": "top", @@ -47755,7 +50123,7 @@ } }, { - "id": 25998, + "id": 27755, "properties": { "facing": "south", "half": "bottom", @@ -47764,7 +50132,7 @@ } }, { - "id": 25999, + "id": 27756, "properties": { "facing": "south", "half": "bottom", @@ -47773,7 +50141,7 @@ } }, { - "id": 26000, + "id": 27757, "properties": { "facing": "south", "half": "bottom", @@ -47782,7 +50150,7 @@ } }, { - "id": 26001, + "id": 27758, "properties": { "facing": "south", "half": "bottom", @@ -47791,7 +50159,7 @@ } }, { - "id": 26002, + "id": 27759, "properties": { "facing": "south", "half": "bottom", @@ -47800,7 +50168,7 @@ } }, { - "id": 26003, + "id": 27760, "properties": { "facing": "south", "half": "bottom", @@ -47809,7 +50177,7 @@ } }, { - "id": 26004, + "id": 27761, "properties": { "facing": "south", "half": "bottom", @@ -47818,7 +50186,7 @@ } }, { - "id": 26005, + "id": 27762, "properties": { "facing": "south", "half": "bottom", @@ -47827,7 +50195,7 @@ } }, { - "id": 26006, + "id": 27763, "properties": { "facing": "south", "half": "bottom", @@ -47836,7 +50204,7 @@ } }, { - "id": 26007, + "id": 27764, "properties": { "facing": "south", "half": "bottom", @@ -47845,7 +50213,7 @@ } }, { - "id": 26008, + "id": 27765, "properties": { "facing": "west", "half": "top", @@ -47854,7 +50222,7 @@ } }, { - "id": 26009, + "id": 27766, "properties": { "facing": "west", "half": "top", @@ -47863,7 +50231,7 @@ } }, { - "id": 26010, + "id": 27767, "properties": { "facing": "west", "half": "top", @@ -47872,7 +50240,7 @@ } }, { - "id": 26011, + "id": 27768, "properties": { "facing": "west", "half": "top", @@ -47881,7 +50249,7 @@ } }, { - "id": 26012, + "id": 27769, "properties": { "facing": "west", "half": "top", @@ -47890,7 +50258,7 @@ } }, { - "id": 26013, + "id": 27770, "properties": { "facing": "west", "half": "top", @@ -47899,7 +50267,7 @@ } }, { - "id": 26014, + "id": 27771, "properties": { "facing": "west", "half": "top", @@ -47908,7 +50276,7 @@ } }, { - "id": 26015, + "id": 27772, "properties": { "facing": "west", "half": "top", @@ -47917,7 +50285,7 @@ } }, { - "id": 26016, + "id": 27773, "properties": { "facing": "west", "half": "top", @@ -47926,7 +50294,7 @@ } }, { - "id": 26017, + "id": 27774, "properties": { "facing": "west", "half": "top", @@ -47935,7 +50303,7 @@ } }, { - "id": 26018, + "id": 27775, "properties": { "facing": "west", "half": "bottom", @@ -47944,7 +50312,7 @@ } }, { - "id": 26019, + "id": 27776, "properties": { "facing": "west", "half": "bottom", @@ -47953,7 +50321,7 @@ } }, { - "id": 26020, + "id": 27777, "properties": { "facing": "west", "half": "bottom", @@ -47962,7 +50330,7 @@ } }, { - "id": 26021, + "id": 27778, "properties": { "facing": "west", "half": "bottom", @@ -47971,7 +50339,7 @@ } }, { - "id": 26022, + "id": 27779, "properties": { "facing": "west", "half": "bottom", @@ -47980,7 +50348,7 @@ } }, { - "id": 26023, + "id": 27780, "properties": { "facing": "west", "half": "bottom", @@ -47989,7 +50357,7 @@ } }, { - "id": 26024, + "id": 27781, "properties": { "facing": "west", "half": "bottom", @@ -47998,7 +50366,7 @@ } }, { - "id": 26025, + "id": 27782, "properties": { "facing": "west", "half": "bottom", @@ -48007,7 +50375,7 @@ } }, { - "id": 26026, + "id": 27783, "properties": { "facing": "west", "half": "bottom", @@ -48016,7 +50384,7 @@ } }, { - "id": 26027, + "id": 27784, "properties": { "facing": "west", "half": "bottom", @@ -48025,7 +50393,7 @@ } }, { - "id": 26028, + "id": 27785, "properties": { "facing": "east", "half": "top", @@ -48034,7 +50402,7 @@ } }, { - "id": 26029, + "id": 27786, "properties": { "facing": "east", "half": "top", @@ -48043,7 +50411,7 @@ } }, { - "id": 26030, + "id": 27787, "properties": { "facing": "east", "half": "top", @@ -48052,7 +50420,7 @@ } }, { - "id": 26031, + "id": 27788, "properties": { "facing": "east", "half": "top", @@ -48061,7 +50429,7 @@ } }, { - "id": 26032, + "id": 27789, "properties": { "facing": "east", "half": "top", @@ -48070,7 +50438,7 @@ } }, { - "id": 26033, + "id": 27790, "properties": { "facing": "east", "half": "top", @@ -48079,7 +50447,7 @@ } }, { - "id": 26034, + "id": 27791, "properties": { "facing": "east", "half": "top", @@ -48088,7 +50456,7 @@ } }, { - "id": 26035, + "id": 27792, "properties": { "facing": "east", "half": "top", @@ -48097,7 +50465,7 @@ } }, { - "id": 26036, + "id": 27793, "properties": { "facing": "east", "half": "top", @@ -48106,7 +50474,7 @@ } }, { - "id": 26037, + "id": 27794, "properties": { "facing": "east", "half": "top", @@ -48115,7 +50483,7 @@ } }, { - "id": 26038, + "id": 27795, "properties": { "facing": "east", "half": "bottom", @@ -48124,7 +50492,7 @@ } }, { - "id": 26039, + "id": 27796, "properties": { "facing": "east", "half": "bottom", @@ -48133,7 +50501,7 @@ } }, { - "id": 26040, + "id": 27797, "properties": { "facing": "east", "half": "bottom", @@ -48142,7 +50510,7 @@ } }, { - "id": 26041, + "id": 27798, "properties": { "facing": "east", "half": "bottom", @@ -48151,7 +50519,7 @@ } }, { - "id": 26042, + "id": 27799, "properties": { "facing": "east", "half": "bottom", @@ -48160,7 +50528,7 @@ } }, { - "id": 26043, + "id": 27800, "properties": { "facing": "east", "half": "bottom", @@ -48169,7 +50537,7 @@ } }, { - "id": 26044, + "id": 27801, "properties": { "facing": "east", "half": "bottom", @@ -48178,7 +50546,7 @@ } }, { - "id": 26045, + "id": 27802, "properties": { "facing": "east", "half": "bottom", @@ -48187,7 +50555,7 @@ } }, { - "id": 26046, + "id": 27803, "properties": { "facing": "east", "half": "bottom", @@ -48196,7 +50564,7 @@ } }, { - "id": 26047, + "id": 27804, "properties": { "facing": "east", "half": "bottom", @@ -48243,7 +50611,7 @@ }, "states": [ { - "id": 26054, + "id": 27811, "properties": { "east": "none", "north": "none", @@ -48254,7 +50622,7 @@ } }, { - "id": 26055, + "id": 27812, "properties": { "east": "none", "north": "none", @@ -48265,7 +50633,7 @@ } }, { - "id": 26056, + "id": 27813, "properties": { "east": "none", "north": "none", @@ -48277,7 +50645,7 @@ }, { "default": true, - "id": 26057, + "id": 27814, "properties": { "east": "none", "north": "none", @@ -48288,7 +50656,7 @@ } }, { - "id": 26058, + "id": 27815, "properties": { "east": "none", "north": "none", @@ -48299,7 +50667,7 @@ } }, { - "id": 26059, + "id": 27816, "properties": { "east": "none", "north": "none", @@ -48310,7 +50678,7 @@ } }, { - "id": 26060, + "id": 27817, "properties": { "east": "none", "north": "none", @@ -48321,7 +50689,7 @@ } }, { - "id": 26061, + "id": 27818, "properties": { "east": "none", "north": "none", @@ -48332,7 +50700,7 @@ } }, { - "id": 26062, + "id": 27819, "properties": { "east": "none", "north": "none", @@ -48343,7 +50711,7 @@ } }, { - "id": 26063, + "id": 27820, "properties": { "east": "none", "north": "none", @@ -48354,7 +50722,7 @@ } }, { - "id": 26064, + "id": 27821, "properties": { "east": "none", "north": "none", @@ -48365,7 +50733,7 @@ } }, { - "id": 26065, + "id": 27822, "properties": { "east": "none", "north": "none", @@ -48376,7 +50744,7 @@ } }, { - "id": 26066, + "id": 27823, "properties": { "east": "none", "north": "none", @@ -48387,7 +50755,7 @@ } }, { - "id": 26067, + "id": 27824, "properties": { "east": "none", "north": "none", @@ -48398,7 +50766,7 @@ } }, { - "id": 26068, + "id": 27825, "properties": { "east": "none", "north": "none", @@ -48409,7 +50777,7 @@ } }, { - "id": 26069, + "id": 27826, "properties": { "east": "none", "north": "none", @@ -48420,7 +50788,7 @@ } }, { - "id": 26070, + "id": 27827, "properties": { "east": "none", "north": "none", @@ -48431,7 +50799,7 @@ } }, { - "id": 26071, + "id": 27828, "properties": { "east": "none", "north": "none", @@ -48442,7 +50810,7 @@ } }, { - "id": 26072, + "id": 27829, "properties": { "east": "none", "north": "none", @@ -48453,7 +50821,7 @@ } }, { - "id": 26073, + "id": 27830, "properties": { "east": "none", "north": "none", @@ -48464,7 +50832,7 @@ } }, { - "id": 26074, + "id": 27831, "properties": { "east": "none", "north": "none", @@ -48475,7 +50843,7 @@ } }, { - "id": 26075, + "id": 27832, "properties": { "east": "none", "north": "none", @@ -48486,7 +50854,7 @@ } }, { - "id": 26076, + "id": 27833, "properties": { "east": "none", "north": "none", @@ -48497,7 +50865,7 @@ } }, { - "id": 26077, + "id": 27834, "properties": { "east": "none", "north": "none", @@ -48508,7 +50876,7 @@ } }, { - "id": 26078, + "id": 27835, "properties": { "east": "none", "north": "none", @@ -48519,7 +50887,7 @@ } }, { - "id": 26079, + "id": 27836, "properties": { "east": "none", "north": "none", @@ -48530,7 +50898,7 @@ } }, { - "id": 26080, + "id": 27837, "properties": { "east": "none", "north": "none", @@ -48541,7 +50909,7 @@ } }, { - "id": 26081, + "id": 27838, "properties": { "east": "none", "north": "none", @@ -48552,7 +50920,7 @@ } }, { - "id": 26082, + "id": 27839, "properties": { "east": "none", "north": "none", @@ -48563,7 +50931,7 @@ } }, { - "id": 26083, + "id": 27840, "properties": { "east": "none", "north": "none", @@ -48574,7 +50942,7 @@ } }, { - "id": 26084, + "id": 27841, "properties": { "east": "none", "north": "none", @@ -48585,7 +50953,7 @@ } }, { - "id": 26085, + "id": 27842, "properties": { "east": "none", "north": "none", @@ -48596,7 +50964,7 @@ } }, { - "id": 26086, + "id": 27843, "properties": { "east": "none", "north": "none", @@ -48607,7 +50975,7 @@ } }, { - "id": 26087, + "id": 27844, "properties": { "east": "none", "north": "none", @@ -48618,7 +50986,7 @@ } }, { - "id": 26088, + "id": 27845, "properties": { "east": "none", "north": "none", @@ -48629,7 +50997,7 @@ } }, { - "id": 26089, + "id": 27846, "properties": { "east": "none", "north": "none", @@ -48640,7 +51008,7 @@ } }, { - "id": 26090, + "id": 27847, "properties": { "east": "none", "north": "low", @@ -48651,7 +51019,7 @@ } }, { - "id": 26091, + "id": 27848, "properties": { "east": "none", "north": "low", @@ -48662,7 +51030,7 @@ } }, { - "id": 26092, + "id": 27849, "properties": { "east": "none", "north": "low", @@ -48673,7 +51041,7 @@ } }, { - "id": 26093, + "id": 27850, "properties": { "east": "none", "north": "low", @@ -48684,7 +51052,7 @@ } }, { - "id": 26094, + "id": 27851, "properties": { "east": "none", "north": "low", @@ -48695,7 +51063,7 @@ } }, { - "id": 26095, + "id": 27852, "properties": { "east": "none", "north": "low", @@ -48706,7 +51074,7 @@ } }, { - "id": 26096, + "id": 27853, "properties": { "east": "none", "north": "low", @@ -48717,7 +51085,7 @@ } }, { - "id": 26097, + "id": 27854, "properties": { "east": "none", "north": "low", @@ -48728,7 +51096,7 @@ } }, { - "id": 26098, + "id": 27855, "properties": { "east": "none", "north": "low", @@ -48739,7 +51107,7 @@ } }, { - "id": 26099, + "id": 27856, "properties": { "east": "none", "north": "low", @@ -48750,7 +51118,7 @@ } }, { - "id": 26100, + "id": 27857, "properties": { "east": "none", "north": "low", @@ -48761,7 +51129,7 @@ } }, { - "id": 26101, + "id": 27858, "properties": { "east": "none", "north": "low", @@ -48772,7 +51140,7 @@ } }, { - "id": 26102, + "id": 27859, "properties": { "east": "none", "north": "low", @@ -48783,7 +51151,7 @@ } }, { - "id": 26103, + "id": 27860, "properties": { "east": "none", "north": "low", @@ -48794,7 +51162,7 @@ } }, { - "id": 26104, + "id": 27861, "properties": { "east": "none", "north": "low", @@ -48805,7 +51173,7 @@ } }, { - "id": 26105, + "id": 27862, "properties": { "east": "none", "north": "low", @@ -48816,7 +51184,7 @@ } }, { - "id": 26106, + "id": 27863, "properties": { "east": "none", "north": "low", @@ -48827,7 +51195,7 @@ } }, { - "id": 26107, + "id": 27864, "properties": { "east": "none", "north": "low", @@ -48838,7 +51206,7 @@ } }, { - "id": 26108, + "id": 27865, "properties": { "east": "none", "north": "low", @@ -48849,7 +51217,7 @@ } }, { - "id": 26109, + "id": 27866, "properties": { "east": "none", "north": "low", @@ -48860,7 +51228,7 @@ } }, { - "id": 26110, + "id": 27867, "properties": { "east": "none", "north": "low", @@ -48871,7 +51239,7 @@ } }, { - "id": 26111, + "id": 27868, "properties": { "east": "none", "north": "low", @@ -48882,7 +51250,7 @@ } }, { - "id": 26112, + "id": 27869, "properties": { "east": "none", "north": "low", @@ -48893,7 +51261,7 @@ } }, { - "id": 26113, + "id": 27870, "properties": { "east": "none", "north": "low", @@ -48904,7 +51272,7 @@ } }, { - "id": 26114, + "id": 27871, "properties": { "east": "none", "north": "low", @@ -48915,7 +51283,7 @@ } }, { - "id": 26115, + "id": 27872, "properties": { "east": "none", "north": "low", @@ -48926,7 +51294,7 @@ } }, { - "id": 26116, + "id": 27873, "properties": { "east": "none", "north": "low", @@ -48937,7 +51305,7 @@ } }, { - "id": 26117, + "id": 27874, "properties": { "east": "none", "north": "low", @@ -48948,7 +51316,7 @@ } }, { - "id": 26118, + "id": 27875, "properties": { "east": "none", "north": "low", @@ -48959,7 +51327,7 @@ } }, { - "id": 26119, + "id": 27876, "properties": { "east": "none", "north": "low", @@ -48970,7 +51338,7 @@ } }, { - "id": 26120, + "id": 27877, "properties": { "east": "none", "north": "low", @@ -48981,7 +51349,7 @@ } }, { - "id": 26121, + "id": 27878, "properties": { "east": "none", "north": "low", @@ -48992,7 +51360,7 @@ } }, { - "id": 26122, + "id": 27879, "properties": { "east": "none", "north": "low", @@ -49003,7 +51371,7 @@ } }, { - "id": 26123, + "id": 27880, "properties": { "east": "none", "north": "low", @@ -49014,7 +51382,7 @@ } }, { - "id": 26124, + "id": 27881, "properties": { "east": "none", "north": "low", @@ -49025,7 +51393,7 @@ } }, { - "id": 26125, + "id": 27882, "properties": { "east": "none", "north": "low", @@ -49036,7 +51404,7 @@ } }, { - "id": 26126, + "id": 27883, "properties": { "east": "none", "north": "tall", @@ -49047,7 +51415,7 @@ } }, { - "id": 26127, + "id": 27884, "properties": { "east": "none", "north": "tall", @@ -49058,7 +51426,7 @@ } }, { - "id": 26128, + "id": 27885, "properties": { "east": "none", "north": "tall", @@ -49069,7 +51437,7 @@ } }, { - "id": 26129, + "id": 27886, "properties": { "east": "none", "north": "tall", @@ -49080,7 +51448,7 @@ } }, { - "id": 26130, + "id": 27887, "properties": { "east": "none", "north": "tall", @@ -49091,7 +51459,7 @@ } }, { - "id": 26131, + "id": 27888, "properties": { "east": "none", "north": "tall", @@ -49102,7 +51470,7 @@ } }, { - "id": 26132, + "id": 27889, "properties": { "east": "none", "north": "tall", @@ -49113,7 +51481,7 @@ } }, { - "id": 26133, + "id": 27890, "properties": { "east": "none", "north": "tall", @@ -49124,7 +51492,7 @@ } }, { - "id": 26134, + "id": 27891, "properties": { "east": "none", "north": "tall", @@ -49135,7 +51503,7 @@ } }, { - "id": 26135, + "id": 27892, "properties": { "east": "none", "north": "tall", @@ -49146,7 +51514,7 @@ } }, { - "id": 26136, + "id": 27893, "properties": { "east": "none", "north": "tall", @@ -49157,7 +51525,7 @@ } }, { - "id": 26137, + "id": 27894, "properties": { "east": "none", "north": "tall", @@ -49168,7 +51536,7 @@ } }, { - "id": 26138, + "id": 27895, "properties": { "east": "none", "north": "tall", @@ -49179,7 +51547,7 @@ } }, { - "id": 26139, + "id": 27896, "properties": { "east": "none", "north": "tall", @@ -49190,7 +51558,7 @@ } }, { - "id": 26140, + "id": 27897, "properties": { "east": "none", "north": "tall", @@ -49201,7 +51569,7 @@ } }, { - "id": 26141, + "id": 27898, "properties": { "east": "none", "north": "tall", @@ -49212,7 +51580,7 @@ } }, { - "id": 26142, + "id": 27899, "properties": { "east": "none", "north": "tall", @@ -49223,7 +51591,7 @@ } }, { - "id": 26143, + "id": 27900, "properties": { "east": "none", "north": "tall", @@ -49234,7 +51602,7 @@ } }, { - "id": 26144, + "id": 27901, "properties": { "east": "none", "north": "tall", @@ -49245,7 +51613,7 @@ } }, { - "id": 26145, + "id": 27902, "properties": { "east": "none", "north": "tall", @@ -49256,7 +51624,7 @@ } }, { - "id": 26146, + "id": 27903, "properties": { "east": "none", "north": "tall", @@ -49267,7 +51635,7 @@ } }, { - "id": 26147, + "id": 27904, "properties": { "east": "none", "north": "tall", @@ -49278,7 +51646,7 @@ } }, { - "id": 26148, + "id": 27905, "properties": { "east": "none", "north": "tall", @@ -49289,7 +51657,7 @@ } }, { - "id": 26149, + "id": 27906, "properties": { "east": "none", "north": "tall", @@ -49300,7 +51668,7 @@ } }, { - "id": 26150, + "id": 27907, "properties": { "east": "none", "north": "tall", @@ -49311,7 +51679,7 @@ } }, { - "id": 26151, + "id": 27908, "properties": { "east": "none", "north": "tall", @@ -49322,7 +51690,7 @@ } }, { - "id": 26152, + "id": 27909, "properties": { "east": "none", "north": "tall", @@ -49333,7 +51701,7 @@ } }, { - "id": 26153, + "id": 27910, "properties": { "east": "none", "north": "tall", @@ -49344,7 +51712,7 @@ } }, { - "id": 26154, + "id": 27911, "properties": { "east": "none", "north": "tall", @@ -49355,7 +51723,7 @@ } }, { - "id": 26155, + "id": 27912, "properties": { "east": "none", "north": "tall", @@ -49366,7 +51734,7 @@ } }, { - "id": 26156, + "id": 27913, "properties": { "east": "none", "north": "tall", @@ -49377,7 +51745,7 @@ } }, { - "id": 26157, + "id": 27914, "properties": { "east": "none", "north": "tall", @@ -49388,7 +51756,7 @@ } }, { - "id": 26158, + "id": 27915, "properties": { "east": "none", "north": "tall", @@ -49399,7 +51767,7 @@ } }, { - "id": 26159, + "id": 27916, "properties": { "east": "none", "north": "tall", @@ -49410,7 +51778,7 @@ } }, { - "id": 26160, + "id": 27917, "properties": { "east": "none", "north": "tall", @@ -49421,7 +51789,7 @@ } }, { - "id": 26161, + "id": 27918, "properties": { "east": "none", "north": "tall", @@ -49432,7 +51800,7 @@ } }, { - "id": 26162, + "id": 27919, "properties": { "east": "low", "north": "none", @@ -49443,7 +51811,7 @@ } }, { - "id": 26163, + "id": 27920, "properties": { "east": "low", "north": "none", @@ -49454,7 +51822,7 @@ } }, { - "id": 26164, + "id": 27921, "properties": { "east": "low", "north": "none", @@ -49465,7 +51833,7 @@ } }, { - "id": 26165, + "id": 27922, "properties": { "east": "low", "north": "none", @@ -49476,7 +51844,7 @@ } }, { - "id": 26166, + "id": 27923, "properties": { "east": "low", "north": "none", @@ -49487,7 +51855,7 @@ } }, { - "id": 26167, + "id": 27924, "properties": { "east": "low", "north": "none", @@ -49498,7 +51866,7 @@ } }, { - "id": 26168, + "id": 27925, "properties": { "east": "low", "north": "none", @@ -49509,7 +51877,7 @@ } }, { - "id": 26169, + "id": 27926, "properties": { "east": "low", "north": "none", @@ -49520,7 +51888,7 @@ } }, { - "id": 26170, + "id": 27927, "properties": { "east": "low", "north": "none", @@ -49531,7 +51899,7 @@ } }, { - "id": 26171, + "id": 27928, "properties": { "east": "low", "north": "none", @@ -49542,7 +51910,7 @@ } }, { - "id": 26172, + "id": 27929, "properties": { "east": "low", "north": "none", @@ -49553,7 +51921,7 @@ } }, { - "id": 26173, + "id": 27930, "properties": { "east": "low", "north": "none", @@ -49564,7 +51932,7 @@ } }, { - "id": 26174, + "id": 27931, "properties": { "east": "low", "north": "none", @@ -49575,7 +51943,7 @@ } }, { - "id": 26175, + "id": 27932, "properties": { "east": "low", "north": "none", @@ -49586,7 +51954,7 @@ } }, { - "id": 26176, + "id": 27933, "properties": { "east": "low", "north": "none", @@ -49597,7 +51965,7 @@ } }, { - "id": 26177, + "id": 27934, "properties": { "east": "low", "north": "none", @@ -49608,7 +51976,7 @@ } }, { - "id": 26178, + "id": 27935, "properties": { "east": "low", "north": "none", @@ -49619,7 +51987,7 @@ } }, { - "id": 26179, + "id": 27936, "properties": { "east": "low", "north": "none", @@ -49630,7 +51998,7 @@ } }, { - "id": 26180, + "id": 27937, "properties": { "east": "low", "north": "none", @@ -49641,7 +52009,7 @@ } }, { - "id": 26181, + "id": 27938, "properties": { "east": "low", "north": "none", @@ -49652,7 +52020,7 @@ } }, { - "id": 26182, + "id": 27939, "properties": { "east": "low", "north": "none", @@ -49663,7 +52031,7 @@ } }, { - "id": 26183, + "id": 27940, "properties": { "east": "low", "north": "none", @@ -49674,7 +52042,7 @@ } }, { - "id": 26184, + "id": 27941, "properties": { "east": "low", "north": "none", @@ -49685,7 +52053,7 @@ } }, { - "id": 26185, + "id": 27942, "properties": { "east": "low", "north": "none", @@ -49696,7 +52064,7 @@ } }, { - "id": 26186, + "id": 27943, "properties": { "east": "low", "north": "none", @@ -49707,7 +52075,7 @@ } }, { - "id": 26187, + "id": 27944, "properties": { "east": "low", "north": "none", @@ -49718,7 +52086,7 @@ } }, { - "id": 26188, + "id": 27945, "properties": { "east": "low", "north": "none", @@ -49729,7 +52097,7 @@ } }, { - "id": 26189, + "id": 27946, "properties": { "east": "low", "north": "none", @@ -49740,7 +52108,7 @@ } }, { - "id": 26190, + "id": 27947, "properties": { "east": "low", "north": "none", @@ -49751,7 +52119,7 @@ } }, { - "id": 26191, + "id": 27948, "properties": { "east": "low", "north": "none", @@ -49762,7 +52130,7 @@ } }, { - "id": 26192, + "id": 27949, "properties": { "east": "low", "north": "none", @@ -49773,7 +52141,7 @@ } }, { - "id": 26193, + "id": 27950, "properties": { "east": "low", "north": "none", @@ -49784,7 +52152,7 @@ } }, { - "id": 26194, + "id": 27951, "properties": { "east": "low", "north": "none", @@ -49795,7 +52163,7 @@ } }, { - "id": 26195, + "id": 27952, "properties": { "east": "low", "north": "none", @@ -49806,7 +52174,7 @@ } }, { - "id": 26196, + "id": 27953, "properties": { "east": "low", "north": "none", @@ -49817,7 +52185,7 @@ } }, { - "id": 26197, + "id": 27954, "properties": { "east": "low", "north": "none", @@ -49828,7 +52196,7 @@ } }, { - "id": 26198, + "id": 27955, "properties": { "east": "low", "north": "low", @@ -49839,7 +52207,7 @@ } }, { - "id": 26199, + "id": 27956, "properties": { "east": "low", "north": "low", @@ -49850,7 +52218,7 @@ } }, { - "id": 26200, + "id": 27957, "properties": { "east": "low", "north": "low", @@ -49861,7 +52229,7 @@ } }, { - "id": 26201, + "id": 27958, "properties": { "east": "low", "north": "low", @@ -49872,7 +52240,7 @@ } }, { - "id": 26202, + "id": 27959, "properties": { "east": "low", "north": "low", @@ -49883,7 +52251,7 @@ } }, { - "id": 26203, + "id": 27960, "properties": { "east": "low", "north": "low", @@ -49894,7 +52262,7 @@ } }, { - "id": 26204, + "id": 27961, "properties": { "east": "low", "north": "low", @@ -49905,7 +52273,7 @@ } }, { - "id": 26205, + "id": 27962, "properties": { "east": "low", "north": "low", @@ -49916,7 +52284,7 @@ } }, { - "id": 26206, + "id": 27963, "properties": { "east": "low", "north": "low", @@ -49927,7 +52295,7 @@ } }, { - "id": 26207, + "id": 27964, "properties": { "east": "low", "north": "low", @@ -49938,7 +52306,7 @@ } }, { - "id": 26208, + "id": 27965, "properties": { "east": "low", "north": "low", @@ -49949,7 +52317,7 @@ } }, { - "id": 26209, + "id": 27966, "properties": { "east": "low", "north": "low", @@ -49960,7 +52328,7 @@ } }, { - "id": 26210, + "id": 27967, "properties": { "east": "low", "north": "low", @@ -49971,7 +52339,7 @@ } }, { - "id": 26211, + "id": 27968, "properties": { "east": "low", "north": "low", @@ -49982,7 +52350,7 @@ } }, { - "id": 26212, + "id": 27969, "properties": { "east": "low", "north": "low", @@ -49993,7 +52361,7 @@ } }, { - "id": 26213, + "id": 27970, "properties": { "east": "low", "north": "low", @@ -50004,7 +52372,7 @@ } }, { - "id": 26214, + "id": 27971, "properties": { "east": "low", "north": "low", @@ -50015,7 +52383,7 @@ } }, { - "id": 26215, + "id": 27972, "properties": { "east": "low", "north": "low", @@ -50026,7 +52394,7 @@ } }, { - "id": 26216, + "id": 27973, "properties": { "east": "low", "north": "low", @@ -50037,7 +52405,7 @@ } }, { - "id": 26217, + "id": 27974, "properties": { "east": "low", "north": "low", @@ -50048,7 +52416,7 @@ } }, { - "id": 26218, + "id": 27975, "properties": { "east": "low", "north": "low", @@ -50059,7 +52427,7 @@ } }, { - "id": 26219, + "id": 27976, "properties": { "east": "low", "north": "low", @@ -50070,7 +52438,7 @@ } }, { - "id": 26220, + "id": 27977, "properties": { "east": "low", "north": "low", @@ -50081,7 +52449,7 @@ } }, { - "id": 26221, + "id": 27978, "properties": { "east": "low", "north": "low", @@ -50092,7 +52460,7 @@ } }, { - "id": 26222, + "id": 27979, "properties": { "east": "low", "north": "low", @@ -50103,7 +52471,7 @@ } }, { - "id": 26223, + "id": 27980, "properties": { "east": "low", "north": "low", @@ -50114,7 +52482,7 @@ } }, { - "id": 26224, + "id": 27981, "properties": { "east": "low", "north": "low", @@ -50125,7 +52493,7 @@ } }, { - "id": 26225, + "id": 27982, "properties": { "east": "low", "north": "low", @@ -50136,7 +52504,7 @@ } }, { - "id": 26226, + "id": 27983, "properties": { "east": "low", "north": "low", @@ -50147,7 +52515,7 @@ } }, { - "id": 26227, + "id": 27984, "properties": { "east": "low", "north": "low", @@ -50158,7 +52526,7 @@ } }, { - "id": 26228, + "id": 27985, "properties": { "east": "low", "north": "low", @@ -50169,7 +52537,7 @@ } }, { - "id": 26229, + "id": 27986, "properties": { "east": "low", "north": "low", @@ -50180,7 +52548,7 @@ } }, { - "id": 26230, + "id": 27987, "properties": { "east": "low", "north": "low", @@ -50191,7 +52559,7 @@ } }, { - "id": 26231, + "id": 27988, "properties": { "east": "low", "north": "low", @@ -50202,7 +52570,7 @@ } }, { - "id": 26232, + "id": 27989, "properties": { "east": "low", "north": "low", @@ -50213,7 +52581,7 @@ } }, { - "id": 26233, + "id": 27990, "properties": { "east": "low", "north": "low", @@ -50224,7 +52592,7 @@ } }, { - "id": 26234, + "id": 27991, "properties": { "east": "low", "north": "tall", @@ -50235,7 +52603,7 @@ } }, { - "id": 26235, + "id": 27992, "properties": { "east": "low", "north": "tall", @@ -50246,7 +52614,7 @@ } }, { - "id": 26236, + "id": 27993, "properties": { "east": "low", "north": "tall", @@ -50257,7 +52625,7 @@ } }, { - "id": 26237, + "id": 27994, "properties": { "east": "low", "north": "tall", @@ -50268,7 +52636,7 @@ } }, { - "id": 26238, + "id": 27995, "properties": { "east": "low", "north": "tall", @@ -50279,7 +52647,7 @@ } }, { - "id": 26239, + "id": 27996, "properties": { "east": "low", "north": "tall", @@ -50290,7 +52658,7 @@ } }, { - "id": 26240, + "id": 27997, "properties": { "east": "low", "north": "tall", @@ -50301,7 +52669,7 @@ } }, { - "id": 26241, + "id": 27998, "properties": { "east": "low", "north": "tall", @@ -50312,7 +52680,7 @@ } }, { - "id": 26242, + "id": 27999, "properties": { "east": "low", "north": "tall", @@ -50323,7 +52691,7 @@ } }, { - "id": 26243, + "id": 28000, "properties": { "east": "low", "north": "tall", @@ -50334,7 +52702,7 @@ } }, { - "id": 26244, + "id": 28001, "properties": { "east": "low", "north": "tall", @@ -50345,7 +52713,7 @@ } }, { - "id": 26245, + "id": 28002, "properties": { "east": "low", "north": "tall", @@ -50356,7 +52724,7 @@ } }, { - "id": 26246, + "id": 28003, "properties": { "east": "low", "north": "tall", @@ -50367,7 +52735,7 @@ } }, { - "id": 26247, + "id": 28004, "properties": { "east": "low", "north": "tall", @@ -50378,7 +52746,7 @@ } }, { - "id": 26248, + "id": 28005, "properties": { "east": "low", "north": "tall", @@ -50389,7 +52757,7 @@ } }, { - "id": 26249, + "id": 28006, "properties": { "east": "low", "north": "tall", @@ -50400,7 +52768,7 @@ } }, { - "id": 26250, + "id": 28007, "properties": { "east": "low", "north": "tall", @@ -50411,7 +52779,7 @@ } }, { - "id": 26251, + "id": 28008, "properties": { "east": "low", "north": "tall", @@ -50422,7 +52790,7 @@ } }, { - "id": 26252, + "id": 28009, "properties": { "east": "low", "north": "tall", @@ -50433,7 +52801,7 @@ } }, { - "id": 26253, + "id": 28010, "properties": { "east": "low", "north": "tall", @@ -50444,7 +52812,7 @@ } }, { - "id": 26254, + "id": 28011, "properties": { "east": "low", "north": "tall", @@ -50455,7 +52823,7 @@ } }, { - "id": 26255, + "id": 28012, "properties": { "east": "low", "north": "tall", @@ -50466,7 +52834,7 @@ } }, { - "id": 26256, + "id": 28013, "properties": { "east": "low", "north": "tall", @@ -50477,7 +52845,7 @@ } }, { - "id": 26257, + "id": 28014, "properties": { "east": "low", "north": "tall", @@ -50488,7 +52856,7 @@ } }, { - "id": 26258, + "id": 28015, "properties": { "east": "low", "north": "tall", @@ -50499,7 +52867,7 @@ } }, { - "id": 26259, + "id": 28016, "properties": { "east": "low", "north": "tall", @@ -50510,7 +52878,7 @@ } }, { - "id": 26260, + "id": 28017, "properties": { "east": "low", "north": "tall", @@ -50521,7 +52889,7 @@ } }, { - "id": 26261, + "id": 28018, "properties": { "east": "low", "north": "tall", @@ -50532,7 +52900,7 @@ } }, { - "id": 26262, + "id": 28019, "properties": { "east": "low", "north": "tall", @@ -50543,7 +52911,7 @@ } }, { - "id": 26263, + "id": 28020, "properties": { "east": "low", "north": "tall", @@ -50554,7 +52922,7 @@ } }, { - "id": 26264, + "id": 28021, "properties": { "east": "low", "north": "tall", @@ -50565,7 +52933,7 @@ } }, { - "id": 26265, + "id": 28022, "properties": { "east": "low", "north": "tall", @@ -50576,7 +52944,7 @@ } }, { - "id": 26266, + "id": 28023, "properties": { "east": "low", "north": "tall", @@ -50587,7 +52955,7 @@ } }, { - "id": 26267, + "id": 28024, "properties": { "east": "low", "north": "tall", @@ -50598,7 +52966,7 @@ } }, { - "id": 26268, + "id": 28025, "properties": { "east": "low", "north": "tall", @@ -50609,7 +52977,7 @@ } }, { - "id": 26269, + "id": 28026, "properties": { "east": "low", "north": "tall", @@ -50620,7 +52988,7 @@ } }, { - "id": 26270, + "id": 28027, "properties": { "east": "tall", "north": "none", @@ -50631,7 +52999,7 @@ } }, { - "id": 26271, + "id": 28028, "properties": { "east": "tall", "north": "none", @@ -50642,7 +53010,7 @@ } }, { - "id": 26272, + "id": 28029, "properties": { "east": "tall", "north": "none", @@ -50653,7 +53021,7 @@ } }, { - "id": 26273, + "id": 28030, "properties": { "east": "tall", "north": "none", @@ -50664,7 +53032,7 @@ } }, { - "id": 26274, + "id": 28031, "properties": { "east": "tall", "north": "none", @@ -50675,7 +53043,7 @@ } }, { - "id": 26275, + "id": 28032, "properties": { "east": "tall", "north": "none", @@ -50686,7 +53054,7 @@ } }, { - "id": 26276, + "id": 28033, "properties": { "east": "tall", "north": "none", @@ -50697,7 +53065,7 @@ } }, { - "id": 26277, + "id": 28034, "properties": { "east": "tall", "north": "none", @@ -50708,7 +53076,7 @@ } }, { - "id": 26278, + "id": 28035, "properties": { "east": "tall", "north": "none", @@ -50719,7 +53087,7 @@ } }, { - "id": 26279, + "id": 28036, "properties": { "east": "tall", "north": "none", @@ -50730,7 +53098,7 @@ } }, { - "id": 26280, + "id": 28037, "properties": { "east": "tall", "north": "none", @@ -50741,7 +53109,7 @@ } }, { - "id": 26281, + "id": 28038, "properties": { "east": "tall", "north": "none", @@ -50752,7 +53120,7 @@ } }, { - "id": 26282, + "id": 28039, "properties": { "east": "tall", "north": "none", @@ -50763,7 +53131,7 @@ } }, { - "id": 26283, + "id": 28040, "properties": { "east": "tall", "north": "none", @@ -50774,7 +53142,7 @@ } }, { - "id": 26284, + "id": 28041, "properties": { "east": "tall", "north": "none", @@ -50785,7 +53153,7 @@ } }, { - "id": 26285, + "id": 28042, "properties": { "east": "tall", "north": "none", @@ -50796,7 +53164,7 @@ } }, { - "id": 26286, + "id": 28043, "properties": { "east": "tall", "north": "none", @@ -50807,7 +53175,7 @@ } }, { - "id": 26287, + "id": 28044, "properties": { "east": "tall", "north": "none", @@ -50818,7 +53186,7 @@ } }, { - "id": 26288, + "id": 28045, "properties": { "east": "tall", "north": "none", @@ -50829,7 +53197,7 @@ } }, { - "id": 26289, + "id": 28046, "properties": { "east": "tall", "north": "none", @@ -50840,7 +53208,7 @@ } }, { - "id": 26290, + "id": 28047, "properties": { "east": "tall", "north": "none", @@ -50851,7 +53219,7 @@ } }, { - "id": 26291, + "id": 28048, "properties": { "east": "tall", "north": "none", @@ -50862,7 +53230,7 @@ } }, { - "id": 26292, + "id": 28049, "properties": { "east": "tall", "north": "none", @@ -50873,7 +53241,7 @@ } }, { - "id": 26293, + "id": 28050, "properties": { "east": "tall", "north": "none", @@ -50884,7 +53252,7 @@ } }, { - "id": 26294, + "id": 28051, "properties": { "east": "tall", "north": "none", @@ -50895,7 +53263,7 @@ } }, { - "id": 26295, + "id": 28052, "properties": { "east": "tall", "north": "none", @@ -50906,7 +53274,7 @@ } }, { - "id": 26296, + "id": 28053, "properties": { "east": "tall", "north": "none", @@ -50917,7 +53285,7 @@ } }, { - "id": 26297, + "id": 28054, "properties": { "east": "tall", "north": "none", @@ -50928,7 +53296,7 @@ } }, { - "id": 26298, + "id": 28055, "properties": { "east": "tall", "north": "none", @@ -50939,7 +53307,7 @@ } }, { - "id": 26299, + "id": 28056, "properties": { "east": "tall", "north": "none", @@ -50950,7 +53318,7 @@ } }, { - "id": 26300, + "id": 28057, "properties": { "east": "tall", "north": "none", @@ -50961,7 +53329,7 @@ } }, { - "id": 26301, + "id": 28058, "properties": { "east": "tall", "north": "none", @@ -50972,7 +53340,7 @@ } }, { - "id": 26302, + "id": 28059, "properties": { "east": "tall", "north": "none", @@ -50983,7 +53351,7 @@ } }, { - "id": 26303, + "id": 28060, "properties": { "east": "tall", "north": "none", @@ -50994,7 +53362,7 @@ } }, { - "id": 26304, + "id": 28061, "properties": { "east": "tall", "north": "none", @@ -51005,7 +53373,7 @@ } }, { - "id": 26305, + "id": 28062, "properties": { "east": "tall", "north": "none", @@ -51016,7 +53384,7 @@ } }, { - "id": 26306, + "id": 28063, "properties": { "east": "tall", "north": "low", @@ -51027,7 +53395,7 @@ } }, { - "id": 26307, + "id": 28064, "properties": { "east": "tall", "north": "low", @@ -51038,7 +53406,7 @@ } }, { - "id": 26308, + "id": 28065, "properties": { "east": "tall", "north": "low", @@ -51049,7 +53417,7 @@ } }, { - "id": 26309, + "id": 28066, "properties": { "east": "tall", "north": "low", @@ -51060,7 +53428,7 @@ } }, { - "id": 26310, + "id": 28067, "properties": { "east": "tall", "north": "low", @@ -51071,7 +53439,7 @@ } }, { - "id": 26311, + "id": 28068, "properties": { "east": "tall", "north": "low", @@ -51082,7 +53450,7 @@ } }, { - "id": 26312, + "id": 28069, "properties": { "east": "tall", "north": "low", @@ -51093,7 +53461,7 @@ } }, { - "id": 26313, + "id": 28070, "properties": { "east": "tall", "north": "low", @@ -51104,7 +53472,7 @@ } }, { - "id": 26314, + "id": 28071, "properties": { "east": "tall", "north": "low", @@ -51115,7 +53483,7 @@ } }, { - "id": 26315, + "id": 28072, "properties": { "east": "tall", "north": "low", @@ -51126,7 +53494,7 @@ } }, { - "id": 26316, + "id": 28073, "properties": { "east": "tall", "north": "low", @@ -51137,7 +53505,7 @@ } }, { - "id": 26317, + "id": 28074, "properties": { "east": "tall", "north": "low", @@ -51148,7 +53516,7 @@ } }, { - "id": 26318, + "id": 28075, "properties": { "east": "tall", "north": "low", @@ -51159,7 +53527,7 @@ } }, { - "id": 26319, + "id": 28076, "properties": { "east": "tall", "north": "low", @@ -51170,7 +53538,7 @@ } }, { - "id": 26320, + "id": 28077, "properties": { "east": "tall", "north": "low", @@ -51181,7 +53549,7 @@ } }, { - "id": 26321, + "id": 28078, "properties": { "east": "tall", "north": "low", @@ -51192,7 +53560,7 @@ } }, { - "id": 26322, + "id": 28079, "properties": { "east": "tall", "north": "low", @@ -51203,7 +53571,7 @@ } }, { - "id": 26323, + "id": 28080, "properties": { "east": "tall", "north": "low", @@ -51214,7 +53582,7 @@ } }, { - "id": 26324, + "id": 28081, "properties": { "east": "tall", "north": "low", @@ -51225,7 +53593,7 @@ } }, { - "id": 26325, + "id": 28082, "properties": { "east": "tall", "north": "low", @@ -51236,7 +53604,7 @@ } }, { - "id": 26326, + "id": 28083, "properties": { "east": "tall", "north": "low", @@ -51247,7 +53615,7 @@ } }, { - "id": 26327, + "id": 28084, "properties": { "east": "tall", "north": "low", @@ -51258,7 +53626,7 @@ } }, { - "id": 26328, + "id": 28085, "properties": { "east": "tall", "north": "low", @@ -51269,7 +53637,7 @@ } }, { - "id": 26329, + "id": 28086, "properties": { "east": "tall", "north": "low", @@ -51280,7 +53648,7 @@ } }, { - "id": 26330, + "id": 28087, "properties": { "east": "tall", "north": "low", @@ -51291,7 +53659,7 @@ } }, { - "id": 26331, + "id": 28088, "properties": { "east": "tall", "north": "low", @@ -51302,7 +53670,7 @@ } }, { - "id": 26332, + "id": 28089, "properties": { "east": "tall", "north": "low", @@ -51313,7 +53681,7 @@ } }, { - "id": 26333, + "id": 28090, "properties": { "east": "tall", "north": "low", @@ -51324,7 +53692,7 @@ } }, { - "id": 26334, + "id": 28091, "properties": { "east": "tall", "north": "low", @@ -51335,7 +53703,7 @@ } }, { - "id": 26335, + "id": 28092, "properties": { "east": "tall", "north": "low", @@ -51346,7 +53714,7 @@ } }, { - "id": 26336, + "id": 28093, "properties": { "east": "tall", "north": "low", @@ -51357,7 +53725,7 @@ } }, { - "id": 26337, + "id": 28094, "properties": { "east": "tall", "north": "low", @@ -51368,7 +53736,7 @@ } }, { - "id": 26338, + "id": 28095, "properties": { "east": "tall", "north": "low", @@ -51379,7 +53747,7 @@ } }, { - "id": 26339, + "id": 28096, "properties": { "east": "tall", "north": "low", @@ -51390,7 +53758,7 @@ } }, { - "id": 26340, + "id": 28097, "properties": { "east": "tall", "north": "low", @@ -51401,7 +53769,7 @@ } }, { - "id": 26341, + "id": 28098, "properties": { "east": "tall", "north": "low", @@ -51412,7 +53780,7 @@ } }, { - "id": 26342, + "id": 28099, "properties": { "east": "tall", "north": "tall", @@ -51423,7 +53791,7 @@ } }, { - "id": 26343, + "id": 28100, "properties": { "east": "tall", "north": "tall", @@ -51434,7 +53802,7 @@ } }, { - "id": 26344, + "id": 28101, "properties": { "east": "tall", "north": "tall", @@ -51445,7 +53813,7 @@ } }, { - "id": 26345, + "id": 28102, "properties": { "east": "tall", "north": "tall", @@ -51456,7 +53824,7 @@ } }, { - "id": 26346, + "id": 28103, "properties": { "east": "tall", "north": "tall", @@ -51467,7 +53835,7 @@ } }, { - "id": 26347, + "id": 28104, "properties": { "east": "tall", "north": "tall", @@ -51478,7 +53846,7 @@ } }, { - "id": 26348, + "id": 28105, "properties": { "east": "tall", "north": "tall", @@ -51489,7 +53857,7 @@ } }, { - "id": 26349, + "id": 28106, "properties": { "east": "tall", "north": "tall", @@ -51500,7 +53868,7 @@ } }, { - "id": 26350, + "id": 28107, "properties": { "east": "tall", "north": "tall", @@ -51511,7 +53879,7 @@ } }, { - "id": 26351, + "id": 28108, "properties": { "east": "tall", "north": "tall", @@ -51522,7 +53890,7 @@ } }, { - "id": 26352, + "id": 28109, "properties": { "east": "tall", "north": "tall", @@ -51533,7 +53901,7 @@ } }, { - "id": 26353, + "id": 28110, "properties": { "east": "tall", "north": "tall", @@ -51544,7 +53912,7 @@ } }, { - "id": 26354, + "id": 28111, "properties": { "east": "tall", "north": "tall", @@ -51555,7 +53923,7 @@ } }, { - "id": 26355, + "id": 28112, "properties": { "east": "tall", "north": "tall", @@ -51566,7 +53934,7 @@ } }, { - "id": 26356, + "id": 28113, "properties": { "east": "tall", "north": "tall", @@ -51577,7 +53945,7 @@ } }, { - "id": 26357, + "id": 28114, "properties": { "east": "tall", "north": "tall", @@ -51588,7 +53956,7 @@ } }, { - "id": 26358, + "id": 28115, "properties": { "east": "tall", "north": "tall", @@ -51599,7 +53967,7 @@ } }, { - "id": 26359, + "id": 28116, "properties": { "east": "tall", "north": "tall", @@ -51610,7 +53978,7 @@ } }, { - "id": 26360, + "id": 28117, "properties": { "east": "tall", "north": "tall", @@ -51621,7 +53989,7 @@ } }, { - "id": 26361, + "id": 28118, "properties": { "east": "tall", "north": "tall", @@ -51632,7 +54000,7 @@ } }, { - "id": 26362, + "id": 28119, "properties": { "east": "tall", "north": "tall", @@ -51643,7 +54011,7 @@ } }, { - "id": 26363, + "id": 28120, "properties": { "east": "tall", "north": "tall", @@ -51654,7 +54022,7 @@ } }, { - "id": 26364, + "id": 28121, "properties": { "east": "tall", "north": "tall", @@ -51665,7 +54033,7 @@ } }, { - "id": 26365, + "id": 28122, "properties": { "east": "tall", "north": "tall", @@ -51676,7 +54044,7 @@ } }, { - "id": 26366, + "id": 28123, "properties": { "east": "tall", "north": "tall", @@ -51687,7 +54055,7 @@ } }, { - "id": 26367, + "id": 28124, "properties": { "east": "tall", "north": "tall", @@ -51698,7 +54066,7 @@ } }, { - "id": 26368, + "id": 28125, "properties": { "east": "tall", "north": "tall", @@ -51709,7 +54077,7 @@ } }, { - "id": 26369, + "id": 28126, "properties": { "east": "tall", "north": "tall", @@ -51720,7 +54088,7 @@ } }, { - "id": 26370, + "id": 28127, "properties": { "east": "tall", "north": "tall", @@ -51731,7 +54099,7 @@ } }, { - "id": 26371, + "id": 28128, "properties": { "east": "tall", "north": "tall", @@ -51742,7 +54110,7 @@ } }, { - "id": 26372, + "id": 28129, "properties": { "east": "tall", "north": "tall", @@ -51753,7 +54121,7 @@ } }, { - "id": 26373, + "id": 28130, "properties": { "east": "tall", "north": "tall", @@ -51764,7 +54132,7 @@ } }, { - "id": 26374, + "id": 28131, "properties": { "east": "tall", "north": "tall", @@ -51775,7 +54143,7 @@ } }, { - "id": 26375, + "id": 28132, "properties": { "east": "tall", "north": "tall", @@ -51786,7 +54154,7 @@ } }, { - "id": 26376, + "id": 28133, "properties": { "east": "tall", "north": "tall", @@ -51797,7 +54165,7 @@ } }, { - "id": 26377, + "id": 28134, "properties": { "east": "tall", "north": "tall", @@ -51839,21 +54207,21 @@ }, "states": [ { - "id": 12147, + "id": 13224, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12148, + "id": 13225, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12149, + "id": 13226, "properties": { "type": "bottom", "waterlogged": "true" @@ -51861,21 +54229,21 @@ }, { "default": true, - "id": 12150, + "id": 13227, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12151, + "id": 13228, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12152, + "id": 13229, "properties": { "type": "double", "waterlogged": "false" @@ -51916,7 +54284,7 @@ }, "states": [ { - "id": 4778, + "id": 5546, "properties": { "facing": "north", "half": "top", @@ -51925,7 +54293,7 @@ } }, { - "id": 4779, + "id": 5547, "properties": { "facing": "north", "half": "top", @@ -51934,7 +54302,7 @@ } }, { - "id": 4780, + "id": 5548, "properties": { "facing": "north", "half": "top", @@ -51943,7 +54311,7 @@ } }, { - "id": 4781, + "id": 5549, "properties": { "facing": "north", "half": "top", @@ -51952,7 +54320,7 @@ } }, { - "id": 4782, + "id": 5550, "properties": { "facing": "north", "half": "top", @@ -51961,7 +54329,7 @@ } }, { - "id": 4783, + "id": 5551, "properties": { "facing": "north", "half": "top", @@ -51970,7 +54338,7 @@ } }, { - "id": 4784, + "id": 5552, "properties": { "facing": "north", "half": "top", @@ -51979,7 +54347,7 @@ } }, { - "id": 4785, + "id": 5553, "properties": { "facing": "north", "half": "top", @@ -51988,7 +54356,7 @@ } }, { - "id": 4786, + "id": 5554, "properties": { "facing": "north", "half": "top", @@ -51997,7 +54365,7 @@ } }, { - "id": 4787, + "id": 5555, "properties": { "facing": "north", "half": "top", @@ -52006,7 +54374,7 @@ } }, { - "id": 4788, + "id": 5556, "properties": { "facing": "north", "half": "bottom", @@ -52016,7 +54384,7 @@ }, { "default": true, - "id": 4789, + "id": 5557, "properties": { "facing": "north", "half": "bottom", @@ -52025,7 +54393,7 @@ } }, { - "id": 4790, + "id": 5558, "properties": { "facing": "north", "half": "bottom", @@ -52034,7 +54402,7 @@ } }, { - "id": 4791, + "id": 5559, "properties": { "facing": "north", "half": "bottom", @@ -52043,7 +54411,7 @@ } }, { - "id": 4792, + "id": 5560, "properties": { "facing": "north", "half": "bottom", @@ -52052,7 +54420,7 @@ } }, { - "id": 4793, + "id": 5561, "properties": { "facing": "north", "half": "bottom", @@ -52061,7 +54429,7 @@ } }, { - "id": 4794, + "id": 5562, "properties": { "facing": "north", "half": "bottom", @@ -52070,7 +54438,7 @@ } }, { - "id": 4795, + "id": 5563, "properties": { "facing": "north", "half": "bottom", @@ -52079,7 +54447,7 @@ } }, { - "id": 4796, + "id": 5564, "properties": { "facing": "north", "half": "bottom", @@ -52088,7 +54456,7 @@ } }, { - "id": 4797, + "id": 5565, "properties": { "facing": "north", "half": "bottom", @@ -52097,7 +54465,7 @@ } }, { - "id": 4798, + "id": 5566, "properties": { "facing": "south", "half": "top", @@ -52106,7 +54474,7 @@ } }, { - "id": 4799, + "id": 5567, "properties": { "facing": "south", "half": "top", @@ -52115,7 +54483,7 @@ } }, { - "id": 4800, + "id": 5568, "properties": { "facing": "south", "half": "top", @@ -52124,7 +54492,7 @@ } }, { - "id": 4801, + "id": 5569, "properties": { "facing": "south", "half": "top", @@ -52133,7 +54501,7 @@ } }, { - "id": 4802, + "id": 5570, "properties": { "facing": "south", "half": "top", @@ -52142,7 +54510,7 @@ } }, { - "id": 4803, + "id": 5571, "properties": { "facing": "south", "half": "top", @@ -52151,7 +54519,7 @@ } }, { - "id": 4804, + "id": 5572, "properties": { "facing": "south", "half": "top", @@ -52160,7 +54528,7 @@ } }, { - "id": 4805, + "id": 5573, "properties": { "facing": "south", "half": "top", @@ -52169,7 +54537,7 @@ } }, { - "id": 4806, + "id": 5574, "properties": { "facing": "south", "half": "top", @@ -52178,7 +54546,7 @@ } }, { - "id": 4807, + "id": 5575, "properties": { "facing": "south", "half": "top", @@ -52187,7 +54555,7 @@ } }, { - "id": 4808, + "id": 5576, "properties": { "facing": "south", "half": "bottom", @@ -52196,7 +54564,7 @@ } }, { - "id": 4809, + "id": 5577, "properties": { "facing": "south", "half": "bottom", @@ -52205,7 +54573,7 @@ } }, { - "id": 4810, + "id": 5578, "properties": { "facing": "south", "half": "bottom", @@ -52214,7 +54582,7 @@ } }, { - "id": 4811, + "id": 5579, "properties": { "facing": "south", "half": "bottom", @@ -52223,7 +54591,7 @@ } }, { - "id": 4812, + "id": 5580, "properties": { "facing": "south", "half": "bottom", @@ -52232,7 +54600,7 @@ } }, { - "id": 4813, + "id": 5581, "properties": { "facing": "south", "half": "bottom", @@ -52241,7 +54609,7 @@ } }, { - "id": 4814, + "id": 5582, "properties": { "facing": "south", "half": "bottom", @@ -52250,7 +54618,7 @@ } }, { - "id": 4815, + "id": 5583, "properties": { "facing": "south", "half": "bottom", @@ -52259,7 +54627,7 @@ } }, { - "id": 4816, + "id": 5584, "properties": { "facing": "south", "half": "bottom", @@ -52268,7 +54636,7 @@ } }, { - "id": 4817, + "id": 5585, "properties": { "facing": "south", "half": "bottom", @@ -52277,7 +54645,7 @@ } }, { - "id": 4818, + "id": 5586, "properties": { "facing": "west", "half": "top", @@ -52286,7 +54654,7 @@ } }, { - "id": 4819, + "id": 5587, "properties": { "facing": "west", "half": "top", @@ -52295,7 +54663,7 @@ } }, { - "id": 4820, + "id": 5588, "properties": { "facing": "west", "half": "top", @@ -52304,7 +54672,7 @@ } }, { - "id": 4821, + "id": 5589, "properties": { "facing": "west", "half": "top", @@ -52313,7 +54681,7 @@ } }, { - "id": 4822, + "id": 5590, "properties": { "facing": "west", "half": "top", @@ -52322,7 +54690,7 @@ } }, { - "id": 4823, + "id": 5591, "properties": { "facing": "west", "half": "top", @@ -52331,7 +54699,7 @@ } }, { - "id": 4824, + "id": 5592, "properties": { "facing": "west", "half": "top", @@ -52340,7 +54708,7 @@ } }, { - "id": 4825, + "id": 5593, "properties": { "facing": "west", "half": "top", @@ -52349,7 +54717,7 @@ } }, { - "id": 4826, + "id": 5594, "properties": { "facing": "west", "half": "top", @@ -52358,7 +54726,7 @@ } }, { - "id": 4827, + "id": 5595, "properties": { "facing": "west", "half": "top", @@ -52367,7 +54735,7 @@ } }, { - "id": 4828, + "id": 5596, "properties": { "facing": "west", "half": "bottom", @@ -52376,7 +54744,7 @@ } }, { - "id": 4829, + "id": 5597, "properties": { "facing": "west", "half": "bottom", @@ -52385,7 +54753,7 @@ } }, { - "id": 4830, + "id": 5598, "properties": { "facing": "west", "half": "bottom", @@ -52394,7 +54762,7 @@ } }, { - "id": 4831, + "id": 5599, "properties": { "facing": "west", "half": "bottom", @@ -52403,7 +54771,7 @@ } }, { - "id": 4832, + "id": 5600, "properties": { "facing": "west", "half": "bottom", @@ -52412,7 +54780,7 @@ } }, { - "id": 4833, + "id": 5601, "properties": { "facing": "west", "half": "bottom", @@ -52421,7 +54789,7 @@ } }, { - "id": 4834, + "id": 5602, "properties": { "facing": "west", "half": "bottom", @@ -52430,7 +54798,7 @@ } }, { - "id": 4835, + "id": 5603, "properties": { "facing": "west", "half": "bottom", @@ -52439,7 +54807,7 @@ } }, { - "id": 4836, + "id": 5604, "properties": { "facing": "west", "half": "bottom", @@ -52448,7 +54816,7 @@ } }, { - "id": 4837, + "id": 5605, "properties": { "facing": "west", "half": "bottom", @@ -52457,7 +54825,7 @@ } }, { - "id": 4838, + "id": 5606, "properties": { "facing": "east", "half": "top", @@ -52466,7 +54834,7 @@ } }, { - "id": 4839, + "id": 5607, "properties": { "facing": "east", "half": "top", @@ -52475,7 +54843,7 @@ } }, { - "id": 4840, + "id": 5608, "properties": { "facing": "east", "half": "top", @@ -52484,7 +54852,7 @@ } }, { - "id": 4841, + "id": 5609, "properties": { "facing": "east", "half": "top", @@ -52493,7 +54861,7 @@ } }, { - "id": 4842, + "id": 5610, "properties": { "facing": "east", "half": "top", @@ -52502,7 +54870,7 @@ } }, { - "id": 4843, + "id": 5611, "properties": { "facing": "east", "half": "top", @@ -52511,7 +54879,7 @@ } }, { - "id": 4844, + "id": 5612, "properties": { "facing": "east", "half": "top", @@ -52520,7 +54888,7 @@ } }, { - "id": 4845, + "id": 5613, "properties": { "facing": "east", "half": "top", @@ -52529,7 +54897,7 @@ } }, { - "id": 4846, + "id": 5614, "properties": { "facing": "east", "half": "top", @@ -52538,7 +54906,7 @@ } }, { - "id": 4847, + "id": 5615, "properties": { "facing": "east", "half": "top", @@ -52547,7 +54915,7 @@ } }, { - "id": 4848, + "id": 5616, "properties": { "facing": "east", "half": "bottom", @@ -52556,7 +54924,7 @@ } }, { - "id": 4849, + "id": 5617, "properties": { "facing": "east", "half": "bottom", @@ -52565,7 +54933,7 @@ } }, { - "id": 4850, + "id": 5618, "properties": { "facing": "east", "half": "bottom", @@ -52574,7 +54942,7 @@ } }, { - "id": 4851, + "id": 5619, "properties": { "facing": "east", "half": "bottom", @@ -52583,7 +54951,7 @@ } }, { - "id": 4852, + "id": 5620, "properties": { "facing": "east", "half": "bottom", @@ -52592,7 +54960,7 @@ } }, { - "id": 4853, + "id": 5621, "properties": { "facing": "east", "half": "bottom", @@ -52601,7 +54969,7 @@ } }, { - "id": 4854, + "id": 5622, "properties": { "facing": "east", "half": "bottom", @@ -52610,7 +54978,7 @@ } }, { - "id": 4855, + "id": 5623, "properties": { "facing": "east", "half": "bottom", @@ -52619,7 +54987,7 @@ } }, { - "id": 4856, + "id": 5624, "properties": { "facing": "east", "half": "bottom", @@ -52628,7 +54996,7 @@ } }, { - "id": 4857, + "id": 5625, "properties": { "facing": "east", "half": "bottom", @@ -52675,7 +55043,7 @@ }, "states": [ { - "id": 8703, + "id": 9780, "properties": { "east": "none", "north": "none", @@ -52686,7 +55054,7 @@ } }, { - "id": 8704, + "id": 9781, "properties": { "east": "none", "north": "none", @@ -52697,7 +55065,7 @@ } }, { - "id": 8705, + "id": 9782, "properties": { "east": "none", "north": "none", @@ -52709,7 +55077,7 @@ }, { "default": true, - "id": 8706, + "id": 9783, "properties": { "east": "none", "north": "none", @@ -52720,7 +55088,7 @@ } }, { - "id": 8707, + "id": 9784, "properties": { "east": "none", "north": "none", @@ -52731,7 +55099,7 @@ } }, { - "id": 8708, + "id": 9785, "properties": { "east": "none", "north": "none", @@ -52742,7 +55110,7 @@ } }, { - "id": 8709, + "id": 9786, "properties": { "east": "none", "north": "none", @@ -52753,7 +55121,7 @@ } }, { - "id": 8710, + "id": 9787, "properties": { "east": "none", "north": "none", @@ -52764,7 +55132,7 @@ } }, { - "id": 8711, + "id": 9788, "properties": { "east": "none", "north": "none", @@ -52775,7 +55143,7 @@ } }, { - "id": 8712, + "id": 9789, "properties": { "east": "none", "north": "none", @@ -52786,7 +55154,7 @@ } }, { - "id": 8713, + "id": 9790, "properties": { "east": "none", "north": "none", @@ -52797,7 +55165,7 @@ } }, { - "id": 8714, + "id": 9791, "properties": { "east": "none", "north": "none", @@ -52808,7 +55176,7 @@ } }, { - "id": 8715, + "id": 9792, "properties": { "east": "none", "north": "none", @@ -52819,7 +55187,7 @@ } }, { - "id": 8716, + "id": 9793, "properties": { "east": "none", "north": "none", @@ -52830,7 +55198,7 @@ } }, { - "id": 8717, + "id": 9794, "properties": { "east": "none", "north": "none", @@ -52841,7 +55209,7 @@ } }, { - "id": 8718, + "id": 9795, "properties": { "east": "none", "north": "none", @@ -52852,7 +55220,7 @@ } }, { - "id": 8719, + "id": 9796, "properties": { "east": "none", "north": "none", @@ -52863,7 +55231,7 @@ } }, { - "id": 8720, + "id": 9797, "properties": { "east": "none", "north": "none", @@ -52874,7 +55242,7 @@ } }, { - "id": 8721, + "id": 9798, "properties": { "east": "none", "north": "none", @@ -52885,7 +55253,7 @@ } }, { - "id": 8722, + "id": 9799, "properties": { "east": "none", "north": "none", @@ -52896,7 +55264,7 @@ } }, { - "id": 8723, + "id": 9800, "properties": { "east": "none", "north": "none", @@ -52907,7 +55275,7 @@ } }, { - "id": 8724, + "id": 9801, "properties": { "east": "none", "north": "none", @@ -52918,7 +55286,7 @@ } }, { - "id": 8725, + "id": 9802, "properties": { "east": "none", "north": "none", @@ -52929,7 +55297,7 @@ } }, { - "id": 8726, + "id": 9803, "properties": { "east": "none", "north": "none", @@ -52940,7 +55308,7 @@ } }, { - "id": 8727, + "id": 9804, "properties": { "east": "none", "north": "none", @@ -52951,7 +55319,7 @@ } }, { - "id": 8728, + "id": 9805, "properties": { "east": "none", "north": "none", @@ -52962,7 +55330,7 @@ } }, { - "id": 8729, + "id": 9806, "properties": { "east": "none", "north": "none", @@ -52973,7 +55341,7 @@ } }, { - "id": 8730, + "id": 9807, "properties": { "east": "none", "north": "none", @@ -52984,7 +55352,7 @@ } }, { - "id": 8731, + "id": 9808, "properties": { "east": "none", "north": "none", @@ -52995,7 +55363,7 @@ } }, { - "id": 8732, + "id": 9809, "properties": { "east": "none", "north": "none", @@ -53006,7 +55374,7 @@ } }, { - "id": 8733, + "id": 9810, "properties": { "east": "none", "north": "none", @@ -53017,7 +55385,7 @@ } }, { - "id": 8734, + "id": 9811, "properties": { "east": "none", "north": "none", @@ -53028,7 +55396,7 @@ } }, { - "id": 8735, + "id": 9812, "properties": { "east": "none", "north": "none", @@ -53039,7 +55407,7 @@ } }, { - "id": 8736, + "id": 9813, "properties": { "east": "none", "north": "none", @@ -53050,7 +55418,7 @@ } }, { - "id": 8737, + "id": 9814, "properties": { "east": "none", "north": "none", @@ -53061,7 +55429,7 @@ } }, { - "id": 8738, + "id": 9815, "properties": { "east": "none", "north": "none", @@ -53072,7 +55440,7 @@ } }, { - "id": 8739, + "id": 9816, "properties": { "east": "none", "north": "low", @@ -53083,7 +55451,7 @@ } }, { - "id": 8740, + "id": 9817, "properties": { "east": "none", "north": "low", @@ -53094,7 +55462,7 @@ } }, { - "id": 8741, + "id": 9818, "properties": { "east": "none", "north": "low", @@ -53105,7 +55473,7 @@ } }, { - "id": 8742, + "id": 9819, "properties": { "east": "none", "north": "low", @@ -53116,7 +55484,7 @@ } }, { - "id": 8743, + "id": 9820, "properties": { "east": "none", "north": "low", @@ -53127,7 +55495,7 @@ } }, { - "id": 8744, + "id": 9821, "properties": { "east": "none", "north": "low", @@ -53138,7 +55506,7 @@ } }, { - "id": 8745, + "id": 9822, "properties": { "east": "none", "north": "low", @@ -53149,7 +55517,7 @@ } }, { - "id": 8746, + "id": 9823, "properties": { "east": "none", "north": "low", @@ -53160,7 +55528,7 @@ } }, { - "id": 8747, + "id": 9824, "properties": { "east": "none", "north": "low", @@ -53171,7 +55539,7 @@ } }, { - "id": 8748, + "id": 9825, "properties": { "east": "none", "north": "low", @@ -53182,7 +55550,7 @@ } }, { - "id": 8749, + "id": 9826, "properties": { "east": "none", "north": "low", @@ -53193,7 +55561,7 @@ } }, { - "id": 8750, + "id": 9827, "properties": { "east": "none", "north": "low", @@ -53204,7 +55572,7 @@ } }, { - "id": 8751, + "id": 9828, "properties": { "east": "none", "north": "low", @@ -53215,7 +55583,7 @@ } }, { - "id": 8752, + "id": 9829, "properties": { "east": "none", "north": "low", @@ -53226,7 +55594,7 @@ } }, { - "id": 8753, + "id": 9830, "properties": { "east": "none", "north": "low", @@ -53237,7 +55605,7 @@ } }, { - "id": 8754, + "id": 9831, "properties": { "east": "none", "north": "low", @@ -53248,7 +55616,7 @@ } }, { - "id": 8755, + "id": 9832, "properties": { "east": "none", "north": "low", @@ -53259,7 +55627,7 @@ } }, { - "id": 8756, + "id": 9833, "properties": { "east": "none", "north": "low", @@ -53270,7 +55638,7 @@ } }, { - "id": 8757, + "id": 9834, "properties": { "east": "none", "north": "low", @@ -53281,7 +55649,7 @@ } }, { - "id": 8758, + "id": 9835, "properties": { "east": "none", "north": "low", @@ -53292,7 +55660,7 @@ } }, { - "id": 8759, + "id": 9836, "properties": { "east": "none", "north": "low", @@ -53303,7 +55671,7 @@ } }, { - "id": 8760, + "id": 9837, "properties": { "east": "none", "north": "low", @@ -53314,7 +55682,7 @@ } }, { - "id": 8761, + "id": 9838, "properties": { "east": "none", "north": "low", @@ -53325,7 +55693,7 @@ } }, { - "id": 8762, + "id": 9839, "properties": { "east": "none", "north": "low", @@ -53336,7 +55704,7 @@ } }, { - "id": 8763, + "id": 9840, "properties": { "east": "none", "north": "low", @@ -53347,7 +55715,7 @@ } }, { - "id": 8764, + "id": 9841, "properties": { "east": "none", "north": "low", @@ -53358,7 +55726,7 @@ } }, { - "id": 8765, + "id": 9842, "properties": { "east": "none", "north": "low", @@ -53369,7 +55737,7 @@ } }, { - "id": 8766, + "id": 9843, "properties": { "east": "none", "north": "low", @@ -53380,7 +55748,7 @@ } }, { - "id": 8767, + "id": 9844, "properties": { "east": "none", "north": "low", @@ -53391,7 +55759,7 @@ } }, { - "id": 8768, + "id": 9845, "properties": { "east": "none", "north": "low", @@ -53402,7 +55770,7 @@ } }, { - "id": 8769, + "id": 9846, "properties": { "east": "none", "north": "low", @@ -53413,7 +55781,7 @@ } }, { - "id": 8770, + "id": 9847, "properties": { "east": "none", "north": "low", @@ -53424,7 +55792,7 @@ } }, { - "id": 8771, + "id": 9848, "properties": { "east": "none", "north": "low", @@ -53435,7 +55803,7 @@ } }, { - "id": 8772, + "id": 9849, "properties": { "east": "none", "north": "low", @@ -53446,7 +55814,7 @@ } }, { - "id": 8773, + "id": 9850, "properties": { "east": "none", "north": "low", @@ -53457,7 +55825,7 @@ } }, { - "id": 8774, + "id": 9851, "properties": { "east": "none", "north": "low", @@ -53468,7 +55836,7 @@ } }, { - "id": 8775, + "id": 9852, "properties": { "east": "none", "north": "tall", @@ -53479,7 +55847,7 @@ } }, { - "id": 8776, + "id": 9853, "properties": { "east": "none", "north": "tall", @@ -53490,7 +55858,7 @@ } }, { - "id": 8777, + "id": 9854, "properties": { "east": "none", "north": "tall", @@ -53501,7 +55869,7 @@ } }, { - "id": 8778, + "id": 9855, "properties": { "east": "none", "north": "tall", @@ -53512,7 +55880,7 @@ } }, { - "id": 8779, + "id": 9856, "properties": { "east": "none", "north": "tall", @@ -53523,7 +55891,7 @@ } }, { - "id": 8780, + "id": 9857, "properties": { "east": "none", "north": "tall", @@ -53534,7 +55902,7 @@ } }, { - "id": 8781, + "id": 9858, "properties": { "east": "none", "north": "tall", @@ -53545,7 +55913,7 @@ } }, { - "id": 8782, + "id": 9859, "properties": { "east": "none", "north": "tall", @@ -53556,7 +55924,7 @@ } }, { - "id": 8783, + "id": 9860, "properties": { "east": "none", "north": "tall", @@ -53567,7 +55935,7 @@ } }, { - "id": 8784, + "id": 9861, "properties": { "east": "none", "north": "tall", @@ -53578,7 +55946,7 @@ } }, { - "id": 8785, + "id": 9862, "properties": { "east": "none", "north": "tall", @@ -53589,7 +55957,7 @@ } }, { - "id": 8786, + "id": 9863, "properties": { "east": "none", "north": "tall", @@ -53600,7 +55968,7 @@ } }, { - "id": 8787, + "id": 9864, "properties": { "east": "none", "north": "tall", @@ -53611,7 +55979,7 @@ } }, { - "id": 8788, + "id": 9865, "properties": { "east": "none", "north": "tall", @@ -53622,7 +55990,7 @@ } }, { - "id": 8789, + "id": 9866, "properties": { "east": "none", "north": "tall", @@ -53633,7 +56001,7 @@ } }, { - "id": 8790, + "id": 9867, "properties": { "east": "none", "north": "tall", @@ -53644,7 +56012,7 @@ } }, { - "id": 8791, + "id": 9868, "properties": { "east": "none", "north": "tall", @@ -53655,7 +56023,7 @@ } }, { - "id": 8792, + "id": 9869, "properties": { "east": "none", "north": "tall", @@ -53666,7 +56034,7 @@ } }, { - "id": 8793, + "id": 9870, "properties": { "east": "none", "north": "tall", @@ -53677,7 +56045,7 @@ } }, { - "id": 8794, + "id": 9871, "properties": { "east": "none", "north": "tall", @@ -53688,7 +56056,7 @@ } }, { - "id": 8795, + "id": 9872, "properties": { "east": "none", "north": "tall", @@ -53699,7 +56067,7 @@ } }, { - "id": 8796, + "id": 9873, "properties": { "east": "none", "north": "tall", @@ -53710,7 +56078,7 @@ } }, { - "id": 8797, + "id": 9874, "properties": { "east": "none", "north": "tall", @@ -53721,7 +56089,7 @@ } }, { - "id": 8798, + "id": 9875, "properties": { "east": "none", "north": "tall", @@ -53732,7 +56100,7 @@ } }, { - "id": 8799, + "id": 9876, "properties": { "east": "none", "north": "tall", @@ -53743,7 +56111,7 @@ } }, { - "id": 8800, + "id": 9877, "properties": { "east": "none", "north": "tall", @@ -53754,7 +56122,7 @@ } }, { - "id": 8801, + "id": 9878, "properties": { "east": "none", "north": "tall", @@ -53765,7 +56133,7 @@ } }, { - "id": 8802, + "id": 9879, "properties": { "east": "none", "north": "tall", @@ -53776,7 +56144,7 @@ } }, { - "id": 8803, + "id": 9880, "properties": { "east": "none", "north": "tall", @@ -53787,7 +56155,7 @@ } }, { - "id": 8804, + "id": 9881, "properties": { "east": "none", "north": "tall", @@ -53798,7 +56166,7 @@ } }, { - "id": 8805, + "id": 9882, "properties": { "east": "none", "north": "tall", @@ -53809,7 +56177,7 @@ } }, { - "id": 8806, + "id": 9883, "properties": { "east": "none", "north": "tall", @@ -53820,7 +56188,7 @@ } }, { - "id": 8807, + "id": 9884, "properties": { "east": "none", "north": "tall", @@ -53831,7 +56199,7 @@ } }, { - "id": 8808, + "id": 9885, "properties": { "east": "none", "north": "tall", @@ -53842,7 +56210,7 @@ } }, { - "id": 8809, + "id": 9886, "properties": { "east": "none", "north": "tall", @@ -53853,7 +56221,7 @@ } }, { - "id": 8810, + "id": 9887, "properties": { "east": "none", "north": "tall", @@ -53864,7 +56232,7 @@ } }, { - "id": 8811, + "id": 9888, "properties": { "east": "low", "north": "none", @@ -53875,7 +56243,7 @@ } }, { - "id": 8812, + "id": 9889, "properties": { "east": "low", "north": "none", @@ -53886,7 +56254,7 @@ } }, { - "id": 8813, + "id": 9890, "properties": { "east": "low", "north": "none", @@ -53897,7 +56265,7 @@ } }, { - "id": 8814, + "id": 9891, "properties": { "east": "low", "north": "none", @@ -53908,7 +56276,7 @@ } }, { - "id": 8815, + "id": 9892, "properties": { "east": "low", "north": "none", @@ -53919,7 +56287,7 @@ } }, { - "id": 8816, + "id": 9893, "properties": { "east": "low", "north": "none", @@ -53930,7 +56298,7 @@ } }, { - "id": 8817, + "id": 9894, "properties": { "east": "low", "north": "none", @@ -53941,7 +56309,7 @@ } }, { - "id": 8818, + "id": 9895, "properties": { "east": "low", "north": "none", @@ -53952,7 +56320,7 @@ } }, { - "id": 8819, + "id": 9896, "properties": { "east": "low", "north": "none", @@ -53963,7 +56331,7 @@ } }, { - "id": 8820, + "id": 9897, "properties": { "east": "low", "north": "none", @@ -53974,7 +56342,7 @@ } }, { - "id": 8821, + "id": 9898, "properties": { "east": "low", "north": "none", @@ -53985,7 +56353,7 @@ } }, { - "id": 8822, + "id": 9899, "properties": { "east": "low", "north": "none", @@ -53996,7 +56364,7 @@ } }, { - "id": 8823, + "id": 9900, "properties": { "east": "low", "north": "none", @@ -54007,7 +56375,7 @@ } }, { - "id": 8824, + "id": 9901, "properties": { "east": "low", "north": "none", @@ -54018,7 +56386,7 @@ } }, { - "id": 8825, + "id": 9902, "properties": { "east": "low", "north": "none", @@ -54029,7 +56397,7 @@ } }, { - "id": 8826, + "id": 9903, "properties": { "east": "low", "north": "none", @@ -54040,7 +56408,7 @@ } }, { - "id": 8827, + "id": 9904, "properties": { "east": "low", "north": "none", @@ -54051,7 +56419,7 @@ } }, { - "id": 8828, + "id": 9905, "properties": { "east": "low", "north": "none", @@ -54062,7 +56430,7 @@ } }, { - "id": 8829, + "id": 9906, "properties": { "east": "low", "north": "none", @@ -54073,7 +56441,7 @@ } }, { - "id": 8830, + "id": 9907, "properties": { "east": "low", "north": "none", @@ -54084,7 +56452,7 @@ } }, { - "id": 8831, + "id": 9908, "properties": { "east": "low", "north": "none", @@ -54095,7 +56463,7 @@ } }, { - "id": 8832, + "id": 9909, "properties": { "east": "low", "north": "none", @@ -54106,7 +56474,7 @@ } }, { - "id": 8833, + "id": 9910, "properties": { "east": "low", "north": "none", @@ -54117,7 +56485,7 @@ } }, { - "id": 8834, + "id": 9911, "properties": { "east": "low", "north": "none", @@ -54128,7 +56496,7 @@ } }, { - "id": 8835, + "id": 9912, "properties": { "east": "low", "north": "none", @@ -54139,7 +56507,7 @@ } }, { - "id": 8836, + "id": 9913, "properties": { "east": "low", "north": "none", @@ -54150,7 +56518,7 @@ } }, { - "id": 8837, + "id": 9914, "properties": { "east": "low", "north": "none", @@ -54161,7 +56529,7 @@ } }, { - "id": 8838, + "id": 9915, "properties": { "east": "low", "north": "none", @@ -54172,7 +56540,7 @@ } }, { - "id": 8839, + "id": 9916, "properties": { "east": "low", "north": "none", @@ -54183,7 +56551,7 @@ } }, { - "id": 8840, + "id": 9917, "properties": { "east": "low", "north": "none", @@ -54194,7 +56562,7 @@ } }, { - "id": 8841, + "id": 9918, "properties": { "east": "low", "north": "none", @@ -54205,7 +56573,7 @@ } }, { - "id": 8842, + "id": 9919, "properties": { "east": "low", "north": "none", @@ -54216,7 +56584,7 @@ } }, { - "id": 8843, + "id": 9920, "properties": { "east": "low", "north": "none", @@ -54227,7 +56595,7 @@ } }, { - "id": 8844, + "id": 9921, "properties": { "east": "low", "north": "none", @@ -54238,7 +56606,7 @@ } }, { - "id": 8845, + "id": 9922, "properties": { "east": "low", "north": "none", @@ -54249,7 +56617,7 @@ } }, { - "id": 8846, + "id": 9923, "properties": { "east": "low", "north": "none", @@ -54260,7 +56628,7 @@ } }, { - "id": 8847, + "id": 9924, "properties": { "east": "low", "north": "low", @@ -54271,7 +56639,7 @@ } }, { - "id": 8848, + "id": 9925, "properties": { "east": "low", "north": "low", @@ -54282,7 +56650,7 @@ } }, { - "id": 8849, + "id": 9926, "properties": { "east": "low", "north": "low", @@ -54293,7 +56661,7 @@ } }, { - "id": 8850, + "id": 9927, "properties": { "east": "low", "north": "low", @@ -54304,7 +56672,7 @@ } }, { - "id": 8851, + "id": 9928, "properties": { "east": "low", "north": "low", @@ -54315,7 +56683,7 @@ } }, { - "id": 8852, + "id": 9929, "properties": { "east": "low", "north": "low", @@ -54326,7 +56694,7 @@ } }, { - "id": 8853, + "id": 9930, "properties": { "east": "low", "north": "low", @@ -54337,7 +56705,7 @@ } }, { - "id": 8854, + "id": 9931, "properties": { "east": "low", "north": "low", @@ -54348,7 +56716,7 @@ } }, { - "id": 8855, + "id": 9932, "properties": { "east": "low", "north": "low", @@ -54359,7 +56727,7 @@ } }, { - "id": 8856, + "id": 9933, "properties": { "east": "low", "north": "low", @@ -54370,7 +56738,7 @@ } }, { - "id": 8857, + "id": 9934, "properties": { "east": "low", "north": "low", @@ -54381,7 +56749,7 @@ } }, { - "id": 8858, + "id": 9935, "properties": { "east": "low", "north": "low", @@ -54392,7 +56760,7 @@ } }, { - "id": 8859, + "id": 9936, "properties": { "east": "low", "north": "low", @@ -54403,7 +56771,7 @@ } }, { - "id": 8860, + "id": 9937, "properties": { "east": "low", "north": "low", @@ -54414,7 +56782,7 @@ } }, { - "id": 8861, + "id": 9938, "properties": { "east": "low", "north": "low", @@ -54425,7 +56793,7 @@ } }, { - "id": 8862, + "id": 9939, "properties": { "east": "low", "north": "low", @@ -54436,7 +56804,7 @@ } }, { - "id": 8863, + "id": 9940, "properties": { "east": "low", "north": "low", @@ -54447,7 +56815,7 @@ } }, { - "id": 8864, + "id": 9941, "properties": { "east": "low", "north": "low", @@ -54458,7 +56826,7 @@ } }, { - "id": 8865, + "id": 9942, "properties": { "east": "low", "north": "low", @@ -54469,7 +56837,7 @@ } }, { - "id": 8866, + "id": 9943, "properties": { "east": "low", "north": "low", @@ -54480,7 +56848,7 @@ } }, { - "id": 8867, + "id": 9944, "properties": { "east": "low", "north": "low", @@ -54491,7 +56859,7 @@ } }, { - "id": 8868, + "id": 9945, "properties": { "east": "low", "north": "low", @@ -54502,7 +56870,7 @@ } }, { - "id": 8869, + "id": 9946, "properties": { "east": "low", "north": "low", @@ -54513,7 +56881,7 @@ } }, { - "id": 8870, + "id": 9947, "properties": { "east": "low", "north": "low", @@ -54524,7 +56892,7 @@ } }, { - "id": 8871, + "id": 9948, "properties": { "east": "low", "north": "low", @@ -54535,7 +56903,7 @@ } }, { - "id": 8872, + "id": 9949, "properties": { "east": "low", "north": "low", @@ -54546,7 +56914,7 @@ } }, { - "id": 8873, + "id": 9950, "properties": { "east": "low", "north": "low", @@ -54557,7 +56925,7 @@ } }, { - "id": 8874, + "id": 9951, "properties": { "east": "low", "north": "low", @@ -54568,7 +56936,7 @@ } }, { - "id": 8875, + "id": 9952, "properties": { "east": "low", "north": "low", @@ -54579,7 +56947,7 @@ } }, { - "id": 8876, + "id": 9953, "properties": { "east": "low", "north": "low", @@ -54590,7 +56958,7 @@ } }, { - "id": 8877, + "id": 9954, "properties": { "east": "low", "north": "low", @@ -54601,7 +56969,7 @@ } }, { - "id": 8878, + "id": 9955, "properties": { "east": "low", "north": "low", @@ -54612,7 +56980,7 @@ } }, { - "id": 8879, + "id": 9956, "properties": { "east": "low", "north": "low", @@ -54623,7 +56991,7 @@ } }, { - "id": 8880, + "id": 9957, "properties": { "east": "low", "north": "low", @@ -54634,7 +57002,7 @@ } }, { - "id": 8881, + "id": 9958, "properties": { "east": "low", "north": "low", @@ -54645,7 +57013,7 @@ } }, { - "id": 8882, + "id": 9959, "properties": { "east": "low", "north": "low", @@ -54656,7 +57024,7 @@ } }, { - "id": 8883, + "id": 9960, "properties": { "east": "low", "north": "tall", @@ -54667,7 +57035,7 @@ } }, { - "id": 8884, + "id": 9961, "properties": { "east": "low", "north": "tall", @@ -54678,7 +57046,7 @@ } }, { - "id": 8885, + "id": 9962, "properties": { "east": "low", "north": "tall", @@ -54689,7 +57057,7 @@ } }, { - "id": 8886, + "id": 9963, "properties": { "east": "low", "north": "tall", @@ -54700,7 +57068,7 @@ } }, { - "id": 8887, + "id": 9964, "properties": { "east": "low", "north": "tall", @@ -54711,7 +57079,7 @@ } }, { - "id": 8888, + "id": 9965, "properties": { "east": "low", "north": "tall", @@ -54722,7 +57090,7 @@ } }, { - "id": 8889, + "id": 9966, "properties": { "east": "low", "north": "tall", @@ -54733,7 +57101,7 @@ } }, { - "id": 8890, + "id": 9967, "properties": { "east": "low", "north": "tall", @@ -54744,7 +57112,7 @@ } }, { - "id": 8891, + "id": 9968, "properties": { "east": "low", "north": "tall", @@ -54755,7 +57123,7 @@ } }, { - "id": 8892, + "id": 9969, "properties": { "east": "low", "north": "tall", @@ -54766,7 +57134,7 @@ } }, { - "id": 8893, + "id": 9970, "properties": { "east": "low", "north": "tall", @@ -54777,7 +57145,7 @@ } }, { - "id": 8894, + "id": 9971, "properties": { "east": "low", "north": "tall", @@ -54788,7 +57156,7 @@ } }, { - "id": 8895, + "id": 9972, "properties": { "east": "low", "north": "tall", @@ -54799,7 +57167,7 @@ } }, { - "id": 8896, + "id": 9973, "properties": { "east": "low", "north": "tall", @@ -54810,7 +57178,7 @@ } }, { - "id": 8897, + "id": 9974, "properties": { "east": "low", "north": "tall", @@ -54821,7 +57189,7 @@ } }, { - "id": 8898, + "id": 9975, "properties": { "east": "low", "north": "tall", @@ -54832,7 +57200,7 @@ } }, { - "id": 8899, + "id": 9976, "properties": { "east": "low", "north": "tall", @@ -54843,7 +57211,7 @@ } }, { - "id": 8900, + "id": 9977, "properties": { "east": "low", "north": "tall", @@ -54854,7 +57222,7 @@ } }, { - "id": 8901, + "id": 9978, "properties": { "east": "low", "north": "tall", @@ -54865,7 +57233,7 @@ } }, { - "id": 8902, + "id": 9979, "properties": { "east": "low", "north": "tall", @@ -54876,7 +57244,7 @@ } }, { - "id": 8903, + "id": 9980, "properties": { "east": "low", "north": "tall", @@ -54887,7 +57255,7 @@ } }, { - "id": 8904, + "id": 9981, "properties": { "east": "low", "north": "tall", @@ -54898,7 +57266,7 @@ } }, { - "id": 8905, + "id": 9982, "properties": { "east": "low", "north": "tall", @@ -54909,7 +57277,7 @@ } }, { - "id": 8906, + "id": 9983, "properties": { "east": "low", "north": "tall", @@ -54920,7 +57288,7 @@ } }, { - "id": 8907, + "id": 9984, "properties": { "east": "low", "north": "tall", @@ -54931,7 +57299,7 @@ } }, { - "id": 8908, + "id": 9985, "properties": { "east": "low", "north": "tall", @@ -54942,7 +57310,7 @@ } }, { - "id": 8909, + "id": 9986, "properties": { "east": "low", "north": "tall", @@ -54953,7 +57321,7 @@ } }, { - "id": 8910, + "id": 9987, "properties": { "east": "low", "north": "tall", @@ -54964,7 +57332,7 @@ } }, { - "id": 8911, + "id": 9988, "properties": { "east": "low", "north": "tall", @@ -54975,7 +57343,7 @@ } }, { - "id": 8912, + "id": 9989, "properties": { "east": "low", "north": "tall", @@ -54986,7 +57354,7 @@ } }, { - "id": 8913, + "id": 9990, "properties": { "east": "low", "north": "tall", @@ -54997,7 +57365,7 @@ } }, { - "id": 8914, + "id": 9991, "properties": { "east": "low", "north": "tall", @@ -55008,7 +57376,7 @@ } }, { - "id": 8915, + "id": 9992, "properties": { "east": "low", "north": "tall", @@ -55019,7 +57387,7 @@ } }, { - "id": 8916, + "id": 9993, "properties": { "east": "low", "north": "tall", @@ -55030,7 +57398,7 @@ } }, { - "id": 8917, + "id": 9994, "properties": { "east": "low", "north": "tall", @@ -55041,7 +57409,7 @@ } }, { - "id": 8918, + "id": 9995, "properties": { "east": "low", "north": "tall", @@ -55052,7 +57420,7 @@ } }, { - "id": 8919, + "id": 9996, "properties": { "east": "tall", "north": "none", @@ -55063,7 +57431,7 @@ } }, { - "id": 8920, + "id": 9997, "properties": { "east": "tall", "north": "none", @@ -55074,7 +57442,7 @@ } }, { - "id": 8921, + "id": 9998, "properties": { "east": "tall", "north": "none", @@ -55085,7 +57453,7 @@ } }, { - "id": 8922, + "id": 9999, "properties": { "east": "tall", "north": "none", @@ -55096,7 +57464,7 @@ } }, { - "id": 8923, + "id": 10000, "properties": { "east": "tall", "north": "none", @@ -55107,7 +57475,7 @@ } }, { - "id": 8924, + "id": 10001, "properties": { "east": "tall", "north": "none", @@ -55118,7 +57486,7 @@ } }, { - "id": 8925, + "id": 10002, "properties": { "east": "tall", "north": "none", @@ -55129,7 +57497,7 @@ } }, { - "id": 8926, + "id": 10003, "properties": { "east": "tall", "north": "none", @@ -55140,7 +57508,7 @@ } }, { - "id": 8927, + "id": 10004, "properties": { "east": "tall", "north": "none", @@ -55151,7 +57519,7 @@ } }, { - "id": 8928, + "id": 10005, "properties": { "east": "tall", "north": "none", @@ -55162,7 +57530,7 @@ } }, { - "id": 8929, + "id": 10006, "properties": { "east": "tall", "north": "none", @@ -55173,7 +57541,7 @@ } }, { - "id": 8930, + "id": 10007, "properties": { "east": "tall", "north": "none", @@ -55184,7 +57552,7 @@ } }, { - "id": 8931, + "id": 10008, "properties": { "east": "tall", "north": "none", @@ -55195,7 +57563,7 @@ } }, { - "id": 8932, + "id": 10009, "properties": { "east": "tall", "north": "none", @@ -55206,7 +57574,7 @@ } }, { - "id": 8933, + "id": 10010, "properties": { "east": "tall", "north": "none", @@ -55217,7 +57585,7 @@ } }, { - "id": 8934, + "id": 10011, "properties": { "east": "tall", "north": "none", @@ -55228,7 +57596,7 @@ } }, { - "id": 8935, + "id": 10012, "properties": { "east": "tall", "north": "none", @@ -55239,7 +57607,7 @@ } }, { - "id": 8936, + "id": 10013, "properties": { "east": "tall", "north": "none", @@ -55250,7 +57618,7 @@ } }, { - "id": 8937, + "id": 10014, "properties": { "east": "tall", "north": "none", @@ -55261,7 +57629,7 @@ } }, { - "id": 8938, + "id": 10015, "properties": { "east": "tall", "north": "none", @@ -55272,7 +57640,7 @@ } }, { - "id": 8939, + "id": 10016, "properties": { "east": "tall", "north": "none", @@ -55283,7 +57651,7 @@ } }, { - "id": 8940, + "id": 10017, "properties": { "east": "tall", "north": "none", @@ -55294,7 +57662,7 @@ } }, { - "id": 8941, + "id": 10018, "properties": { "east": "tall", "north": "none", @@ -55305,7 +57673,7 @@ } }, { - "id": 8942, + "id": 10019, "properties": { "east": "tall", "north": "none", @@ -55316,7 +57684,7 @@ } }, { - "id": 8943, + "id": 10020, "properties": { "east": "tall", "north": "none", @@ -55327,7 +57695,7 @@ } }, { - "id": 8944, + "id": 10021, "properties": { "east": "tall", "north": "none", @@ -55338,7 +57706,7 @@ } }, { - "id": 8945, + "id": 10022, "properties": { "east": "tall", "north": "none", @@ -55349,7 +57717,7 @@ } }, { - "id": 8946, + "id": 10023, "properties": { "east": "tall", "north": "none", @@ -55360,7 +57728,7 @@ } }, { - "id": 8947, + "id": 10024, "properties": { "east": "tall", "north": "none", @@ -55371,7 +57739,7 @@ } }, { - "id": 8948, + "id": 10025, "properties": { "east": "tall", "north": "none", @@ -55382,7 +57750,7 @@ } }, { - "id": 8949, + "id": 10026, "properties": { "east": "tall", "north": "none", @@ -55393,7 +57761,7 @@ } }, { - "id": 8950, + "id": 10027, "properties": { "east": "tall", "north": "none", @@ -55404,7 +57772,7 @@ } }, { - "id": 8951, + "id": 10028, "properties": { "east": "tall", "north": "none", @@ -55415,7 +57783,7 @@ } }, { - "id": 8952, + "id": 10029, "properties": { "east": "tall", "north": "none", @@ -55426,7 +57794,7 @@ } }, { - "id": 8953, + "id": 10030, "properties": { "east": "tall", "north": "none", @@ -55437,7 +57805,7 @@ } }, { - "id": 8954, + "id": 10031, "properties": { "east": "tall", "north": "none", @@ -55448,7 +57816,7 @@ } }, { - "id": 8955, + "id": 10032, "properties": { "east": "tall", "north": "low", @@ -55459,7 +57827,7 @@ } }, { - "id": 8956, + "id": 10033, "properties": { "east": "tall", "north": "low", @@ -55470,7 +57838,7 @@ } }, { - "id": 8957, + "id": 10034, "properties": { "east": "tall", "north": "low", @@ -55481,7 +57849,7 @@ } }, { - "id": 8958, + "id": 10035, "properties": { "east": "tall", "north": "low", @@ -55492,7 +57860,7 @@ } }, { - "id": 8959, + "id": 10036, "properties": { "east": "tall", "north": "low", @@ -55503,7 +57871,7 @@ } }, { - "id": 8960, + "id": 10037, "properties": { "east": "tall", "north": "low", @@ -55514,7 +57882,7 @@ } }, { - "id": 8961, + "id": 10038, "properties": { "east": "tall", "north": "low", @@ -55525,7 +57893,7 @@ } }, { - "id": 8962, + "id": 10039, "properties": { "east": "tall", "north": "low", @@ -55536,7 +57904,7 @@ } }, { - "id": 8963, + "id": 10040, "properties": { "east": "tall", "north": "low", @@ -55547,7 +57915,7 @@ } }, { - "id": 8964, + "id": 10041, "properties": { "east": "tall", "north": "low", @@ -55558,7 +57926,7 @@ } }, { - "id": 8965, + "id": 10042, "properties": { "east": "tall", "north": "low", @@ -55569,7 +57937,7 @@ } }, { - "id": 8966, + "id": 10043, "properties": { "east": "tall", "north": "low", @@ -55580,7 +57948,7 @@ } }, { - "id": 8967, + "id": 10044, "properties": { "east": "tall", "north": "low", @@ -55591,7 +57959,7 @@ } }, { - "id": 8968, + "id": 10045, "properties": { "east": "tall", "north": "low", @@ -55602,7 +57970,7 @@ } }, { - "id": 8969, + "id": 10046, "properties": { "east": "tall", "north": "low", @@ -55613,7 +57981,7 @@ } }, { - "id": 8970, + "id": 10047, "properties": { "east": "tall", "north": "low", @@ -55624,7 +57992,7 @@ } }, { - "id": 8971, + "id": 10048, "properties": { "east": "tall", "north": "low", @@ -55635,7 +58003,7 @@ } }, { - "id": 8972, + "id": 10049, "properties": { "east": "tall", "north": "low", @@ -55646,7 +58014,7 @@ } }, { - "id": 8973, + "id": 10050, "properties": { "east": "tall", "north": "low", @@ -55657,7 +58025,7 @@ } }, { - "id": 8974, + "id": 10051, "properties": { "east": "tall", "north": "low", @@ -55668,7 +58036,7 @@ } }, { - "id": 8975, + "id": 10052, "properties": { "east": "tall", "north": "low", @@ -55679,7 +58047,7 @@ } }, { - "id": 8976, + "id": 10053, "properties": { "east": "tall", "north": "low", @@ -55690,7 +58058,7 @@ } }, { - "id": 8977, + "id": 10054, "properties": { "east": "tall", "north": "low", @@ -55701,7 +58069,7 @@ } }, { - "id": 8978, + "id": 10055, "properties": { "east": "tall", "north": "low", @@ -55712,7 +58080,7 @@ } }, { - "id": 8979, + "id": 10056, "properties": { "east": "tall", "north": "low", @@ -55723,7 +58091,7 @@ } }, { - "id": 8980, + "id": 10057, "properties": { "east": "tall", "north": "low", @@ -55734,7 +58102,7 @@ } }, { - "id": 8981, + "id": 10058, "properties": { "east": "tall", "north": "low", @@ -55745,7 +58113,7 @@ } }, { - "id": 8982, + "id": 10059, "properties": { "east": "tall", "north": "low", @@ -55756,7 +58124,7 @@ } }, { - "id": 8983, + "id": 10060, "properties": { "east": "tall", "north": "low", @@ -55767,7 +58135,7 @@ } }, { - "id": 8984, + "id": 10061, "properties": { "east": "tall", "north": "low", @@ -55778,7 +58146,7 @@ } }, { - "id": 8985, + "id": 10062, "properties": { "east": "tall", "north": "low", @@ -55789,7 +58157,7 @@ } }, { - "id": 8986, + "id": 10063, "properties": { "east": "tall", "north": "low", @@ -55800,7 +58168,7 @@ } }, { - "id": 8987, + "id": 10064, "properties": { "east": "tall", "north": "low", @@ -55811,7 +58179,7 @@ } }, { - "id": 8988, + "id": 10065, "properties": { "east": "tall", "north": "low", @@ -55822,7 +58190,7 @@ } }, { - "id": 8989, + "id": 10066, "properties": { "east": "tall", "north": "low", @@ -55833,7 +58201,7 @@ } }, { - "id": 8990, + "id": 10067, "properties": { "east": "tall", "north": "low", @@ -55844,7 +58212,7 @@ } }, { - "id": 8991, + "id": 10068, "properties": { "east": "tall", "north": "tall", @@ -55855,7 +58223,7 @@ } }, { - "id": 8992, + "id": 10069, "properties": { "east": "tall", "north": "tall", @@ -55866,7 +58234,7 @@ } }, { - "id": 8993, + "id": 10070, "properties": { "east": "tall", "north": "tall", @@ -55877,7 +58245,7 @@ } }, { - "id": 8994, + "id": 10071, "properties": { "east": "tall", "north": "tall", @@ -55888,7 +58256,7 @@ } }, { - "id": 8995, + "id": 10072, "properties": { "east": "tall", "north": "tall", @@ -55899,7 +58267,7 @@ } }, { - "id": 8996, + "id": 10073, "properties": { "east": "tall", "north": "tall", @@ -55910,7 +58278,7 @@ } }, { - "id": 8997, + "id": 10074, "properties": { "east": "tall", "north": "tall", @@ -55921,7 +58289,7 @@ } }, { - "id": 8998, + "id": 10075, "properties": { "east": "tall", "north": "tall", @@ -55932,7 +58300,7 @@ } }, { - "id": 8999, + "id": 10076, "properties": { "east": "tall", "north": "tall", @@ -55943,7 +58311,7 @@ } }, { - "id": 9000, + "id": 10077, "properties": { "east": "tall", "north": "tall", @@ -55954,7 +58322,7 @@ } }, { - "id": 9001, + "id": 10078, "properties": { "east": "tall", "north": "tall", @@ -55965,7 +58333,7 @@ } }, { - "id": 9002, + "id": 10079, "properties": { "east": "tall", "north": "tall", @@ -55976,7 +58344,7 @@ } }, { - "id": 9003, + "id": 10080, "properties": { "east": "tall", "north": "tall", @@ -55987,7 +58355,7 @@ } }, { - "id": 9004, + "id": 10081, "properties": { "east": "tall", "north": "tall", @@ -55998,7 +58366,7 @@ } }, { - "id": 9005, + "id": 10082, "properties": { "east": "tall", "north": "tall", @@ -56009,7 +58377,7 @@ } }, { - "id": 9006, + "id": 10083, "properties": { "east": "tall", "north": "tall", @@ -56020,7 +58388,7 @@ } }, { - "id": 9007, + "id": 10084, "properties": { "east": "tall", "north": "tall", @@ -56031,7 +58399,7 @@ } }, { - "id": 9008, + "id": 10085, "properties": { "east": "tall", "north": "tall", @@ -56042,7 +58410,7 @@ } }, { - "id": 9009, + "id": 10086, "properties": { "east": "tall", "north": "tall", @@ -56053,7 +58421,7 @@ } }, { - "id": 9010, + "id": 10087, "properties": { "east": "tall", "north": "tall", @@ -56064,7 +58432,7 @@ } }, { - "id": 9011, + "id": 10088, "properties": { "east": "tall", "north": "tall", @@ -56075,7 +58443,7 @@ } }, { - "id": 9012, + "id": 10089, "properties": { "east": "tall", "north": "tall", @@ -56086,7 +58454,7 @@ } }, { - "id": 9013, + "id": 10090, "properties": { "east": "tall", "north": "tall", @@ -56097,7 +58465,7 @@ } }, { - "id": 9014, + "id": 10091, "properties": { "east": "tall", "north": "tall", @@ -56108,7 +58476,7 @@ } }, { - "id": 9015, + "id": 10092, "properties": { "east": "tall", "north": "tall", @@ -56119,7 +58487,7 @@ } }, { - "id": 9016, + "id": 10093, "properties": { "east": "tall", "north": "tall", @@ -56130,7 +58498,7 @@ } }, { - "id": 9017, + "id": 10094, "properties": { "east": "tall", "north": "tall", @@ -56141,7 +58509,7 @@ } }, { - "id": 9018, + "id": 10095, "properties": { "east": "tall", "north": "tall", @@ -56152,7 +58520,7 @@ } }, { - "id": 9019, + "id": 10096, "properties": { "east": "tall", "north": "tall", @@ -56163,7 +58531,7 @@ } }, { - "id": 9020, + "id": 10097, "properties": { "east": "tall", "north": "tall", @@ -56174,7 +58542,7 @@ } }, { - "id": 9021, + "id": 10098, "properties": { "east": "tall", "north": "tall", @@ -56185,7 +58553,7 @@ } }, { - "id": 9022, + "id": 10099, "properties": { "east": "tall", "north": "tall", @@ -56196,7 +58564,7 @@ } }, { - "id": 9023, + "id": 10100, "properties": { "east": "tall", "north": "tall", @@ -56207,7 +58575,7 @@ } }, { - "id": 9024, + "id": 10101, "properties": { "east": "tall", "north": "tall", @@ -56218,7 +58586,7 @@ } }, { - "id": 9025, + "id": 10102, "properties": { "east": "tall", "north": "tall", @@ -56229,7 +58597,7 @@ } }, { - "id": 9026, + "id": 10103, "properties": { "east": "tall", "north": "tall", @@ -56274,84 +58642,84 @@ "states": [ { "default": true, - "id": 8203, + "id": 9280, "properties": { "age": "0", "facing": "north" } }, { - "id": 8204, + "id": 9281, "properties": { "age": "0", "facing": "south" } }, { - "id": 8205, + "id": 9282, "properties": { "age": "0", "facing": "west" } }, { - "id": 8206, + "id": 9283, "properties": { "age": "0", "facing": "east" } }, { - "id": 8207, + "id": 9284, "properties": { "age": "1", "facing": "north" } }, { - "id": 8208, + "id": 9285, "properties": { "age": "1", "facing": "south" } }, { - "id": 8209, + "id": 9286, "properties": { "age": "1", "facing": "west" } }, { - "id": 8210, + "id": 9287, "properties": { "age": "1", "facing": "east" } }, { - "id": 8211, + "id": 9288, "properties": { "age": "2", "facing": "north" } }, { - "id": 8212, + "id": 9289, "properties": { "age": "2", "facing": "south" } }, { - "id": 8213, + "id": 9290, "properties": { "age": "2", "facing": "west" } }, { - "id": 8214, + "id": 9291, "properties": { "age": "2", "facing": "east" @@ -56381,42 +58749,42 @@ }, "states": [ { - "id": 8690, + "id": 9767, "properties": { "conditional": "true", "facing": "north" } }, { - "id": 8691, + "id": 9768, "properties": { "conditional": "true", "facing": "east" } }, { - "id": 8692, + "id": 9769, "properties": { "conditional": "true", "facing": "south" } }, { - "id": 8693, + "id": 9770, "properties": { "conditional": "true", "facing": "west" } }, { - "id": 8694, + "id": 9771, "properties": { "conditional": "true", "facing": "up" } }, { - "id": 8695, + "id": 9772, "properties": { "conditional": "true", "facing": "down" @@ -56424,42 +58792,42 @@ }, { "default": true, - "id": 8696, + "id": 9773, "properties": { "conditional": "false", "facing": "north" } }, { - "id": 8697, + "id": 9774, "properties": { "conditional": "false", "facing": "east" } }, { - "id": 8698, + "id": 9775, "properties": { "conditional": "false", "facing": "south" } }, { - "id": 8699, + "id": 9776, "properties": { "conditional": "false", "facing": "west" } }, { - "id": 8700, + "id": 9777, "properties": { "conditional": "false", "facing": "up" } }, { - "id": 8701, + "id": 9778, "properties": { "conditional": "false", "facing": "down" @@ -56490,7 +58858,7 @@ }, "states": [ { - "id": 9984, + "id": 11061, "properties": { "facing": "north", "mode": "compare", @@ -56499,7 +58867,7 @@ }, { "default": true, - "id": 9985, + "id": 11062, "properties": { "facing": "north", "mode": "compare", @@ -56507,7 +58875,7 @@ } }, { - "id": 9986, + "id": 11063, "properties": { "facing": "north", "mode": "subtract", @@ -56515,7 +58883,7 @@ } }, { - "id": 9987, + "id": 11064, "properties": { "facing": "north", "mode": "subtract", @@ -56523,7 +58891,7 @@ } }, { - "id": 9988, + "id": 11065, "properties": { "facing": "south", "mode": "compare", @@ -56531,7 +58899,7 @@ } }, { - "id": 9989, + "id": 11066, "properties": { "facing": "south", "mode": "compare", @@ -56539,7 +58907,7 @@ } }, { - "id": 9990, + "id": 11067, "properties": { "facing": "south", "mode": "subtract", @@ -56547,7 +58915,7 @@ } }, { - "id": 9991, + "id": 11068, "properties": { "facing": "south", "mode": "subtract", @@ -56555,7 +58923,7 @@ } }, { - "id": 9992, + "id": 11069, "properties": { "facing": "west", "mode": "compare", @@ -56563,7 +58931,7 @@ } }, { - "id": 9993, + "id": 11070, "properties": { "facing": "west", "mode": "compare", @@ -56571,7 +58939,7 @@ } }, { - "id": 9994, + "id": 11071, "properties": { "facing": "west", "mode": "subtract", @@ -56579,7 +58947,7 @@ } }, { - "id": 9995, + "id": 11072, "properties": { "facing": "west", "mode": "subtract", @@ -56587,7 +58955,7 @@ } }, { - "id": 9996, + "id": 11073, "properties": { "facing": "east", "mode": "compare", @@ -56595,7 +58963,7 @@ } }, { - "id": 9997, + "id": 11074, "properties": { "facing": "east", "mode": "compare", @@ -56603,7 +58971,7 @@ } }, { - "id": 9998, + "id": 11075, "properties": { "facing": "east", "mode": "subtract", @@ -56611,7 +58979,7 @@ } }, { - "id": 9999, + "id": 11076, "properties": { "facing": "east", "mode": "subtract", @@ -56641,55 +59009,55 @@ "states": [ { "default": true, - "id": 20400, + "id": 21541, "properties": { "level": "0" } }, { - "id": 20401, + "id": 21542, "properties": { "level": "1" } }, { - "id": 20402, + "id": 21543, "properties": { "level": "2" } }, { - "id": 20403, + "id": 21544, "properties": { "level": "3" } }, { - "id": 20404, + "id": 21545, "properties": { "level": "4" } }, { - "id": 20405, + "id": 21546, "properties": { "level": "5" } }, { - "id": 20406, + "id": 21547, "properties": { "level": "6" } }, { - "id": 20407, + "id": 21548, "properties": { "level": "7" } }, { - "id": 20408, + "id": 21549, "properties": { "level": "8" } @@ -56710,19 +59078,371 @@ "states": [ { "default": true, - "id": 13965, + "id": 15074, "properties": { "waterlogged": "true" } }, { - "id": 13966, + "id": 15075, "properties": { "waterlogged": "false" } } ] }, + "minecraft:copper_bars": { + "definition": { + "type": "minecraft:weathering_copper_bar", + "properties": {}, + "weathering_state": "unaffected" + }, + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 7789, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7790, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7791, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7792, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7793, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7794, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7795, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7796, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7797, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7798, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7799, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7800, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7801, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7802, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7803, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7804, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7805, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7806, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7807, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7808, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7809, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7810, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7811, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7812, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7813, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7814, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7815, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7816, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7817, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7818, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7819, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 7820, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + } + ] + }, "minecraft:copper_block": { "definition": { "type": "minecraft:weathering_copper_full", @@ -56732,7 +59452,7 @@ "states": [ { "default": true, - "id": 23966 + "id": 25107 } ] }, @@ -56754,21 +59474,21 @@ }, "states": [ { - "id": 25720, + "id": 26861, "properties": { "lit": "true", "powered": "true" } }, { - "id": 25721, + "id": 26862, "properties": { "lit": "true", "powered": "false" } }, { - "id": 25722, + "id": 26863, "properties": { "lit": "false", "powered": "true" @@ -56776,7 +59496,7 @@ }, { "default": true, - "id": 25723, + "id": 26864, "properties": { "lit": "false", "powered": "false" @@ -56784,6 +59504,290 @@ } ] }, + "minecraft:copper_chain": { + "definition": { + "type": "minecraft:weathering_copper_chain", + "properties": {}, + "weathering_state": "unaffected" + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8051, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8052, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8053, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8054, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8055, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8056, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:copper_chest": { + "definition": { + "type": "minecraft:weathering_copper_chest", + "close_sound": "minecraft:block.copper_chest.close", + "open_sound": "minecraft:block.copper_chest.open", + "properties": {}, + "weathering_state": "unaffected" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26893, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26894, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26895, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26896, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26897, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26898, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26899, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26900, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26901, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26902, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26903, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26904, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26905, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26906, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26907, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26908, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26909, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26910, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26911, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26912, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26913, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26914, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26915, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26916, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:copper_door": { "definition": { "type": "minecraft:weathering_copper_door", @@ -56817,7 +59821,7 @@ }, "states": [ { - "id": 24680, + "id": 25821, "properties": { "facing": "north", "half": "upper", @@ -56827,7 +59831,7 @@ } }, { - "id": 24681, + "id": 25822, "properties": { "facing": "north", "half": "upper", @@ -56837,7 +59841,7 @@ } }, { - "id": 24682, + "id": 25823, "properties": { "facing": "north", "half": "upper", @@ -56847,7 +59851,7 @@ } }, { - "id": 24683, + "id": 25824, "properties": { "facing": "north", "half": "upper", @@ -56857,7 +59861,7 @@ } }, { - "id": 24684, + "id": 25825, "properties": { "facing": "north", "half": "upper", @@ -56867,7 +59871,7 @@ } }, { - "id": 24685, + "id": 25826, "properties": { "facing": "north", "half": "upper", @@ -56877,7 +59881,7 @@ } }, { - "id": 24686, + "id": 25827, "properties": { "facing": "north", "half": "upper", @@ -56887,7 +59891,7 @@ } }, { - "id": 24687, + "id": 25828, "properties": { "facing": "north", "half": "upper", @@ -56897,7 +59901,7 @@ } }, { - "id": 24688, + "id": 25829, "properties": { "facing": "north", "half": "lower", @@ -56907,7 +59911,7 @@ } }, { - "id": 24689, + "id": 25830, "properties": { "facing": "north", "half": "lower", @@ -56917,7 +59921,7 @@ } }, { - "id": 24690, + "id": 25831, "properties": { "facing": "north", "half": "lower", @@ -56928,7 +59932,7 @@ }, { "default": true, - "id": 24691, + "id": 25832, "properties": { "facing": "north", "half": "lower", @@ -56938,7 +59942,7 @@ } }, { - "id": 24692, + "id": 25833, "properties": { "facing": "north", "half": "lower", @@ -56948,7 +59952,7 @@ } }, { - "id": 24693, + "id": 25834, "properties": { "facing": "north", "half": "lower", @@ -56958,7 +59962,7 @@ } }, { - "id": 24694, + "id": 25835, "properties": { "facing": "north", "half": "lower", @@ -56968,7 +59972,7 @@ } }, { - "id": 24695, + "id": 25836, "properties": { "facing": "north", "half": "lower", @@ -56978,7 +59982,7 @@ } }, { - "id": 24696, + "id": 25837, "properties": { "facing": "south", "half": "upper", @@ -56988,7 +59992,7 @@ } }, { - "id": 24697, + "id": 25838, "properties": { "facing": "south", "half": "upper", @@ -56998,7 +60002,7 @@ } }, { - "id": 24698, + "id": 25839, "properties": { "facing": "south", "half": "upper", @@ -57008,7 +60012,7 @@ } }, { - "id": 24699, + "id": 25840, "properties": { "facing": "south", "half": "upper", @@ -57018,7 +60022,7 @@ } }, { - "id": 24700, + "id": 25841, "properties": { "facing": "south", "half": "upper", @@ -57028,7 +60032,7 @@ } }, { - "id": 24701, + "id": 25842, "properties": { "facing": "south", "half": "upper", @@ -57038,7 +60042,7 @@ } }, { - "id": 24702, + "id": 25843, "properties": { "facing": "south", "half": "upper", @@ -57048,7 +60052,7 @@ } }, { - "id": 24703, + "id": 25844, "properties": { "facing": "south", "half": "upper", @@ -57058,7 +60062,7 @@ } }, { - "id": 24704, + "id": 25845, "properties": { "facing": "south", "half": "lower", @@ -57068,7 +60072,7 @@ } }, { - "id": 24705, + "id": 25846, "properties": { "facing": "south", "half": "lower", @@ -57078,7 +60082,7 @@ } }, { - "id": 24706, + "id": 25847, "properties": { "facing": "south", "half": "lower", @@ -57088,7 +60092,7 @@ } }, { - "id": 24707, + "id": 25848, "properties": { "facing": "south", "half": "lower", @@ -57098,7 +60102,7 @@ } }, { - "id": 24708, + "id": 25849, "properties": { "facing": "south", "half": "lower", @@ -57108,7 +60112,7 @@ } }, { - "id": 24709, + "id": 25850, "properties": { "facing": "south", "half": "lower", @@ -57118,7 +60122,7 @@ } }, { - "id": 24710, + "id": 25851, "properties": { "facing": "south", "half": "lower", @@ -57128,7 +60132,7 @@ } }, { - "id": 24711, + "id": 25852, "properties": { "facing": "south", "half": "lower", @@ -57138,7 +60142,7 @@ } }, { - "id": 24712, + "id": 25853, "properties": { "facing": "west", "half": "upper", @@ -57148,7 +60152,7 @@ } }, { - "id": 24713, + "id": 25854, "properties": { "facing": "west", "half": "upper", @@ -57158,7 +60162,7 @@ } }, { - "id": 24714, + "id": 25855, "properties": { "facing": "west", "half": "upper", @@ -57168,7 +60172,7 @@ } }, { - "id": 24715, + "id": 25856, "properties": { "facing": "west", "half": "upper", @@ -57178,7 +60182,7 @@ } }, { - "id": 24716, + "id": 25857, "properties": { "facing": "west", "half": "upper", @@ -57188,7 +60192,7 @@ } }, { - "id": 24717, + "id": 25858, "properties": { "facing": "west", "half": "upper", @@ -57198,7 +60202,7 @@ } }, { - "id": 24718, + "id": 25859, "properties": { "facing": "west", "half": "upper", @@ -57208,7 +60212,7 @@ } }, { - "id": 24719, + "id": 25860, "properties": { "facing": "west", "half": "upper", @@ -57218,7 +60222,7 @@ } }, { - "id": 24720, + "id": 25861, "properties": { "facing": "west", "half": "lower", @@ -57228,7 +60232,7 @@ } }, { - "id": 24721, + "id": 25862, "properties": { "facing": "west", "half": "lower", @@ -57238,7 +60242,7 @@ } }, { - "id": 24722, + "id": 25863, "properties": { "facing": "west", "half": "lower", @@ -57248,7 +60252,7 @@ } }, { - "id": 24723, + "id": 25864, "properties": { "facing": "west", "half": "lower", @@ -57258,7 +60262,7 @@ } }, { - "id": 24724, + "id": 25865, "properties": { "facing": "west", "half": "lower", @@ -57268,7 +60272,7 @@ } }, { - "id": 24725, + "id": 25866, "properties": { "facing": "west", "half": "lower", @@ -57278,7 +60282,7 @@ } }, { - "id": 24726, + "id": 25867, "properties": { "facing": "west", "half": "lower", @@ -57288,7 +60292,7 @@ } }, { - "id": 24727, + "id": 25868, "properties": { "facing": "west", "half": "lower", @@ -57298,7 +60302,7 @@ } }, { - "id": 24728, + "id": 25869, "properties": { "facing": "east", "half": "upper", @@ -57308,7 +60312,7 @@ } }, { - "id": 24729, + "id": 25870, "properties": { "facing": "east", "half": "upper", @@ -57318,7 +60322,7 @@ } }, { - "id": 24730, + "id": 25871, "properties": { "facing": "east", "half": "upper", @@ -57328,7 +60332,7 @@ } }, { - "id": 24731, + "id": 25872, "properties": { "facing": "east", "half": "upper", @@ -57338,7 +60342,7 @@ } }, { - "id": 24732, + "id": 25873, "properties": { "facing": "east", "half": "upper", @@ -57348,7 +60352,7 @@ } }, { - "id": 24733, + "id": 25874, "properties": { "facing": "east", "half": "upper", @@ -57358,7 +60362,7 @@ } }, { - "id": 24734, + "id": 25875, "properties": { "facing": "east", "half": "upper", @@ -57368,7 +60372,7 @@ } }, { - "id": 24735, + "id": 25876, "properties": { "facing": "east", "half": "upper", @@ -57378,7 +60382,7 @@ } }, { - "id": 24736, + "id": 25877, "properties": { "facing": "east", "half": "lower", @@ -57388,7 +60392,7 @@ } }, { - "id": 24737, + "id": 25878, "properties": { "facing": "east", "half": "lower", @@ -57398,7 +60402,7 @@ } }, { - "id": 24738, + "id": 25879, "properties": { "facing": "east", "half": "lower", @@ -57408,7 +60412,7 @@ } }, { - "id": 24739, + "id": 25880, "properties": { "facing": "east", "half": "lower", @@ -57418,7 +60422,7 @@ } }, { - "id": 24740, + "id": 25881, "properties": { "facing": "east", "half": "lower", @@ -57428,7 +60432,7 @@ } }, { - "id": 24741, + "id": 25882, "properties": { "facing": "east", "half": "lower", @@ -57438,7 +60442,7 @@ } }, { - "id": 24742, + "id": 25883, "properties": { "facing": "east", "half": "lower", @@ -57448,7 +60452,7 @@ } }, { - "id": 24743, + "id": 25884, "properties": { "facing": "east", "half": "lower", @@ -57459,73 +60463,25 @@ } ] }, - "minecraft:copper_grate": { - "definition": { - "type": "minecraft:weathering_copper_grate", - "properties": {}, - "weathering_state": "unaffected" - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25704, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25705, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:copper_ore": { - "definition": { - "type": "minecraft:drop_experience", - "experience": 0, - "properties": {} - }, - "states": [ - { - "default": true, - "id": 23970 - } - ] - }, - "minecraft:copper_trapdoor": { + "minecraft:copper_golem_statue": { "definition": { - "type": "minecraft:weathering_copper_trap_door", - "block_set_type": "copper", + "type": "minecraft:weathering_copper_golem_statue", "properties": {}, "weathering_state": "unaffected" }, "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], "facing": [ "north", "south", "west", "east" ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], "waterlogged": [ "true", "false" @@ -57533,170 +60489,402 @@ }, "states": [ { - "id": 25192, + "id": 27085, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25193, + "default": true, + "id": 27086, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25194, + "id": 27087, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "true" } }, { - "id": 25195, + "id": 27088, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "false" } }, { - "id": 25196, + "id": 27089, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "true" } }, { - "id": 25197, + "id": 27090, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "false" } }, { - "id": 25198, + "id": 27091, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "true" } }, { - "id": 25199, + "id": 27092, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "false" } }, { - "id": 25200, + "id": 27093, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25201, + "id": 27094, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25202, + "id": 27095, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "true" } }, { - "id": 25203, + "id": 27096, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "false" } }, { - "id": 25204, + "id": 27097, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "true" } }, { - "id": 25205, + "id": 27098, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "false" } }, { - "id": 25206, + "id": 27099, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "true" } }, { - "default": true, - "id": 25207, + "id": 27100, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "false" } }, { - "id": 25208, + "id": 27101, "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27102, + "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27103, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27104, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27105, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27106, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27107, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27108, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27109, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27110, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27111, + "properties": { + "copper_golem_pose": "star", "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27112, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27113, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27114, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27115, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27116, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, + "minecraft:copper_grate": { + "definition": { + "type": "minecraft:weathering_copper_grate", + "properties": {}, + "weathering_state": "unaffected" + }, + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26845, + "properties": { + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26846, + "properties": { + "waterlogged": "false" + } + } + ] + }, + "minecraft:copper_lantern": { + "definition": { + "type": "minecraft:weathering_lantern", + "properties": {}, + "weathering_state": "unaffected" + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20643, + "properties": { + "hanging": "true", + "waterlogged": "true" + } + }, + { + "id": 20644, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20645, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20646, + "properties": { + "hanging": "false", + "waterlogged": "false" + } + } + ] + }, + "minecraft:copper_ore": { + "definition": { + "type": "minecraft:drop_experience", + "experience": 0, + "properties": {} + }, + "states": [ + { + "default": true, + "id": 25111 + } + ] + }, + "minecraft:copper_torch": { + "definition": { + "type": "minecraft:torch", + "particle_options": "minecraft:copper_fire_flame", + "properties": {} + }, + "states": [ + { + "default": true, + "id": 6810 + } + ] + }, + "minecraft:copper_trapdoor": { + "definition": { + "type": "minecraft:weathering_copper_trap_door", + "block_set_type": "copper", + "properties": {}, + "weathering_state": "unaffected" + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26333, + "properties": { + "facing": "north", "half": "top", "open": "true", "powered": "true", @@ -57704,7 +60892,168 @@ } }, { - "id": 25209, + "id": 26334, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26335, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26336, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26337, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26338, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26339, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26340, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26341, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26342, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26343, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26344, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26345, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26346, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26347, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26348, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26349, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26350, "properties": { "facing": "south", "half": "top", @@ -57714,7 +61063,7 @@ } }, { - "id": 25210, + "id": 26351, "properties": { "facing": "south", "half": "top", @@ -57724,7 +61073,7 @@ } }, { - "id": 25211, + "id": 26352, "properties": { "facing": "south", "half": "top", @@ -57734,7 +61083,7 @@ } }, { - "id": 25212, + "id": 26353, "properties": { "facing": "south", "half": "top", @@ -57744,7 +61093,7 @@ } }, { - "id": 25213, + "id": 26354, "properties": { "facing": "south", "half": "top", @@ -57754,7 +61103,7 @@ } }, { - "id": 25214, + "id": 26355, "properties": { "facing": "south", "half": "top", @@ -57764,7 +61113,7 @@ } }, { - "id": 25215, + "id": 26356, "properties": { "facing": "south", "half": "top", @@ -57774,7 +61123,7 @@ } }, { - "id": 25216, + "id": 26357, "properties": { "facing": "south", "half": "bottom", @@ -57784,7 +61133,7 @@ } }, { - "id": 25217, + "id": 26358, "properties": { "facing": "south", "half": "bottom", @@ -57794,7 +61143,7 @@ } }, { - "id": 25218, + "id": 26359, "properties": { "facing": "south", "half": "bottom", @@ -57804,7 +61153,7 @@ } }, { - "id": 25219, + "id": 26360, "properties": { "facing": "south", "half": "bottom", @@ -57814,7 +61163,7 @@ } }, { - "id": 25220, + "id": 26361, "properties": { "facing": "south", "half": "bottom", @@ -57824,7 +61173,7 @@ } }, { - "id": 25221, + "id": 26362, "properties": { "facing": "south", "half": "bottom", @@ -57834,7 +61183,7 @@ } }, { - "id": 25222, + "id": 26363, "properties": { "facing": "south", "half": "bottom", @@ -57844,7 +61193,7 @@ } }, { - "id": 25223, + "id": 26364, "properties": { "facing": "south", "half": "bottom", @@ -57854,7 +61203,7 @@ } }, { - "id": 25224, + "id": 26365, "properties": { "facing": "west", "half": "top", @@ -57864,7 +61213,7 @@ } }, { - "id": 25225, + "id": 26366, "properties": { "facing": "west", "half": "top", @@ -57874,7 +61223,7 @@ } }, { - "id": 25226, + "id": 26367, "properties": { "facing": "west", "half": "top", @@ -57884,7 +61233,7 @@ } }, { - "id": 25227, + "id": 26368, "properties": { "facing": "west", "half": "top", @@ -57894,7 +61243,7 @@ } }, { - "id": 25228, + "id": 26369, "properties": { "facing": "west", "half": "top", @@ -57904,7 +61253,7 @@ } }, { - "id": 25229, + "id": 26370, "properties": { "facing": "west", "half": "top", @@ -57914,7 +61263,7 @@ } }, { - "id": 25230, + "id": 26371, "properties": { "facing": "west", "half": "top", @@ -57924,7 +61273,7 @@ } }, { - "id": 25231, + "id": 26372, "properties": { "facing": "west", "half": "top", @@ -57934,7 +61283,7 @@ } }, { - "id": 25232, + "id": 26373, "properties": { "facing": "west", "half": "bottom", @@ -57944,7 +61293,7 @@ } }, { - "id": 25233, + "id": 26374, "properties": { "facing": "west", "half": "bottom", @@ -57954,7 +61303,7 @@ } }, { - "id": 25234, + "id": 26375, "properties": { "facing": "west", "half": "bottom", @@ -57964,7 +61313,7 @@ } }, { - "id": 25235, + "id": 26376, "properties": { "facing": "west", "half": "bottom", @@ -57974,7 +61323,7 @@ } }, { - "id": 25236, + "id": 26377, "properties": { "facing": "west", "half": "bottom", @@ -57984,7 +61333,7 @@ } }, { - "id": 25237, + "id": 26378, "properties": { "facing": "west", "half": "bottom", @@ -57994,7 +61343,7 @@ } }, { - "id": 25238, + "id": 26379, "properties": { "facing": "west", "half": "bottom", @@ -58004,7 +61353,7 @@ } }, { - "id": 25239, + "id": 26380, "properties": { "facing": "west", "half": "bottom", @@ -58014,7 +61363,7 @@ } }, { - "id": 25240, + "id": 26381, "properties": { "facing": "east", "half": "top", @@ -58024,7 +61373,7 @@ } }, { - "id": 25241, + "id": 26382, "properties": { "facing": "east", "half": "top", @@ -58034,7 +61383,7 @@ } }, { - "id": 25242, + "id": 26383, "properties": { "facing": "east", "half": "top", @@ -58044,7 +61393,7 @@ } }, { - "id": 25243, + "id": 26384, "properties": { "facing": "east", "half": "top", @@ -58054,7 +61403,7 @@ } }, { - "id": 25244, + "id": 26385, "properties": { "facing": "east", "half": "top", @@ -58064,7 +61413,7 @@ } }, { - "id": 25245, + "id": 26386, "properties": { "facing": "east", "half": "top", @@ -58074,7 +61423,7 @@ } }, { - "id": 25246, + "id": 26387, "properties": { "facing": "east", "half": "top", @@ -58084,7 +61433,7 @@ } }, { - "id": 25247, + "id": 26388, "properties": { "facing": "east", "half": "top", @@ -58094,7 +61443,7 @@ } }, { - "id": 25248, + "id": 26389, "properties": { "facing": "east", "half": "bottom", @@ -58104,7 +61453,7 @@ } }, { - "id": 25249, + "id": 26390, "properties": { "facing": "east", "half": "bottom", @@ -58114,7 +61463,7 @@ } }, { - "id": 25250, + "id": 26391, "properties": { "facing": "east", "half": "bottom", @@ -58124,7 +61473,7 @@ } }, { - "id": 25251, + "id": 26392, "properties": { "facing": "east", "half": "bottom", @@ -58134,7 +61483,7 @@ } }, { - "id": 25252, + "id": 26393, "properties": { "facing": "east", "half": "bottom", @@ -58144,7 +61493,7 @@ } }, { - "id": 25253, + "id": 26394, "properties": { "facing": "east", "half": "bottom", @@ -58154,7 +61503,7 @@ } }, { - "id": 25254, + "id": 26395, "properties": { "facing": "east", "half": "bottom", @@ -58164,7 +61513,7 @@ } }, { - "id": 25255, + "id": 26396, "properties": { "facing": "east", "half": "bottom", @@ -58175,6 +61524,48 @@ } ] }, + "minecraft:copper_wall_torch": { + "definition": { + "type": "minecraft:wall_torch", + "particle_options": "minecraft:copper_fire_flame", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ] + }, + "states": [ + { + "default": true, + "id": 6811, + "properties": { + "facing": "north" + } + }, + { + "id": 6812, + "properties": { + "facing": "south" + } + }, + { + "id": 6813, + "properties": { + "facing": "west" + } + }, + { + "id": 6814, + "properties": { + "facing": "east" + } + } + ] + }, "minecraft:cornflower": { "definition": { "type": "minecraft:flower", @@ -58201,7 +61592,7 @@ "states": [ { "default": true, - "id": 27612 + "id": 29369 } ] }, @@ -58213,7 +61604,7 @@ "states": [ { "default": true, - "id": 27613 + "id": 29370 } ] }, @@ -58225,7 +61616,7 @@ "states": [ { "default": true, - "id": 21751 + "id": 22892 } ] }, @@ -58237,7 +61628,7 @@ "states": [ { "default": true, - "id": 20901 + "id": 22042 } ] }, @@ -58249,7 +61640,7 @@ "states": [ { "default": true, - "id": 6782 + "id": 7555 } ] }, @@ -58284,7 +61675,7 @@ }, "states": [ { - "id": 27650, + "id": 29407, "properties": { "crafting": "true", "orientation": "down_east", @@ -58292,7 +61683,7 @@ } }, { - "id": 27651, + "id": 29408, "properties": { "crafting": "true", "orientation": "down_east", @@ -58300,7 +61691,7 @@ } }, { - "id": 27652, + "id": 29409, "properties": { "crafting": "true", "orientation": "down_north", @@ -58308,7 +61699,7 @@ } }, { - "id": 27653, + "id": 29410, "properties": { "crafting": "true", "orientation": "down_north", @@ -58316,7 +61707,7 @@ } }, { - "id": 27654, + "id": 29411, "properties": { "crafting": "true", "orientation": "down_south", @@ -58324,7 +61715,7 @@ } }, { - "id": 27655, + "id": 29412, "properties": { "crafting": "true", "orientation": "down_south", @@ -58332,7 +61723,7 @@ } }, { - "id": 27656, + "id": 29413, "properties": { "crafting": "true", "orientation": "down_west", @@ -58340,7 +61731,7 @@ } }, { - "id": 27657, + "id": 29414, "properties": { "crafting": "true", "orientation": "down_west", @@ -58348,7 +61739,7 @@ } }, { - "id": 27658, + "id": 29415, "properties": { "crafting": "true", "orientation": "up_east", @@ -58356,7 +61747,7 @@ } }, { - "id": 27659, + "id": 29416, "properties": { "crafting": "true", "orientation": "up_east", @@ -58364,7 +61755,7 @@ } }, { - "id": 27660, + "id": 29417, "properties": { "crafting": "true", "orientation": "up_north", @@ -58372,7 +61763,7 @@ } }, { - "id": 27661, + "id": 29418, "properties": { "crafting": "true", "orientation": "up_north", @@ -58380,7 +61771,7 @@ } }, { - "id": 27662, + "id": 29419, "properties": { "crafting": "true", "orientation": "up_south", @@ -58388,7 +61779,7 @@ } }, { - "id": 27663, + "id": 29420, "properties": { "crafting": "true", "orientation": "up_south", @@ -58396,7 +61787,7 @@ } }, { - "id": 27664, + "id": 29421, "properties": { "crafting": "true", "orientation": "up_west", @@ -58404,7 +61795,7 @@ } }, { - "id": 27665, + "id": 29422, "properties": { "crafting": "true", "orientation": "up_west", @@ -58412,7 +61803,7 @@ } }, { - "id": 27666, + "id": 29423, "properties": { "crafting": "true", "orientation": "west_up", @@ -58420,7 +61811,7 @@ } }, { - "id": 27667, + "id": 29424, "properties": { "crafting": "true", "orientation": "west_up", @@ -58428,7 +61819,7 @@ } }, { - "id": 27668, + "id": 29425, "properties": { "crafting": "true", "orientation": "east_up", @@ -58436,7 +61827,7 @@ } }, { - "id": 27669, + "id": 29426, "properties": { "crafting": "true", "orientation": "east_up", @@ -58444,7 +61835,7 @@ } }, { - "id": 27670, + "id": 29427, "properties": { "crafting": "true", "orientation": "north_up", @@ -58452,7 +61843,7 @@ } }, { - "id": 27671, + "id": 29428, "properties": { "crafting": "true", "orientation": "north_up", @@ -58460,7 +61851,7 @@ } }, { - "id": 27672, + "id": 29429, "properties": { "crafting": "true", "orientation": "south_up", @@ -58468,7 +61859,7 @@ } }, { - "id": 27673, + "id": 29430, "properties": { "crafting": "true", "orientation": "south_up", @@ -58476,7 +61867,7 @@ } }, { - "id": 27674, + "id": 29431, "properties": { "crafting": "false", "orientation": "down_east", @@ -58484,7 +61875,7 @@ } }, { - "id": 27675, + "id": 29432, "properties": { "crafting": "false", "orientation": "down_east", @@ -58492,7 +61883,7 @@ } }, { - "id": 27676, + "id": 29433, "properties": { "crafting": "false", "orientation": "down_north", @@ -58500,7 +61891,7 @@ } }, { - "id": 27677, + "id": 29434, "properties": { "crafting": "false", "orientation": "down_north", @@ -58508,7 +61899,7 @@ } }, { - "id": 27678, + "id": 29435, "properties": { "crafting": "false", "orientation": "down_south", @@ -58516,7 +61907,7 @@ } }, { - "id": 27679, + "id": 29436, "properties": { "crafting": "false", "orientation": "down_south", @@ -58524,7 +61915,7 @@ } }, { - "id": 27680, + "id": 29437, "properties": { "crafting": "false", "orientation": "down_west", @@ -58532,7 +61923,7 @@ } }, { - "id": 27681, + "id": 29438, "properties": { "crafting": "false", "orientation": "down_west", @@ -58540,7 +61931,7 @@ } }, { - "id": 27682, + "id": 29439, "properties": { "crafting": "false", "orientation": "up_east", @@ -58548,7 +61939,7 @@ } }, { - "id": 27683, + "id": 29440, "properties": { "crafting": "false", "orientation": "up_east", @@ -58556,7 +61947,7 @@ } }, { - "id": 27684, + "id": 29441, "properties": { "crafting": "false", "orientation": "up_north", @@ -58564,7 +61955,7 @@ } }, { - "id": 27685, + "id": 29442, "properties": { "crafting": "false", "orientation": "up_north", @@ -58572,7 +61963,7 @@ } }, { - "id": 27686, + "id": 29443, "properties": { "crafting": "false", "orientation": "up_south", @@ -58580,7 +61971,7 @@ } }, { - "id": 27687, + "id": 29444, "properties": { "crafting": "false", "orientation": "up_south", @@ -58588,7 +61979,7 @@ } }, { - "id": 27688, + "id": 29445, "properties": { "crafting": "false", "orientation": "up_west", @@ -58596,7 +61987,7 @@ } }, { - "id": 27689, + "id": 29446, "properties": { "crafting": "false", "orientation": "up_west", @@ -58604,7 +61995,7 @@ } }, { - "id": 27690, + "id": 29447, "properties": { "crafting": "false", "orientation": "west_up", @@ -58612,7 +62003,7 @@ } }, { - "id": 27691, + "id": 29448, "properties": { "crafting": "false", "orientation": "west_up", @@ -58620,7 +62011,7 @@ } }, { - "id": 27692, + "id": 29449, "properties": { "crafting": "false", "orientation": "east_up", @@ -58628,7 +62019,7 @@ } }, { - "id": 27693, + "id": 29450, "properties": { "crafting": "false", "orientation": "east_up", @@ -58636,7 +62027,7 @@ } }, { - "id": 27694, + "id": 29451, "properties": { "crafting": "false", "orientation": "north_up", @@ -58645,7 +62036,7 @@ }, { "default": true, - "id": 27695, + "id": 29452, "properties": { "crafting": "false", "orientation": "north_up", @@ -58653,7 +62044,7 @@ } }, { - "id": 27696, + "id": 29453, "properties": { "crafting": "false", "orientation": "south_up", @@ -58661,7 +62052,7 @@ } }, { - "id": 27697, + "id": 29454, "properties": { "crafting": "false", "orientation": "south_up", @@ -58678,7 +62069,7 @@ "states": [ { "default": true, - "id": 4341 + "id": 5109 } ] }, @@ -58705,7 +62096,7 @@ }, "states": [ { - "id": 2920, + "id": 3688, "properties": { "axis": "x", "creaking_heart_state": "uprooted", @@ -58713,7 +62104,7 @@ } }, { - "id": 2921, + "id": 3689, "properties": { "axis": "x", "creaking_heart_state": "uprooted", @@ -58721,7 +62112,7 @@ } }, { - "id": 2922, + "id": 3690, "properties": { "axis": "x", "creaking_heart_state": "dormant", @@ -58729,7 +62120,7 @@ } }, { - "id": 2923, + "id": 3691, "properties": { "axis": "x", "creaking_heart_state": "dormant", @@ -58737,7 +62128,7 @@ } }, { - "id": 2924, + "id": 3692, "properties": { "axis": "x", "creaking_heart_state": "awake", @@ -58745,7 +62136,7 @@ } }, { - "id": 2925, + "id": 3693, "properties": { "axis": "x", "creaking_heart_state": "awake", @@ -58753,7 +62144,7 @@ } }, { - "id": 2926, + "id": 3694, "properties": { "axis": "y", "creaking_heart_state": "uprooted", @@ -58762,7 +62153,7 @@ }, { "default": true, - "id": 2927, + "id": 3695, "properties": { "axis": "y", "creaking_heart_state": "uprooted", @@ -58770,7 +62161,7 @@ } }, { - "id": 2928, + "id": 3696, "properties": { "axis": "y", "creaking_heart_state": "dormant", @@ -58778,7 +62169,7 @@ } }, { - "id": 2929, + "id": 3697, "properties": { "axis": "y", "creaking_heart_state": "dormant", @@ -58786,7 +62177,7 @@ } }, { - "id": 2930, + "id": 3698, "properties": { "axis": "y", "creaking_heart_state": "awake", @@ -58794,7 +62185,7 @@ } }, { - "id": 2931, + "id": 3699, "properties": { "axis": "y", "creaking_heart_state": "awake", @@ -58802,7 +62193,7 @@ } }, { - "id": 2932, + "id": 3700, "properties": { "axis": "z", "creaking_heart_state": "uprooted", @@ -58810,7 +62201,7 @@ } }, { - "id": 2933, + "id": 3701, "properties": { "axis": "z", "creaking_heart_state": "uprooted", @@ -58818,7 +62209,7 @@ } }, { - "id": 2934, + "id": 3702, "properties": { "axis": "z", "creaking_heart_state": "dormant", @@ -58826,7 +62217,7 @@ } }, { - "id": 2935, + "id": 3703, "properties": { "axis": "z", "creaking_heart_state": "dormant", @@ -58834,7 +62225,7 @@ } }, { - "id": 2936, + "id": 3704, "properties": { "axis": "z", "creaking_heart_state": "awake", @@ -58842,7 +62233,7 @@ } }, { - "id": 2937, + "id": 3705, "properties": { "axis": "z", "creaking_heart_state": "awake", @@ -58883,112 +62274,112 @@ }, "states": [ { - "id": 9796, + "id": 10873, "properties": { "powered": "true", "rotation": "0" } }, { - "id": 9797, + "id": 10874, "properties": { "powered": "true", "rotation": "1" } }, { - "id": 9798, + "id": 10875, "properties": { "powered": "true", "rotation": "2" } }, { - "id": 9799, + "id": 10876, "properties": { "powered": "true", "rotation": "3" } }, { - "id": 9800, + "id": 10877, "properties": { "powered": "true", "rotation": "4" } }, { - "id": 9801, + "id": 10878, "properties": { "powered": "true", "rotation": "5" } }, { - "id": 9802, + "id": 10879, "properties": { "powered": "true", "rotation": "6" } }, { - "id": 9803, + "id": 10880, "properties": { "powered": "true", "rotation": "7" } }, { - "id": 9804, + "id": 10881, "properties": { "powered": "true", "rotation": "8" } }, { - "id": 9805, + "id": 10882, "properties": { "powered": "true", "rotation": "9" } }, { - "id": 9806, + "id": 10883, "properties": { "powered": "true", "rotation": "10" } }, { - "id": 9807, + "id": 10884, "properties": { "powered": "true", "rotation": "11" } }, { - "id": 9808, + "id": 10885, "properties": { "powered": "true", "rotation": "12" } }, { - "id": 9809, + "id": 10886, "properties": { "powered": "true", "rotation": "13" } }, { - "id": 9810, + "id": 10887, "properties": { "powered": "true", "rotation": "14" } }, { - "id": 9811, + "id": 10888, "properties": { "powered": "true", "rotation": "15" @@ -58996,112 +62387,112 @@ }, { "default": true, - "id": 9812, + "id": 10889, "properties": { "powered": "false", "rotation": "0" } }, { - "id": 9813, + "id": 10890, "properties": { "powered": "false", "rotation": "1" } }, { - "id": 9814, + "id": 10891, "properties": { "powered": "false", "rotation": "2" } }, { - "id": 9815, + "id": 10892, "properties": { "powered": "false", "rotation": "3" } }, { - "id": 9816, + "id": 10893, "properties": { "powered": "false", "rotation": "4" } }, { - "id": 9817, + "id": 10894, "properties": { "powered": "false", "rotation": "5" } }, { - "id": 9818, + "id": 10895, "properties": { "powered": "false", "rotation": "6" } }, { - "id": 9819, + "id": 10896, "properties": { "powered": "false", "rotation": "7" } }, { - "id": 9820, + "id": 10897, "properties": { "powered": "false", "rotation": "8" } }, { - "id": 9821, + "id": 10898, "properties": { "powered": "false", "rotation": "9" } }, { - "id": 9822, + "id": 10899, "properties": { "powered": "false", "rotation": "10" } }, { - "id": 9823, + "id": 10900, "properties": { "powered": "false", "rotation": "11" } }, { - "id": 9824, + "id": 10901, "properties": { "powered": "false", "rotation": "12" } }, { - "id": 9825, + "id": 10902, "properties": { "powered": "false", "rotation": "13" } }, { - "id": 9826, + "id": 10903, "properties": { "powered": "false", "rotation": "14" } }, { - "id": 9827, + "id": 10904, "properties": { "powered": "false", "rotation": "15" @@ -59129,7 +62520,7 @@ }, "states": [ { - "id": 9828, + "id": 10905, "properties": { "facing": "north", "powered": "true" @@ -59137,49 +62528,49 @@ }, { "default": true, - "id": 9829, + "id": 10906, "properties": { "facing": "north", "powered": "false" } }, { - "id": 9830, + "id": 10907, "properties": { "facing": "south", "powered": "true" } }, { - "id": 9831, + "id": 10908, "properties": { "facing": "south", "powered": "false" } }, { - "id": 9832, + "id": 10909, "properties": { "facing": "west", "powered": "true" } }, { - "id": 9833, + "id": 10910, "properties": { "facing": "west", "powered": "false" } }, { - "id": 9834, + "id": 10911, "properties": { "facing": "east", "powered": "true" } }, { - "id": 9835, + "id": 10912, "properties": { "facing": "east", "powered": "false" @@ -59213,7 +62604,7 @@ }, "states": [ { - "id": 20123, + "id": 21264, "properties": { "face": "floor", "facing": "north", @@ -59221,7 +62612,7 @@ } }, { - "id": 20124, + "id": 21265, "properties": { "face": "floor", "facing": "north", @@ -59229,7 +62620,7 @@ } }, { - "id": 20125, + "id": 21266, "properties": { "face": "floor", "facing": "south", @@ -59237,7 +62628,7 @@ } }, { - "id": 20126, + "id": 21267, "properties": { "face": "floor", "facing": "south", @@ -59245,7 +62636,7 @@ } }, { - "id": 20127, + "id": 21268, "properties": { "face": "floor", "facing": "west", @@ -59253,7 +62644,7 @@ } }, { - "id": 20128, + "id": 21269, "properties": { "face": "floor", "facing": "west", @@ -59261,7 +62652,7 @@ } }, { - "id": 20129, + "id": 21270, "properties": { "face": "floor", "facing": "east", @@ -59269,7 +62660,7 @@ } }, { - "id": 20130, + "id": 21271, "properties": { "face": "floor", "facing": "east", @@ -59277,7 +62668,7 @@ } }, { - "id": 20131, + "id": 21272, "properties": { "face": "wall", "facing": "north", @@ -59286,7 +62677,7 @@ }, { "default": true, - "id": 20132, + "id": 21273, "properties": { "face": "wall", "facing": "north", @@ -59294,7 +62685,7 @@ } }, { - "id": 20133, + "id": 21274, "properties": { "face": "wall", "facing": "south", @@ -59302,7 +62693,7 @@ } }, { - "id": 20134, + "id": 21275, "properties": { "face": "wall", "facing": "south", @@ -59310,7 +62701,7 @@ } }, { - "id": 20135, + "id": 21276, "properties": { "face": "wall", "facing": "west", @@ -59318,7 +62709,7 @@ } }, { - "id": 20136, + "id": 21277, "properties": { "face": "wall", "facing": "west", @@ -59326,7 +62717,7 @@ } }, { - "id": 20137, + "id": 21278, "properties": { "face": "wall", "facing": "east", @@ -59334,7 +62725,7 @@ } }, { - "id": 20138, + "id": 21279, "properties": { "face": "wall", "facing": "east", @@ -59342,7 +62733,7 @@ } }, { - "id": 20139, + "id": 21280, "properties": { "face": "ceiling", "facing": "north", @@ -59350,7 +62741,7 @@ } }, { - "id": 20140, + "id": 21281, "properties": { "face": "ceiling", "facing": "north", @@ -59358,7 +62749,7 @@ } }, { - "id": 20141, + "id": 21282, "properties": { "face": "ceiling", "facing": "south", @@ -59366,7 +62757,7 @@ } }, { - "id": 20142, + "id": 21283, "properties": { "face": "ceiling", "facing": "south", @@ -59374,7 +62765,7 @@ } }, { - "id": 20143, + "id": 21284, "properties": { "face": "ceiling", "facing": "west", @@ -59382,7 +62773,7 @@ } }, { - "id": 20144, + "id": 21285, "properties": { "face": "ceiling", "facing": "west", @@ -59390,7 +62781,7 @@ } }, { - "id": 20145, + "id": 21286, "properties": { "face": "ceiling", "facing": "east", @@ -59398,7 +62789,7 @@ } }, { - "id": 20146, + "id": 21287, "properties": { "face": "ceiling", "facing": "east", @@ -59439,7 +62830,7 @@ }, "states": [ { - "id": 20171, + "id": 21312, "properties": { "facing": "north", "half": "upper", @@ -59449,7 +62840,7 @@ } }, { - "id": 20172, + "id": 21313, "properties": { "facing": "north", "half": "upper", @@ -59459,7 +62850,7 @@ } }, { - "id": 20173, + "id": 21314, "properties": { "facing": "north", "half": "upper", @@ -59469,7 +62860,7 @@ } }, { - "id": 20174, + "id": 21315, "properties": { "facing": "north", "half": "upper", @@ -59479,7 +62870,7 @@ } }, { - "id": 20175, + "id": 21316, "properties": { "facing": "north", "half": "upper", @@ -59489,7 +62880,7 @@ } }, { - "id": 20176, + "id": 21317, "properties": { "facing": "north", "half": "upper", @@ -59499,7 +62890,7 @@ } }, { - "id": 20177, + "id": 21318, "properties": { "facing": "north", "half": "upper", @@ -59509,7 +62900,7 @@ } }, { - "id": 20178, + "id": 21319, "properties": { "facing": "north", "half": "upper", @@ -59519,7 +62910,7 @@ } }, { - "id": 20179, + "id": 21320, "properties": { "facing": "north", "half": "lower", @@ -59529,7 +62920,7 @@ } }, { - "id": 20180, + "id": 21321, "properties": { "facing": "north", "half": "lower", @@ -59539,7 +62930,7 @@ } }, { - "id": 20181, + "id": 21322, "properties": { "facing": "north", "half": "lower", @@ -59550,7 +62941,7 @@ }, { "default": true, - "id": 20182, + "id": 21323, "properties": { "facing": "north", "half": "lower", @@ -59560,7 +62951,7 @@ } }, { - "id": 20183, + "id": 21324, "properties": { "facing": "north", "half": "lower", @@ -59570,7 +62961,7 @@ } }, { - "id": 20184, + "id": 21325, "properties": { "facing": "north", "half": "lower", @@ -59580,7 +62971,7 @@ } }, { - "id": 20185, + "id": 21326, "properties": { "facing": "north", "half": "lower", @@ -59590,7 +62981,7 @@ } }, { - "id": 20186, + "id": 21327, "properties": { "facing": "north", "half": "lower", @@ -59600,7 +62991,7 @@ } }, { - "id": 20187, + "id": 21328, "properties": { "facing": "south", "half": "upper", @@ -59610,7 +63001,7 @@ } }, { - "id": 20188, + "id": 21329, "properties": { "facing": "south", "half": "upper", @@ -59620,7 +63011,7 @@ } }, { - "id": 20189, + "id": 21330, "properties": { "facing": "south", "half": "upper", @@ -59630,7 +63021,7 @@ } }, { - "id": 20190, + "id": 21331, "properties": { "facing": "south", "half": "upper", @@ -59640,7 +63031,7 @@ } }, { - "id": 20191, + "id": 21332, "properties": { "facing": "south", "half": "upper", @@ -59650,7 +63041,7 @@ } }, { - "id": 20192, + "id": 21333, "properties": { "facing": "south", "half": "upper", @@ -59660,7 +63051,7 @@ } }, { - "id": 20193, + "id": 21334, "properties": { "facing": "south", "half": "upper", @@ -59670,7 +63061,7 @@ } }, { - "id": 20194, + "id": 21335, "properties": { "facing": "south", "half": "upper", @@ -59680,7 +63071,7 @@ } }, { - "id": 20195, + "id": 21336, "properties": { "facing": "south", "half": "lower", @@ -59690,7 +63081,7 @@ } }, { - "id": 20196, + "id": 21337, "properties": { "facing": "south", "half": "lower", @@ -59700,7 +63091,7 @@ } }, { - "id": 20197, + "id": 21338, "properties": { "facing": "south", "half": "lower", @@ -59710,7 +63101,7 @@ } }, { - "id": 20198, + "id": 21339, "properties": { "facing": "south", "half": "lower", @@ -59720,7 +63111,7 @@ } }, { - "id": 20199, + "id": 21340, "properties": { "facing": "south", "half": "lower", @@ -59730,7 +63121,7 @@ } }, { - "id": 20200, + "id": 21341, "properties": { "facing": "south", "half": "lower", @@ -59740,7 +63131,7 @@ } }, { - "id": 20201, + "id": 21342, "properties": { "facing": "south", "half": "lower", @@ -59750,7 +63141,7 @@ } }, { - "id": 20202, + "id": 21343, "properties": { "facing": "south", "half": "lower", @@ -59760,7 +63151,7 @@ } }, { - "id": 20203, + "id": 21344, "properties": { "facing": "west", "half": "upper", @@ -59770,7 +63161,7 @@ } }, { - "id": 20204, + "id": 21345, "properties": { "facing": "west", "half": "upper", @@ -59780,7 +63171,7 @@ } }, { - "id": 20205, + "id": 21346, "properties": { "facing": "west", "half": "upper", @@ -59790,7 +63181,7 @@ } }, { - "id": 20206, + "id": 21347, "properties": { "facing": "west", "half": "upper", @@ -59800,7 +63191,7 @@ } }, { - "id": 20207, + "id": 21348, "properties": { "facing": "west", "half": "upper", @@ -59810,7 +63201,7 @@ } }, { - "id": 20208, + "id": 21349, "properties": { "facing": "west", "half": "upper", @@ -59820,7 +63211,7 @@ } }, { - "id": 20209, + "id": 21350, "properties": { "facing": "west", "half": "upper", @@ -59830,7 +63221,7 @@ } }, { - "id": 20210, + "id": 21351, "properties": { "facing": "west", "half": "upper", @@ -59840,7 +63231,7 @@ } }, { - "id": 20211, + "id": 21352, "properties": { "facing": "west", "half": "lower", @@ -59850,7 +63241,7 @@ } }, { - "id": 20212, + "id": 21353, "properties": { "facing": "west", "half": "lower", @@ -59860,7 +63251,7 @@ } }, { - "id": 20213, + "id": 21354, "properties": { "facing": "west", "half": "lower", @@ -59870,7 +63261,7 @@ } }, { - "id": 20214, + "id": 21355, "properties": { "facing": "west", "half": "lower", @@ -59880,7 +63271,7 @@ } }, { - "id": 20215, + "id": 21356, "properties": { "facing": "west", "half": "lower", @@ -59890,7 +63281,7 @@ } }, { - "id": 20216, + "id": 21357, "properties": { "facing": "west", "half": "lower", @@ -59900,7 +63291,7 @@ } }, { - "id": 20217, + "id": 21358, "properties": { "facing": "west", "half": "lower", @@ -59910,7 +63301,7 @@ } }, { - "id": 20218, + "id": 21359, "properties": { "facing": "west", "half": "lower", @@ -59920,7 +63311,7 @@ } }, { - "id": 20219, + "id": 21360, "properties": { "facing": "east", "half": "upper", @@ -59930,7 +63321,7 @@ } }, { - "id": 20220, + "id": 21361, "properties": { "facing": "east", "half": "upper", @@ -59940,7 +63331,7 @@ } }, { - "id": 20221, + "id": 21362, "properties": { "facing": "east", "half": "upper", @@ -59950,7 +63341,7 @@ } }, { - "id": 20222, + "id": 21363, "properties": { "facing": "east", "half": "upper", @@ -59960,7 +63351,7 @@ } }, { - "id": 20223, + "id": 21364, "properties": { "facing": "east", "half": "upper", @@ -59970,7 +63361,7 @@ } }, { - "id": 20224, + "id": 21365, "properties": { "facing": "east", "half": "upper", @@ -59980,7 +63371,7 @@ } }, { - "id": 20225, + "id": 21366, "properties": { "facing": "east", "half": "upper", @@ -59990,7 +63381,7 @@ } }, { - "id": 20226, + "id": 21367, "properties": { "facing": "east", "half": "upper", @@ -60000,7 +63391,7 @@ } }, { - "id": 20227, + "id": 21368, "properties": { "facing": "east", "half": "lower", @@ -60010,7 +63401,7 @@ } }, { - "id": 20228, + "id": 21369, "properties": { "facing": "east", "half": "lower", @@ -60020,7 +63411,7 @@ } }, { - "id": 20229, + "id": 21370, "properties": { "facing": "east", "half": "lower", @@ -60030,7 +63421,7 @@ } }, { - "id": 20230, + "id": 21371, "properties": { "facing": "east", "half": "lower", @@ -60040,7 +63431,7 @@ } }, { - "id": 20231, + "id": 21372, "properties": { "facing": "east", "half": "lower", @@ -60050,7 +63441,7 @@ } }, { - "id": 20232, + "id": 21373, "properties": { "facing": "east", "half": "lower", @@ -60060,7 +63451,7 @@ } }, { - "id": 20233, + "id": 21374, "properties": { "facing": "east", "half": "lower", @@ -60070,7 +63461,7 @@ } }, { - "id": 20234, + "id": 21375, "properties": { "facing": "east", "half": "lower", @@ -60110,7 +63501,7 @@ }, "states": [ { - "id": 19707, + "id": 20848, "properties": { "east": "true", "north": "true", @@ -60120,7 +63511,7 @@ } }, { - "id": 19708, + "id": 20849, "properties": { "east": "true", "north": "true", @@ -60130,7 +63521,7 @@ } }, { - "id": 19709, + "id": 20850, "properties": { "east": "true", "north": "true", @@ -60140,7 +63531,7 @@ } }, { - "id": 19710, + "id": 20851, "properties": { "east": "true", "north": "true", @@ -60150,7 +63541,7 @@ } }, { - "id": 19711, + "id": 20852, "properties": { "east": "true", "north": "true", @@ -60160,7 +63551,7 @@ } }, { - "id": 19712, + "id": 20853, "properties": { "east": "true", "north": "true", @@ -60170,7 +63561,7 @@ } }, { - "id": 19713, + "id": 20854, "properties": { "east": "true", "north": "true", @@ -60180,7 +63571,7 @@ } }, { - "id": 19714, + "id": 20855, "properties": { "east": "true", "north": "true", @@ -60190,7 +63581,7 @@ } }, { - "id": 19715, + "id": 20856, "properties": { "east": "true", "north": "false", @@ -60200,7 +63591,7 @@ } }, { - "id": 19716, + "id": 20857, "properties": { "east": "true", "north": "false", @@ -60210,7 +63601,7 @@ } }, { - "id": 19717, + "id": 20858, "properties": { "east": "true", "north": "false", @@ -60220,7 +63611,7 @@ } }, { - "id": 19718, + "id": 20859, "properties": { "east": "true", "north": "false", @@ -60230,7 +63621,7 @@ } }, { - "id": 19719, + "id": 20860, "properties": { "east": "true", "north": "false", @@ -60240,7 +63631,7 @@ } }, { - "id": 19720, + "id": 20861, "properties": { "east": "true", "north": "false", @@ -60250,7 +63641,7 @@ } }, { - "id": 19721, + "id": 20862, "properties": { "east": "true", "north": "false", @@ -60260,7 +63651,7 @@ } }, { - "id": 19722, + "id": 20863, "properties": { "east": "true", "north": "false", @@ -60270,7 +63661,7 @@ } }, { - "id": 19723, + "id": 20864, "properties": { "east": "false", "north": "true", @@ -60280,7 +63671,7 @@ } }, { - "id": 19724, + "id": 20865, "properties": { "east": "false", "north": "true", @@ -60290,7 +63681,7 @@ } }, { - "id": 19725, + "id": 20866, "properties": { "east": "false", "north": "true", @@ -60300,7 +63691,7 @@ } }, { - "id": 19726, + "id": 20867, "properties": { "east": "false", "north": "true", @@ -60310,7 +63701,7 @@ } }, { - "id": 19727, + "id": 20868, "properties": { "east": "false", "north": "true", @@ -60320,7 +63711,7 @@ } }, { - "id": 19728, + "id": 20869, "properties": { "east": "false", "north": "true", @@ -60330,7 +63721,7 @@ } }, { - "id": 19729, + "id": 20870, "properties": { "east": "false", "north": "true", @@ -60340,7 +63731,7 @@ } }, { - "id": 19730, + "id": 20871, "properties": { "east": "false", "north": "true", @@ -60350,7 +63741,7 @@ } }, { - "id": 19731, + "id": 20872, "properties": { "east": "false", "north": "false", @@ -60360,7 +63751,7 @@ } }, { - "id": 19732, + "id": 20873, "properties": { "east": "false", "north": "false", @@ -60370,7 +63761,7 @@ } }, { - "id": 19733, + "id": 20874, "properties": { "east": "false", "north": "false", @@ -60380,7 +63771,7 @@ } }, { - "id": 19734, + "id": 20875, "properties": { "east": "false", "north": "false", @@ -60390,7 +63781,7 @@ } }, { - "id": 19735, + "id": 20876, "properties": { "east": "false", "north": "false", @@ -60400,7 +63791,7 @@ } }, { - "id": 19736, + "id": 20877, "properties": { "east": "false", "north": "false", @@ -60410,7 +63801,7 @@ } }, { - "id": 19737, + "id": 20878, "properties": { "east": "false", "north": "false", @@ -60421,7 +63812,7 @@ }, { "default": true, - "id": 19738, + "id": 20879, "properties": { "east": "false", "north": "false", @@ -60460,7 +63851,7 @@ }, "states": [ { - "id": 19899, + "id": 21040, "properties": { "facing": "north", "in_wall": "true", @@ -60469,7 +63860,7 @@ } }, { - "id": 19900, + "id": 21041, "properties": { "facing": "north", "in_wall": "true", @@ -60478,7 +63869,7 @@ } }, { - "id": 19901, + "id": 21042, "properties": { "facing": "north", "in_wall": "true", @@ -60487,7 +63878,7 @@ } }, { - "id": 19902, + "id": 21043, "properties": { "facing": "north", "in_wall": "true", @@ -60496,7 +63887,7 @@ } }, { - "id": 19903, + "id": 21044, "properties": { "facing": "north", "in_wall": "false", @@ -60505,7 +63896,7 @@ } }, { - "id": 19904, + "id": 21045, "properties": { "facing": "north", "in_wall": "false", @@ -60514,7 +63905,7 @@ } }, { - "id": 19905, + "id": 21046, "properties": { "facing": "north", "in_wall": "false", @@ -60524,7 +63915,7 @@ }, { "default": true, - "id": 19906, + "id": 21047, "properties": { "facing": "north", "in_wall": "false", @@ -60533,7 +63924,7 @@ } }, { - "id": 19907, + "id": 21048, "properties": { "facing": "south", "in_wall": "true", @@ -60542,7 +63933,7 @@ } }, { - "id": 19908, + "id": 21049, "properties": { "facing": "south", "in_wall": "true", @@ -60551,7 +63942,7 @@ } }, { - "id": 19909, + "id": 21050, "properties": { "facing": "south", "in_wall": "true", @@ -60560,7 +63951,7 @@ } }, { - "id": 19910, + "id": 21051, "properties": { "facing": "south", "in_wall": "true", @@ -60569,7 +63960,7 @@ } }, { - "id": 19911, + "id": 21052, "properties": { "facing": "south", "in_wall": "false", @@ -60578,7 +63969,7 @@ } }, { - "id": 19912, + "id": 21053, "properties": { "facing": "south", "in_wall": "false", @@ -60587,7 +63978,7 @@ } }, { - "id": 19913, + "id": 21054, "properties": { "facing": "south", "in_wall": "false", @@ -60596,7 +63987,7 @@ } }, { - "id": 19914, + "id": 21055, "properties": { "facing": "south", "in_wall": "false", @@ -60605,7 +63996,7 @@ } }, { - "id": 19915, + "id": 21056, "properties": { "facing": "west", "in_wall": "true", @@ -60614,7 +64005,7 @@ } }, { - "id": 19916, + "id": 21057, "properties": { "facing": "west", "in_wall": "true", @@ -60623,7 +64014,7 @@ } }, { - "id": 19917, + "id": 21058, "properties": { "facing": "west", "in_wall": "true", @@ -60632,7 +64023,7 @@ } }, { - "id": 19918, + "id": 21059, "properties": { "facing": "west", "in_wall": "true", @@ -60641,7 +64032,7 @@ } }, { - "id": 19919, + "id": 21060, "properties": { "facing": "west", "in_wall": "false", @@ -60650,7 +64041,7 @@ } }, { - "id": 19920, + "id": 21061, "properties": { "facing": "west", "in_wall": "false", @@ -60659,7 +64050,7 @@ } }, { - "id": 19921, + "id": 21062, "properties": { "facing": "west", "in_wall": "false", @@ -60668,7 +64059,7 @@ } }, { - "id": 19922, + "id": 21063, "properties": { "facing": "west", "in_wall": "false", @@ -60677,7 +64068,7 @@ } }, { - "id": 19923, + "id": 21064, "properties": { "facing": "east", "in_wall": "true", @@ -60686,7 +64077,7 @@ } }, { - "id": 19924, + "id": 21065, "properties": { "facing": "east", "in_wall": "true", @@ -60695,7 +64086,7 @@ } }, { - "id": 19925, + "id": 21066, "properties": { "facing": "east", "in_wall": "true", @@ -60704,7 +64095,7 @@ } }, { - "id": 19926, + "id": 21067, "properties": { "facing": "east", "in_wall": "true", @@ -60713,7 +64104,7 @@ } }, { - "id": 19927, + "id": 21068, "properties": { "facing": "east", "in_wall": "false", @@ -60722,7 +64113,7 @@ } }, { - "id": 19928, + "id": 21069, "properties": { "facing": "east", "in_wall": "false", @@ -60731,7 +64122,7 @@ } }, { - "id": 19929, + "id": 21070, "properties": { "facing": "east", "in_wall": "false", @@ -60740,7 +64131,7 @@ } }, { - "id": 19930, + "id": 21071, "properties": { "facing": "east", "in_wall": "false", @@ -60760,7 +64151,7 @@ "states": [ { "default": true, - "id": 19632 + "id": 20773 } ] }, @@ -60800,7 +64191,7 @@ }, "states": [ { - "id": 5450, + "id": 6218, "properties": { "attached": "true", "rotation": "0", @@ -60808,7 +64199,7 @@ } }, { - "id": 5451, + "id": 6219, "properties": { "attached": "true", "rotation": "0", @@ -60816,7 +64207,7 @@ } }, { - "id": 5452, + "id": 6220, "properties": { "attached": "true", "rotation": "1", @@ -60824,7 +64215,7 @@ } }, { - "id": 5453, + "id": 6221, "properties": { "attached": "true", "rotation": "1", @@ -60832,7 +64223,7 @@ } }, { - "id": 5454, + "id": 6222, "properties": { "attached": "true", "rotation": "2", @@ -60840,7 +64231,7 @@ } }, { - "id": 5455, + "id": 6223, "properties": { "attached": "true", "rotation": "2", @@ -60848,7 +64239,7 @@ } }, { - "id": 5456, + "id": 6224, "properties": { "attached": "true", "rotation": "3", @@ -60856,7 +64247,7 @@ } }, { - "id": 5457, + "id": 6225, "properties": { "attached": "true", "rotation": "3", @@ -60864,7 +64255,7 @@ } }, { - "id": 5458, + "id": 6226, "properties": { "attached": "true", "rotation": "4", @@ -60872,7 +64263,7 @@ } }, { - "id": 5459, + "id": 6227, "properties": { "attached": "true", "rotation": "4", @@ -60880,7 +64271,7 @@ } }, { - "id": 5460, + "id": 6228, "properties": { "attached": "true", "rotation": "5", @@ -60888,7 +64279,7 @@ } }, { - "id": 5461, + "id": 6229, "properties": { "attached": "true", "rotation": "5", @@ -60896,7 +64287,7 @@ } }, { - "id": 5462, + "id": 6230, "properties": { "attached": "true", "rotation": "6", @@ -60904,7 +64295,7 @@ } }, { - "id": 5463, + "id": 6231, "properties": { "attached": "true", "rotation": "6", @@ -60912,7 +64303,7 @@ } }, { - "id": 5464, + "id": 6232, "properties": { "attached": "true", "rotation": "7", @@ -60920,7 +64311,7 @@ } }, { - "id": 5465, + "id": 6233, "properties": { "attached": "true", "rotation": "7", @@ -60928,7 +64319,7 @@ } }, { - "id": 5466, + "id": 6234, "properties": { "attached": "true", "rotation": "8", @@ -60936,7 +64327,7 @@ } }, { - "id": 5467, + "id": 6235, "properties": { "attached": "true", "rotation": "8", @@ -60944,7 +64335,7 @@ } }, { - "id": 5468, + "id": 6236, "properties": { "attached": "true", "rotation": "9", @@ -60952,7 +64343,7 @@ } }, { - "id": 5469, + "id": 6237, "properties": { "attached": "true", "rotation": "9", @@ -60960,7 +64351,7 @@ } }, { - "id": 5470, + "id": 6238, "properties": { "attached": "true", "rotation": "10", @@ -60968,7 +64359,7 @@ } }, { - "id": 5471, + "id": 6239, "properties": { "attached": "true", "rotation": "10", @@ -60976,7 +64367,7 @@ } }, { - "id": 5472, + "id": 6240, "properties": { "attached": "true", "rotation": "11", @@ -60984,7 +64375,7 @@ } }, { - "id": 5473, + "id": 6241, "properties": { "attached": "true", "rotation": "11", @@ -60992,7 +64383,7 @@ } }, { - "id": 5474, + "id": 6242, "properties": { "attached": "true", "rotation": "12", @@ -61000,7 +64391,7 @@ } }, { - "id": 5475, + "id": 6243, "properties": { "attached": "true", "rotation": "12", @@ -61008,7 +64399,7 @@ } }, { - "id": 5476, + "id": 6244, "properties": { "attached": "true", "rotation": "13", @@ -61016,7 +64407,7 @@ } }, { - "id": 5477, + "id": 6245, "properties": { "attached": "true", "rotation": "13", @@ -61024,7 +64415,7 @@ } }, { - "id": 5478, + "id": 6246, "properties": { "attached": "true", "rotation": "14", @@ -61032,7 +64423,7 @@ } }, { - "id": 5479, + "id": 6247, "properties": { "attached": "true", "rotation": "14", @@ -61040,7 +64431,7 @@ } }, { - "id": 5480, + "id": 6248, "properties": { "attached": "true", "rotation": "15", @@ -61048,7 +64439,7 @@ } }, { - "id": 5481, + "id": 6249, "properties": { "attached": "true", "rotation": "15", @@ -61056,7 +64447,7 @@ } }, { - "id": 5482, + "id": 6250, "properties": { "attached": "false", "rotation": "0", @@ -61065,7 +64456,7 @@ }, { "default": true, - "id": 5483, + "id": 6251, "properties": { "attached": "false", "rotation": "0", @@ -61073,7 +64464,7 @@ } }, { - "id": 5484, + "id": 6252, "properties": { "attached": "false", "rotation": "1", @@ -61081,7 +64472,7 @@ } }, { - "id": 5485, + "id": 6253, "properties": { "attached": "false", "rotation": "1", @@ -61089,7 +64480,7 @@ } }, { - "id": 5486, + "id": 6254, "properties": { "attached": "false", "rotation": "2", @@ -61097,7 +64488,7 @@ } }, { - "id": 5487, + "id": 6255, "properties": { "attached": "false", "rotation": "2", @@ -61105,7 +64496,7 @@ } }, { - "id": 5488, + "id": 6256, "properties": { "attached": "false", "rotation": "3", @@ -61113,7 +64504,7 @@ } }, { - "id": 5489, + "id": 6257, "properties": { "attached": "false", "rotation": "3", @@ -61121,7 +64512,7 @@ } }, { - "id": 5490, + "id": 6258, "properties": { "attached": "false", "rotation": "4", @@ -61129,7 +64520,7 @@ } }, { - "id": 5491, + "id": 6259, "properties": { "attached": "false", "rotation": "4", @@ -61137,7 +64528,7 @@ } }, { - "id": 5492, + "id": 6260, "properties": { "attached": "false", "rotation": "5", @@ -61145,7 +64536,7 @@ } }, { - "id": 5493, + "id": 6261, "properties": { "attached": "false", "rotation": "5", @@ -61153,7 +64544,7 @@ } }, { - "id": 5494, + "id": 6262, "properties": { "attached": "false", "rotation": "6", @@ -61161,7 +64552,7 @@ } }, { - "id": 5495, + "id": 6263, "properties": { "attached": "false", "rotation": "6", @@ -61169,7 +64560,7 @@ } }, { - "id": 5496, + "id": 6264, "properties": { "attached": "false", "rotation": "7", @@ -61177,7 +64568,7 @@ } }, { - "id": 5497, + "id": 6265, "properties": { "attached": "false", "rotation": "7", @@ -61185,7 +64576,7 @@ } }, { - "id": 5498, + "id": 6266, "properties": { "attached": "false", "rotation": "8", @@ -61193,7 +64584,7 @@ } }, { - "id": 5499, + "id": 6267, "properties": { "attached": "false", "rotation": "8", @@ -61201,7 +64592,7 @@ } }, { - "id": 5500, + "id": 6268, "properties": { "attached": "false", "rotation": "9", @@ -61209,7 +64600,7 @@ } }, { - "id": 5501, + "id": 6269, "properties": { "attached": "false", "rotation": "9", @@ -61217,7 +64608,7 @@ } }, { - "id": 5502, + "id": 6270, "properties": { "attached": "false", "rotation": "10", @@ -61225,7 +64616,7 @@ } }, { - "id": 5503, + "id": 6271, "properties": { "attached": "false", "rotation": "10", @@ -61233,7 +64624,7 @@ } }, { - "id": 5504, + "id": 6272, "properties": { "attached": "false", "rotation": "11", @@ -61241,7 +64632,7 @@ } }, { - "id": 5505, + "id": 6273, "properties": { "attached": "false", "rotation": "11", @@ -61249,7 +64640,7 @@ } }, { - "id": 5506, + "id": 6274, "properties": { "attached": "false", "rotation": "12", @@ -61257,7 +64648,7 @@ } }, { - "id": 5507, + "id": 6275, "properties": { "attached": "false", "rotation": "12", @@ -61265,7 +64656,7 @@ } }, { - "id": 5508, + "id": 6276, "properties": { "attached": "false", "rotation": "13", @@ -61273,7 +64664,7 @@ } }, { - "id": 5509, + "id": 6277, "properties": { "attached": "false", "rotation": "13", @@ -61281,7 +64672,7 @@ } }, { - "id": 5510, + "id": 6278, "properties": { "attached": "false", "rotation": "14", @@ -61289,7 +64680,7 @@ } }, { - "id": 5511, + "id": 6279, "properties": { "attached": "false", "rotation": "14", @@ -61297,7 +64688,7 @@ } }, { - "id": 5512, + "id": 6280, "properties": { "attached": "false", "rotation": "15", @@ -61305,7 +64696,7 @@ } }, { - "id": 5513, + "id": 6281, "properties": { "attached": "false", "rotation": "15", @@ -61328,20 +64719,20 @@ }, "states": [ { - "id": 19625, + "id": 20766, "properties": { "axis": "x" } }, { "default": true, - "id": 19626, + "id": 20767, "properties": { "axis": "y" } }, { - "id": 19627, + "id": 20768, "properties": { "axis": "z" } @@ -61356,7 +64747,7 @@ "states": [ { "default": true, - "id": 19631 + "id": 20772 } ] }, @@ -61368,7 +64759,7 @@ "states": [ { "default": true, - "id": 19689 + "id": 20830 } ] }, @@ -61386,14 +64777,14 @@ }, "states": [ { - "id": 19703, + "id": 20844, "properties": { "powered": "true" } }, { "default": true, - "id": 19704, + "id": 20845, "properties": { "powered": "false" } @@ -61408,7 +64799,614 @@ "states": [ { "default": true, - "id": 19688 + "id": 20829 + } + ] + }, + "minecraft:crimson_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2655, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2656, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2657, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2658, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2659, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2660, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2661, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2662, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2663, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2664, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2665, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2666, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2667, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2668, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2669, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2670, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2671, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2672, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2673, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2674, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2675, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2676, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2677, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2678, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2679, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2680, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2681, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2682, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2683, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2684, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2685, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2686, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2687, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2688, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2689, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2690, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2691, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2692, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2693, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2694, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2695, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2696, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2697, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2698, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2699, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2700, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2701, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2702, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2703, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2704, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2705, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2706, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2707, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2708, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2709, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2710, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2711, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2712, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2713, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2714, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2715, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2716, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2717, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2718, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } } ] }, @@ -61444,7 +65442,7 @@ }, "states": [ { - "id": 20299, + "id": 21440, "properties": { "rotation": "0", "waterlogged": "true" @@ -61452,217 +65450,217 @@ }, { "default": true, - "id": 20300, + "id": 21441, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 20301, + "id": 21442, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 20302, + "id": 21443, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 20303, + "id": 21444, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 20304, + "id": 21445, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 20305, + "id": 21446, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 20306, + "id": 21447, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 20307, + "id": 21448, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 20308, + "id": 21449, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 20309, + "id": 21450, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 20310, + "id": 21451, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 20311, + "id": 21452, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 20312, + "id": 21453, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 20313, + "id": 21454, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 20314, + "id": 21455, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 20315, + "id": 21456, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 20316, + "id": 21457, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 20317, + "id": 21458, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 20318, + "id": 21459, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 20319, + "id": 21460, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 20320, + "id": 21461, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 20321, + "id": 21462, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 20322, + "id": 21463, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 20323, + "id": 21464, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 20324, + "id": 21465, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 20325, + "id": 21466, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 20326, + "id": 21467, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 20327, + "id": 21468, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 20328, + "id": 21469, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 20329, + "id": 21470, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 20330, + "id": 21471, "properties": { "rotation": "15", "waterlogged": "false" @@ -61688,21 +65686,21 @@ }, "states": [ { - "id": 19691, + "id": 20832, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 19692, + "id": 20833, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 19693, + "id": 20834, "properties": { "type": "bottom", "waterlogged": "true" @@ -61710,21 +65708,21 @@ }, { "default": true, - "id": 19694, + "id": 20835, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 19695, + "id": 20836, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 19696, + "id": 20837, "properties": { "type": "double", "waterlogged": "false" @@ -61765,7 +65763,7 @@ }, "states": [ { - "id": 19963, + "id": 21104, "properties": { "facing": "north", "half": "top", @@ -61774,7 +65772,7 @@ } }, { - "id": 19964, + "id": 21105, "properties": { "facing": "north", "half": "top", @@ -61783,7 +65781,7 @@ } }, { - "id": 19965, + "id": 21106, "properties": { "facing": "north", "half": "top", @@ -61792,7 +65790,7 @@ } }, { - "id": 19966, + "id": 21107, "properties": { "facing": "north", "half": "top", @@ -61801,7 +65799,7 @@ } }, { - "id": 19967, + "id": 21108, "properties": { "facing": "north", "half": "top", @@ -61810,7 +65808,7 @@ } }, { - "id": 19968, + "id": 21109, "properties": { "facing": "north", "half": "top", @@ -61819,7 +65817,7 @@ } }, { - "id": 19969, + "id": 21110, "properties": { "facing": "north", "half": "top", @@ -61828,7 +65826,7 @@ } }, { - "id": 19970, + "id": 21111, "properties": { "facing": "north", "half": "top", @@ -61837,7 +65835,7 @@ } }, { - "id": 19971, + "id": 21112, "properties": { "facing": "north", "half": "top", @@ -61846,7 +65844,7 @@ } }, { - "id": 19972, + "id": 21113, "properties": { "facing": "north", "half": "top", @@ -61855,7 +65853,7 @@ } }, { - "id": 19973, + "id": 21114, "properties": { "facing": "north", "half": "bottom", @@ -61865,7 +65863,7 @@ }, { "default": true, - "id": 19974, + "id": 21115, "properties": { "facing": "north", "half": "bottom", @@ -61874,7 +65872,7 @@ } }, { - "id": 19975, + "id": 21116, "properties": { "facing": "north", "half": "bottom", @@ -61883,7 +65881,7 @@ } }, { - "id": 19976, + "id": 21117, "properties": { "facing": "north", "half": "bottom", @@ -61892,7 +65890,7 @@ } }, { - "id": 19977, + "id": 21118, "properties": { "facing": "north", "half": "bottom", @@ -61901,7 +65899,7 @@ } }, { - "id": 19978, + "id": 21119, "properties": { "facing": "north", "half": "bottom", @@ -61910,7 +65908,7 @@ } }, { - "id": 19979, + "id": 21120, "properties": { "facing": "north", "half": "bottom", @@ -61919,7 +65917,7 @@ } }, { - "id": 19980, + "id": 21121, "properties": { "facing": "north", "half": "bottom", @@ -61928,7 +65926,7 @@ } }, { - "id": 19981, + "id": 21122, "properties": { "facing": "north", "half": "bottom", @@ -61937,7 +65935,7 @@ } }, { - "id": 19982, + "id": 21123, "properties": { "facing": "north", "half": "bottom", @@ -61946,7 +65944,7 @@ } }, { - "id": 19983, + "id": 21124, "properties": { "facing": "south", "half": "top", @@ -61955,7 +65953,7 @@ } }, { - "id": 19984, + "id": 21125, "properties": { "facing": "south", "half": "top", @@ -61964,7 +65962,7 @@ } }, { - "id": 19985, + "id": 21126, "properties": { "facing": "south", "half": "top", @@ -61973,7 +65971,7 @@ } }, { - "id": 19986, + "id": 21127, "properties": { "facing": "south", "half": "top", @@ -61982,7 +65980,7 @@ } }, { - "id": 19987, + "id": 21128, "properties": { "facing": "south", "half": "top", @@ -61991,7 +65989,7 @@ } }, { - "id": 19988, + "id": 21129, "properties": { "facing": "south", "half": "top", @@ -62000,7 +65998,7 @@ } }, { - "id": 19989, + "id": 21130, "properties": { "facing": "south", "half": "top", @@ -62009,7 +66007,7 @@ } }, { - "id": 19990, + "id": 21131, "properties": { "facing": "south", "half": "top", @@ -62018,7 +66016,7 @@ } }, { - "id": 19991, + "id": 21132, "properties": { "facing": "south", "half": "top", @@ -62027,7 +66025,7 @@ } }, { - "id": 19992, + "id": 21133, "properties": { "facing": "south", "half": "top", @@ -62036,7 +66034,7 @@ } }, { - "id": 19993, + "id": 21134, "properties": { "facing": "south", "half": "bottom", @@ -62045,7 +66043,7 @@ } }, { - "id": 19994, + "id": 21135, "properties": { "facing": "south", "half": "bottom", @@ -62054,7 +66052,7 @@ } }, { - "id": 19995, + "id": 21136, "properties": { "facing": "south", "half": "bottom", @@ -62063,7 +66061,7 @@ } }, { - "id": 19996, + "id": 21137, "properties": { "facing": "south", "half": "bottom", @@ -62072,7 +66070,7 @@ } }, { - "id": 19997, + "id": 21138, "properties": { "facing": "south", "half": "bottom", @@ -62081,7 +66079,7 @@ } }, { - "id": 19998, + "id": 21139, "properties": { "facing": "south", "half": "bottom", @@ -62090,7 +66088,7 @@ } }, { - "id": 19999, + "id": 21140, "properties": { "facing": "south", "half": "bottom", @@ -62099,7 +66097,7 @@ } }, { - "id": 20000, + "id": 21141, "properties": { "facing": "south", "half": "bottom", @@ -62108,7 +66106,7 @@ } }, { - "id": 20001, + "id": 21142, "properties": { "facing": "south", "half": "bottom", @@ -62117,7 +66115,7 @@ } }, { - "id": 20002, + "id": 21143, "properties": { "facing": "south", "half": "bottom", @@ -62126,7 +66124,7 @@ } }, { - "id": 20003, + "id": 21144, "properties": { "facing": "west", "half": "top", @@ -62135,7 +66133,7 @@ } }, { - "id": 20004, + "id": 21145, "properties": { "facing": "west", "half": "top", @@ -62144,7 +66142,7 @@ } }, { - "id": 20005, + "id": 21146, "properties": { "facing": "west", "half": "top", @@ -62153,7 +66151,7 @@ } }, { - "id": 20006, + "id": 21147, "properties": { "facing": "west", "half": "top", @@ -62162,7 +66160,7 @@ } }, { - "id": 20007, + "id": 21148, "properties": { "facing": "west", "half": "top", @@ -62171,7 +66169,7 @@ } }, { - "id": 20008, + "id": 21149, "properties": { "facing": "west", "half": "top", @@ -62180,7 +66178,7 @@ } }, { - "id": 20009, + "id": 21150, "properties": { "facing": "west", "half": "top", @@ -62189,7 +66187,7 @@ } }, { - "id": 20010, + "id": 21151, "properties": { "facing": "west", "half": "top", @@ -62198,7 +66196,7 @@ } }, { - "id": 20011, + "id": 21152, "properties": { "facing": "west", "half": "top", @@ -62207,7 +66205,7 @@ } }, { - "id": 20012, + "id": 21153, "properties": { "facing": "west", "half": "top", @@ -62216,7 +66214,7 @@ } }, { - "id": 20013, + "id": 21154, "properties": { "facing": "west", "half": "bottom", @@ -62225,7 +66223,7 @@ } }, { - "id": 20014, + "id": 21155, "properties": { "facing": "west", "half": "bottom", @@ -62234,7 +66232,7 @@ } }, { - "id": 20015, + "id": 21156, "properties": { "facing": "west", "half": "bottom", @@ -62243,7 +66241,7 @@ } }, { - "id": 20016, + "id": 21157, "properties": { "facing": "west", "half": "bottom", @@ -62252,7 +66250,7 @@ } }, { - "id": 20017, + "id": 21158, "properties": { "facing": "west", "half": "bottom", @@ -62261,7 +66259,7 @@ } }, { - "id": 20018, + "id": 21159, "properties": { "facing": "west", "half": "bottom", @@ -62270,7 +66268,7 @@ } }, { - "id": 20019, + "id": 21160, "properties": { "facing": "west", "half": "bottom", @@ -62279,7 +66277,7 @@ } }, { - "id": 20020, + "id": 21161, "properties": { "facing": "west", "half": "bottom", @@ -62288,7 +66286,7 @@ } }, { - "id": 20021, + "id": 21162, "properties": { "facing": "west", "half": "bottom", @@ -62297,7 +66295,7 @@ } }, { - "id": 20022, + "id": 21163, "properties": { "facing": "west", "half": "bottom", @@ -62306,7 +66304,7 @@ } }, { - "id": 20023, + "id": 21164, "properties": { "facing": "east", "half": "top", @@ -62315,7 +66313,7 @@ } }, { - "id": 20024, + "id": 21165, "properties": { "facing": "east", "half": "top", @@ -62324,7 +66322,7 @@ } }, { - "id": 20025, + "id": 21166, "properties": { "facing": "east", "half": "top", @@ -62333,7 +66331,7 @@ } }, { - "id": 20026, + "id": 21167, "properties": { "facing": "east", "half": "top", @@ -62342,7 +66340,7 @@ } }, { - "id": 20027, + "id": 21168, "properties": { "facing": "east", "half": "top", @@ -62351,7 +66349,7 @@ } }, { - "id": 20028, + "id": 21169, "properties": { "facing": "east", "half": "top", @@ -62360,7 +66358,7 @@ } }, { - "id": 20029, + "id": 21170, "properties": { "facing": "east", "half": "top", @@ -62369,7 +66367,7 @@ } }, { - "id": 20030, + "id": 21171, "properties": { "facing": "east", "half": "top", @@ -62378,7 +66376,7 @@ } }, { - "id": 20031, + "id": 21172, "properties": { "facing": "east", "half": "top", @@ -62387,7 +66385,7 @@ } }, { - "id": 20032, + "id": 21173, "properties": { "facing": "east", "half": "top", @@ -62396,7 +66394,7 @@ } }, { - "id": 20033, + "id": 21174, "properties": { "facing": "east", "half": "bottom", @@ -62405,7 +66403,7 @@ } }, { - "id": 20034, + "id": 21175, "properties": { "facing": "east", "half": "bottom", @@ -62414,7 +66412,7 @@ } }, { - "id": 20035, + "id": 21176, "properties": { "facing": "east", "half": "bottom", @@ -62423,7 +66421,7 @@ } }, { - "id": 20036, + "id": 21177, "properties": { "facing": "east", "half": "bottom", @@ -62432,7 +66430,7 @@ } }, { - "id": 20037, + "id": 21178, "properties": { "facing": "east", "half": "bottom", @@ -62441,7 +66439,7 @@ } }, { - "id": 20038, + "id": 21179, "properties": { "facing": "east", "half": "bottom", @@ -62450,7 +66448,7 @@ } }, { - "id": 20039, + "id": 21180, "properties": { "facing": "east", "half": "bottom", @@ -62459,7 +66457,7 @@ } }, { - "id": 20040, + "id": 21181, "properties": { "facing": "east", "half": "bottom", @@ -62468,7 +66466,7 @@ } }, { - "id": 20041, + "id": 21182, "properties": { "facing": "east", "half": "bottom", @@ -62477,7 +66475,7 @@ } }, { - "id": 20042, + "id": 21183, "properties": { "facing": "east", "half": "bottom", @@ -62501,20 +66499,20 @@ }, "states": [ { - "id": 19619, + "id": 20760, "properties": { "axis": "x" } }, { "default": true, - "id": 19620, + "id": 20761, "properties": { "axis": "y" } }, { - "id": 19621, + "id": 20762, "properties": { "axis": "z" } @@ -62553,7 +66551,7 @@ }, "states": [ { - "id": 19771, + "id": 20912, "properties": { "facing": "north", "half": "top", @@ -62563,7 +66561,7 @@ } }, { - "id": 19772, + "id": 20913, "properties": { "facing": "north", "half": "top", @@ -62573,7 +66571,7 @@ } }, { - "id": 19773, + "id": 20914, "properties": { "facing": "north", "half": "top", @@ -62583,7 +66581,7 @@ } }, { - "id": 19774, + "id": 20915, "properties": { "facing": "north", "half": "top", @@ -62593,7 +66591,7 @@ } }, { - "id": 19775, + "id": 20916, "properties": { "facing": "north", "half": "top", @@ -62603,7 +66601,7 @@ } }, { - "id": 19776, + "id": 20917, "properties": { "facing": "north", "half": "top", @@ -62613,7 +66611,7 @@ } }, { - "id": 19777, + "id": 20918, "properties": { "facing": "north", "half": "top", @@ -62623,7 +66621,7 @@ } }, { - "id": 19778, + "id": 20919, "properties": { "facing": "north", "half": "top", @@ -62633,7 +66631,7 @@ } }, { - "id": 19779, + "id": 20920, "properties": { "facing": "north", "half": "bottom", @@ -62643,7 +66641,7 @@ } }, { - "id": 19780, + "id": 20921, "properties": { "facing": "north", "half": "bottom", @@ -62653,7 +66651,7 @@ } }, { - "id": 19781, + "id": 20922, "properties": { "facing": "north", "half": "bottom", @@ -62663,7 +66661,7 @@ } }, { - "id": 19782, + "id": 20923, "properties": { "facing": "north", "half": "bottom", @@ -62673,7 +66671,7 @@ } }, { - "id": 19783, + "id": 20924, "properties": { "facing": "north", "half": "bottom", @@ -62683,7 +66681,7 @@ } }, { - "id": 19784, + "id": 20925, "properties": { "facing": "north", "half": "bottom", @@ -62693,7 +66691,7 @@ } }, { - "id": 19785, + "id": 20926, "properties": { "facing": "north", "half": "bottom", @@ -62704,7 +66702,7 @@ }, { "default": true, - "id": 19786, + "id": 20927, "properties": { "facing": "north", "half": "bottom", @@ -62714,7 +66712,7 @@ } }, { - "id": 19787, + "id": 20928, "properties": { "facing": "south", "half": "top", @@ -62724,7 +66722,7 @@ } }, { - "id": 19788, + "id": 20929, "properties": { "facing": "south", "half": "top", @@ -62734,7 +66732,7 @@ } }, { - "id": 19789, + "id": 20930, "properties": { "facing": "south", "half": "top", @@ -62744,7 +66742,7 @@ } }, { - "id": 19790, + "id": 20931, "properties": { "facing": "south", "half": "top", @@ -62754,7 +66752,7 @@ } }, { - "id": 19791, + "id": 20932, "properties": { "facing": "south", "half": "top", @@ -62764,7 +66762,7 @@ } }, { - "id": 19792, + "id": 20933, "properties": { "facing": "south", "half": "top", @@ -62774,7 +66772,7 @@ } }, { - "id": 19793, + "id": 20934, "properties": { "facing": "south", "half": "top", @@ -62784,7 +66782,7 @@ } }, { - "id": 19794, + "id": 20935, "properties": { "facing": "south", "half": "top", @@ -62794,7 +66792,7 @@ } }, { - "id": 19795, + "id": 20936, "properties": { "facing": "south", "half": "bottom", @@ -62804,7 +66802,7 @@ } }, { - "id": 19796, + "id": 20937, "properties": { "facing": "south", "half": "bottom", @@ -62814,7 +66812,7 @@ } }, { - "id": 19797, + "id": 20938, "properties": { "facing": "south", "half": "bottom", @@ -62824,7 +66822,7 @@ } }, { - "id": 19798, + "id": 20939, "properties": { "facing": "south", "half": "bottom", @@ -62834,7 +66832,7 @@ } }, { - "id": 19799, + "id": 20940, "properties": { "facing": "south", "half": "bottom", @@ -62844,7 +66842,7 @@ } }, { - "id": 19800, + "id": 20941, "properties": { "facing": "south", "half": "bottom", @@ -62854,7 +66852,7 @@ } }, { - "id": 19801, + "id": 20942, "properties": { "facing": "south", "half": "bottom", @@ -62864,7 +66862,7 @@ } }, { - "id": 19802, + "id": 20943, "properties": { "facing": "south", "half": "bottom", @@ -62874,7 +66872,7 @@ } }, { - "id": 19803, + "id": 20944, "properties": { "facing": "west", "half": "top", @@ -62884,7 +66882,7 @@ } }, { - "id": 19804, + "id": 20945, "properties": { "facing": "west", "half": "top", @@ -62894,7 +66892,7 @@ } }, { - "id": 19805, + "id": 20946, "properties": { "facing": "west", "half": "top", @@ -62904,7 +66902,7 @@ } }, { - "id": 19806, + "id": 20947, "properties": { "facing": "west", "half": "top", @@ -62914,7 +66912,7 @@ } }, { - "id": 19807, + "id": 20948, "properties": { "facing": "west", "half": "top", @@ -62924,7 +66922,7 @@ } }, { - "id": 19808, + "id": 20949, "properties": { "facing": "west", "half": "top", @@ -62934,7 +66932,7 @@ } }, { - "id": 19809, + "id": 20950, "properties": { "facing": "west", "half": "top", @@ -62944,7 +66942,7 @@ } }, { - "id": 19810, + "id": 20951, "properties": { "facing": "west", "half": "top", @@ -62954,7 +66952,7 @@ } }, { - "id": 19811, + "id": 20952, "properties": { "facing": "west", "half": "bottom", @@ -62964,7 +66962,7 @@ } }, { - "id": 19812, + "id": 20953, "properties": { "facing": "west", "half": "bottom", @@ -62974,7 +66972,7 @@ } }, { - "id": 19813, + "id": 20954, "properties": { "facing": "west", "half": "bottom", @@ -62984,7 +66982,7 @@ } }, { - "id": 19814, + "id": 20955, "properties": { "facing": "west", "half": "bottom", @@ -62994,7 +66992,7 @@ } }, { - "id": 19815, + "id": 20956, "properties": { "facing": "west", "half": "bottom", @@ -63004,7 +67002,7 @@ } }, { - "id": 19816, + "id": 20957, "properties": { "facing": "west", "half": "bottom", @@ -63014,7 +67012,7 @@ } }, { - "id": 19817, + "id": 20958, "properties": { "facing": "west", "half": "bottom", @@ -63024,7 +67022,7 @@ } }, { - "id": 19818, + "id": 20959, "properties": { "facing": "west", "half": "bottom", @@ -63034,7 +67032,7 @@ } }, { - "id": 19819, + "id": 20960, "properties": { "facing": "east", "half": "top", @@ -63044,7 +67042,7 @@ } }, { - "id": 19820, + "id": 20961, "properties": { "facing": "east", "half": "top", @@ -63054,7 +67052,7 @@ } }, { - "id": 19821, + "id": 20962, "properties": { "facing": "east", "half": "top", @@ -63064,7 +67062,7 @@ } }, { - "id": 19822, + "id": 20963, "properties": { "facing": "east", "half": "top", @@ -63074,7 +67072,7 @@ } }, { - "id": 19823, + "id": 20964, "properties": { "facing": "east", "half": "top", @@ -63084,7 +67082,7 @@ } }, { - "id": 19824, + "id": 20965, "properties": { "facing": "east", "half": "top", @@ -63094,7 +67092,7 @@ } }, { - "id": 19825, + "id": 20966, "properties": { "facing": "east", "half": "top", @@ -63104,7 +67102,7 @@ } }, { - "id": 19826, + "id": 20967, "properties": { "facing": "east", "half": "top", @@ -63114,7 +67112,7 @@ } }, { - "id": 19827, + "id": 20968, "properties": { "facing": "east", "half": "bottom", @@ -63124,7 +67122,7 @@ } }, { - "id": 19828, + "id": 20969, "properties": { "facing": "east", "half": "bottom", @@ -63134,7 +67132,7 @@ } }, { - "id": 19829, + "id": 20970, "properties": { "facing": "east", "half": "bottom", @@ -63144,7 +67142,7 @@ } }, { - "id": 19830, + "id": 20971, "properties": { "facing": "east", "half": "bottom", @@ -63154,7 +67152,7 @@ } }, { - "id": 19831, + "id": 20972, "properties": { "facing": "east", "half": "bottom", @@ -63164,7 +67162,7 @@ } }, { - "id": 19832, + "id": 20973, "properties": { "facing": "east", "half": "bottom", @@ -63174,7 +67172,7 @@ } }, { - "id": 19833, + "id": 20974, "properties": { "facing": "east", "half": "bottom", @@ -63184,7 +67182,7 @@ } }, { - "id": 19834, + "id": 20975, "properties": { "facing": "east", "half": "bottom", @@ -63215,7 +67213,7 @@ }, "states": [ { - "id": 5778, + "id": 6546, "properties": { "facing": "north", "waterlogged": "true" @@ -63223,49 +67221,49 @@ }, { "default": true, - "id": 5779, + "id": 6547, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5780, + "id": 6548, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5781, + "id": 6549, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5782, + "id": 6550, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5783, + "id": 6551, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5784, + "id": 6552, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5785, + "id": 6553, "properties": { "facing": "east", "waterlogged": "false" @@ -63293,7 +67291,7 @@ }, "states": [ { - "id": 20363, + "id": 21504, "properties": { "facing": "north", "waterlogged": "true" @@ -63301,49 +67299,49 @@ }, { "default": true, - "id": 20364, + "id": 21505, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 20365, + "id": 21506, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 20366, + "id": 21507, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 20367, + "id": 21508, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 20368, + "id": 21509, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 20369, + "id": 21510, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 20370, + "id": 21511, "properties": { "facing": "east", "waterlogged": "false" @@ -63359,7 +67357,7 @@ "states": [ { "default": true, - "id": 20477 + "id": 21618 } ] }, @@ -63372,7 +67370,7 @@ "states": [ { "default": true, - "id": 23975 + "id": 25116 } ] }, @@ -63395,21 +67393,21 @@ }, "states": [ { - "id": 24322, + "id": 25463, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24323, + "id": 25464, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24324, + "id": 25465, "properties": { "type": "bottom", "waterlogged": "true" @@ -63417,21 +67415,21 @@ }, { "default": true, - "id": 24325, + "id": 25466, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24326, + "id": 25467, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24327, + "id": 25468, "properties": { "type": "double", "waterlogged": "false" @@ -63473,7 +67471,7 @@ }, "states": [ { - "id": 24224, + "id": 25365, "properties": { "facing": "north", "half": "top", @@ -63482,7 +67480,7 @@ } }, { - "id": 24225, + "id": 25366, "properties": { "facing": "north", "half": "top", @@ -63491,7 +67489,7 @@ } }, { - "id": 24226, + "id": 25367, "properties": { "facing": "north", "half": "top", @@ -63500,7 +67498,7 @@ } }, { - "id": 24227, + "id": 25368, "properties": { "facing": "north", "half": "top", @@ -63509,7 +67507,7 @@ } }, { - "id": 24228, + "id": 25369, "properties": { "facing": "north", "half": "top", @@ -63518,7 +67516,7 @@ } }, { - "id": 24229, + "id": 25370, "properties": { "facing": "north", "half": "top", @@ -63527,7 +67525,7 @@ } }, { - "id": 24230, + "id": 25371, "properties": { "facing": "north", "half": "top", @@ -63536,7 +67534,7 @@ } }, { - "id": 24231, + "id": 25372, "properties": { "facing": "north", "half": "top", @@ -63545,7 +67543,7 @@ } }, { - "id": 24232, + "id": 25373, "properties": { "facing": "north", "half": "top", @@ -63554,7 +67552,7 @@ } }, { - "id": 24233, + "id": 25374, "properties": { "facing": "north", "half": "top", @@ -63563,7 +67561,7 @@ } }, { - "id": 24234, + "id": 25375, "properties": { "facing": "north", "half": "bottom", @@ -63573,7 +67571,7 @@ }, { "default": true, - "id": 24235, + "id": 25376, "properties": { "facing": "north", "half": "bottom", @@ -63582,7 +67580,7 @@ } }, { - "id": 24236, + "id": 25377, "properties": { "facing": "north", "half": "bottom", @@ -63591,7 +67589,7 @@ } }, { - "id": 24237, + "id": 25378, "properties": { "facing": "north", "half": "bottom", @@ -63600,7 +67598,7 @@ } }, { - "id": 24238, + "id": 25379, "properties": { "facing": "north", "half": "bottom", @@ -63609,7 +67607,7 @@ } }, { - "id": 24239, + "id": 25380, "properties": { "facing": "north", "half": "bottom", @@ -63618,7 +67616,7 @@ } }, { - "id": 24240, + "id": 25381, "properties": { "facing": "north", "half": "bottom", @@ -63627,7 +67625,7 @@ } }, { - "id": 24241, + "id": 25382, "properties": { "facing": "north", "half": "bottom", @@ -63636,7 +67634,7 @@ } }, { - "id": 24242, + "id": 25383, "properties": { "facing": "north", "half": "bottom", @@ -63645,7 +67643,7 @@ } }, { - "id": 24243, + "id": 25384, "properties": { "facing": "north", "half": "bottom", @@ -63654,7 +67652,7 @@ } }, { - "id": 24244, + "id": 25385, "properties": { "facing": "south", "half": "top", @@ -63663,7 +67661,7 @@ } }, { - "id": 24245, + "id": 25386, "properties": { "facing": "south", "half": "top", @@ -63672,7 +67670,7 @@ } }, { - "id": 24246, + "id": 25387, "properties": { "facing": "south", "half": "top", @@ -63681,7 +67679,7 @@ } }, { - "id": 24247, + "id": 25388, "properties": { "facing": "south", "half": "top", @@ -63690,7 +67688,7 @@ } }, { - "id": 24248, + "id": 25389, "properties": { "facing": "south", "half": "top", @@ -63699,7 +67697,7 @@ } }, { - "id": 24249, + "id": 25390, "properties": { "facing": "south", "half": "top", @@ -63708,7 +67706,7 @@ } }, { - "id": 24250, + "id": 25391, "properties": { "facing": "south", "half": "top", @@ -63717,7 +67715,7 @@ } }, { - "id": 24251, + "id": 25392, "properties": { "facing": "south", "half": "top", @@ -63726,7 +67724,7 @@ } }, { - "id": 24252, + "id": 25393, "properties": { "facing": "south", "half": "top", @@ -63735,7 +67733,7 @@ } }, { - "id": 24253, + "id": 25394, "properties": { "facing": "south", "half": "top", @@ -63744,7 +67742,7 @@ } }, { - "id": 24254, + "id": 25395, "properties": { "facing": "south", "half": "bottom", @@ -63753,7 +67751,7 @@ } }, { - "id": 24255, + "id": 25396, "properties": { "facing": "south", "half": "bottom", @@ -63762,7 +67760,7 @@ } }, { - "id": 24256, + "id": 25397, "properties": { "facing": "south", "half": "bottom", @@ -63771,7 +67769,7 @@ } }, { - "id": 24257, + "id": 25398, "properties": { "facing": "south", "half": "bottom", @@ -63780,7 +67778,7 @@ } }, { - "id": 24258, + "id": 25399, "properties": { "facing": "south", "half": "bottom", @@ -63789,7 +67787,7 @@ } }, { - "id": 24259, + "id": 25400, "properties": { "facing": "south", "half": "bottom", @@ -63798,7 +67796,7 @@ } }, { - "id": 24260, + "id": 25401, "properties": { "facing": "south", "half": "bottom", @@ -63807,7 +67805,7 @@ } }, { - "id": 24261, + "id": 25402, "properties": { "facing": "south", "half": "bottom", @@ -63816,7 +67814,7 @@ } }, { - "id": 24262, + "id": 25403, "properties": { "facing": "south", "half": "bottom", @@ -63825,7 +67823,7 @@ } }, { - "id": 24263, + "id": 25404, "properties": { "facing": "south", "half": "bottom", @@ -63834,7 +67832,7 @@ } }, { - "id": 24264, + "id": 25405, "properties": { "facing": "west", "half": "top", @@ -63843,7 +67841,7 @@ } }, { - "id": 24265, + "id": 25406, "properties": { "facing": "west", "half": "top", @@ -63852,7 +67850,7 @@ } }, { - "id": 24266, + "id": 25407, "properties": { "facing": "west", "half": "top", @@ -63861,7 +67859,7 @@ } }, { - "id": 24267, + "id": 25408, "properties": { "facing": "west", "half": "top", @@ -63870,7 +67868,7 @@ } }, { - "id": 24268, + "id": 25409, "properties": { "facing": "west", "half": "top", @@ -63879,7 +67877,7 @@ } }, { - "id": 24269, + "id": 25410, "properties": { "facing": "west", "half": "top", @@ -63888,7 +67886,7 @@ } }, { - "id": 24270, + "id": 25411, "properties": { "facing": "west", "half": "top", @@ -63897,7 +67895,7 @@ } }, { - "id": 24271, + "id": 25412, "properties": { "facing": "west", "half": "top", @@ -63906,7 +67904,7 @@ } }, { - "id": 24272, + "id": 25413, "properties": { "facing": "west", "half": "top", @@ -63915,7 +67913,7 @@ } }, { - "id": 24273, + "id": 25414, "properties": { "facing": "west", "half": "top", @@ -63924,7 +67922,7 @@ } }, { - "id": 24274, + "id": 25415, "properties": { "facing": "west", "half": "bottom", @@ -63933,7 +67931,7 @@ } }, { - "id": 24275, + "id": 25416, "properties": { "facing": "west", "half": "bottom", @@ -63942,7 +67940,7 @@ } }, { - "id": 24276, + "id": 25417, "properties": { "facing": "west", "half": "bottom", @@ -63951,7 +67949,7 @@ } }, { - "id": 24277, + "id": 25418, "properties": { "facing": "west", "half": "bottom", @@ -63960,7 +67958,7 @@ } }, { - "id": 24278, + "id": 25419, "properties": { "facing": "west", "half": "bottom", @@ -63969,7 +67967,7 @@ } }, { - "id": 24279, + "id": 25420, "properties": { "facing": "west", "half": "bottom", @@ -63978,7 +67976,7 @@ } }, { - "id": 24280, + "id": 25421, "properties": { "facing": "west", "half": "bottom", @@ -63987,7 +67985,7 @@ } }, { - "id": 24281, + "id": 25422, "properties": { "facing": "west", "half": "bottom", @@ -63996,7 +67994,7 @@ } }, { - "id": 24282, + "id": 25423, "properties": { "facing": "west", "half": "bottom", @@ -64005,7 +68003,7 @@ } }, { - "id": 24283, + "id": 25424, "properties": { "facing": "west", "half": "bottom", @@ -64014,7 +68012,7 @@ } }, { - "id": 24284, + "id": 25425, "properties": { "facing": "east", "half": "top", @@ -64023,7 +68021,7 @@ } }, { - "id": 24285, + "id": 25426, "properties": { "facing": "east", "half": "top", @@ -64032,7 +68030,7 @@ } }, { - "id": 24286, + "id": 25427, "properties": { "facing": "east", "half": "top", @@ -64041,7 +68039,7 @@ } }, { - "id": 24287, + "id": 25428, "properties": { "facing": "east", "half": "top", @@ -64050,7 +68048,7 @@ } }, { - "id": 24288, + "id": 25429, "properties": { "facing": "east", "half": "top", @@ -64059,7 +68057,7 @@ } }, { - "id": 24289, + "id": 25430, "properties": { "facing": "east", "half": "top", @@ -64068,7 +68066,7 @@ } }, { - "id": 24290, + "id": 25431, "properties": { "facing": "east", "half": "top", @@ -64077,7 +68075,7 @@ } }, { - "id": 24291, + "id": 25432, "properties": { "facing": "east", "half": "top", @@ -64086,7 +68084,7 @@ } }, { - "id": 24292, + "id": 25433, "properties": { "facing": "east", "half": "top", @@ -64095,7 +68093,7 @@ } }, { - "id": 24293, + "id": 25434, "properties": { "facing": "east", "half": "top", @@ -64104,7 +68102,7 @@ } }, { - "id": 24294, + "id": 25435, "properties": { "facing": "east", "half": "bottom", @@ -64113,7 +68111,7 @@ } }, { - "id": 24295, + "id": 25436, "properties": { "facing": "east", "half": "bottom", @@ -64122,7 +68120,7 @@ } }, { - "id": 24296, + "id": 25437, "properties": { "facing": "east", "half": "bottom", @@ -64131,7 +68129,7 @@ } }, { - "id": 24297, + "id": 25438, "properties": { "facing": "east", "half": "bottom", @@ -64140,7 +68138,7 @@ } }, { - "id": 24298, + "id": 25439, "properties": { "facing": "east", "half": "bottom", @@ -64149,7 +68147,7 @@ } }, { - "id": 24299, + "id": 25440, "properties": { "facing": "east", "half": "bottom", @@ -64158,7 +68156,7 @@ } }, { - "id": 24300, + "id": 25441, "properties": { "facing": "east", "half": "bottom", @@ -64167,7 +68165,7 @@ } }, { - "id": 24301, + "id": 25442, "properties": { "facing": "east", "half": "bottom", @@ -64176,7 +68174,7 @@ } }, { - "id": 24302, + "id": 25443, "properties": { "facing": "east", "half": "bottom", @@ -64185,7 +68183,7 @@ } }, { - "id": 24303, + "id": 25444, "properties": { "facing": "east", "half": "bottom", @@ -64203,7 +68201,7 @@ "states": [ { "default": true, - "id": 11970 + "id": 13047 } ] }, @@ -64225,21 +68223,21 @@ }, "states": [ { - "id": 12189, + "id": 13266, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12190, + "id": 13267, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12191, + "id": 13268, "properties": { "type": "bottom", "waterlogged": "true" @@ -64247,21 +68245,21 @@ }, { "default": true, - "id": 12192, + "id": 13269, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12193, + "id": 13270, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12194, + "id": 13271, "properties": { "type": "double", "waterlogged": "false" @@ -64299,21 +68297,21 @@ }, "states": [ { - "id": 12135, + "id": 13212, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12136, + "id": 13213, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12137, + "id": 13214, "properties": { "type": "bottom", "waterlogged": "true" @@ -64321,21 +68319,21 @@ }, { "default": true, - "id": 12138, + "id": 13215, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12139, + "id": 13216, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12140, + "id": 13217, "properties": { "type": "double", "waterlogged": "false" @@ -64372,97 +68370,97 @@ "states": [ { "default": true, - "id": 11792, + "id": 12869, "properties": { "rotation": "0" } }, { - "id": 11793, + "id": 12870, "properties": { "rotation": "1" } }, { - "id": 11794, + "id": 12871, "properties": { "rotation": "2" } }, { - "id": 11795, + "id": 12872, "properties": { "rotation": "3" } }, { - "id": 11796, + "id": 12873, "properties": { "rotation": "4" } }, { - "id": 11797, + "id": 12874, "properties": { "rotation": "5" } }, { - "id": 11798, + "id": 12875, "properties": { "rotation": "6" } }, { - "id": 11799, + "id": 12876, "properties": { "rotation": "7" } }, { - "id": 11800, + "id": 12877, "properties": { "rotation": "8" } }, { - "id": 11801, + "id": 12878, "properties": { "rotation": "9" } }, { - "id": 11802, + "id": 12879, "properties": { "rotation": "10" } }, { - "id": 11803, + "id": 12880, "properties": { "rotation": "11" } }, { - "id": 11804, + "id": 12881, "properties": { "rotation": "12" } }, { - "id": 11805, + "id": 12882, "properties": { "rotation": "13" } }, { - "id": 11806, + "id": 12883, "properties": { "rotation": "14" } }, { - "id": 11807, + "id": 12884, "properties": { "rotation": "15" } @@ -64646,7 +68644,7 @@ }, "states": [ { - "id": 21913, + "id": 23054, "properties": { "candles": "1", "lit": "true", @@ -64654,7 +68652,7 @@ } }, { - "id": 21914, + "id": 23055, "properties": { "candles": "1", "lit": "true", @@ -64662,7 +68660,7 @@ } }, { - "id": 21915, + "id": 23056, "properties": { "candles": "1", "lit": "false", @@ -64671,7 +68669,7 @@ }, { "default": true, - "id": 21916, + "id": 23057, "properties": { "candles": "1", "lit": "false", @@ -64679,7 +68677,7 @@ } }, { - "id": 21917, + "id": 23058, "properties": { "candles": "2", "lit": "true", @@ -64687,7 +68685,7 @@ } }, { - "id": 21918, + "id": 23059, "properties": { "candles": "2", "lit": "true", @@ -64695,7 +68693,7 @@ } }, { - "id": 21919, + "id": 23060, "properties": { "candles": "2", "lit": "false", @@ -64703,7 +68701,7 @@ } }, { - "id": 21920, + "id": 23061, "properties": { "candles": "2", "lit": "false", @@ -64711,7 +68709,7 @@ } }, { - "id": 21921, + "id": 23062, "properties": { "candles": "3", "lit": "true", @@ -64719,7 +68717,7 @@ } }, { - "id": 21922, + "id": 23063, "properties": { "candles": "3", "lit": "true", @@ -64727,7 +68725,7 @@ } }, { - "id": 21923, + "id": 23064, "properties": { "candles": "3", "lit": "false", @@ -64735,7 +68733,7 @@ } }, { - "id": 21924, + "id": 23065, "properties": { "candles": "3", "lit": "false", @@ -64743,7 +68741,7 @@ } }, { - "id": 21925, + "id": 23066, "properties": { "candles": "4", "lit": "true", @@ -64751,7 +68749,7 @@ } }, { - "id": 21926, + "id": 23067, "properties": { "candles": "4", "lit": "true", @@ -64759,7 +68757,7 @@ } }, { - "id": 21927, + "id": 23068, "properties": { "candles": "4", "lit": "false", @@ -64767,7 +68765,7 @@ } }, { - "id": 21928, + "id": 23069, "properties": { "candles": "4", "lit": "false", @@ -64790,14 +68788,14 @@ }, "states": [ { - "id": 22045, + "id": 23186, "properties": { "lit": "true" } }, { "default": true, - "id": 22046, + "id": 23187, "properties": { "lit": "false" } @@ -64813,7 +68811,7 @@ "states": [ { "default": true, - "id": 11626 + "id": 12703 } ] }, @@ -64825,7 +68823,7 @@ "states": [ { "default": true, - "id": 13760 + "id": 14837 } ] }, @@ -64838,7 +68836,7 @@ "states": [ { "default": true, - "id": 13776 + "id": 14853 } ] }, @@ -64858,25 +68856,25 @@ "states": [ { "default": true, - "id": 13723, + "id": 14800, "properties": { "facing": "north" } }, { - "id": 13724, + "id": 14801, "properties": { "facing": "south" } }, { - "id": 13725, + "id": 14802, "properties": { "facing": "west" } }, { - "id": 13726, + "id": 14803, "properties": { "facing": "east" } @@ -64901,38 +68899,38 @@ }, "states": [ { - "id": 13645, + "id": 14722, "properties": { "facing": "north" } }, { - "id": 13646, + "id": 14723, "properties": { "facing": "east" } }, { - "id": 13647, + "id": 14724, "properties": { "facing": "south" } }, { - "id": 13648, + "id": 14725, "properties": { "facing": "west" } }, { "default": true, - "id": 13649, + "id": 14726, "properties": { "facing": "up" } }, { - "id": 13650, + "id": 14727, "properties": { "facing": "down" } @@ -64948,7 +68946,7 @@ "states": [ { "default": true, - "id": 6133 + "id": 6906 } ] }, @@ -64982,7 +68980,7 @@ }, "states": [ { - "id": 10469, + "id": 11546, "properties": { "east": "true", "north": "true", @@ -64992,7 +68990,7 @@ } }, { - "id": 10470, + "id": 11547, "properties": { "east": "true", "north": "true", @@ -65002,7 +69000,7 @@ } }, { - "id": 10471, + "id": 11548, "properties": { "east": "true", "north": "true", @@ -65012,7 +69010,7 @@ } }, { - "id": 10472, + "id": 11549, "properties": { "east": "true", "north": "true", @@ -65022,7 +69020,7 @@ } }, { - "id": 10473, + "id": 11550, "properties": { "east": "true", "north": "true", @@ -65032,7 +69030,7 @@ } }, { - "id": 10474, + "id": 11551, "properties": { "east": "true", "north": "true", @@ -65042,7 +69040,7 @@ } }, { - "id": 10475, + "id": 11552, "properties": { "east": "true", "north": "true", @@ -65052,7 +69050,7 @@ } }, { - "id": 10476, + "id": 11553, "properties": { "east": "true", "north": "true", @@ -65062,7 +69060,7 @@ } }, { - "id": 10477, + "id": 11554, "properties": { "east": "true", "north": "false", @@ -65072,7 +69070,7 @@ } }, { - "id": 10478, + "id": 11555, "properties": { "east": "true", "north": "false", @@ -65082,7 +69080,7 @@ } }, { - "id": 10479, + "id": 11556, "properties": { "east": "true", "north": "false", @@ -65092,7 +69090,7 @@ } }, { - "id": 10480, + "id": 11557, "properties": { "east": "true", "north": "false", @@ -65102,7 +69100,7 @@ } }, { - "id": 10481, + "id": 11558, "properties": { "east": "true", "north": "false", @@ -65112,7 +69110,7 @@ } }, { - "id": 10482, + "id": 11559, "properties": { "east": "true", "north": "false", @@ -65122,7 +69120,7 @@ } }, { - "id": 10483, + "id": 11560, "properties": { "east": "true", "north": "false", @@ -65132,7 +69130,7 @@ } }, { - "id": 10484, + "id": 11561, "properties": { "east": "true", "north": "false", @@ -65142,7 +69140,7 @@ } }, { - "id": 10485, + "id": 11562, "properties": { "east": "false", "north": "true", @@ -65152,7 +69150,7 @@ } }, { - "id": 10486, + "id": 11563, "properties": { "east": "false", "north": "true", @@ -65162,7 +69160,7 @@ } }, { - "id": 10487, + "id": 11564, "properties": { "east": "false", "north": "true", @@ -65172,7 +69170,7 @@ } }, { - "id": 10488, + "id": 11565, "properties": { "east": "false", "north": "true", @@ -65182,7 +69180,7 @@ } }, { - "id": 10489, + "id": 11566, "properties": { "east": "false", "north": "true", @@ -65192,7 +69190,7 @@ } }, { - "id": 10490, + "id": 11567, "properties": { "east": "false", "north": "true", @@ -65202,7 +69200,7 @@ } }, { - "id": 10491, + "id": 11568, "properties": { "east": "false", "north": "true", @@ -65212,7 +69210,7 @@ } }, { - "id": 10492, + "id": 11569, "properties": { "east": "false", "north": "true", @@ -65222,7 +69220,7 @@ } }, { - "id": 10493, + "id": 11570, "properties": { "east": "false", "north": "false", @@ -65232,7 +69230,7 @@ } }, { - "id": 10494, + "id": 11571, "properties": { "east": "false", "north": "false", @@ -65242,7 +69240,7 @@ } }, { - "id": 10495, + "id": 11572, "properties": { "east": "false", "north": "false", @@ -65252,7 +69250,7 @@ } }, { - "id": 10496, + "id": 11573, "properties": { "east": "false", "north": "false", @@ -65262,7 +69260,7 @@ } }, { - "id": 10497, + "id": 11574, "properties": { "east": "false", "north": "false", @@ -65272,7 +69270,7 @@ } }, { - "id": 10498, + "id": 11575, "properties": { "east": "false", "north": "false", @@ -65282,7 +69280,7 @@ } }, { - "id": 10499, + "id": 11576, "properties": { "east": "false", "north": "false", @@ -65293,7 +69291,7 @@ }, { "default": true, - "id": 10500, + "id": 11577, "properties": { "east": "false", "north": "false", @@ -65306,13 +69304,13 @@ }, "minecraft:cyan_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10174 + "id": 11251 } ] }, @@ -65333,25 +69331,25 @@ "states": [ { "default": true, - "id": 11940, + "id": 13017, "properties": { "facing": "north" } }, { - "id": 11941, + "id": 13018, "properties": { "facing": "south" } }, { - "id": 11942, + "id": 13019, "properties": { "facing": "west" } }, { - "id": 11943, + "id": 13020, "properties": { "facing": "east" } @@ -65386,25 +69384,25 @@ "states": [ { "default": true, - "id": 9924, + "id": 11001, "properties": { "facing": "north" } }, { - "id": 9925, + "id": 11002, "properties": { "facing": "south" } }, { - "id": 9926, + "id": 11003, "properties": { "facing": "west" } }, { - "id": 9927, + "id": 11004, "properties": { "facing": "east" } @@ -65455,7 +69453,7 @@ }, "states": [ { - "id": 9540, + "id": 10617, "properties": { "face": "floor", "facing": "north", @@ -65463,7 +69461,7 @@ } }, { - "id": 9541, + "id": 10618, "properties": { "face": "floor", "facing": "north", @@ -65471,7 +69469,7 @@ } }, { - "id": 9542, + "id": 10619, "properties": { "face": "floor", "facing": "south", @@ -65479,7 +69477,7 @@ } }, { - "id": 9543, + "id": 10620, "properties": { "face": "floor", "facing": "south", @@ -65487,7 +69485,7 @@ } }, { - "id": 9544, + "id": 10621, "properties": { "face": "floor", "facing": "west", @@ -65495,7 +69493,7 @@ } }, { - "id": 9545, + "id": 10622, "properties": { "face": "floor", "facing": "west", @@ -65503,7 +69501,7 @@ } }, { - "id": 9546, + "id": 10623, "properties": { "face": "floor", "facing": "east", @@ -65511,7 +69509,7 @@ } }, { - "id": 9547, + "id": 10624, "properties": { "face": "floor", "facing": "east", @@ -65519,7 +69517,7 @@ } }, { - "id": 9548, + "id": 10625, "properties": { "face": "wall", "facing": "north", @@ -65528,7 +69526,7 @@ }, { "default": true, - "id": 9549, + "id": 10626, "properties": { "face": "wall", "facing": "north", @@ -65536,7 +69534,7 @@ } }, { - "id": 9550, + "id": 10627, "properties": { "face": "wall", "facing": "south", @@ -65544,7 +69542,7 @@ } }, { - "id": 9551, + "id": 10628, "properties": { "face": "wall", "facing": "south", @@ -65552,7 +69550,7 @@ } }, { - "id": 9552, + "id": 10629, "properties": { "face": "wall", "facing": "west", @@ -65560,7 +69558,7 @@ } }, { - "id": 9553, + "id": 10630, "properties": { "face": "wall", "facing": "west", @@ -65568,7 +69566,7 @@ } }, { - "id": 9554, + "id": 10631, "properties": { "face": "wall", "facing": "east", @@ -65576,7 +69574,7 @@ } }, { - "id": 9555, + "id": 10632, "properties": { "face": "wall", "facing": "east", @@ -65584,7 +69582,7 @@ } }, { - "id": 9556, + "id": 10633, "properties": { "face": "ceiling", "facing": "north", @@ -65592,7 +69590,7 @@ } }, { - "id": 9557, + "id": 10634, "properties": { "face": "ceiling", "facing": "north", @@ -65600,7 +69598,7 @@ } }, { - "id": 9558, + "id": 10635, "properties": { "face": "ceiling", "facing": "south", @@ -65608,7 +69606,7 @@ } }, { - "id": 9559, + "id": 10636, "properties": { "face": "ceiling", "facing": "south", @@ -65616,7 +69614,7 @@ } }, { - "id": 9560, + "id": 10637, "properties": { "face": "ceiling", "facing": "west", @@ -65624,7 +69622,7 @@ } }, { - "id": 9561, + "id": 10638, "properties": { "face": "ceiling", "facing": "west", @@ -65632,7 +69630,7 @@ } }, { - "id": 9562, + "id": 10639, "properties": { "face": "ceiling", "facing": "east", @@ -65640,7 +69638,7 @@ } }, { - "id": 9563, + "id": 10640, "properties": { "face": "ceiling", "facing": "east", @@ -65681,7 +69679,7 @@ }, "states": [ { - "id": 13101, + "id": 14178, "properties": { "facing": "north", "half": "upper", @@ -65691,7 +69689,7 @@ } }, { - "id": 13102, + "id": 14179, "properties": { "facing": "north", "half": "upper", @@ -65701,7 +69699,7 @@ } }, { - "id": 13103, + "id": 14180, "properties": { "facing": "north", "half": "upper", @@ -65711,7 +69709,7 @@ } }, { - "id": 13104, + "id": 14181, "properties": { "facing": "north", "half": "upper", @@ -65721,7 +69719,7 @@ } }, { - "id": 13105, + "id": 14182, "properties": { "facing": "north", "half": "upper", @@ -65731,7 +69729,7 @@ } }, { - "id": 13106, + "id": 14183, "properties": { "facing": "north", "half": "upper", @@ -65741,7 +69739,7 @@ } }, { - "id": 13107, + "id": 14184, "properties": { "facing": "north", "half": "upper", @@ -65751,7 +69749,7 @@ } }, { - "id": 13108, + "id": 14185, "properties": { "facing": "north", "half": "upper", @@ -65761,7 +69759,7 @@ } }, { - "id": 13109, + "id": 14186, "properties": { "facing": "north", "half": "lower", @@ -65771,7 +69769,7 @@ } }, { - "id": 13110, + "id": 14187, "properties": { "facing": "north", "half": "lower", @@ -65781,7 +69779,7 @@ } }, { - "id": 13111, + "id": 14188, "properties": { "facing": "north", "half": "lower", @@ -65792,7 +69790,7 @@ }, { "default": true, - "id": 13112, + "id": 14189, "properties": { "facing": "north", "half": "lower", @@ -65802,7 +69800,7 @@ } }, { - "id": 13113, + "id": 14190, "properties": { "facing": "north", "half": "lower", @@ -65812,7 +69810,7 @@ } }, { - "id": 13114, + "id": 14191, "properties": { "facing": "north", "half": "lower", @@ -65822,7 +69820,7 @@ } }, { - "id": 13115, + "id": 14192, "properties": { "facing": "north", "half": "lower", @@ -65832,7 +69830,7 @@ } }, { - "id": 13116, + "id": 14193, "properties": { "facing": "north", "half": "lower", @@ -65842,7 +69840,7 @@ } }, { - "id": 13117, + "id": 14194, "properties": { "facing": "south", "half": "upper", @@ -65852,7 +69850,7 @@ } }, { - "id": 13118, + "id": 14195, "properties": { "facing": "south", "half": "upper", @@ -65862,7 +69860,7 @@ } }, { - "id": 13119, + "id": 14196, "properties": { "facing": "south", "half": "upper", @@ -65872,7 +69870,7 @@ } }, { - "id": 13120, + "id": 14197, "properties": { "facing": "south", "half": "upper", @@ -65882,7 +69880,7 @@ } }, { - "id": 13121, + "id": 14198, "properties": { "facing": "south", "half": "upper", @@ -65892,7 +69890,7 @@ } }, { - "id": 13122, + "id": 14199, "properties": { "facing": "south", "half": "upper", @@ -65902,7 +69900,7 @@ } }, { - "id": 13123, + "id": 14200, "properties": { "facing": "south", "half": "upper", @@ -65912,7 +69910,7 @@ } }, { - "id": 13124, + "id": 14201, "properties": { "facing": "south", "half": "upper", @@ -65922,7 +69920,7 @@ } }, { - "id": 13125, + "id": 14202, "properties": { "facing": "south", "half": "lower", @@ -65932,7 +69930,7 @@ } }, { - "id": 13126, + "id": 14203, "properties": { "facing": "south", "half": "lower", @@ -65942,7 +69940,7 @@ } }, { - "id": 13127, + "id": 14204, "properties": { "facing": "south", "half": "lower", @@ -65952,7 +69950,7 @@ } }, { - "id": 13128, + "id": 14205, "properties": { "facing": "south", "half": "lower", @@ -65962,7 +69960,7 @@ } }, { - "id": 13129, + "id": 14206, "properties": { "facing": "south", "half": "lower", @@ -65972,7 +69970,7 @@ } }, { - "id": 13130, + "id": 14207, "properties": { "facing": "south", "half": "lower", @@ -65982,7 +69980,7 @@ } }, { - "id": 13131, + "id": 14208, "properties": { "facing": "south", "half": "lower", @@ -65992,7 +69990,7 @@ } }, { - "id": 13132, + "id": 14209, "properties": { "facing": "south", "half": "lower", @@ -66002,7 +70000,7 @@ } }, { - "id": 13133, + "id": 14210, "properties": { "facing": "west", "half": "upper", @@ -66012,7 +70010,7 @@ } }, { - "id": 13134, + "id": 14211, "properties": { "facing": "west", "half": "upper", @@ -66022,7 +70020,7 @@ } }, { - "id": 13135, + "id": 14212, "properties": { "facing": "west", "half": "upper", @@ -66032,7 +70030,7 @@ } }, { - "id": 13136, + "id": 14213, "properties": { "facing": "west", "half": "upper", @@ -66042,7 +70040,7 @@ } }, { - "id": 13137, + "id": 14214, "properties": { "facing": "west", "half": "upper", @@ -66052,7 +70050,7 @@ } }, { - "id": 13138, + "id": 14215, "properties": { "facing": "west", "half": "upper", @@ -66062,7 +70060,7 @@ } }, { - "id": 13139, + "id": 14216, "properties": { "facing": "west", "half": "upper", @@ -66072,7 +70070,7 @@ } }, { - "id": 13140, + "id": 14217, "properties": { "facing": "west", "half": "upper", @@ -66082,7 +70080,7 @@ } }, { - "id": 13141, + "id": 14218, "properties": { "facing": "west", "half": "lower", @@ -66092,7 +70090,7 @@ } }, { - "id": 13142, + "id": 14219, "properties": { "facing": "west", "half": "lower", @@ -66102,7 +70100,7 @@ } }, { - "id": 13143, + "id": 14220, "properties": { "facing": "west", "half": "lower", @@ -66112,7 +70110,7 @@ } }, { - "id": 13144, + "id": 14221, "properties": { "facing": "west", "half": "lower", @@ -66122,7 +70120,7 @@ } }, { - "id": 13145, + "id": 14222, "properties": { "facing": "west", "half": "lower", @@ -66132,7 +70130,7 @@ } }, { - "id": 13146, + "id": 14223, "properties": { "facing": "west", "half": "lower", @@ -66142,7 +70140,7 @@ } }, { - "id": 13147, + "id": 14224, "properties": { "facing": "west", "half": "lower", @@ -66152,7 +70150,7 @@ } }, { - "id": 13148, + "id": 14225, "properties": { "facing": "west", "half": "lower", @@ -66162,7 +70160,7 @@ } }, { - "id": 13149, + "id": 14226, "properties": { "facing": "east", "half": "upper", @@ -66172,7 +70170,7 @@ } }, { - "id": 13150, + "id": 14227, "properties": { "facing": "east", "half": "upper", @@ -66182,7 +70180,7 @@ } }, { - "id": 13151, + "id": 14228, "properties": { "facing": "east", "half": "upper", @@ -66192,7 +70190,7 @@ } }, { - "id": 13152, + "id": 14229, "properties": { "facing": "east", "half": "upper", @@ -66202,7 +70200,7 @@ } }, { - "id": 13153, + "id": 14230, "properties": { "facing": "east", "half": "upper", @@ -66212,7 +70210,7 @@ } }, { - "id": 13154, + "id": 14231, "properties": { "facing": "east", "half": "upper", @@ -66222,7 +70220,7 @@ } }, { - "id": 13155, + "id": 14232, "properties": { "facing": "east", "half": "upper", @@ -66232,7 +70230,7 @@ } }, { - "id": 13156, + "id": 14233, "properties": { "facing": "east", "half": "upper", @@ -66242,7 +70240,7 @@ } }, { - "id": 13157, + "id": 14234, "properties": { "facing": "east", "half": "lower", @@ -66252,7 +70250,7 @@ } }, { - "id": 13158, + "id": 14235, "properties": { "facing": "east", "half": "lower", @@ -66262,7 +70260,7 @@ } }, { - "id": 13159, + "id": 14236, "properties": { "facing": "east", "half": "lower", @@ -66272,7 +70270,7 @@ } }, { - "id": 13160, + "id": 14237, "properties": { "facing": "east", "half": "lower", @@ -66282,7 +70280,7 @@ } }, { - "id": 13161, + "id": 14238, "properties": { "facing": "east", "half": "lower", @@ -66292,7 +70290,7 @@ } }, { - "id": 13162, + "id": 14239, "properties": { "facing": "east", "half": "lower", @@ -66302,7 +70300,7 @@ } }, { - "id": 13163, + "id": 14240, "properties": { "facing": "east", "half": "lower", @@ -66312,7 +70310,7 @@ } }, { - "id": 13164, + "id": 14241, "properties": { "facing": "east", "half": "lower", @@ -66352,7 +70350,7 @@ }, "states": [ { - "id": 12653, + "id": 13730, "properties": { "east": "true", "north": "true", @@ -66362,7 +70360,7 @@ } }, { - "id": 12654, + "id": 13731, "properties": { "east": "true", "north": "true", @@ -66372,7 +70370,7 @@ } }, { - "id": 12655, + "id": 13732, "properties": { "east": "true", "north": "true", @@ -66382,7 +70380,7 @@ } }, { - "id": 12656, + "id": 13733, "properties": { "east": "true", "north": "true", @@ -66392,7 +70390,7 @@ } }, { - "id": 12657, + "id": 13734, "properties": { "east": "true", "north": "true", @@ -66402,7 +70400,7 @@ } }, { - "id": 12658, + "id": 13735, "properties": { "east": "true", "north": "true", @@ -66412,7 +70410,7 @@ } }, { - "id": 12659, + "id": 13736, "properties": { "east": "true", "north": "true", @@ -66422,7 +70420,7 @@ } }, { - "id": 12660, + "id": 13737, "properties": { "east": "true", "north": "true", @@ -66432,7 +70430,7 @@ } }, { - "id": 12661, + "id": 13738, "properties": { "east": "true", "north": "false", @@ -66442,7 +70440,7 @@ } }, { - "id": 12662, + "id": 13739, "properties": { "east": "true", "north": "false", @@ -66452,7 +70450,7 @@ } }, { - "id": 12663, + "id": 13740, "properties": { "east": "true", "north": "false", @@ -66462,7 +70460,7 @@ } }, { - "id": 12664, + "id": 13741, "properties": { "east": "true", "north": "false", @@ -66472,7 +70470,7 @@ } }, { - "id": 12665, + "id": 13742, "properties": { "east": "true", "north": "false", @@ -66482,7 +70480,7 @@ } }, { - "id": 12666, + "id": 13743, "properties": { "east": "true", "north": "false", @@ -66492,7 +70490,7 @@ } }, { - "id": 12667, + "id": 13744, "properties": { "east": "true", "north": "false", @@ -66502,7 +70500,7 @@ } }, { - "id": 12668, + "id": 13745, "properties": { "east": "true", "north": "false", @@ -66512,7 +70510,7 @@ } }, { - "id": 12669, + "id": 13746, "properties": { "east": "false", "north": "true", @@ -66522,7 +70520,7 @@ } }, { - "id": 12670, + "id": 13747, "properties": { "east": "false", "north": "true", @@ -66532,7 +70530,7 @@ } }, { - "id": 12671, + "id": 13748, "properties": { "east": "false", "north": "true", @@ -66542,7 +70540,7 @@ } }, { - "id": 12672, + "id": 13749, "properties": { "east": "false", "north": "true", @@ -66552,7 +70550,7 @@ } }, { - "id": 12673, + "id": 13750, "properties": { "east": "false", "north": "true", @@ -66562,7 +70560,7 @@ } }, { - "id": 12674, + "id": 13751, "properties": { "east": "false", "north": "true", @@ -66572,7 +70570,7 @@ } }, { - "id": 12675, + "id": 13752, "properties": { "east": "false", "north": "true", @@ -66582,7 +70580,7 @@ } }, { - "id": 12676, + "id": 13753, "properties": { "east": "false", "north": "true", @@ -66592,7 +70590,7 @@ } }, { - "id": 12677, + "id": 13754, "properties": { "east": "false", "north": "false", @@ -66602,7 +70600,7 @@ } }, { - "id": 12678, + "id": 13755, "properties": { "east": "false", "north": "false", @@ -66612,7 +70610,7 @@ } }, { - "id": 12679, + "id": 13756, "properties": { "east": "false", "north": "false", @@ -66622,7 +70620,7 @@ } }, { - "id": 12680, + "id": 13757, "properties": { "east": "false", "north": "false", @@ -66632,7 +70630,7 @@ } }, { - "id": 12681, + "id": 13758, "properties": { "east": "false", "north": "false", @@ -66642,7 +70640,7 @@ } }, { - "id": 12682, + "id": 13759, "properties": { "east": "false", "north": "false", @@ -66652,7 +70650,7 @@ } }, { - "id": 12683, + "id": 13760, "properties": { "east": "false", "north": "false", @@ -66663,7 +70661,7 @@ }, { "default": true, - "id": 12684, + "id": 13761, "properties": { "east": "false", "north": "false", @@ -66702,7 +70700,7 @@ }, "states": [ { - "id": 12365, + "id": 13442, "properties": { "facing": "north", "in_wall": "true", @@ -66711,7 +70709,7 @@ } }, { - "id": 12366, + "id": 13443, "properties": { "facing": "north", "in_wall": "true", @@ -66720,7 +70718,7 @@ } }, { - "id": 12367, + "id": 13444, "properties": { "facing": "north", "in_wall": "true", @@ -66729,7 +70727,7 @@ } }, { - "id": 12368, + "id": 13445, "properties": { "facing": "north", "in_wall": "true", @@ -66738,7 +70736,7 @@ } }, { - "id": 12369, + "id": 13446, "properties": { "facing": "north", "in_wall": "false", @@ -66747,7 +70745,7 @@ } }, { - "id": 12370, + "id": 13447, "properties": { "facing": "north", "in_wall": "false", @@ -66756,7 +70754,7 @@ } }, { - "id": 12371, + "id": 13448, "properties": { "facing": "north", "in_wall": "false", @@ -66766,7 +70764,7 @@ }, { "default": true, - "id": 12372, + "id": 13449, "properties": { "facing": "north", "in_wall": "false", @@ -66775,7 +70773,7 @@ } }, { - "id": 12373, + "id": 13450, "properties": { "facing": "south", "in_wall": "true", @@ -66784,7 +70782,7 @@ } }, { - "id": 12374, + "id": 13451, "properties": { "facing": "south", "in_wall": "true", @@ -66793,7 +70791,7 @@ } }, { - "id": 12375, + "id": 13452, "properties": { "facing": "south", "in_wall": "true", @@ -66802,7 +70800,7 @@ } }, { - "id": 12376, + "id": 13453, "properties": { "facing": "south", "in_wall": "true", @@ -66811,7 +70809,7 @@ } }, { - "id": 12377, + "id": 13454, "properties": { "facing": "south", "in_wall": "false", @@ -66820,7 +70818,7 @@ } }, { - "id": 12378, + "id": 13455, "properties": { "facing": "south", "in_wall": "false", @@ -66829,7 +70827,7 @@ } }, { - "id": 12379, + "id": 13456, "properties": { "facing": "south", "in_wall": "false", @@ -66838,7 +70836,7 @@ } }, { - "id": 12380, + "id": 13457, "properties": { "facing": "south", "in_wall": "false", @@ -66847,7 +70845,7 @@ } }, { - "id": 12381, + "id": 13458, "properties": { "facing": "west", "in_wall": "true", @@ -66856,7 +70854,7 @@ } }, { - "id": 12382, + "id": 13459, "properties": { "facing": "west", "in_wall": "true", @@ -66865,7 +70863,7 @@ } }, { - "id": 12383, + "id": 13460, "properties": { "facing": "west", "in_wall": "true", @@ -66874,7 +70872,7 @@ } }, { - "id": 12384, + "id": 13461, "properties": { "facing": "west", "in_wall": "true", @@ -66883,7 +70881,7 @@ } }, { - "id": 12385, + "id": 13462, "properties": { "facing": "west", "in_wall": "false", @@ -66892,7 +70890,7 @@ } }, { - "id": 12386, + "id": 13463, "properties": { "facing": "west", "in_wall": "false", @@ -66901,7 +70899,7 @@ } }, { - "id": 12387, + "id": 13464, "properties": { "facing": "west", "in_wall": "false", @@ -66910,7 +70908,7 @@ } }, { - "id": 12388, + "id": 13465, "properties": { "facing": "west", "in_wall": "false", @@ -66919,7 +70917,7 @@ } }, { - "id": 12389, + "id": 13466, "properties": { "facing": "east", "in_wall": "true", @@ -66928,7 +70926,7 @@ } }, { - "id": 12390, + "id": 13467, "properties": { "facing": "east", "in_wall": "true", @@ -66937,7 +70935,7 @@ } }, { - "id": 12391, + "id": 13468, "properties": { "facing": "east", "in_wall": "true", @@ -66946,7 +70944,7 @@ } }, { - "id": 12392, + "id": 13469, "properties": { "facing": "east", "in_wall": "true", @@ -66955,7 +70953,7 @@ } }, { - "id": 12393, + "id": 13470, "properties": { "facing": "east", "in_wall": "false", @@ -66964,7 +70962,7 @@ } }, { - "id": 12394, + "id": 13471, "properties": { "facing": "east", "in_wall": "false", @@ -66973,7 +70971,7 @@ } }, { - "id": 12395, + "id": 13472, "properties": { "facing": "east", "in_wall": "false", @@ -66982,7 +70980,7 @@ } }, { - "id": 12396, + "id": 13473, "properties": { "facing": "east", "in_wall": "false", @@ -67028,7 +71026,7 @@ }, "states": [ { - "id": 5322, + "id": 6090, "properties": { "attached": "true", "rotation": "0", @@ -67036,7 +71034,7 @@ } }, { - "id": 5323, + "id": 6091, "properties": { "attached": "true", "rotation": "0", @@ -67044,7 +71042,7 @@ } }, { - "id": 5324, + "id": 6092, "properties": { "attached": "true", "rotation": "1", @@ -67052,7 +71050,7 @@ } }, { - "id": 5325, + "id": 6093, "properties": { "attached": "true", "rotation": "1", @@ -67060,7 +71058,7 @@ } }, { - "id": 5326, + "id": 6094, "properties": { "attached": "true", "rotation": "2", @@ -67068,7 +71066,7 @@ } }, { - "id": 5327, + "id": 6095, "properties": { "attached": "true", "rotation": "2", @@ -67076,7 +71074,7 @@ } }, { - "id": 5328, + "id": 6096, "properties": { "attached": "true", "rotation": "3", @@ -67084,7 +71082,7 @@ } }, { - "id": 5329, + "id": 6097, "properties": { "attached": "true", "rotation": "3", @@ -67092,7 +71090,7 @@ } }, { - "id": 5330, + "id": 6098, "properties": { "attached": "true", "rotation": "4", @@ -67100,7 +71098,7 @@ } }, { - "id": 5331, + "id": 6099, "properties": { "attached": "true", "rotation": "4", @@ -67108,7 +71106,7 @@ } }, { - "id": 5332, + "id": 6100, "properties": { "attached": "true", "rotation": "5", @@ -67116,7 +71114,7 @@ } }, { - "id": 5333, + "id": 6101, "properties": { "attached": "true", "rotation": "5", @@ -67124,7 +71122,7 @@ } }, { - "id": 5334, + "id": 6102, "properties": { "attached": "true", "rotation": "6", @@ -67132,7 +71130,7 @@ } }, { - "id": 5335, + "id": 6103, "properties": { "attached": "true", "rotation": "6", @@ -67140,7 +71138,7 @@ } }, { - "id": 5336, + "id": 6104, "properties": { "attached": "true", "rotation": "7", @@ -67148,7 +71146,7 @@ } }, { - "id": 5337, + "id": 6105, "properties": { "attached": "true", "rotation": "7", @@ -67156,7 +71154,7 @@ } }, { - "id": 5338, + "id": 6106, "properties": { "attached": "true", "rotation": "8", @@ -67164,7 +71162,7 @@ } }, { - "id": 5339, + "id": 6107, "properties": { "attached": "true", "rotation": "8", @@ -67172,7 +71170,7 @@ } }, { - "id": 5340, + "id": 6108, "properties": { "attached": "true", "rotation": "9", @@ -67180,7 +71178,7 @@ } }, { - "id": 5341, + "id": 6109, "properties": { "attached": "true", "rotation": "9", @@ -67188,7 +71186,7 @@ } }, { - "id": 5342, + "id": 6110, "properties": { "attached": "true", "rotation": "10", @@ -67196,7 +71194,7 @@ } }, { - "id": 5343, + "id": 6111, "properties": { "attached": "true", "rotation": "10", @@ -67204,7 +71202,7 @@ } }, { - "id": 5344, + "id": 6112, "properties": { "attached": "true", "rotation": "11", @@ -67212,7 +71210,7 @@ } }, { - "id": 5345, + "id": 6113, "properties": { "attached": "true", "rotation": "11", @@ -67220,7 +71218,7 @@ } }, { - "id": 5346, + "id": 6114, "properties": { "attached": "true", "rotation": "12", @@ -67228,7 +71226,7 @@ } }, { - "id": 5347, + "id": 6115, "properties": { "attached": "true", "rotation": "12", @@ -67236,7 +71234,7 @@ } }, { - "id": 5348, + "id": 6116, "properties": { "attached": "true", "rotation": "13", @@ -67244,7 +71242,7 @@ } }, { - "id": 5349, + "id": 6117, "properties": { "attached": "true", "rotation": "13", @@ -67252,7 +71250,7 @@ } }, { - "id": 5350, + "id": 6118, "properties": { "attached": "true", "rotation": "14", @@ -67260,7 +71258,7 @@ } }, { - "id": 5351, + "id": 6119, "properties": { "attached": "true", "rotation": "14", @@ -67268,7 +71266,7 @@ } }, { - "id": 5352, + "id": 6120, "properties": { "attached": "true", "rotation": "15", @@ -67276,7 +71274,7 @@ } }, { - "id": 5353, + "id": 6121, "properties": { "attached": "true", "rotation": "15", @@ -67284,7 +71282,7 @@ } }, { - "id": 5354, + "id": 6122, "properties": { "attached": "false", "rotation": "0", @@ -67293,7 +71291,7 @@ }, { "default": true, - "id": 5355, + "id": 6123, "properties": { "attached": "false", "rotation": "0", @@ -67301,7 +71299,7 @@ } }, { - "id": 5356, + "id": 6124, "properties": { "attached": "false", "rotation": "1", @@ -67309,7 +71307,7 @@ } }, { - "id": 5357, + "id": 6125, "properties": { "attached": "false", "rotation": "1", @@ -67317,7 +71315,7 @@ } }, { - "id": 5358, + "id": 6126, "properties": { "attached": "false", "rotation": "2", @@ -67325,7 +71323,7 @@ } }, { - "id": 5359, + "id": 6127, "properties": { "attached": "false", "rotation": "2", @@ -67333,7 +71331,7 @@ } }, { - "id": 5360, + "id": 6128, "properties": { "attached": "false", "rotation": "3", @@ -67341,7 +71339,7 @@ } }, { - "id": 5361, + "id": 6129, "properties": { "attached": "false", "rotation": "3", @@ -67349,7 +71347,7 @@ } }, { - "id": 5362, + "id": 6130, "properties": { "attached": "false", "rotation": "4", @@ -67357,7 +71355,7 @@ } }, { - "id": 5363, + "id": 6131, "properties": { "attached": "false", "rotation": "4", @@ -67365,7 +71363,7 @@ } }, { - "id": 5364, + "id": 6132, "properties": { "attached": "false", "rotation": "5", @@ -67373,7 +71371,7 @@ } }, { - "id": 5365, + "id": 6133, "properties": { "attached": "false", "rotation": "5", @@ -67381,7 +71379,7 @@ } }, { - "id": 5366, + "id": 6134, "properties": { "attached": "false", "rotation": "6", @@ -67389,7 +71387,7 @@ } }, { - "id": 5367, + "id": 6135, "properties": { "attached": "false", "rotation": "6", @@ -67397,7 +71395,7 @@ } }, { - "id": 5368, + "id": 6136, "properties": { "attached": "false", "rotation": "7", @@ -67405,7 +71403,7 @@ } }, { - "id": 5369, + "id": 6137, "properties": { "attached": "false", "rotation": "7", @@ -67413,7 +71411,7 @@ } }, { - "id": 5370, + "id": 6138, "properties": { "attached": "false", "rotation": "8", @@ -67421,7 +71419,7 @@ } }, { - "id": 5371, + "id": 6139, "properties": { "attached": "false", "rotation": "8", @@ -67429,7 +71427,7 @@ } }, { - "id": 5372, + "id": 6140, "properties": { "attached": "false", "rotation": "9", @@ -67437,7 +71435,7 @@ } }, { - "id": 5373, + "id": 6141, "properties": { "attached": "false", "rotation": "9", @@ -67445,7 +71443,7 @@ } }, { - "id": 5374, + "id": 6142, "properties": { "attached": "false", "rotation": "10", @@ -67453,7 +71451,7 @@ } }, { - "id": 5375, + "id": 6143, "properties": { "attached": "false", "rotation": "10", @@ -67461,7 +71459,7 @@ } }, { - "id": 5376, + "id": 6144, "properties": { "attached": "false", "rotation": "11", @@ -67469,7 +71467,7 @@ } }, { - "id": 5377, + "id": 6145, "properties": { "attached": "false", "rotation": "11", @@ -67477,7 +71475,7 @@ } }, { - "id": 5378, + "id": 6146, "properties": { "attached": "false", "rotation": "12", @@ -67485,7 +71483,7 @@ } }, { - "id": 5379, + "id": 6147, "properties": { "attached": "false", "rotation": "12", @@ -67493,7 +71491,7 @@ } }, { - "id": 5380, + "id": 6148, "properties": { "attached": "false", "rotation": "13", @@ -67501,7 +71499,7 @@ } }, { - "id": 5381, + "id": 6149, "properties": { "attached": "false", "rotation": "13", @@ -67509,7 +71507,7 @@ } }, { - "id": 5382, + "id": 6150, "properties": { "attached": "false", "rotation": "14", @@ -67517,7 +71515,7 @@ } }, { - "id": 5383, + "id": 6151, "properties": { "attached": "false", "rotation": "14", @@ -67525,7 +71523,7 @@ } }, { - "id": 5384, + "id": 6152, "properties": { "attached": "false", "rotation": "15", @@ -67533,7 +71531,7 @@ } }, { - "id": 5385, + "id": 6153, "properties": { "attached": "false", "rotation": "15", @@ -67855,14 +71853,14 @@ }, "states": [ { - "id": 5904, + "id": 6672, "properties": { "powered": "true" } }, { "default": true, - "id": 5905, + "id": 6673, "properties": { "powered": "false" } @@ -67897,6 +71895,613 @@ } ] }, + "minecraft:dark_oak_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2719, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2720, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2721, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2722, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2723, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2724, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2725, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2726, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2727, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2728, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2729, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2730, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2731, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2732, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2733, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2734, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2735, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2736, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2737, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2738, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2739, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2740, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2741, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2742, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2743, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2744, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2745, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2746, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2747, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2748, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2749, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2750, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2751, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2752, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2753, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2754, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2755, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2756, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2757, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2758, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2759, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2760, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2761, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2762, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2763, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2764, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2765, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2766, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2767, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2768, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2769, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2770, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2771, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2772, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2773, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2774, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2775, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2776, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2777, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2778, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2779, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2780, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2781, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2782, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:dark_oak_sign": { "definition": { "type": "minecraft:standing_sign", @@ -67929,7 +72534,7 @@ }, "states": [ { - "id": 4558, + "id": 5326, "properties": { "rotation": "0", "waterlogged": "true" @@ -67937,217 +72542,217 @@ }, { "default": true, - "id": 4559, + "id": 5327, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4560, + "id": 5328, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4561, + "id": 5329, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4562, + "id": 5330, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4563, + "id": 5331, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4564, + "id": 5332, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4565, + "id": 5333, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4566, + "id": 5334, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4567, + "id": 5335, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4568, + "id": 5336, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4569, + "id": 5337, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4570, + "id": 5338, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4571, + "id": 5339, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4572, + "id": 5340, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4573, + "id": 5341, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4574, + "id": 5342, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4575, + "id": 5343, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4576, + "id": 5344, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4577, + "id": 5345, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4578, + "id": 5346, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4579, + "id": 5347, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4580, + "id": 5348, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4581, + "id": 5349, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4582, + "id": 5350, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4583, + "id": 5351, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4584, + "id": 5352, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4585, + "id": 5353, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4586, + "id": 5354, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4587, + "id": 5355, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4588, + "id": 5356, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4589, + "id": 5357, "properties": { "rotation": "15", "waterlogged": "false" @@ -68173,21 +72778,21 @@ }, "states": [ { - "id": 12087, + "id": 13164, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12088, + "id": 13165, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12089, + "id": 13166, "properties": { "type": "bottom", "waterlogged": "true" @@ -68195,21 +72800,21 @@ }, { "default": true, - "id": 12090, + "id": 13167, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12091, + "id": 13168, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12092, + "id": 13169, "properties": { "type": "double", "waterlogged": "false" @@ -68250,7 +72855,7 @@ }, "states": [ { - "id": 10853, + "id": 11930, "properties": { "facing": "north", "half": "top", @@ -68259,7 +72864,7 @@ } }, { - "id": 10854, + "id": 11931, "properties": { "facing": "north", "half": "top", @@ -68268,7 +72873,7 @@ } }, { - "id": 10855, + "id": 11932, "properties": { "facing": "north", "half": "top", @@ -68277,7 +72882,7 @@ } }, { - "id": 10856, + "id": 11933, "properties": { "facing": "north", "half": "top", @@ -68286,7 +72891,7 @@ } }, { - "id": 10857, + "id": 11934, "properties": { "facing": "north", "half": "top", @@ -68295,7 +72900,7 @@ } }, { - "id": 10858, + "id": 11935, "properties": { "facing": "north", "half": "top", @@ -68304,7 +72909,7 @@ } }, { - "id": 10859, + "id": 11936, "properties": { "facing": "north", "half": "top", @@ -68313,7 +72918,7 @@ } }, { - "id": 10860, + "id": 11937, "properties": { "facing": "north", "half": "top", @@ -68322,7 +72927,7 @@ } }, { - "id": 10861, + "id": 11938, "properties": { "facing": "north", "half": "top", @@ -68331,7 +72936,7 @@ } }, { - "id": 10862, + "id": 11939, "properties": { "facing": "north", "half": "top", @@ -68340,7 +72945,7 @@ } }, { - "id": 10863, + "id": 11940, "properties": { "facing": "north", "half": "bottom", @@ -68350,7 +72955,7 @@ }, { "default": true, - "id": 10864, + "id": 11941, "properties": { "facing": "north", "half": "bottom", @@ -68359,7 +72964,7 @@ } }, { - "id": 10865, + "id": 11942, "properties": { "facing": "north", "half": "bottom", @@ -68368,7 +72973,7 @@ } }, { - "id": 10866, + "id": 11943, "properties": { "facing": "north", "half": "bottom", @@ -68377,7 +72982,7 @@ } }, { - "id": 10867, + "id": 11944, "properties": { "facing": "north", "half": "bottom", @@ -68386,7 +72991,7 @@ } }, { - "id": 10868, + "id": 11945, "properties": { "facing": "north", "half": "bottom", @@ -68395,7 +73000,7 @@ } }, { - "id": 10869, + "id": 11946, "properties": { "facing": "north", "half": "bottom", @@ -68404,7 +73009,7 @@ } }, { - "id": 10870, + "id": 11947, "properties": { "facing": "north", "half": "bottom", @@ -68413,7 +73018,7 @@ } }, { - "id": 10871, + "id": 11948, "properties": { "facing": "north", "half": "bottom", @@ -68422,7 +73027,7 @@ } }, { - "id": 10872, + "id": 11949, "properties": { "facing": "north", "half": "bottom", @@ -68431,7 +73036,7 @@ } }, { - "id": 10873, + "id": 11950, "properties": { "facing": "south", "half": "top", @@ -68440,7 +73045,7 @@ } }, { - "id": 10874, + "id": 11951, "properties": { "facing": "south", "half": "top", @@ -68449,7 +73054,7 @@ } }, { - "id": 10875, + "id": 11952, "properties": { "facing": "south", "half": "top", @@ -68458,7 +73063,7 @@ } }, { - "id": 10876, + "id": 11953, "properties": { "facing": "south", "half": "top", @@ -68467,7 +73072,7 @@ } }, { - "id": 10877, + "id": 11954, "properties": { "facing": "south", "half": "top", @@ -68476,7 +73081,7 @@ } }, { - "id": 10878, + "id": 11955, "properties": { "facing": "south", "half": "top", @@ -68485,7 +73090,7 @@ } }, { - "id": 10879, + "id": 11956, "properties": { "facing": "south", "half": "top", @@ -68494,7 +73099,7 @@ } }, { - "id": 10880, + "id": 11957, "properties": { "facing": "south", "half": "top", @@ -68503,7 +73108,7 @@ } }, { - "id": 10881, + "id": 11958, "properties": { "facing": "south", "half": "top", @@ -68512,7 +73117,7 @@ } }, { - "id": 10882, + "id": 11959, "properties": { "facing": "south", "half": "top", @@ -68521,7 +73126,7 @@ } }, { - "id": 10883, + "id": 11960, "properties": { "facing": "south", "half": "bottom", @@ -68530,7 +73135,7 @@ } }, { - "id": 10884, + "id": 11961, "properties": { "facing": "south", "half": "bottom", @@ -68539,7 +73144,7 @@ } }, { - "id": 10885, + "id": 11962, "properties": { "facing": "south", "half": "bottom", @@ -68548,7 +73153,7 @@ } }, { - "id": 10886, + "id": 11963, "properties": { "facing": "south", "half": "bottom", @@ -68557,7 +73162,7 @@ } }, { - "id": 10887, + "id": 11964, "properties": { "facing": "south", "half": "bottom", @@ -68566,7 +73171,7 @@ } }, { - "id": 10888, + "id": 11965, "properties": { "facing": "south", "half": "bottom", @@ -68575,7 +73180,7 @@ } }, { - "id": 10889, + "id": 11966, "properties": { "facing": "south", "half": "bottom", @@ -68584,7 +73189,7 @@ } }, { - "id": 10890, + "id": 11967, "properties": { "facing": "south", "half": "bottom", @@ -68593,7 +73198,7 @@ } }, { - "id": 10891, + "id": 11968, "properties": { "facing": "south", "half": "bottom", @@ -68602,7 +73207,7 @@ } }, { - "id": 10892, + "id": 11969, "properties": { "facing": "south", "half": "bottom", @@ -68611,7 +73216,7 @@ } }, { - "id": 10893, + "id": 11970, "properties": { "facing": "west", "half": "top", @@ -68620,7 +73225,7 @@ } }, { - "id": 10894, + "id": 11971, "properties": { "facing": "west", "half": "top", @@ -68629,7 +73234,7 @@ } }, { - "id": 10895, + "id": 11972, "properties": { "facing": "west", "half": "top", @@ -68638,7 +73243,7 @@ } }, { - "id": 10896, + "id": 11973, "properties": { "facing": "west", "half": "top", @@ -68647,7 +73252,7 @@ } }, { - "id": 10897, + "id": 11974, "properties": { "facing": "west", "half": "top", @@ -68656,7 +73261,7 @@ } }, { - "id": 10898, + "id": 11975, "properties": { "facing": "west", "half": "top", @@ -68665,7 +73270,7 @@ } }, { - "id": 10899, + "id": 11976, "properties": { "facing": "west", "half": "top", @@ -68674,7 +73279,7 @@ } }, { - "id": 10900, + "id": 11977, "properties": { "facing": "west", "half": "top", @@ -68683,7 +73288,7 @@ } }, { - "id": 10901, + "id": 11978, "properties": { "facing": "west", "half": "top", @@ -68692,7 +73297,7 @@ } }, { - "id": 10902, + "id": 11979, "properties": { "facing": "west", "half": "top", @@ -68701,7 +73306,7 @@ } }, { - "id": 10903, + "id": 11980, "properties": { "facing": "west", "half": "bottom", @@ -68710,7 +73315,7 @@ } }, { - "id": 10904, + "id": 11981, "properties": { "facing": "west", "half": "bottom", @@ -68719,7 +73324,7 @@ } }, { - "id": 10905, + "id": 11982, "properties": { "facing": "west", "half": "bottom", @@ -68728,7 +73333,7 @@ } }, { - "id": 10906, + "id": 11983, "properties": { "facing": "west", "half": "bottom", @@ -68737,7 +73342,7 @@ } }, { - "id": 10907, + "id": 11984, "properties": { "facing": "west", "half": "bottom", @@ -68746,7 +73351,7 @@ } }, { - "id": 10908, + "id": 11985, "properties": { "facing": "west", "half": "bottom", @@ -68755,7 +73360,7 @@ } }, { - "id": 10909, + "id": 11986, "properties": { "facing": "west", "half": "bottom", @@ -68764,7 +73369,7 @@ } }, { - "id": 10910, + "id": 11987, "properties": { "facing": "west", "half": "bottom", @@ -68773,7 +73378,7 @@ } }, { - "id": 10911, + "id": 11988, "properties": { "facing": "west", "half": "bottom", @@ -68782,7 +73387,7 @@ } }, { - "id": 10912, + "id": 11989, "properties": { "facing": "west", "half": "bottom", @@ -68791,7 +73396,7 @@ } }, { - "id": 10913, + "id": 11990, "properties": { "facing": "east", "half": "top", @@ -68800,7 +73405,7 @@ } }, { - "id": 10914, + "id": 11991, "properties": { "facing": "east", "half": "top", @@ -68809,7 +73414,7 @@ } }, { - "id": 10915, + "id": 11992, "properties": { "facing": "east", "half": "top", @@ -68818,7 +73423,7 @@ } }, { - "id": 10916, + "id": 11993, "properties": { "facing": "east", "half": "top", @@ -68827,7 +73432,7 @@ } }, { - "id": 10917, + "id": 11994, "properties": { "facing": "east", "half": "top", @@ -68836,7 +73441,7 @@ } }, { - "id": 10918, + "id": 11995, "properties": { "facing": "east", "half": "top", @@ -68845,7 +73450,7 @@ } }, { - "id": 10919, + "id": 11996, "properties": { "facing": "east", "half": "top", @@ -68854,7 +73459,7 @@ } }, { - "id": 10920, + "id": 11997, "properties": { "facing": "east", "half": "top", @@ -68863,7 +73468,7 @@ } }, { - "id": 10921, + "id": 11998, "properties": { "facing": "east", "half": "top", @@ -68872,7 +73477,7 @@ } }, { - "id": 10922, + "id": 11999, "properties": { "facing": "east", "half": "top", @@ -68881,7 +73486,7 @@ } }, { - "id": 10923, + "id": 12000, "properties": { "facing": "east", "half": "bottom", @@ -68890,7 +73495,7 @@ } }, { - "id": 10924, + "id": 12001, "properties": { "facing": "east", "half": "bottom", @@ -68899,7 +73504,7 @@ } }, { - "id": 10925, + "id": 12002, "properties": { "facing": "east", "half": "bottom", @@ -68908,7 +73513,7 @@ } }, { - "id": 10926, + "id": 12003, "properties": { "facing": "east", "half": "bottom", @@ -68917,7 +73522,7 @@ } }, { - "id": 10927, + "id": 12004, "properties": { "facing": "east", "half": "bottom", @@ -68926,7 +73531,7 @@ } }, { - "id": 10928, + "id": 12005, "properties": { "facing": "east", "half": "bottom", @@ -68935,7 +73540,7 @@ } }, { - "id": 10929, + "id": 12006, "properties": { "facing": "east", "half": "bottom", @@ -68944,7 +73549,7 @@ } }, { - "id": 10930, + "id": 12007, "properties": { "facing": "east", "half": "bottom", @@ -68953,7 +73558,7 @@ } }, { - "id": 10931, + "id": 12008, "properties": { "facing": "east", "half": "bottom", @@ -68962,7 +73567,7 @@ } }, { - "id": 10932, + "id": 12009, "properties": { "facing": "east", "half": "bottom", @@ -69004,7 +73609,7 @@ }, "states": [ { - "id": 6524, + "id": 7297, "properties": { "facing": "north", "half": "top", @@ -69014,7 +73619,7 @@ } }, { - "id": 6525, + "id": 7298, "properties": { "facing": "north", "half": "top", @@ -69024,7 +73629,7 @@ } }, { - "id": 6526, + "id": 7299, "properties": { "facing": "north", "half": "top", @@ -69034,7 +73639,7 @@ } }, { - "id": 6527, + "id": 7300, "properties": { "facing": "north", "half": "top", @@ -69044,7 +73649,7 @@ } }, { - "id": 6528, + "id": 7301, "properties": { "facing": "north", "half": "top", @@ -69054,7 +73659,7 @@ } }, { - "id": 6529, + "id": 7302, "properties": { "facing": "north", "half": "top", @@ -69064,7 +73669,7 @@ } }, { - "id": 6530, + "id": 7303, "properties": { "facing": "north", "half": "top", @@ -69074,7 +73679,7 @@ } }, { - "id": 6531, + "id": 7304, "properties": { "facing": "north", "half": "top", @@ -69084,7 +73689,7 @@ } }, { - "id": 6532, + "id": 7305, "properties": { "facing": "north", "half": "bottom", @@ -69094,7 +73699,7 @@ } }, { - "id": 6533, + "id": 7306, "properties": { "facing": "north", "half": "bottom", @@ -69104,7 +73709,7 @@ } }, { - "id": 6534, + "id": 7307, "properties": { "facing": "north", "half": "bottom", @@ -69114,7 +73719,7 @@ } }, { - "id": 6535, + "id": 7308, "properties": { "facing": "north", "half": "bottom", @@ -69124,7 +73729,7 @@ } }, { - "id": 6536, + "id": 7309, "properties": { "facing": "north", "half": "bottom", @@ -69134,7 +73739,7 @@ } }, { - "id": 6537, + "id": 7310, "properties": { "facing": "north", "half": "bottom", @@ -69144,7 +73749,7 @@ } }, { - "id": 6538, + "id": 7311, "properties": { "facing": "north", "half": "bottom", @@ -69155,7 +73760,7 @@ }, { "default": true, - "id": 6539, + "id": 7312, "properties": { "facing": "north", "half": "bottom", @@ -69165,7 +73770,7 @@ } }, { - "id": 6540, + "id": 7313, "properties": { "facing": "south", "half": "top", @@ -69175,7 +73780,7 @@ } }, { - "id": 6541, + "id": 7314, "properties": { "facing": "south", "half": "top", @@ -69185,7 +73790,7 @@ } }, { - "id": 6542, + "id": 7315, "properties": { "facing": "south", "half": "top", @@ -69195,7 +73800,7 @@ } }, { - "id": 6543, + "id": 7316, "properties": { "facing": "south", "half": "top", @@ -69205,7 +73810,7 @@ } }, { - "id": 6544, + "id": 7317, "properties": { "facing": "south", "half": "top", @@ -69215,7 +73820,7 @@ } }, { - "id": 6545, + "id": 7318, "properties": { "facing": "south", "half": "top", @@ -69225,7 +73830,7 @@ } }, { - "id": 6546, + "id": 7319, "properties": { "facing": "south", "half": "top", @@ -69235,7 +73840,7 @@ } }, { - "id": 6547, + "id": 7320, "properties": { "facing": "south", "half": "top", @@ -69245,7 +73850,7 @@ } }, { - "id": 6548, + "id": 7321, "properties": { "facing": "south", "half": "bottom", @@ -69255,7 +73860,7 @@ } }, { - "id": 6549, + "id": 7322, "properties": { "facing": "south", "half": "bottom", @@ -69265,7 +73870,7 @@ } }, { - "id": 6550, + "id": 7323, "properties": { "facing": "south", "half": "bottom", @@ -69275,7 +73880,7 @@ } }, { - "id": 6551, + "id": 7324, "properties": { "facing": "south", "half": "bottom", @@ -69285,7 +73890,7 @@ } }, { - "id": 6552, + "id": 7325, "properties": { "facing": "south", "half": "bottom", @@ -69295,7 +73900,7 @@ } }, { - "id": 6553, + "id": 7326, "properties": { "facing": "south", "half": "bottom", @@ -69305,7 +73910,7 @@ } }, { - "id": 6554, + "id": 7327, "properties": { "facing": "south", "half": "bottom", @@ -69315,7 +73920,7 @@ } }, { - "id": 6555, + "id": 7328, "properties": { "facing": "south", "half": "bottom", @@ -69325,7 +73930,7 @@ } }, { - "id": 6556, + "id": 7329, "properties": { "facing": "west", "half": "top", @@ -69335,7 +73940,7 @@ } }, { - "id": 6557, + "id": 7330, "properties": { "facing": "west", "half": "top", @@ -69345,7 +73950,7 @@ } }, { - "id": 6558, + "id": 7331, "properties": { "facing": "west", "half": "top", @@ -69355,7 +73960,7 @@ } }, { - "id": 6559, + "id": 7332, "properties": { "facing": "west", "half": "top", @@ -69365,7 +73970,7 @@ } }, { - "id": 6560, + "id": 7333, "properties": { "facing": "west", "half": "top", @@ -69375,7 +73980,7 @@ } }, { - "id": 6561, + "id": 7334, "properties": { "facing": "west", "half": "top", @@ -69385,7 +73990,7 @@ } }, { - "id": 6562, + "id": 7335, "properties": { "facing": "west", "half": "top", @@ -69395,7 +74000,7 @@ } }, { - "id": 6563, + "id": 7336, "properties": { "facing": "west", "half": "top", @@ -69405,7 +74010,7 @@ } }, { - "id": 6564, + "id": 7337, "properties": { "facing": "west", "half": "bottom", @@ -69415,7 +74020,7 @@ } }, { - "id": 6565, + "id": 7338, "properties": { "facing": "west", "half": "bottom", @@ -69425,7 +74030,7 @@ } }, { - "id": 6566, + "id": 7339, "properties": { "facing": "west", "half": "bottom", @@ -69435,7 +74040,7 @@ } }, { - "id": 6567, + "id": 7340, "properties": { "facing": "west", "half": "bottom", @@ -69445,7 +74050,7 @@ } }, { - "id": 6568, + "id": 7341, "properties": { "facing": "west", "half": "bottom", @@ -69455,7 +74060,7 @@ } }, { - "id": 6569, + "id": 7342, "properties": { "facing": "west", "half": "bottom", @@ -69465,7 +74070,7 @@ } }, { - "id": 6570, + "id": 7343, "properties": { "facing": "west", "half": "bottom", @@ -69475,7 +74080,7 @@ } }, { - "id": 6571, + "id": 7344, "properties": { "facing": "west", "half": "bottom", @@ -69485,7 +74090,7 @@ } }, { - "id": 6572, + "id": 7345, "properties": { "facing": "east", "half": "top", @@ -69495,7 +74100,7 @@ } }, { - "id": 6573, + "id": 7346, "properties": { "facing": "east", "half": "top", @@ -69505,7 +74110,7 @@ } }, { - "id": 6574, + "id": 7347, "properties": { "facing": "east", "half": "top", @@ -69515,7 +74120,7 @@ } }, { - "id": 6575, + "id": 7348, "properties": { "facing": "east", "half": "top", @@ -69525,7 +74130,7 @@ } }, { - "id": 6576, + "id": 7349, "properties": { "facing": "east", "half": "top", @@ -69535,7 +74140,7 @@ } }, { - "id": 6577, + "id": 7350, "properties": { "facing": "east", "half": "top", @@ -69545,7 +74150,7 @@ } }, { - "id": 6578, + "id": 7351, "properties": { "facing": "east", "half": "top", @@ -69555,7 +74160,7 @@ } }, { - "id": 6579, + "id": 7352, "properties": { "facing": "east", "half": "top", @@ -69565,7 +74170,7 @@ } }, { - "id": 6580, + "id": 7353, "properties": { "facing": "east", "half": "bottom", @@ -69575,7 +74180,7 @@ } }, { - "id": 6581, + "id": 7354, "properties": { "facing": "east", "half": "bottom", @@ -69585,7 +74190,7 @@ } }, { - "id": 6582, + "id": 7355, "properties": { "facing": "east", "half": "bottom", @@ -69595,7 +74200,7 @@ } }, { - "id": 6583, + "id": 7356, "properties": { "facing": "east", "half": "bottom", @@ -69605,7 +74210,7 @@ } }, { - "id": 6584, + "id": 7357, "properties": { "facing": "east", "half": "bottom", @@ -69615,7 +74220,7 @@ } }, { - "id": 6585, + "id": 7358, "properties": { "facing": "east", "half": "bottom", @@ -69625,7 +74230,7 @@ } }, { - "id": 6586, + "id": 7359, "properties": { "facing": "east", "half": "bottom", @@ -69635,7 +74240,7 @@ } }, { - "id": 6587, + "id": 7360, "properties": { "facing": "east", "half": "bottom", @@ -69666,7 +74271,7 @@ }, "states": [ { - "id": 5754, + "id": 6522, "properties": { "facing": "north", "waterlogged": "true" @@ -69674,49 +74279,49 @@ }, { "default": true, - "id": 5755, + "id": 6523, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5756, + "id": 6524, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5757, + "id": 6525, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5758, + "id": 6526, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5759, + "id": 6527, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5760, + "id": 6528, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5761, + "id": 6529, "properties": { "facing": "east", "waterlogged": "false" @@ -69744,7 +74349,7 @@ }, "states": [ { - "id": 4906, + "id": 5674, "properties": { "facing": "north", "waterlogged": "true" @@ -69752,49 +74357,49 @@ }, { "default": true, - "id": 4907, + "id": 5675, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4908, + "id": 5676, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4909, + "id": 5677, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4910, + "id": 5678, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4911, + "id": 5679, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4912, + "id": 5680, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4913, + "id": 5681, "properties": { "facing": "east", "waterlogged": "false" @@ -69844,7 +74449,7 @@ "states": [ { "default": true, - "id": 11354 + "id": 12431 } ] }, @@ -69866,21 +74471,21 @@ }, "states": [ { - "id": 11607, + "id": 12684, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 11608, + "id": 12685, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 11609, + "id": 12686, "properties": { "type": "bottom", "waterlogged": "true" @@ -69888,21 +74493,21 @@ }, { "default": true, - "id": 11610, + "id": 12687, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 11611, + "id": 12688, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 11612, + "id": 12689, "properties": { "type": "double", "waterlogged": "false" @@ -69943,7 +74548,7 @@ }, "states": [ { - "id": 11515, + "id": 12592, "properties": { "facing": "north", "half": "top", @@ -69952,7 +74557,7 @@ } }, { - "id": 11516, + "id": 12593, "properties": { "facing": "north", "half": "top", @@ -69961,7 +74566,7 @@ } }, { - "id": 11517, + "id": 12594, "properties": { "facing": "north", "half": "top", @@ -69970,7 +74575,7 @@ } }, { - "id": 11518, + "id": 12595, "properties": { "facing": "north", "half": "top", @@ -69979,7 +74584,7 @@ } }, { - "id": 11519, + "id": 12596, "properties": { "facing": "north", "half": "top", @@ -69988,7 +74593,7 @@ } }, { - "id": 11520, + "id": 12597, "properties": { "facing": "north", "half": "top", @@ -69997,7 +74602,7 @@ } }, { - "id": 11521, + "id": 12598, "properties": { "facing": "north", "half": "top", @@ -70006,7 +74611,7 @@ } }, { - "id": 11522, + "id": 12599, "properties": { "facing": "north", "half": "top", @@ -70015,7 +74620,7 @@ } }, { - "id": 11523, + "id": 12600, "properties": { "facing": "north", "half": "top", @@ -70024,7 +74629,7 @@ } }, { - "id": 11524, + "id": 12601, "properties": { "facing": "north", "half": "top", @@ -70033,7 +74638,7 @@ } }, { - "id": 11525, + "id": 12602, "properties": { "facing": "north", "half": "bottom", @@ -70043,7 +74648,7 @@ }, { "default": true, - "id": 11526, + "id": 12603, "properties": { "facing": "north", "half": "bottom", @@ -70052,7 +74657,7 @@ } }, { - "id": 11527, + "id": 12604, "properties": { "facing": "north", "half": "bottom", @@ -70061,7 +74666,7 @@ } }, { - "id": 11528, + "id": 12605, "properties": { "facing": "north", "half": "bottom", @@ -70070,7 +74675,7 @@ } }, { - "id": 11529, + "id": 12606, "properties": { "facing": "north", "half": "bottom", @@ -70079,7 +74684,7 @@ } }, { - "id": 11530, + "id": 12607, "properties": { "facing": "north", "half": "bottom", @@ -70088,7 +74693,7 @@ } }, { - "id": 11531, + "id": 12608, "properties": { "facing": "north", "half": "bottom", @@ -70097,7 +74702,7 @@ } }, { - "id": 11532, + "id": 12609, "properties": { "facing": "north", "half": "bottom", @@ -70106,7 +74711,7 @@ } }, { - "id": 11533, + "id": 12610, "properties": { "facing": "north", "half": "bottom", @@ -70115,7 +74720,7 @@ } }, { - "id": 11534, + "id": 12611, "properties": { "facing": "north", "half": "bottom", @@ -70124,7 +74729,7 @@ } }, { - "id": 11535, + "id": 12612, "properties": { "facing": "south", "half": "top", @@ -70133,7 +74738,7 @@ } }, { - "id": 11536, + "id": 12613, "properties": { "facing": "south", "half": "top", @@ -70142,7 +74747,7 @@ } }, { - "id": 11537, + "id": 12614, "properties": { "facing": "south", "half": "top", @@ -70151,7 +74756,7 @@ } }, { - "id": 11538, + "id": 12615, "properties": { "facing": "south", "half": "top", @@ -70160,7 +74765,7 @@ } }, { - "id": 11539, + "id": 12616, "properties": { "facing": "south", "half": "top", @@ -70169,7 +74774,7 @@ } }, { - "id": 11540, + "id": 12617, "properties": { "facing": "south", "half": "top", @@ -70178,7 +74783,7 @@ } }, { - "id": 11541, + "id": 12618, "properties": { "facing": "south", "half": "top", @@ -70187,7 +74792,7 @@ } }, { - "id": 11542, + "id": 12619, "properties": { "facing": "south", "half": "top", @@ -70196,7 +74801,7 @@ } }, { - "id": 11543, + "id": 12620, "properties": { "facing": "south", "half": "top", @@ -70205,7 +74810,7 @@ } }, { - "id": 11544, + "id": 12621, "properties": { "facing": "south", "half": "top", @@ -70214,7 +74819,7 @@ } }, { - "id": 11545, + "id": 12622, "properties": { "facing": "south", "half": "bottom", @@ -70223,7 +74828,7 @@ } }, { - "id": 11546, + "id": 12623, "properties": { "facing": "south", "half": "bottom", @@ -70232,7 +74837,7 @@ } }, { - "id": 11547, + "id": 12624, "properties": { "facing": "south", "half": "bottom", @@ -70241,7 +74846,7 @@ } }, { - "id": 11548, + "id": 12625, "properties": { "facing": "south", "half": "bottom", @@ -70250,7 +74855,7 @@ } }, { - "id": 11549, + "id": 12626, "properties": { "facing": "south", "half": "bottom", @@ -70259,7 +74864,7 @@ } }, { - "id": 11550, + "id": 12627, "properties": { "facing": "south", "half": "bottom", @@ -70268,7 +74873,7 @@ } }, { - "id": 11551, + "id": 12628, "properties": { "facing": "south", "half": "bottom", @@ -70277,7 +74882,7 @@ } }, { - "id": 11552, + "id": 12629, "properties": { "facing": "south", "half": "bottom", @@ -70286,7 +74891,7 @@ } }, { - "id": 11553, + "id": 12630, "properties": { "facing": "south", "half": "bottom", @@ -70295,7 +74900,7 @@ } }, { - "id": 11554, + "id": 12631, "properties": { "facing": "south", "half": "bottom", @@ -70304,7 +74909,7 @@ } }, { - "id": 11555, + "id": 12632, "properties": { "facing": "west", "half": "top", @@ -70313,7 +74918,7 @@ } }, { - "id": 11556, + "id": 12633, "properties": { "facing": "west", "half": "top", @@ -70322,7 +74927,7 @@ } }, { - "id": 11557, + "id": 12634, "properties": { "facing": "west", "half": "top", @@ -70331,7 +74936,7 @@ } }, { - "id": 11558, + "id": 12635, "properties": { "facing": "west", "half": "top", @@ -70340,7 +74945,7 @@ } }, { - "id": 11559, + "id": 12636, "properties": { "facing": "west", "half": "top", @@ -70349,7 +74954,7 @@ } }, { - "id": 11560, + "id": 12637, "properties": { "facing": "west", "half": "top", @@ -70358,7 +74963,7 @@ } }, { - "id": 11561, + "id": 12638, "properties": { "facing": "west", "half": "top", @@ -70367,7 +74972,7 @@ } }, { - "id": 11562, + "id": 12639, "properties": { "facing": "west", "half": "top", @@ -70376,7 +74981,7 @@ } }, { - "id": 11563, + "id": 12640, "properties": { "facing": "west", "half": "top", @@ -70385,7 +74990,7 @@ } }, { - "id": 11564, + "id": 12641, "properties": { "facing": "west", "half": "top", @@ -70394,7 +74999,7 @@ } }, { - "id": 11565, + "id": 12642, "properties": { "facing": "west", "half": "bottom", @@ -70403,7 +75008,7 @@ } }, { - "id": 11566, + "id": 12643, "properties": { "facing": "west", "half": "bottom", @@ -70412,7 +75017,7 @@ } }, { - "id": 11567, + "id": 12644, "properties": { "facing": "west", "half": "bottom", @@ -70421,7 +75026,7 @@ } }, { - "id": 11568, + "id": 12645, "properties": { "facing": "west", "half": "bottom", @@ -70430,7 +75035,7 @@ } }, { - "id": 11569, + "id": 12646, "properties": { "facing": "west", "half": "bottom", @@ -70439,7 +75044,7 @@ } }, { - "id": 11570, + "id": 12647, "properties": { "facing": "west", "half": "bottom", @@ -70448,7 +75053,7 @@ } }, { - "id": 11571, + "id": 12648, "properties": { "facing": "west", "half": "bottom", @@ -70457,7 +75062,7 @@ } }, { - "id": 11572, + "id": 12649, "properties": { "facing": "west", "half": "bottom", @@ -70466,7 +75071,7 @@ } }, { - "id": 11573, + "id": 12650, "properties": { "facing": "west", "half": "bottom", @@ -70475,7 +75080,7 @@ } }, { - "id": 11574, + "id": 12651, "properties": { "facing": "west", "half": "bottom", @@ -70484,7 +75089,7 @@ } }, { - "id": 11575, + "id": 12652, "properties": { "facing": "east", "half": "top", @@ -70493,7 +75098,7 @@ } }, { - "id": 11576, + "id": 12653, "properties": { "facing": "east", "half": "top", @@ -70502,7 +75107,7 @@ } }, { - "id": 11577, + "id": 12654, "properties": { "facing": "east", "half": "top", @@ -70511,7 +75116,7 @@ } }, { - "id": 11578, + "id": 12655, "properties": { "facing": "east", "half": "top", @@ -70520,7 +75125,7 @@ } }, { - "id": 11579, + "id": 12656, "properties": { "facing": "east", "half": "top", @@ -70529,7 +75134,7 @@ } }, { - "id": 11580, + "id": 12657, "properties": { "facing": "east", "half": "top", @@ -70538,7 +75143,7 @@ } }, { - "id": 11581, + "id": 12658, "properties": { "facing": "east", "half": "top", @@ -70547,7 +75152,7 @@ } }, { - "id": 11582, + "id": 12659, "properties": { "facing": "east", "half": "top", @@ -70556,7 +75161,7 @@ } }, { - "id": 11583, + "id": 12660, "properties": { "facing": "east", "half": "top", @@ -70565,7 +75170,7 @@ } }, { - "id": 11584, + "id": 12661, "properties": { "facing": "east", "half": "top", @@ -70574,7 +75179,7 @@ } }, { - "id": 11585, + "id": 12662, "properties": { "facing": "east", "half": "bottom", @@ -70583,7 +75188,7 @@ } }, { - "id": 11586, + "id": 12663, "properties": { "facing": "east", "half": "bottom", @@ -70592,7 +75197,7 @@ } }, { - "id": 11587, + "id": 12664, "properties": { "facing": "east", "half": "bottom", @@ -70601,7 +75206,7 @@ } }, { - "id": 11588, + "id": 12665, "properties": { "facing": "east", "half": "bottom", @@ -70610,7 +75215,7 @@ } }, { - "id": 11589, + "id": 12666, "properties": { "facing": "east", "half": "bottom", @@ -70619,7 +75224,7 @@ } }, { - "id": 11590, + "id": 12667, "properties": { "facing": "east", "half": "bottom", @@ -70628,7 +75233,7 @@ } }, { - "id": 11591, + "id": 12668, "properties": { "facing": "east", "half": "bottom", @@ -70637,7 +75242,7 @@ } }, { - "id": 11592, + "id": 12669, "properties": { "facing": "east", "half": "bottom", @@ -70646,7 +75251,7 @@ } }, { - "id": 11593, + "id": 12670, "properties": { "facing": "east", "half": "bottom", @@ -70655,7 +75260,7 @@ } }, { - "id": 11594, + "id": 12671, "properties": { "facing": "east", "half": "bottom", @@ -70696,112 +75301,112 @@ }, "states": [ { - "id": 10000, + "id": 11077, "properties": { "inverted": "true", "power": "0" } }, { - "id": 10001, + "id": 11078, "properties": { "inverted": "true", "power": "1" } }, { - "id": 10002, + "id": 11079, "properties": { "inverted": "true", "power": "2" } }, { - "id": 10003, + "id": 11080, "properties": { "inverted": "true", "power": "3" } }, { - "id": 10004, + "id": 11081, "properties": { "inverted": "true", "power": "4" } }, { - "id": 10005, + "id": 11082, "properties": { "inverted": "true", "power": "5" } }, { - "id": 10006, + "id": 11083, "properties": { "inverted": "true", "power": "6" } }, { - "id": 10007, + "id": 11084, "properties": { "inverted": "true", "power": "7" } }, { - "id": 10008, + "id": 11085, "properties": { "inverted": "true", "power": "8" } }, { - "id": 10009, + "id": 11086, "properties": { "inverted": "true", "power": "9" } }, { - "id": 10010, + "id": 11087, "properties": { "inverted": "true", "power": "10" } }, { - "id": 10011, + "id": 11088, "properties": { "inverted": "true", "power": "11" } }, { - "id": 10012, + "id": 11089, "properties": { "inverted": "true", "power": "12" } }, { - "id": 10013, + "id": 11090, "properties": { "inverted": "true", "power": "13" } }, { - "id": 10014, + "id": 11091, "properties": { "inverted": "true", "power": "14" } }, { - "id": 10015, + "id": 11092, "properties": { "inverted": "true", "power": "15" @@ -70809,112 +75414,112 @@ }, { "default": true, - "id": 10016, + "id": 11093, "properties": { "inverted": "false", "power": "0" } }, { - "id": 10017, + "id": 11094, "properties": { "inverted": "false", "power": "1" } }, { - "id": 10018, + "id": 11095, "properties": { "inverted": "false", "power": "2" } }, { - "id": 10019, + "id": 11096, "properties": { "inverted": "false", "power": "3" } }, { - "id": 10020, + "id": 11097, "properties": { "inverted": "false", "power": "4" } }, { - "id": 10021, + "id": 11098, "properties": { "inverted": "false", "power": "5" } }, { - "id": 10022, + "id": 11099, "properties": { "inverted": "false", "power": "6" } }, { - "id": 10023, + "id": 11100, "properties": { "inverted": "false", "power": "7" } }, { - "id": 10024, + "id": 11101, "properties": { "inverted": "false", "power": "8" } }, { - "id": 10025, + "id": 11102, "properties": { "inverted": "false", "power": "9" } }, { - "id": 10026, + "id": 11103, "properties": { "inverted": "false", "power": "10" } }, { - "id": 10027, + "id": 11104, "properties": { "inverted": "false", "power": "11" } }, { - "id": 10028, + "id": 11105, "properties": { "inverted": "false", "power": "12" } }, { - "id": 10029, + "id": 11106, "properties": { "inverted": "false", "power": "13" } }, { - "id": 10030, + "id": 11107, "properties": { "inverted": "false", "power": "14" } }, { - "id": 10031, + "id": 11108, "properties": { "inverted": "false", "power": "15" @@ -70936,13 +75541,13 @@ "states": [ { "default": true, - "id": 13838, + "id": 14947, "properties": { "waterlogged": "true" } }, { - "id": 13839, + "id": 14948, "properties": { "waterlogged": "false" } @@ -70957,7 +75562,7 @@ "states": [ { "default": true, - "id": 13827 + "id": 14936 } ] }, @@ -70975,13 +75580,13 @@ "states": [ { "default": true, - "id": 13858, + "id": 14967, "properties": { "waterlogged": "true" } }, { - "id": 13859, + "id": 14968, "properties": { "waterlogged": "false" } @@ -71008,56 +75613,56 @@ "states": [ { "default": true, - "id": 13884, + "id": 14993, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13885, + "id": 14994, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13886, + "id": 14995, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13887, + "id": 14996, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13888, + "id": 14997, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13889, + "id": 14998, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13890, + "id": 14999, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13891, + "id": 15000, "properties": { "facing": "east", "waterlogged": "false" @@ -71079,13 +75684,13 @@ "states": [ { "default": true, - "id": 13840, + "id": 14949, "properties": { "waterlogged": "true" } }, { - "id": 13841, + "id": 14950, "properties": { "waterlogged": "false" } @@ -71100,7 +75705,7 @@ "states": [ { "default": true, - "id": 13828 + "id": 14937 } ] }, @@ -71118,13 +75723,13 @@ "states": [ { "default": true, - "id": 13860, + "id": 14969, "properties": { "waterlogged": "true" } }, { - "id": 13861, + "id": 14970, "properties": { "waterlogged": "false" } @@ -71151,56 +75756,56 @@ "states": [ { "default": true, - "id": 13892, + "id": 15001, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13893, + "id": 15002, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13894, + "id": 15003, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13895, + "id": 15004, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13896, + "id": 15005, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13897, + "id": 15006, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13898, + "id": 15007, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13899, + "id": 15008, "properties": { "facing": "east", "waterlogged": "false" @@ -71234,13 +75839,13 @@ "states": [ { "default": true, - "id": 13842, + "id": 14951, "properties": { "waterlogged": "true" } }, { - "id": 13843, + "id": 14952, "properties": { "waterlogged": "false" } @@ -71255,7 +75860,7 @@ "states": [ { "default": true, - "id": 13829 + "id": 14938 } ] }, @@ -71273,13 +75878,13 @@ "states": [ { "default": true, - "id": 13862, + "id": 14971, "properties": { "waterlogged": "true" } }, { - "id": 13863, + "id": 14972, "properties": { "waterlogged": "false" } @@ -71306,56 +75911,56 @@ "states": [ { "default": true, - "id": 13900, + "id": 15009, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13901, + "id": 15010, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13902, + "id": 15011, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13903, + "id": 15012, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13904, + "id": 15013, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13905, + "id": 15014, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13906, + "id": 15015, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13907, + "id": 15016, "properties": { "facing": "east", "waterlogged": "false" @@ -71377,13 +75982,13 @@ "states": [ { "default": true, - "id": 13844, + "id": 14953, "properties": { "waterlogged": "true" } }, { - "id": 13845, + "id": 14954, "properties": { "waterlogged": "false" } @@ -71398,7 +76003,7 @@ "states": [ { "default": true, - "id": 13830 + "id": 14939 } ] }, @@ -71416,13 +76021,13 @@ "states": [ { "default": true, - "id": 13864, + "id": 14973, "properties": { "waterlogged": "true" } }, { - "id": 13865, + "id": 14974, "properties": { "waterlogged": "false" } @@ -71449,56 +76054,56 @@ "states": [ { "default": true, - "id": 13908, + "id": 15017, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13909, + "id": 15018, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13910, + "id": 15019, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13911, + "id": 15020, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13912, + "id": 15021, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13913, + "id": 15022, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13914, + "id": 15023, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13915, + "id": 15024, "properties": { "facing": "east", "waterlogged": "false" @@ -71520,13 +76125,13 @@ "states": [ { "default": true, - "id": 13836, + "id": 14945, "properties": { "waterlogged": "true" } }, { - "id": 13837, + "id": 14946, "properties": { "waterlogged": "false" } @@ -71541,7 +76146,7 @@ "states": [ { "default": true, - "id": 13826 + "id": 14935 } ] }, @@ -71559,13 +76164,13 @@ "states": [ { "default": true, - "id": 13856, + "id": 14965, "properties": { "waterlogged": "true" } }, { - "id": 13857, + "id": 14966, "properties": { "waterlogged": "false" } @@ -71592,56 +76197,56 @@ "states": [ { "default": true, - "id": 13876, + "id": 14985, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13877, + "id": 14986, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13878, + "id": 14987, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13879, + "id": 14988, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13880, + "id": 14989, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13881, + "id": 14990, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13882, + "id": 14991, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13883, + "id": 14992, "properties": { "facing": "east", "waterlogged": "false" @@ -71672,7 +76277,7 @@ }, "states": [ { - "id": 27634, + "id": 29391, "properties": { "cracked": "true", "facing": "north", @@ -71680,7 +76285,7 @@ } }, { - "id": 27635, + "id": 29392, "properties": { "cracked": "true", "facing": "north", @@ -71688,7 +76293,7 @@ } }, { - "id": 27636, + "id": 29393, "properties": { "cracked": "true", "facing": "south", @@ -71696,7 +76301,7 @@ } }, { - "id": 27637, + "id": 29394, "properties": { "cracked": "true", "facing": "south", @@ -71704,7 +76309,7 @@ } }, { - "id": 27638, + "id": 29395, "properties": { "cracked": "true", "facing": "west", @@ -71712,7 +76317,7 @@ } }, { - "id": 27639, + "id": 29396, "properties": { "cracked": "true", "facing": "west", @@ -71720,7 +76325,7 @@ } }, { - "id": 27640, + "id": 29397, "properties": { "cracked": "true", "facing": "east", @@ -71728,7 +76333,7 @@ } }, { - "id": 27641, + "id": 29398, "properties": { "cracked": "true", "facing": "east", @@ -71736,7 +76341,7 @@ } }, { - "id": 27642, + "id": 29399, "properties": { "cracked": "false", "facing": "north", @@ -71745,7 +76350,7 @@ }, { "default": true, - "id": 27643, + "id": 29400, "properties": { "cracked": "false", "facing": "north", @@ -71753,7 +76358,7 @@ } }, { - "id": 27644, + "id": 29401, "properties": { "cracked": "false", "facing": "south", @@ -71761,7 +76366,7 @@ } }, { - "id": 27645, + "id": 29402, "properties": { "cracked": "false", "facing": "south", @@ -71769,7 +76374,7 @@ } }, { - "id": 27646, + "id": 29403, "properties": { "cracked": "false", "facing": "west", @@ -71777,7 +76382,7 @@ } }, { - "id": 27647, + "id": 29404, "properties": { "cracked": "false", "facing": "west", @@ -71785,7 +76390,7 @@ } }, { - "id": 27648, + "id": 29405, "properties": { "cracked": "false", "facing": "east", @@ -71793,7 +76398,7 @@ } }, { - "id": 27649, + "id": 29406, "properties": { "cracked": "false", "facing": "east", @@ -71816,20 +76421,20 @@ }, "states": [ { - "id": 25964, + "id": 27721, "properties": { "axis": "x" } }, { "default": true, - "id": 25965, + "id": 27722, "properties": { "axis": "y" } }, { - "id": 25966, + "id": 27723, "properties": { "axis": "z" } @@ -71854,21 +76459,21 @@ }, "states": [ { - "id": 27281, + "id": 29038, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 27282, + "id": 29039, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 27283, + "id": 29040, "properties": { "type": "bottom", "waterlogged": "true" @@ -71876,21 +76481,21 @@ }, { "default": true, - "id": 27284, + "id": 29041, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 27285, + "id": 29042, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 27286, + "id": 29043, "properties": { "type": "double", "waterlogged": "false" @@ -71931,7 +76536,7 @@ }, "states": [ { - "id": 27201, + "id": 28958, "properties": { "facing": "north", "half": "top", @@ -71940,7 +76545,7 @@ } }, { - "id": 27202, + "id": 28959, "properties": { "facing": "north", "half": "top", @@ -71949,7 +76554,7 @@ } }, { - "id": 27203, + "id": 28960, "properties": { "facing": "north", "half": "top", @@ -71958,7 +76563,7 @@ } }, { - "id": 27204, + "id": 28961, "properties": { "facing": "north", "half": "top", @@ -71967,7 +76572,7 @@ } }, { - "id": 27205, + "id": 28962, "properties": { "facing": "north", "half": "top", @@ -71976,7 +76581,7 @@ } }, { - "id": 27206, + "id": 28963, "properties": { "facing": "north", "half": "top", @@ -71985,7 +76590,7 @@ } }, { - "id": 27207, + "id": 28964, "properties": { "facing": "north", "half": "top", @@ -71994,7 +76599,7 @@ } }, { - "id": 27208, + "id": 28965, "properties": { "facing": "north", "half": "top", @@ -72003,7 +76608,7 @@ } }, { - "id": 27209, + "id": 28966, "properties": { "facing": "north", "half": "top", @@ -72012,7 +76617,7 @@ } }, { - "id": 27210, + "id": 28967, "properties": { "facing": "north", "half": "top", @@ -72021,7 +76626,7 @@ } }, { - "id": 27211, + "id": 28968, "properties": { "facing": "north", "half": "bottom", @@ -72031,7 +76636,7 @@ }, { "default": true, - "id": 27212, + "id": 28969, "properties": { "facing": "north", "half": "bottom", @@ -72040,7 +76645,7 @@ } }, { - "id": 27213, + "id": 28970, "properties": { "facing": "north", "half": "bottom", @@ -72049,7 +76654,7 @@ } }, { - "id": 27214, + "id": 28971, "properties": { "facing": "north", "half": "bottom", @@ -72058,7 +76663,7 @@ } }, { - "id": 27215, + "id": 28972, "properties": { "facing": "north", "half": "bottom", @@ -72067,7 +76672,7 @@ } }, { - "id": 27216, + "id": 28973, "properties": { "facing": "north", "half": "bottom", @@ -72076,7 +76681,7 @@ } }, { - "id": 27217, + "id": 28974, "properties": { "facing": "north", "half": "bottom", @@ -72085,7 +76690,7 @@ } }, { - "id": 27218, + "id": 28975, "properties": { "facing": "north", "half": "bottom", @@ -72094,7 +76699,7 @@ } }, { - "id": 27219, + "id": 28976, "properties": { "facing": "north", "half": "bottom", @@ -72103,7 +76708,7 @@ } }, { - "id": 27220, + "id": 28977, "properties": { "facing": "north", "half": "bottom", @@ -72112,7 +76717,7 @@ } }, { - "id": 27221, + "id": 28978, "properties": { "facing": "south", "half": "top", @@ -72121,7 +76726,7 @@ } }, { - "id": 27222, + "id": 28979, "properties": { "facing": "south", "half": "top", @@ -72130,7 +76735,7 @@ } }, { - "id": 27223, + "id": 28980, "properties": { "facing": "south", "half": "top", @@ -72139,7 +76744,7 @@ } }, { - "id": 27224, + "id": 28981, "properties": { "facing": "south", "half": "top", @@ -72148,7 +76753,7 @@ } }, { - "id": 27225, + "id": 28982, "properties": { "facing": "south", "half": "top", @@ -72157,7 +76762,7 @@ } }, { - "id": 27226, + "id": 28983, "properties": { "facing": "south", "half": "top", @@ -72166,7 +76771,7 @@ } }, { - "id": 27227, + "id": 28984, "properties": { "facing": "south", "half": "top", @@ -72175,7 +76780,7 @@ } }, { - "id": 27228, + "id": 28985, "properties": { "facing": "south", "half": "top", @@ -72184,7 +76789,7 @@ } }, { - "id": 27229, + "id": 28986, "properties": { "facing": "south", "half": "top", @@ -72193,7 +76798,7 @@ } }, { - "id": 27230, + "id": 28987, "properties": { "facing": "south", "half": "top", @@ -72202,7 +76807,7 @@ } }, { - "id": 27231, + "id": 28988, "properties": { "facing": "south", "half": "bottom", @@ -72211,7 +76816,7 @@ } }, { - "id": 27232, + "id": 28989, "properties": { "facing": "south", "half": "bottom", @@ -72220,7 +76825,7 @@ } }, { - "id": 27233, + "id": 28990, "properties": { "facing": "south", "half": "bottom", @@ -72229,7 +76834,7 @@ } }, { - "id": 27234, + "id": 28991, "properties": { "facing": "south", "half": "bottom", @@ -72238,7 +76843,7 @@ } }, { - "id": 27235, + "id": 28992, "properties": { "facing": "south", "half": "bottom", @@ -72247,7 +76852,7 @@ } }, { - "id": 27236, + "id": 28993, "properties": { "facing": "south", "half": "bottom", @@ -72256,7 +76861,7 @@ } }, { - "id": 27237, + "id": 28994, "properties": { "facing": "south", "half": "bottom", @@ -72265,7 +76870,7 @@ } }, { - "id": 27238, + "id": 28995, "properties": { "facing": "south", "half": "bottom", @@ -72274,7 +76879,7 @@ } }, { - "id": 27239, + "id": 28996, "properties": { "facing": "south", "half": "bottom", @@ -72283,7 +76888,7 @@ } }, { - "id": 27240, + "id": 28997, "properties": { "facing": "south", "half": "bottom", @@ -72292,7 +76897,7 @@ } }, { - "id": 27241, + "id": 28998, "properties": { "facing": "west", "half": "top", @@ -72301,7 +76906,7 @@ } }, { - "id": 27242, + "id": 28999, "properties": { "facing": "west", "half": "top", @@ -72310,7 +76915,7 @@ } }, { - "id": 27243, + "id": 29000, "properties": { "facing": "west", "half": "top", @@ -72319,7 +76924,7 @@ } }, { - "id": 27244, + "id": 29001, "properties": { "facing": "west", "half": "top", @@ -72328,7 +76933,7 @@ } }, { - "id": 27245, + "id": 29002, "properties": { "facing": "west", "half": "top", @@ -72337,7 +76942,7 @@ } }, { - "id": 27246, + "id": 29003, "properties": { "facing": "west", "half": "top", @@ -72346,7 +76951,7 @@ } }, { - "id": 27247, + "id": 29004, "properties": { "facing": "west", "half": "top", @@ -72355,7 +76960,7 @@ } }, { - "id": 27248, + "id": 29005, "properties": { "facing": "west", "half": "top", @@ -72364,7 +76969,7 @@ } }, { - "id": 27249, + "id": 29006, "properties": { "facing": "west", "half": "top", @@ -72373,7 +76978,7 @@ } }, { - "id": 27250, + "id": 29007, "properties": { "facing": "west", "half": "top", @@ -72382,7 +76987,7 @@ } }, { - "id": 27251, + "id": 29008, "properties": { "facing": "west", "half": "bottom", @@ -72391,7 +76996,7 @@ } }, { - "id": 27252, + "id": 29009, "properties": { "facing": "west", "half": "bottom", @@ -72400,7 +77005,7 @@ } }, { - "id": 27253, + "id": 29010, "properties": { "facing": "west", "half": "bottom", @@ -72409,7 +77014,7 @@ } }, { - "id": 27254, + "id": 29011, "properties": { "facing": "west", "half": "bottom", @@ -72418,7 +77023,7 @@ } }, { - "id": 27255, + "id": 29012, "properties": { "facing": "west", "half": "bottom", @@ -72427,7 +77032,7 @@ } }, { - "id": 27256, + "id": 29013, "properties": { "facing": "west", "half": "bottom", @@ -72436,7 +77041,7 @@ } }, { - "id": 27257, + "id": 29014, "properties": { "facing": "west", "half": "bottom", @@ -72445,7 +77050,7 @@ } }, { - "id": 27258, + "id": 29015, "properties": { "facing": "west", "half": "bottom", @@ -72454,7 +77059,7 @@ } }, { - "id": 27259, + "id": 29016, "properties": { "facing": "west", "half": "bottom", @@ -72463,7 +77068,7 @@ } }, { - "id": 27260, + "id": 29017, "properties": { "facing": "west", "half": "bottom", @@ -72472,7 +77077,7 @@ } }, { - "id": 27261, + "id": 29018, "properties": { "facing": "east", "half": "top", @@ -72481,7 +77086,7 @@ } }, { - "id": 27262, + "id": 29019, "properties": { "facing": "east", "half": "top", @@ -72490,7 +77095,7 @@ } }, { - "id": 27263, + "id": 29020, "properties": { "facing": "east", "half": "top", @@ -72499,7 +77104,7 @@ } }, { - "id": 27264, + "id": 29021, "properties": { "facing": "east", "half": "top", @@ -72508,7 +77113,7 @@ } }, { - "id": 27265, + "id": 29022, "properties": { "facing": "east", "half": "top", @@ -72517,7 +77122,7 @@ } }, { - "id": 27266, + "id": 29023, "properties": { "facing": "east", "half": "top", @@ -72526,7 +77131,7 @@ } }, { - "id": 27267, + "id": 29024, "properties": { "facing": "east", "half": "top", @@ -72535,7 +77140,7 @@ } }, { - "id": 27268, + "id": 29025, "properties": { "facing": "east", "half": "top", @@ -72544,7 +77149,7 @@ } }, { - "id": 27269, + "id": 29026, "properties": { "facing": "east", "half": "top", @@ -72553,7 +77158,7 @@ } }, { - "id": 27270, + "id": 29027, "properties": { "facing": "east", "half": "top", @@ -72562,7 +77167,7 @@ } }, { - "id": 27271, + "id": 29028, "properties": { "facing": "east", "half": "bottom", @@ -72571,7 +77176,7 @@ } }, { - "id": 27272, + "id": 29029, "properties": { "facing": "east", "half": "bottom", @@ -72580,7 +77185,7 @@ } }, { - "id": 27273, + "id": 29030, "properties": { "facing": "east", "half": "bottom", @@ -72589,7 +77194,7 @@ } }, { - "id": 27274, + "id": 29031, "properties": { "facing": "east", "half": "bottom", @@ -72598,7 +77203,7 @@ } }, { - "id": 27275, + "id": 29032, "properties": { "facing": "east", "half": "bottom", @@ -72607,7 +77212,7 @@ } }, { - "id": 27276, + "id": 29033, "properties": { "facing": "east", "half": "bottom", @@ -72616,7 +77221,7 @@ } }, { - "id": 27277, + "id": 29034, "properties": { "facing": "east", "half": "bottom", @@ -72625,7 +77230,7 @@ } }, { - "id": 27278, + "id": 29035, "properties": { "facing": "east", "half": "bottom", @@ -72634,7 +77239,7 @@ } }, { - "id": 27279, + "id": 29036, "properties": { "facing": "east", "half": "bottom", @@ -72643,7 +77248,7 @@ } }, { - "id": 27280, + "id": 29037, "properties": { "facing": "east", "half": "bottom", @@ -72690,7 +77295,7 @@ }, "states": [ { - "id": 27287, + "id": 29044, "properties": { "east": "none", "north": "none", @@ -72701,7 +77306,7 @@ } }, { - "id": 27288, + "id": 29045, "properties": { "east": "none", "north": "none", @@ -72712,7 +77317,7 @@ } }, { - "id": 27289, + "id": 29046, "properties": { "east": "none", "north": "none", @@ -72724,7 +77329,7 @@ }, { "default": true, - "id": 27290, + "id": 29047, "properties": { "east": "none", "north": "none", @@ -72735,7 +77340,7 @@ } }, { - "id": 27291, + "id": 29048, "properties": { "east": "none", "north": "none", @@ -72746,7 +77351,7 @@ } }, { - "id": 27292, + "id": 29049, "properties": { "east": "none", "north": "none", @@ -72757,7 +77362,7 @@ } }, { - "id": 27293, + "id": 29050, "properties": { "east": "none", "north": "none", @@ -72768,7 +77373,7 @@ } }, { - "id": 27294, + "id": 29051, "properties": { "east": "none", "north": "none", @@ -72779,7 +77384,7 @@ } }, { - "id": 27295, + "id": 29052, "properties": { "east": "none", "north": "none", @@ -72790,7 +77395,7 @@ } }, { - "id": 27296, + "id": 29053, "properties": { "east": "none", "north": "none", @@ -72801,7 +77406,7 @@ } }, { - "id": 27297, + "id": 29054, "properties": { "east": "none", "north": "none", @@ -72812,7 +77417,7 @@ } }, { - "id": 27298, + "id": 29055, "properties": { "east": "none", "north": "none", @@ -72823,7 +77428,7 @@ } }, { - "id": 27299, + "id": 29056, "properties": { "east": "none", "north": "none", @@ -72834,7 +77439,7 @@ } }, { - "id": 27300, + "id": 29057, "properties": { "east": "none", "north": "none", @@ -72845,7 +77450,7 @@ } }, { - "id": 27301, + "id": 29058, "properties": { "east": "none", "north": "none", @@ -72856,7 +77461,7 @@ } }, { - "id": 27302, + "id": 29059, "properties": { "east": "none", "north": "none", @@ -72867,7 +77472,7 @@ } }, { - "id": 27303, + "id": 29060, "properties": { "east": "none", "north": "none", @@ -72878,7 +77483,7 @@ } }, { - "id": 27304, + "id": 29061, "properties": { "east": "none", "north": "none", @@ -72889,7 +77494,7 @@ } }, { - "id": 27305, + "id": 29062, "properties": { "east": "none", "north": "none", @@ -72900,7 +77505,7 @@ } }, { - "id": 27306, + "id": 29063, "properties": { "east": "none", "north": "none", @@ -72911,7 +77516,7 @@ } }, { - "id": 27307, + "id": 29064, "properties": { "east": "none", "north": "none", @@ -72922,7 +77527,7 @@ } }, { - "id": 27308, + "id": 29065, "properties": { "east": "none", "north": "none", @@ -72933,7 +77538,7 @@ } }, { - "id": 27309, + "id": 29066, "properties": { "east": "none", "north": "none", @@ -72944,7 +77549,7 @@ } }, { - "id": 27310, + "id": 29067, "properties": { "east": "none", "north": "none", @@ -72955,7 +77560,7 @@ } }, { - "id": 27311, + "id": 29068, "properties": { "east": "none", "north": "none", @@ -72966,7 +77571,7 @@ } }, { - "id": 27312, + "id": 29069, "properties": { "east": "none", "north": "none", @@ -72977,7 +77582,7 @@ } }, { - "id": 27313, + "id": 29070, "properties": { "east": "none", "north": "none", @@ -72988,7 +77593,7 @@ } }, { - "id": 27314, + "id": 29071, "properties": { "east": "none", "north": "none", @@ -72999,7 +77604,7 @@ } }, { - "id": 27315, + "id": 29072, "properties": { "east": "none", "north": "none", @@ -73010,7 +77615,7 @@ } }, { - "id": 27316, + "id": 29073, "properties": { "east": "none", "north": "none", @@ -73021,7 +77626,7 @@ } }, { - "id": 27317, + "id": 29074, "properties": { "east": "none", "north": "none", @@ -73032,7 +77637,7 @@ } }, { - "id": 27318, + "id": 29075, "properties": { "east": "none", "north": "none", @@ -73043,7 +77648,7 @@ } }, { - "id": 27319, + "id": 29076, "properties": { "east": "none", "north": "none", @@ -73054,7 +77659,7 @@ } }, { - "id": 27320, + "id": 29077, "properties": { "east": "none", "north": "none", @@ -73065,7 +77670,7 @@ } }, { - "id": 27321, + "id": 29078, "properties": { "east": "none", "north": "none", @@ -73076,7 +77681,7 @@ } }, { - "id": 27322, + "id": 29079, "properties": { "east": "none", "north": "none", @@ -73087,7 +77692,7 @@ } }, { - "id": 27323, + "id": 29080, "properties": { "east": "none", "north": "low", @@ -73098,7 +77703,7 @@ } }, { - "id": 27324, + "id": 29081, "properties": { "east": "none", "north": "low", @@ -73109,7 +77714,7 @@ } }, { - "id": 27325, + "id": 29082, "properties": { "east": "none", "north": "low", @@ -73120,7 +77725,7 @@ } }, { - "id": 27326, + "id": 29083, "properties": { "east": "none", "north": "low", @@ -73131,7 +77736,7 @@ } }, { - "id": 27327, + "id": 29084, "properties": { "east": "none", "north": "low", @@ -73142,7 +77747,7 @@ } }, { - "id": 27328, + "id": 29085, "properties": { "east": "none", "north": "low", @@ -73153,7 +77758,7 @@ } }, { - "id": 27329, + "id": 29086, "properties": { "east": "none", "north": "low", @@ -73164,7 +77769,7 @@ } }, { - "id": 27330, + "id": 29087, "properties": { "east": "none", "north": "low", @@ -73175,7 +77780,7 @@ } }, { - "id": 27331, + "id": 29088, "properties": { "east": "none", "north": "low", @@ -73186,7 +77791,7 @@ } }, { - "id": 27332, + "id": 29089, "properties": { "east": "none", "north": "low", @@ -73197,7 +77802,7 @@ } }, { - "id": 27333, + "id": 29090, "properties": { "east": "none", "north": "low", @@ -73208,7 +77813,7 @@ } }, { - "id": 27334, + "id": 29091, "properties": { "east": "none", "north": "low", @@ -73219,7 +77824,7 @@ } }, { - "id": 27335, + "id": 29092, "properties": { "east": "none", "north": "low", @@ -73230,7 +77835,7 @@ } }, { - "id": 27336, + "id": 29093, "properties": { "east": "none", "north": "low", @@ -73241,7 +77846,7 @@ } }, { - "id": 27337, + "id": 29094, "properties": { "east": "none", "north": "low", @@ -73252,7 +77857,7 @@ } }, { - "id": 27338, + "id": 29095, "properties": { "east": "none", "north": "low", @@ -73263,7 +77868,7 @@ } }, { - "id": 27339, + "id": 29096, "properties": { "east": "none", "north": "low", @@ -73274,7 +77879,7 @@ } }, { - "id": 27340, + "id": 29097, "properties": { "east": "none", "north": "low", @@ -73285,7 +77890,7 @@ } }, { - "id": 27341, + "id": 29098, "properties": { "east": "none", "north": "low", @@ -73296,7 +77901,7 @@ } }, { - "id": 27342, + "id": 29099, "properties": { "east": "none", "north": "low", @@ -73307,7 +77912,7 @@ } }, { - "id": 27343, + "id": 29100, "properties": { "east": "none", "north": "low", @@ -73318,7 +77923,7 @@ } }, { - "id": 27344, + "id": 29101, "properties": { "east": "none", "north": "low", @@ -73329,7 +77934,7 @@ } }, { - "id": 27345, + "id": 29102, "properties": { "east": "none", "north": "low", @@ -73340,7 +77945,7 @@ } }, { - "id": 27346, + "id": 29103, "properties": { "east": "none", "north": "low", @@ -73351,7 +77956,7 @@ } }, { - "id": 27347, + "id": 29104, "properties": { "east": "none", "north": "low", @@ -73362,7 +77967,7 @@ } }, { - "id": 27348, + "id": 29105, "properties": { "east": "none", "north": "low", @@ -73373,7 +77978,7 @@ } }, { - "id": 27349, + "id": 29106, "properties": { "east": "none", "north": "low", @@ -73384,7 +77989,7 @@ } }, { - "id": 27350, + "id": 29107, "properties": { "east": "none", "north": "low", @@ -73395,7 +78000,7 @@ } }, { - "id": 27351, + "id": 29108, "properties": { "east": "none", "north": "low", @@ -73406,7 +78011,7 @@ } }, { - "id": 27352, + "id": 29109, "properties": { "east": "none", "north": "low", @@ -73417,7 +78022,7 @@ } }, { - "id": 27353, + "id": 29110, "properties": { "east": "none", "north": "low", @@ -73428,7 +78033,7 @@ } }, { - "id": 27354, + "id": 29111, "properties": { "east": "none", "north": "low", @@ -73439,7 +78044,7 @@ } }, { - "id": 27355, + "id": 29112, "properties": { "east": "none", "north": "low", @@ -73450,7 +78055,7 @@ } }, { - "id": 27356, + "id": 29113, "properties": { "east": "none", "north": "low", @@ -73461,7 +78066,7 @@ } }, { - "id": 27357, + "id": 29114, "properties": { "east": "none", "north": "low", @@ -73472,7 +78077,7 @@ } }, { - "id": 27358, + "id": 29115, "properties": { "east": "none", "north": "low", @@ -73483,7 +78088,7 @@ } }, { - "id": 27359, + "id": 29116, "properties": { "east": "none", "north": "tall", @@ -73494,7 +78099,7 @@ } }, { - "id": 27360, + "id": 29117, "properties": { "east": "none", "north": "tall", @@ -73505,7 +78110,7 @@ } }, { - "id": 27361, + "id": 29118, "properties": { "east": "none", "north": "tall", @@ -73516,7 +78121,7 @@ } }, { - "id": 27362, + "id": 29119, "properties": { "east": "none", "north": "tall", @@ -73527,7 +78132,7 @@ } }, { - "id": 27363, + "id": 29120, "properties": { "east": "none", "north": "tall", @@ -73538,7 +78143,7 @@ } }, { - "id": 27364, + "id": 29121, "properties": { "east": "none", "north": "tall", @@ -73549,7 +78154,7 @@ } }, { - "id": 27365, + "id": 29122, "properties": { "east": "none", "north": "tall", @@ -73560,7 +78165,7 @@ } }, { - "id": 27366, + "id": 29123, "properties": { "east": "none", "north": "tall", @@ -73571,7 +78176,7 @@ } }, { - "id": 27367, + "id": 29124, "properties": { "east": "none", "north": "tall", @@ -73582,7 +78187,7 @@ } }, { - "id": 27368, + "id": 29125, "properties": { "east": "none", "north": "tall", @@ -73593,7 +78198,7 @@ } }, { - "id": 27369, + "id": 29126, "properties": { "east": "none", "north": "tall", @@ -73604,7 +78209,7 @@ } }, { - "id": 27370, + "id": 29127, "properties": { "east": "none", "north": "tall", @@ -73615,7 +78220,7 @@ } }, { - "id": 27371, + "id": 29128, "properties": { "east": "none", "north": "tall", @@ -73626,7 +78231,7 @@ } }, { - "id": 27372, + "id": 29129, "properties": { "east": "none", "north": "tall", @@ -73637,7 +78242,7 @@ } }, { - "id": 27373, + "id": 29130, "properties": { "east": "none", "north": "tall", @@ -73648,7 +78253,7 @@ } }, { - "id": 27374, + "id": 29131, "properties": { "east": "none", "north": "tall", @@ -73659,7 +78264,7 @@ } }, { - "id": 27375, + "id": 29132, "properties": { "east": "none", "north": "tall", @@ -73670,7 +78275,7 @@ } }, { - "id": 27376, + "id": 29133, "properties": { "east": "none", "north": "tall", @@ -73681,7 +78286,7 @@ } }, { - "id": 27377, + "id": 29134, "properties": { "east": "none", "north": "tall", @@ -73692,7 +78297,7 @@ } }, { - "id": 27378, + "id": 29135, "properties": { "east": "none", "north": "tall", @@ -73703,7 +78308,7 @@ } }, { - "id": 27379, + "id": 29136, "properties": { "east": "none", "north": "tall", @@ -73714,7 +78319,7 @@ } }, { - "id": 27380, + "id": 29137, "properties": { "east": "none", "north": "tall", @@ -73725,7 +78330,7 @@ } }, { - "id": 27381, + "id": 29138, "properties": { "east": "none", "north": "tall", @@ -73736,7 +78341,7 @@ } }, { - "id": 27382, + "id": 29139, "properties": { "east": "none", "north": "tall", @@ -73747,7 +78352,7 @@ } }, { - "id": 27383, + "id": 29140, "properties": { "east": "none", "north": "tall", @@ -73758,7 +78363,7 @@ } }, { - "id": 27384, + "id": 29141, "properties": { "east": "none", "north": "tall", @@ -73769,7 +78374,7 @@ } }, { - "id": 27385, + "id": 29142, "properties": { "east": "none", "north": "tall", @@ -73780,7 +78385,7 @@ } }, { - "id": 27386, + "id": 29143, "properties": { "east": "none", "north": "tall", @@ -73791,7 +78396,7 @@ } }, { - "id": 27387, + "id": 29144, "properties": { "east": "none", "north": "tall", @@ -73802,7 +78407,7 @@ } }, { - "id": 27388, + "id": 29145, "properties": { "east": "none", "north": "tall", @@ -73813,7 +78418,7 @@ } }, { - "id": 27389, + "id": 29146, "properties": { "east": "none", "north": "tall", @@ -73824,7 +78429,7 @@ } }, { - "id": 27390, + "id": 29147, "properties": { "east": "none", "north": "tall", @@ -73835,7 +78440,7 @@ } }, { - "id": 27391, + "id": 29148, "properties": { "east": "none", "north": "tall", @@ -73846,7 +78451,7 @@ } }, { - "id": 27392, + "id": 29149, "properties": { "east": "none", "north": "tall", @@ -73857,7 +78462,7 @@ } }, { - "id": 27393, + "id": 29150, "properties": { "east": "none", "north": "tall", @@ -73868,7 +78473,7 @@ } }, { - "id": 27394, + "id": 29151, "properties": { "east": "none", "north": "tall", @@ -73879,7 +78484,7 @@ } }, { - "id": 27395, + "id": 29152, "properties": { "east": "low", "north": "none", @@ -73890,7 +78495,7 @@ } }, { - "id": 27396, + "id": 29153, "properties": { "east": "low", "north": "none", @@ -73901,7 +78506,7 @@ } }, { - "id": 27397, + "id": 29154, "properties": { "east": "low", "north": "none", @@ -73912,7 +78517,7 @@ } }, { - "id": 27398, + "id": 29155, "properties": { "east": "low", "north": "none", @@ -73923,7 +78528,7 @@ } }, { - "id": 27399, + "id": 29156, "properties": { "east": "low", "north": "none", @@ -73934,7 +78539,7 @@ } }, { - "id": 27400, + "id": 29157, "properties": { "east": "low", "north": "none", @@ -73945,7 +78550,7 @@ } }, { - "id": 27401, + "id": 29158, "properties": { "east": "low", "north": "none", @@ -73956,7 +78561,7 @@ } }, { - "id": 27402, + "id": 29159, "properties": { "east": "low", "north": "none", @@ -73967,7 +78572,7 @@ } }, { - "id": 27403, + "id": 29160, "properties": { "east": "low", "north": "none", @@ -73978,7 +78583,7 @@ } }, { - "id": 27404, + "id": 29161, "properties": { "east": "low", "north": "none", @@ -73989,7 +78594,7 @@ } }, { - "id": 27405, + "id": 29162, "properties": { "east": "low", "north": "none", @@ -74000,7 +78605,7 @@ } }, { - "id": 27406, + "id": 29163, "properties": { "east": "low", "north": "none", @@ -74011,7 +78616,7 @@ } }, { - "id": 27407, + "id": 29164, "properties": { "east": "low", "north": "none", @@ -74022,7 +78627,7 @@ } }, { - "id": 27408, + "id": 29165, "properties": { "east": "low", "north": "none", @@ -74033,7 +78638,7 @@ } }, { - "id": 27409, + "id": 29166, "properties": { "east": "low", "north": "none", @@ -74044,7 +78649,7 @@ } }, { - "id": 27410, + "id": 29167, "properties": { "east": "low", "north": "none", @@ -74055,7 +78660,7 @@ } }, { - "id": 27411, + "id": 29168, "properties": { "east": "low", "north": "none", @@ -74066,7 +78671,7 @@ } }, { - "id": 27412, + "id": 29169, "properties": { "east": "low", "north": "none", @@ -74077,7 +78682,7 @@ } }, { - "id": 27413, + "id": 29170, "properties": { "east": "low", "north": "none", @@ -74088,7 +78693,7 @@ } }, { - "id": 27414, + "id": 29171, "properties": { "east": "low", "north": "none", @@ -74099,7 +78704,7 @@ } }, { - "id": 27415, + "id": 29172, "properties": { "east": "low", "north": "none", @@ -74110,7 +78715,7 @@ } }, { - "id": 27416, + "id": 29173, "properties": { "east": "low", "north": "none", @@ -74121,7 +78726,7 @@ } }, { - "id": 27417, + "id": 29174, "properties": { "east": "low", "north": "none", @@ -74132,7 +78737,7 @@ } }, { - "id": 27418, + "id": 29175, "properties": { "east": "low", "north": "none", @@ -74143,7 +78748,7 @@ } }, { - "id": 27419, + "id": 29176, "properties": { "east": "low", "north": "none", @@ -74154,7 +78759,7 @@ } }, { - "id": 27420, + "id": 29177, "properties": { "east": "low", "north": "none", @@ -74165,7 +78770,7 @@ } }, { - "id": 27421, + "id": 29178, "properties": { "east": "low", "north": "none", @@ -74176,7 +78781,7 @@ } }, { - "id": 27422, + "id": 29179, "properties": { "east": "low", "north": "none", @@ -74187,7 +78792,7 @@ } }, { - "id": 27423, + "id": 29180, "properties": { "east": "low", "north": "none", @@ -74198,7 +78803,7 @@ } }, { - "id": 27424, + "id": 29181, "properties": { "east": "low", "north": "none", @@ -74209,7 +78814,7 @@ } }, { - "id": 27425, + "id": 29182, "properties": { "east": "low", "north": "none", @@ -74220,7 +78825,7 @@ } }, { - "id": 27426, + "id": 29183, "properties": { "east": "low", "north": "none", @@ -74231,7 +78836,7 @@ } }, { - "id": 27427, + "id": 29184, "properties": { "east": "low", "north": "none", @@ -74242,7 +78847,7 @@ } }, { - "id": 27428, + "id": 29185, "properties": { "east": "low", "north": "none", @@ -74253,7 +78858,7 @@ } }, { - "id": 27429, + "id": 29186, "properties": { "east": "low", "north": "none", @@ -74264,7 +78869,7 @@ } }, { - "id": 27430, + "id": 29187, "properties": { "east": "low", "north": "none", @@ -74275,7 +78880,7 @@ } }, { - "id": 27431, + "id": 29188, "properties": { "east": "low", "north": "low", @@ -74286,7 +78891,7 @@ } }, { - "id": 27432, + "id": 29189, "properties": { "east": "low", "north": "low", @@ -74297,7 +78902,7 @@ } }, { - "id": 27433, + "id": 29190, "properties": { "east": "low", "north": "low", @@ -74308,7 +78913,7 @@ } }, { - "id": 27434, + "id": 29191, "properties": { "east": "low", "north": "low", @@ -74319,7 +78924,7 @@ } }, { - "id": 27435, + "id": 29192, "properties": { "east": "low", "north": "low", @@ -74330,7 +78935,7 @@ } }, { - "id": 27436, + "id": 29193, "properties": { "east": "low", "north": "low", @@ -74341,7 +78946,7 @@ } }, { - "id": 27437, + "id": 29194, "properties": { "east": "low", "north": "low", @@ -74352,7 +78957,7 @@ } }, { - "id": 27438, + "id": 29195, "properties": { "east": "low", "north": "low", @@ -74363,7 +78968,7 @@ } }, { - "id": 27439, + "id": 29196, "properties": { "east": "low", "north": "low", @@ -74374,7 +78979,7 @@ } }, { - "id": 27440, + "id": 29197, "properties": { "east": "low", "north": "low", @@ -74385,7 +78990,7 @@ } }, { - "id": 27441, + "id": 29198, "properties": { "east": "low", "north": "low", @@ -74396,7 +79001,7 @@ } }, { - "id": 27442, + "id": 29199, "properties": { "east": "low", "north": "low", @@ -74407,7 +79012,7 @@ } }, { - "id": 27443, + "id": 29200, "properties": { "east": "low", "north": "low", @@ -74418,7 +79023,7 @@ } }, { - "id": 27444, + "id": 29201, "properties": { "east": "low", "north": "low", @@ -74429,7 +79034,7 @@ } }, { - "id": 27445, + "id": 29202, "properties": { "east": "low", "north": "low", @@ -74440,7 +79045,7 @@ } }, { - "id": 27446, + "id": 29203, "properties": { "east": "low", "north": "low", @@ -74451,7 +79056,7 @@ } }, { - "id": 27447, + "id": 29204, "properties": { "east": "low", "north": "low", @@ -74462,7 +79067,7 @@ } }, { - "id": 27448, + "id": 29205, "properties": { "east": "low", "north": "low", @@ -74473,7 +79078,7 @@ } }, { - "id": 27449, + "id": 29206, "properties": { "east": "low", "north": "low", @@ -74484,7 +79089,7 @@ } }, { - "id": 27450, + "id": 29207, "properties": { "east": "low", "north": "low", @@ -74495,7 +79100,7 @@ } }, { - "id": 27451, + "id": 29208, "properties": { "east": "low", "north": "low", @@ -74506,7 +79111,7 @@ } }, { - "id": 27452, + "id": 29209, "properties": { "east": "low", "north": "low", @@ -74517,7 +79122,7 @@ } }, { - "id": 27453, + "id": 29210, "properties": { "east": "low", "north": "low", @@ -74528,7 +79133,7 @@ } }, { - "id": 27454, + "id": 29211, "properties": { "east": "low", "north": "low", @@ -74539,7 +79144,7 @@ } }, { - "id": 27455, + "id": 29212, "properties": { "east": "low", "north": "low", @@ -74550,7 +79155,7 @@ } }, { - "id": 27456, + "id": 29213, "properties": { "east": "low", "north": "low", @@ -74561,7 +79166,7 @@ } }, { - "id": 27457, + "id": 29214, "properties": { "east": "low", "north": "low", @@ -74572,7 +79177,7 @@ } }, { - "id": 27458, + "id": 29215, "properties": { "east": "low", "north": "low", @@ -74583,7 +79188,7 @@ } }, { - "id": 27459, + "id": 29216, "properties": { "east": "low", "north": "low", @@ -74594,7 +79199,7 @@ } }, { - "id": 27460, + "id": 29217, "properties": { "east": "low", "north": "low", @@ -74605,7 +79210,7 @@ } }, { - "id": 27461, + "id": 29218, "properties": { "east": "low", "north": "low", @@ -74616,7 +79221,7 @@ } }, { - "id": 27462, + "id": 29219, "properties": { "east": "low", "north": "low", @@ -74627,7 +79232,7 @@ } }, { - "id": 27463, + "id": 29220, "properties": { "east": "low", "north": "low", @@ -74638,7 +79243,7 @@ } }, { - "id": 27464, + "id": 29221, "properties": { "east": "low", "north": "low", @@ -74649,7 +79254,7 @@ } }, { - "id": 27465, + "id": 29222, "properties": { "east": "low", "north": "low", @@ -74660,7 +79265,7 @@ } }, { - "id": 27466, + "id": 29223, "properties": { "east": "low", "north": "low", @@ -74671,7 +79276,7 @@ } }, { - "id": 27467, + "id": 29224, "properties": { "east": "low", "north": "tall", @@ -74682,7 +79287,7 @@ } }, { - "id": 27468, + "id": 29225, "properties": { "east": "low", "north": "tall", @@ -74693,7 +79298,7 @@ } }, { - "id": 27469, + "id": 29226, "properties": { "east": "low", "north": "tall", @@ -74704,7 +79309,7 @@ } }, { - "id": 27470, + "id": 29227, "properties": { "east": "low", "north": "tall", @@ -74715,7 +79320,7 @@ } }, { - "id": 27471, + "id": 29228, "properties": { "east": "low", "north": "tall", @@ -74726,7 +79331,7 @@ } }, { - "id": 27472, + "id": 29229, "properties": { "east": "low", "north": "tall", @@ -74737,7 +79342,7 @@ } }, { - "id": 27473, + "id": 29230, "properties": { "east": "low", "north": "tall", @@ -74748,7 +79353,7 @@ } }, { - "id": 27474, + "id": 29231, "properties": { "east": "low", "north": "tall", @@ -74759,7 +79364,7 @@ } }, { - "id": 27475, + "id": 29232, "properties": { "east": "low", "north": "tall", @@ -74770,7 +79375,7 @@ } }, { - "id": 27476, + "id": 29233, "properties": { "east": "low", "north": "tall", @@ -74781,7 +79386,7 @@ } }, { - "id": 27477, + "id": 29234, "properties": { "east": "low", "north": "tall", @@ -74792,7 +79397,7 @@ } }, { - "id": 27478, + "id": 29235, "properties": { "east": "low", "north": "tall", @@ -74803,7 +79408,7 @@ } }, { - "id": 27479, + "id": 29236, "properties": { "east": "low", "north": "tall", @@ -74814,7 +79419,7 @@ } }, { - "id": 27480, + "id": 29237, "properties": { "east": "low", "north": "tall", @@ -74825,7 +79430,7 @@ } }, { - "id": 27481, + "id": 29238, "properties": { "east": "low", "north": "tall", @@ -74836,7 +79441,7 @@ } }, { - "id": 27482, + "id": 29239, "properties": { "east": "low", "north": "tall", @@ -74847,7 +79452,7 @@ } }, { - "id": 27483, + "id": 29240, "properties": { "east": "low", "north": "tall", @@ -74858,7 +79463,7 @@ } }, { - "id": 27484, + "id": 29241, "properties": { "east": "low", "north": "tall", @@ -74869,7 +79474,7 @@ } }, { - "id": 27485, + "id": 29242, "properties": { "east": "low", "north": "tall", @@ -74880,7 +79485,7 @@ } }, { - "id": 27486, + "id": 29243, "properties": { "east": "low", "north": "tall", @@ -74891,7 +79496,7 @@ } }, { - "id": 27487, + "id": 29244, "properties": { "east": "low", "north": "tall", @@ -74902,7 +79507,7 @@ } }, { - "id": 27488, + "id": 29245, "properties": { "east": "low", "north": "tall", @@ -74913,7 +79518,7 @@ } }, { - "id": 27489, + "id": 29246, "properties": { "east": "low", "north": "tall", @@ -74924,7 +79529,7 @@ } }, { - "id": 27490, + "id": 29247, "properties": { "east": "low", "north": "tall", @@ -74935,7 +79540,7 @@ } }, { - "id": 27491, + "id": 29248, "properties": { "east": "low", "north": "tall", @@ -74946,7 +79551,7 @@ } }, { - "id": 27492, + "id": 29249, "properties": { "east": "low", "north": "tall", @@ -74957,7 +79562,7 @@ } }, { - "id": 27493, + "id": 29250, "properties": { "east": "low", "north": "tall", @@ -74968,7 +79573,7 @@ } }, { - "id": 27494, + "id": 29251, "properties": { "east": "low", "north": "tall", @@ -74979,7 +79584,7 @@ } }, { - "id": 27495, + "id": 29252, "properties": { "east": "low", "north": "tall", @@ -74990,7 +79595,7 @@ } }, { - "id": 27496, + "id": 29253, "properties": { "east": "low", "north": "tall", @@ -75001,7 +79606,7 @@ } }, { - "id": 27497, + "id": 29254, "properties": { "east": "low", "north": "tall", @@ -75012,7 +79617,7 @@ } }, { - "id": 27498, + "id": 29255, "properties": { "east": "low", "north": "tall", @@ -75023,7 +79628,7 @@ } }, { - "id": 27499, + "id": 29256, "properties": { "east": "low", "north": "tall", @@ -75034,7 +79639,7 @@ } }, { - "id": 27500, + "id": 29257, "properties": { "east": "low", "north": "tall", @@ -75045,7 +79650,7 @@ } }, { - "id": 27501, + "id": 29258, "properties": { "east": "low", "north": "tall", @@ -75056,7 +79661,7 @@ } }, { - "id": 27502, + "id": 29259, "properties": { "east": "low", "north": "tall", @@ -75067,7 +79672,7 @@ } }, { - "id": 27503, + "id": 29260, "properties": { "east": "tall", "north": "none", @@ -75078,7 +79683,7 @@ } }, { - "id": 27504, + "id": 29261, "properties": { "east": "tall", "north": "none", @@ -75089,7 +79694,7 @@ } }, { - "id": 27505, + "id": 29262, "properties": { "east": "tall", "north": "none", @@ -75100,7 +79705,7 @@ } }, { - "id": 27506, + "id": 29263, "properties": { "east": "tall", "north": "none", @@ -75111,7 +79716,7 @@ } }, { - "id": 27507, + "id": 29264, "properties": { "east": "tall", "north": "none", @@ -75122,7 +79727,7 @@ } }, { - "id": 27508, + "id": 29265, "properties": { "east": "tall", "north": "none", @@ -75133,7 +79738,7 @@ } }, { - "id": 27509, + "id": 29266, "properties": { "east": "tall", "north": "none", @@ -75144,7 +79749,7 @@ } }, { - "id": 27510, + "id": 29267, "properties": { "east": "tall", "north": "none", @@ -75155,7 +79760,7 @@ } }, { - "id": 27511, + "id": 29268, "properties": { "east": "tall", "north": "none", @@ -75166,7 +79771,7 @@ } }, { - "id": 27512, + "id": 29269, "properties": { "east": "tall", "north": "none", @@ -75177,7 +79782,7 @@ } }, { - "id": 27513, + "id": 29270, "properties": { "east": "tall", "north": "none", @@ -75188,7 +79793,7 @@ } }, { - "id": 27514, + "id": 29271, "properties": { "east": "tall", "north": "none", @@ -75199,7 +79804,7 @@ } }, { - "id": 27515, + "id": 29272, "properties": { "east": "tall", "north": "none", @@ -75210,7 +79815,7 @@ } }, { - "id": 27516, + "id": 29273, "properties": { "east": "tall", "north": "none", @@ -75221,7 +79826,7 @@ } }, { - "id": 27517, + "id": 29274, "properties": { "east": "tall", "north": "none", @@ -75232,7 +79837,7 @@ } }, { - "id": 27518, + "id": 29275, "properties": { "east": "tall", "north": "none", @@ -75243,7 +79848,7 @@ } }, { - "id": 27519, + "id": 29276, "properties": { "east": "tall", "north": "none", @@ -75254,7 +79859,7 @@ } }, { - "id": 27520, + "id": 29277, "properties": { "east": "tall", "north": "none", @@ -75265,7 +79870,7 @@ } }, { - "id": 27521, + "id": 29278, "properties": { "east": "tall", "north": "none", @@ -75276,7 +79881,7 @@ } }, { - "id": 27522, + "id": 29279, "properties": { "east": "tall", "north": "none", @@ -75287,7 +79892,7 @@ } }, { - "id": 27523, + "id": 29280, "properties": { "east": "tall", "north": "none", @@ -75298,7 +79903,7 @@ } }, { - "id": 27524, + "id": 29281, "properties": { "east": "tall", "north": "none", @@ -75309,7 +79914,7 @@ } }, { - "id": 27525, + "id": 29282, "properties": { "east": "tall", "north": "none", @@ -75320,7 +79925,7 @@ } }, { - "id": 27526, + "id": 29283, "properties": { "east": "tall", "north": "none", @@ -75331,7 +79936,7 @@ } }, { - "id": 27527, + "id": 29284, "properties": { "east": "tall", "north": "none", @@ -75342,7 +79947,7 @@ } }, { - "id": 27528, + "id": 29285, "properties": { "east": "tall", "north": "none", @@ -75353,7 +79958,7 @@ } }, { - "id": 27529, + "id": 29286, "properties": { "east": "tall", "north": "none", @@ -75364,7 +79969,7 @@ } }, { - "id": 27530, + "id": 29287, "properties": { "east": "tall", "north": "none", @@ -75375,7 +79980,7 @@ } }, { - "id": 27531, + "id": 29288, "properties": { "east": "tall", "north": "none", @@ -75386,7 +79991,7 @@ } }, { - "id": 27532, + "id": 29289, "properties": { "east": "tall", "north": "none", @@ -75397,7 +80002,7 @@ } }, { - "id": 27533, + "id": 29290, "properties": { "east": "tall", "north": "none", @@ -75408,7 +80013,7 @@ } }, { - "id": 27534, + "id": 29291, "properties": { "east": "tall", "north": "none", @@ -75419,7 +80024,7 @@ } }, { - "id": 27535, + "id": 29292, "properties": { "east": "tall", "north": "none", @@ -75430,7 +80035,7 @@ } }, { - "id": 27536, + "id": 29293, "properties": { "east": "tall", "north": "none", @@ -75441,7 +80046,7 @@ } }, { - "id": 27537, + "id": 29294, "properties": { "east": "tall", "north": "none", @@ -75452,7 +80057,7 @@ } }, { - "id": 27538, + "id": 29295, "properties": { "east": "tall", "north": "none", @@ -75463,7 +80068,7 @@ } }, { - "id": 27539, + "id": 29296, "properties": { "east": "tall", "north": "low", @@ -75474,7 +80079,7 @@ } }, { - "id": 27540, + "id": 29297, "properties": { "east": "tall", "north": "low", @@ -75485,7 +80090,7 @@ } }, { - "id": 27541, + "id": 29298, "properties": { "east": "tall", "north": "low", @@ -75496,7 +80101,7 @@ } }, { - "id": 27542, + "id": 29299, "properties": { "east": "tall", "north": "low", @@ -75507,7 +80112,7 @@ } }, { - "id": 27543, + "id": 29300, "properties": { "east": "tall", "north": "low", @@ -75518,7 +80123,7 @@ } }, { - "id": 27544, + "id": 29301, "properties": { "east": "tall", "north": "low", @@ -75529,7 +80134,7 @@ } }, { - "id": 27545, + "id": 29302, "properties": { "east": "tall", "north": "low", @@ -75540,7 +80145,7 @@ } }, { - "id": 27546, + "id": 29303, "properties": { "east": "tall", "north": "low", @@ -75551,7 +80156,7 @@ } }, { - "id": 27547, + "id": 29304, "properties": { "east": "tall", "north": "low", @@ -75562,7 +80167,7 @@ } }, { - "id": 27548, + "id": 29305, "properties": { "east": "tall", "north": "low", @@ -75573,7 +80178,7 @@ } }, { - "id": 27549, + "id": 29306, "properties": { "east": "tall", "north": "low", @@ -75584,7 +80189,7 @@ } }, { - "id": 27550, + "id": 29307, "properties": { "east": "tall", "north": "low", @@ -75595,7 +80200,7 @@ } }, { - "id": 27551, + "id": 29308, "properties": { "east": "tall", "north": "low", @@ -75606,7 +80211,7 @@ } }, { - "id": 27552, + "id": 29309, "properties": { "east": "tall", "north": "low", @@ -75617,7 +80222,7 @@ } }, { - "id": 27553, + "id": 29310, "properties": { "east": "tall", "north": "low", @@ -75628,7 +80233,7 @@ } }, { - "id": 27554, + "id": 29311, "properties": { "east": "tall", "north": "low", @@ -75639,7 +80244,7 @@ } }, { - "id": 27555, + "id": 29312, "properties": { "east": "tall", "north": "low", @@ -75650,7 +80255,7 @@ } }, { - "id": 27556, + "id": 29313, "properties": { "east": "tall", "north": "low", @@ -75661,7 +80266,7 @@ } }, { - "id": 27557, + "id": 29314, "properties": { "east": "tall", "north": "low", @@ -75672,7 +80277,7 @@ } }, { - "id": 27558, + "id": 29315, "properties": { "east": "tall", "north": "low", @@ -75683,7 +80288,7 @@ } }, { - "id": 27559, + "id": 29316, "properties": { "east": "tall", "north": "low", @@ -75694,7 +80299,7 @@ } }, { - "id": 27560, + "id": 29317, "properties": { "east": "tall", "north": "low", @@ -75705,7 +80310,7 @@ } }, { - "id": 27561, + "id": 29318, "properties": { "east": "tall", "north": "low", @@ -75716,7 +80321,7 @@ } }, { - "id": 27562, + "id": 29319, "properties": { "east": "tall", "north": "low", @@ -75727,7 +80332,7 @@ } }, { - "id": 27563, + "id": 29320, "properties": { "east": "tall", "north": "low", @@ -75738,7 +80343,7 @@ } }, { - "id": 27564, + "id": 29321, "properties": { "east": "tall", "north": "low", @@ -75749,7 +80354,7 @@ } }, { - "id": 27565, + "id": 29322, "properties": { "east": "tall", "north": "low", @@ -75760,7 +80365,7 @@ } }, { - "id": 27566, + "id": 29323, "properties": { "east": "tall", "north": "low", @@ -75771,7 +80376,7 @@ } }, { - "id": 27567, + "id": 29324, "properties": { "east": "tall", "north": "low", @@ -75782,7 +80387,7 @@ } }, { - "id": 27568, + "id": 29325, "properties": { "east": "tall", "north": "low", @@ -75793,7 +80398,7 @@ } }, { - "id": 27569, + "id": 29326, "properties": { "east": "tall", "north": "low", @@ -75804,7 +80409,7 @@ } }, { - "id": 27570, + "id": 29327, "properties": { "east": "tall", "north": "low", @@ -75815,7 +80420,7 @@ } }, { - "id": 27571, + "id": 29328, "properties": { "east": "tall", "north": "low", @@ -75826,7 +80431,7 @@ } }, { - "id": 27572, + "id": 29329, "properties": { "east": "tall", "north": "low", @@ -75837,7 +80442,7 @@ } }, { - "id": 27573, + "id": 29330, "properties": { "east": "tall", "north": "low", @@ -75848,7 +80453,7 @@ } }, { - "id": 27574, + "id": 29331, "properties": { "east": "tall", "north": "low", @@ -75859,7 +80464,7 @@ } }, { - "id": 27575, + "id": 29332, "properties": { "east": "tall", "north": "tall", @@ -75870,7 +80475,7 @@ } }, { - "id": 27576, + "id": 29333, "properties": { "east": "tall", "north": "tall", @@ -75881,7 +80486,7 @@ } }, { - "id": 27577, + "id": 29334, "properties": { "east": "tall", "north": "tall", @@ -75892,7 +80497,7 @@ } }, { - "id": 27578, + "id": 29335, "properties": { "east": "tall", "north": "tall", @@ -75903,7 +80508,7 @@ } }, { - "id": 27579, + "id": 29336, "properties": { "east": "tall", "north": "tall", @@ -75914,7 +80519,7 @@ } }, { - "id": 27580, + "id": 29337, "properties": { "east": "tall", "north": "tall", @@ -75925,7 +80530,7 @@ } }, { - "id": 27581, + "id": 29338, "properties": { "east": "tall", "north": "tall", @@ -75936,7 +80541,7 @@ } }, { - "id": 27582, + "id": 29339, "properties": { "east": "tall", "north": "tall", @@ -75947,7 +80552,7 @@ } }, { - "id": 27583, + "id": 29340, "properties": { "east": "tall", "north": "tall", @@ -75958,7 +80563,7 @@ } }, { - "id": 27584, + "id": 29341, "properties": { "east": "tall", "north": "tall", @@ -75969,7 +80574,7 @@ } }, { - "id": 27585, + "id": 29342, "properties": { "east": "tall", "north": "tall", @@ -75980,7 +80585,7 @@ } }, { - "id": 27586, + "id": 29343, "properties": { "east": "tall", "north": "tall", @@ -75991,7 +80596,7 @@ } }, { - "id": 27587, + "id": 29344, "properties": { "east": "tall", "north": "tall", @@ -76002,7 +80607,7 @@ } }, { - "id": 27588, + "id": 29345, "properties": { "east": "tall", "north": "tall", @@ -76013,7 +80618,7 @@ } }, { - "id": 27589, + "id": 29346, "properties": { "east": "tall", "north": "tall", @@ -76024,7 +80629,7 @@ } }, { - "id": 27590, + "id": 29347, "properties": { "east": "tall", "north": "tall", @@ -76035,7 +80640,7 @@ } }, { - "id": 27591, + "id": 29348, "properties": { "east": "tall", "north": "tall", @@ -76046,7 +80651,7 @@ } }, { - "id": 27592, + "id": 29349, "properties": { "east": "tall", "north": "tall", @@ -76057,7 +80662,7 @@ } }, { - "id": 27593, + "id": 29350, "properties": { "east": "tall", "north": "tall", @@ -76068,7 +80673,7 @@ } }, { - "id": 27594, + "id": 29351, "properties": { "east": "tall", "north": "tall", @@ -76079,7 +80684,7 @@ } }, { - "id": 27595, + "id": 29352, "properties": { "east": "tall", "north": "tall", @@ -76090,7 +80695,7 @@ } }, { - "id": 27596, + "id": 29353, "properties": { "east": "tall", "north": "tall", @@ -76101,7 +80706,7 @@ } }, { - "id": 27597, + "id": 29354, "properties": { "east": "tall", "north": "tall", @@ -76112,7 +80717,7 @@ } }, { - "id": 27598, + "id": 29355, "properties": { "east": "tall", "north": "tall", @@ -76123,7 +80728,7 @@ } }, { - "id": 27599, + "id": 29356, "properties": { "east": "tall", "north": "tall", @@ -76134,7 +80739,7 @@ } }, { - "id": 27600, + "id": 29357, "properties": { "east": "tall", "north": "tall", @@ -76145,7 +80750,7 @@ } }, { - "id": 27601, + "id": 29358, "properties": { "east": "tall", "north": "tall", @@ -76156,7 +80761,7 @@ } }, { - "id": 27602, + "id": 29359, "properties": { "east": "tall", "north": "tall", @@ -76167,7 +80772,7 @@ } }, { - "id": 27603, + "id": 29360, "properties": { "east": "tall", "north": "tall", @@ -76178,7 +80783,7 @@ } }, { - "id": 27604, + "id": 29361, "properties": { "east": "tall", "north": "tall", @@ -76189,7 +80794,7 @@ } }, { - "id": 27605, + "id": 29362, "properties": { "east": "tall", "north": "tall", @@ -76200,7 +80805,7 @@ } }, { - "id": 27606, + "id": 29363, "properties": { "east": "tall", "north": "tall", @@ -76211,7 +80816,7 @@ } }, { - "id": 27607, + "id": 29364, "properties": { "east": "tall", "north": "tall", @@ -76222,7 +80827,7 @@ } }, { - "id": 27608, + "id": 29365, "properties": { "east": "tall", "north": "tall", @@ -76233,7 +80838,7 @@ } }, { - "id": 27609, + "id": 29366, "properties": { "east": "tall", "north": "tall", @@ -76244,7 +80849,7 @@ } }, { - "id": 27610, + "id": 29367, "properties": { "east": "tall", "north": "tall", @@ -76264,7 +80869,7 @@ "states": [ { "default": true, - "id": 27200 + "id": 28957 } ] }, @@ -76294,7 +80899,7 @@ "states": [ { "default": true, - "id": 23971 + "id": 25112 } ] }, @@ -76311,7 +80916,7 @@ "states": [ { "default": true, - "id": 4339 + "id": 5107 } ] }, @@ -76328,7 +80933,7 @@ "states": [ { "default": true, - "id": 8296 + "id": 9373 } ] }, @@ -76388,14 +80993,14 @@ }, "states": [ { - "id": 5914, + "id": 6682, "properties": { "lit": "true" } }, { "default": true, - "id": 5915, + "id": 6683, "properties": { "lit": "false" } @@ -76420,21 +81025,21 @@ }, "states": [ { - "id": 26870, + "id": 28627, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 26871, + "id": 28628, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 26872, + "id": 28629, "properties": { "type": "bottom", "waterlogged": "true" @@ -76442,21 +81047,21 @@ }, { "default": true, - "id": 26873, + "id": 28630, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 26874, + "id": 28631, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 26875, + "id": 28632, "properties": { "type": "double", "waterlogged": "false" @@ -76497,7 +81102,7 @@ }, "states": [ { - "id": 26790, + "id": 28547, "properties": { "facing": "north", "half": "top", @@ -76506,7 +81111,7 @@ } }, { - "id": 26791, + "id": 28548, "properties": { "facing": "north", "half": "top", @@ -76515,7 +81120,7 @@ } }, { - "id": 26792, + "id": 28549, "properties": { "facing": "north", "half": "top", @@ -76524,7 +81129,7 @@ } }, { - "id": 26793, + "id": 28550, "properties": { "facing": "north", "half": "top", @@ -76533,7 +81138,7 @@ } }, { - "id": 26794, + "id": 28551, "properties": { "facing": "north", "half": "top", @@ -76542,7 +81147,7 @@ } }, { - "id": 26795, + "id": 28552, "properties": { "facing": "north", "half": "top", @@ -76551,7 +81156,7 @@ } }, { - "id": 26796, + "id": 28553, "properties": { "facing": "north", "half": "top", @@ -76560,7 +81165,7 @@ } }, { - "id": 26797, + "id": 28554, "properties": { "facing": "north", "half": "top", @@ -76569,7 +81174,7 @@ } }, { - "id": 26798, + "id": 28555, "properties": { "facing": "north", "half": "top", @@ -76578,7 +81183,7 @@ } }, { - "id": 26799, + "id": 28556, "properties": { "facing": "north", "half": "top", @@ -76587,7 +81192,7 @@ } }, { - "id": 26800, + "id": 28557, "properties": { "facing": "north", "half": "bottom", @@ -76597,7 +81202,7 @@ }, { "default": true, - "id": 26801, + "id": 28558, "properties": { "facing": "north", "half": "bottom", @@ -76606,7 +81211,7 @@ } }, { - "id": 26802, + "id": 28559, "properties": { "facing": "north", "half": "bottom", @@ -76615,7 +81220,7 @@ } }, { - "id": 26803, + "id": 28560, "properties": { "facing": "north", "half": "bottom", @@ -76624,7 +81229,7 @@ } }, { - "id": 26804, + "id": 28561, "properties": { "facing": "north", "half": "bottom", @@ -76633,7 +81238,7 @@ } }, { - "id": 26805, + "id": 28562, "properties": { "facing": "north", "half": "bottom", @@ -76642,7 +81247,7 @@ } }, { - "id": 26806, + "id": 28563, "properties": { "facing": "north", "half": "bottom", @@ -76651,7 +81256,7 @@ } }, { - "id": 26807, + "id": 28564, "properties": { "facing": "north", "half": "bottom", @@ -76660,7 +81265,7 @@ } }, { - "id": 26808, + "id": 28565, "properties": { "facing": "north", "half": "bottom", @@ -76669,7 +81274,7 @@ } }, { - "id": 26809, + "id": 28566, "properties": { "facing": "north", "half": "bottom", @@ -76678,7 +81283,7 @@ } }, { - "id": 26810, + "id": 28567, "properties": { "facing": "south", "half": "top", @@ -76687,7 +81292,7 @@ } }, { - "id": 26811, + "id": 28568, "properties": { "facing": "south", "half": "top", @@ -76696,7 +81301,7 @@ } }, { - "id": 26812, + "id": 28569, "properties": { "facing": "south", "half": "top", @@ -76705,7 +81310,7 @@ } }, { - "id": 26813, + "id": 28570, "properties": { "facing": "south", "half": "top", @@ -76714,7 +81319,7 @@ } }, { - "id": 26814, + "id": 28571, "properties": { "facing": "south", "half": "top", @@ -76723,7 +81328,7 @@ } }, { - "id": 26815, + "id": 28572, "properties": { "facing": "south", "half": "top", @@ -76732,7 +81337,7 @@ } }, { - "id": 26816, + "id": 28573, "properties": { "facing": "south", "half": "top", @@ -76741,7 +81346,7 @@ } }, { - "id": 26817, + "id": 28574, "properties": { "facing": "south", "half": "top", @@ -76750,7 +81355,7 @@ } }, { - "id": 26818, + "id": 28575, "properties": { "facing": "south", "half": "top", @@ -76759,7 +81364,7 @@ } }, { - "id": 26819, + "id": 28576, "properties": { "facing": "south", "half": "top", @@ -76768,7 +81373,7 @@ } }, { - "id": 26820, + "id": 28577, "properties": { "facing": "south", "half": "bottom", @@ -76777,7 +81382,7 @@ } }, { - "id": 26821, + "id": 28578, "properties": { "facing": "south", "half": "bottom", @@ -76786,7 +81391,7 @@ } }, { - "id": 26822, + "id": 28579, "properties": { "facing": "south", "half": "bottom", @@ -76795,7 +81400,7 @@ } }, { - "id": 26823, + "id": 28580, "properties": { "facing": "south", "half": "bottom", @@ -76804,7 +81409,7 @@ } }, { - "id": 26824, + "id": 28581, "properties": { "facing": "south", "half": "bottom", @@ -76813,7 +81418,7 @@ } }, { - "id": 26825, + "id": 28582, "properties": { "facing": "south", "half": "bottom", @@ -76822,7 +81427,7 @@ } }, { - "id": 26826, + "id": 28583, "properties": { "facing": "south", "half": "bottom", @@ -76831,7 +81436,7 @@ } }, { - "id": 26827, + "id": 28584, "properties": { "facing": "south", "half": "bottom", @@ -76840,7 +81445,7 @@ } }, { - "id": 26828, + "id": 28585, "properties": { "facing": "south", "half": "bottom", @@ -76849,7 +81454,7 @@ } }, { - "id": 26829, + "id": 28586, "properties": { "facing": "south", "half": "bottom", @@ -76858,7 +81463,7 @@ } }, { - "id": 26830, + "id": 28587, "properties": { "facing": "west", "half": "top", @@ -76867,7 +81472,7 @@ } }, { - "id": 26831, + "id": 28588, "properties": { "facing": "west", "half": "top", @@ -76876,7 +81481,7 @@ } }, { - "id": 26832, + "id": 28589, "properties": { "facing": "west", "half": "top", @@ -76885,7 +81490,7 @@ } }, { - "id": 26833, + "id": 28590, "properties": { "facing": "west", "half": "top", @@ -76894,7 +81499,7 @@ } }, { - "id": 26834, + "id": 28591, "properties": { "facing": "west", "half": "top", @@ -76903,7 +81508,7 @@ } }, { - "id": 26835, + "id": 28592, "properties": { "facing": "west", "half": "top", @@ -76912,7 +81517,7 @@ } }, { - "id": 26836, + "id": 28593, "properties": { "facing": "west", "half": "top", @@ -76921,7 +81526,7 @@ } }, { - "id": 26837, + "id": 28594, "properties": { "facing": "west", "half": "top", @@ -76930,7 +81535,7 @@ } }, { - "id": 26838, + "id": 28595, "properties": { "facing": "west", "half": "top", @@ -76939,7 +81544,7 @@ } }, { - "id": 26839, + "id": 28596, "properties": { "facing": "west", "half": "top", @@ -76948,7 +81553,7 @@ } }, { - "id": 26840, + "id": 28597, "properties": { "facing": "west", "half": "bottom", @@ -76957,7 +81562,7 @@ } }, { - "id": 26841, + "id": 28598, "properties": { "facing": "west", "half": "bottom", @@ -76966,7 +81571,7 @@ } }, { - "id": 26842, + "id": 28599, "properties": { "facing": "west", "half": "bottom", @@ -76975,7 +81580,7 @@ } }, { - "id": 26843, + "id": 28600, "properties": { "facing": "west", "half": "bottom", @@ -76984,7 +81589,7 @@ } }, { - "id": 26844, + "id": 28601, "properties": { "facing": "west", "half": "bottom", @@ -76993,7 +81598,7 @@ } }, { - "id": 26845, + "id": 28602, "properties": { "facing": "west", "half": "bottom", @@ -77002,7 +81607,7 @@ } }, { - "id": 26846, + "id": 28603, "properties": { "facing": "west", "half": "bottom", @@ -77011,7 +81616,7 @@ } }, { - "id": 26847, + "id": 28604, "properties": { "facing": "west", "half": "bottom", @@ -77020,7 +81625,7 @@ } }, { - "id": 26848, + "id": 28605, "properties": { "facing": "west", "half": "bottom", @@ -77029,7 +81634,7 @@ } }, { - "id": 26849, + "id": 28606, "properties": { "facing": "west", "half": "bottom", @@ -77038,7 +81643,7 @@ } }, { - "id": 26850, + "id": 28607, "properties": { "facing": "east", "half": "top", @@ -77047,7 +81652,7 @@ } }, { - "id": 26851, + "id": 28608, "properties": { "facing": "east", "half": "top", @@ -77056,7 +81661,7 @@ } }, { - "id": 26852, + "id": 28609, "properties": { "facing": "east", "half": "top", @@ -77065,7 +81670,7 @@ } }, { - "id": 26853, + "id": 28610, "properties": { "facing": "east", "half": "top", @@ -77074,7 +81679,7 @@ } }, { - "id": 26854, + "id": 28611, "properties": { "facing": "east", "half": "top", @@ -77083,7 +81688,7 @@ } }, { - "id": 26855, + "id": 28612, "properties": { "facing": "east", "half": "top", @@ -77092,7 +81697,7 @@ } }, { - "id": 26856, + "id": 28613, "properties": { "facing": "east", "half": "top", @@ -77101,7 +81706,7 @@ } }, { - "id": 26857, + "id": 28614, "properties": { "facing": "east", "half": "top", @@ -77110,7 +81715,7 @@ } }, { - "id": 26858, + "id": 28615, "properties": { "facing": "east", "half": "top", @@ -77119,7 +81724,7 @@ } }, { - "id": 26859, + "id": 28616, "properties": { "facing": "east", "half": "top", @@ -77128,7 +81733,7 @@ } }, { - "id": 26860, + "id": 28617, "properties": { "facing": "east", "half": "bottom", @@ -77137,7 +81742,7 @@ } }, { - "id": 26861, + "id": 28618, "properties": { "facing": "east", "half": "bottom", @@ -77146,7 +81751,7 @@ } }, { - "id": 26862, + "id": 28619, "properties": { "facing": "east", "half": "bottom", @@ -77155,7 +81760,7 @@ } }, { - "id": 26863, + "id": 28620, "properties": { "facing": "east", "half": "bottom", @@ -77164,7 +81769,7 @@ } }, { - "id": 26864, + "id": 28621, "properties": { "facing": "east", "half": "bottom", @@ -77173,7 +81778,7 @@ } }, { - "id": 26865, + "id": 28622, "properties": { "facing": "east", "half": "bottom", @@ -77182,7 +81787,7 @@ } }, { - "id": 26866, + "id": 28623, "properties": { "facing": "east", "half": "bottom", @@ -77191,7 +81796,7 @@ } }, { - "id": 26867, + "id": 28624, "properties": { "facing": "east", "half": "bottom", @@ -77200,7 +81805,7 @@ } }, { - "id": 26868, + "id": 28625, "properties": { "facing": "east", "half": "bottom", @@ -77209,7 +81814,7 @@ } }, { - "id": 26869, + "id": 28626, "properties": { "facing": "east", "half": "bottom", @@ -77256,7 +81861,7 @@ }, "states": [ { - "id": 26876, + "id": 28633, "properties": { "east": "none", "north": "none", @@ -77267,7 +81872,7 @@ } }, { - "id": 26877, + "id": 28634, "properties": { "east": "none", "north": "none", @@ -77278,7 +81883,7 @@ } }, { - "id": 26878, + "id": 28635, "properties": { "east": "none", "north": "none", @@ -77290,7 +81895,7 @@ }, { "default": true, - "id": 26879, + "id": 28636, "properties": { "east": "none", "north": "none", @@ -77301,7 +81906,7 @@ } }, { - "id": 26880, + "id": 28637, "properties": { "east": "none", "north": "none", @@ -77312,7 +81917,7 @@ } }, { - "id": 26881, + "id": 28638, "properties": { "east": "none", "north": "none", @@ -77323,7 +81928,7 @@ } }, { - "id": 26882, + "id": 28639, "properties": { "east": "none", "north": "none", @@ -77334,7 +81939,7 @@ } }, { - "id": 26883, + "id": 28640, "properties": { "east": "none", "north": "none", @@ -77345,7 +81950,7 @@ } }, { - "id": 26884, + "id": 28641, "properties": { "east": "none", "north": "none", @@ -77356,7 +81961,7 @@ } }, { - "id": 26885, + "id": 28642, "properties": { "east": "none", "north": "none", @@ -77367,7 +81972,7 @@ } }, { - "id": 26886, + "id": 28643, "properties": { "east": "none", "north": "none", @@ -77378,7 +81983,7 @@ } }, { - "id": 26887, + "id": 28644, "properties": { "east": "none", "north": "none", @@ -77389,7 +81994,7 @@ } }, { - "id": 26888, + "id": 28645, "properties": { "east": "none", "north": "none", @@ -77400,7 +82005,7 @@ } }, { - "id": 26889, + "id": 28646, "properties": { "east": "none", "north": "none", @@ -77411,7 +82016,7 @@ } }, { - "id": 26890, + "id": 28647, "properties": { "east": "none", "north": "none", @@ -77422,7 +82027,7 @@ } }, { - "id": 26891, + "id": 28648, "properties": { "east": "none", "north": "none", @@ -77433,7 +82038,7 @@ } }, { - "id": 26892, + "id": 28649, "properties": { "east": "none", "north": "none", @@ -77444,7 +82049,7 @@ } }, { - "id": 26893, + "id": 28650, "properties": { "east": "none", "north": "none", @@ -77455,7 +82060,7 @@ } }, { - "id": 26894, + "id": 28651, "properties": { "east": "none", "north": "none", @@ -77466,7 +82071,7 @@ } }, { - "id": 26895, + "id": 28652, "properties": { "east": "none", "north": "none", @@ -77477,7 +82082,7 @@ } }, { - "id": 26896, + "id": 28653, "properties": { "east": "none", "north": "none", @@ -77488,7 +82093,7 @@ } }, { - "id": 26897, + "id": 28654, "properties": { "east": "none", "north": "none", @@ -77499,7 +82104,7 @@ } }, { - "id": 26898, + "id": 28655, "properties": { "east": "none", "north": "none", @@ -77510,7 +82115,7 @@ } }, { - "id": 26899, + "id": 28656, "properties": { "east": "none", "north": "none", @@ -77521,7 +82126,7 @@ } }, { - "id": 26900, + "id": 28657, "properties": { "east": "none", "north": "none", @@ -77532,7 +82137,7 @@ } }, { - "id": 26901, + "id": 28658, "properties": { "east": "none", "north": "none", @@ -77543,7 +82148,7 @@ } }, { - "id": 26902, + "id": 28659, "properties": { "east": "none", "north": "none", @@ -77554,7 +82159,7 @@ } }, { - "id": 26903, + "id": 28660, "properties": { "east": "none", "north": "none", @@ -77565,7 +82170,7 @@ } }, { - "id": 26904, + "id": 28661, "properties": { "east": "none", "north": "none", @@ -77576,7 +82181,7 @@ } }, { - "id": 26905, + "id": 28662, "properties": { "east": "none", "north": "none", @@ -77587,7 +82192,7 @@ } }, { - "id": 26906, + "id": 28663, "properties": { "east": "none", "north": "none", @@ -77598,7 +82203,7 @@ } }, { - "id": 26907, + "id": 28664, "properties": { "east": "none", "north": "none", @@ -77609,7 +82214,7 @@ } }, { - "id": 26908, + "id": 28665, "properties": { "east": "none", "north": "none", @@ -77620,7 +82225,7 @@ } }, { - "id": 26909, + "id": 28666, "properties": { "east": "none", "north": "none", @@ -77631,7 +82236,7 @@ } }, { - "id": 26910, + "id": 28667, "properties": { "east": "none", "north": "none", @@ -77642,7 +82247,7 @@ } }, { - "id": 26911, + "id": 28668, "properties": { "east": "none", "north": "none", @@ -77653,7 +82258,7 @@ } }, { - "id": 26912, + "id": 28669, "properties": { "east": "none", "north": "low", @@ -77664,7 +82269,7 @@ } }, { - "id": 26913, + "id": 28670, "properties": { "east": "none", "north": "low", @@ -77675,7 +82280,7 @@ } }, { - "id": 26914, + "id": 28671, "properties": { "east": "none", "north": "low", @@ -77686,7 +82291,7 @@ } }, { - "id": 26915, + "id": 28672, "properties": { "east": "none", "north": "low", @@ -77697,7 +82302,7 @@ } }, { - "id": 26916, + "id": 28673, "properties": { "east": "none", "north": "low", @@ -77708,7 +82313,7 @@ } }, { - "id": 26917, + "id": 28674, "properties": { "east": "none", "north": "low", @@ -77719,7 +82324,7 @@ } }, { - "id": 26918, + "id": 28675, "properties": { "east": "none", "north": "low", @@ -77730,7 +82335,7 @@ } }, { - "id": 26919, + "id": 28676, "properties": { "east": "none", "north": "low", @@ -77741,7 +82346,7 @@ } }, { - "id": 26920, + "id": 28677, "properties": { "east": "none", "north": "low", @@ -77752,7 +82357,7 @@ } }, { - "id": 26921, + "id": 28678, "properties": { "east": "none", "north": "low", @@ -77763,7 +82368,7 @@ } }, { - "id": 26922, + "id": 28679, "properties": { "east": "none", "north": "low", @@ -77774,7 +82379,7 @@ } }, { - "id": 26923, + "id": 28680, "properties": { "east": "none", "north": "low", @@ -77785,7 +82390,7 @@ } }, { - "id": 26924, + "id": 28681, "properties": { "east": "none", "north": "low", @@ -77796,7 +82401,7 @@ } }, { - "id": 26925, + "id": 28682, "properties": { "east": "none", "north": "low", @@ -77807,7 +82412,7 @@ } }, { - "id": 26926, + "id": 28683, "properties": { "east": "none", "north": "low", @@ -77818,7 +82423,7 @@ } }, { - "id": 26927, + "id": 28684, "properties": { "east": "none", "north": "low", @@ -77829,7 +82434,7 @@ } }, { - "id": 26928, + "id": 28685, "properties": { "east": "none", "north": "low", @@ -77840,7 +82445,7 @@ } }, { - "id": 26929, + "id": 28686, "properties": { "east": "none", "north": "low", @@ -77851,7 +82456,7 @@ } }, { - "id": 26930, + "id": 28687, "properties": { "east": "none", "north": "low", @@ -77862,7 +82467,7 @@ } }, { - "id": 26931, + "id": 28688, "properties": { "east": "none", "north": "low", @@ -77873,7 +82478,7 @@ } }, { - "id": 26932, + "id": 28689, "properties": { "east": "none", "north": "low", @@ -77884,7 +82489,7 @@ } }, { - "id": 26933, + "id": 28690, "properties": { "east": "none", "north": "low", @@ -77895,7 +82500,7 @@ } }, { - "id": 26934, + "id": 28691, "properties": { "east": "none", "north": "low", @@ -77906,7 +82511,7 @@ } }, { - "id": 26935, + "id": 28692, "properties": { "east": "none", "north": "low", @@ -77917,7 +82522,7 @@ } }, { - "id": 26936, + "id": 28693, "properties": { "east": "none", "north": "low", @@ -77928,7 +82533,7 @@ } }, { - "id": 26937, + "id": 28694, "properties": { "east": "none", "north": "low", @@ -77939,7 +82544,7 @@ } }, { - "id": 26938, + "id": 28695, "properties": { "east": "none", "north": "low", @@ -77950,7 +82555,7 @@ } }, { - "id": 26939, + "id": 28696, "properties": { "east": "none", "north": "low", @@ -77961,7 +82566,7 @@ } }, { - "id": 26940, + "id": 28697, "properties": { "east": "none", "north": "low", @@ -77972,7 +82577,7 @@ } }, { - "id": 26941, + "id": 28698, "properties": { "east": "none", "north": "low", @@ -77983,7 +82588,7 @@ } }, { - "id": 26942, + "id": 28699, "properties": { "east": "none", "north": "low", @@ -77994,7 +82599,7 @@ } }, { - "id": 26943, + "id": 28700, "properties": { "east": "none", "north": "low", @@ -78005,7 +82610,7 @@ } }, { - "id": 26944, + "id": 28701, "properties": { "east": "none", "north": "low", @@ -78016,7 +82621,7 @@ } }, { - "id": 26945, + "id": 28702, "properties": { "east": "none", "north": "low", @@ -78027,7 +82632,7 @@ } }, { - "id": 26946, + "id": 28703, "properties": { "east": "none", "north": "low", @@ -78038,7 +82643,7 @@ } }, { - "id": 26947, + "id": 28704, "properties": { "east": "none", "north": "low", @@ -78049,7 +82654,7 @@ } }, { - "id": 26948, + "id": 28705, "properties": { "east": "none", "north": "tall", @@ -78060,7 +82665,7 @@ } }, { - "id": 26949, + "id": 28706, "properties": { "east": "none", "north": "tall", @@ -78071,7 +82676,7 @@ } }, { - "id": 26950, + "id": 28707, "properties": { "east": "none", "north": "tall", @@ -78082,7 +82687,7 @@ } }, { - "id": 26951, + "id": 28708, "properties": { "east": "none", "north": "tall", @@ -78093,7 +82698,7 @@ } }, { - "id": 26952, + "id": 28709, "properties": { "east": "none", "north": "tall", @@ -78104,7 +82709,7 @@ } }, { - "id": 26953, + "id": 28710, "properties": { "east": "none", "north": "tall", @@ -78115,7 +82720,7 @@ } }, { - "id": 26954, + "id": 28711, "properties": { "east": "none", "north": "tall", @@ -78126,7 +82731,7 @@ } }, { - "id": 26955, + "id": 28712, "properties": { "east": "none", "north": "tall", @@ -78137,7 +82742,7 @@ } }, { - "id": 26956, + "id": 28713, "properties": { "east": "none", "north": "tall", @@ -78148,7 +82753,7 @@ } }, { - "id": 26957, + "id": 28714, "properties": { "east": "none", "north": "tall", @@ -78159,7 +82764,7 @@ } }, { - "id": 26958, + "id": 28715, "properties": { "east": "none", "north": "tall", @@ -78170,7 +82775,7 @@ } }, { - "id": 26959, + "id": 28716, "properties": { "east": "none", "north": "tall", @@ -78181,7 +82786,7 @@ } }, { - "id": 26960, + "id": 28717, "properties": { "east": "none", "north": "tall", @@ -78192,7 +82797,7 @@ } }, { - "id": 26961, + "id": 28718, "properties": { "east": "none", "north": "tall", @@ -78203,7 +82808,7 @@ } }, { - "id": 26962, + "id": 28719, "properties": { "east": "none", "north": "tall", @@ -78214,7 +82819,7 @@ } }, { - "id": 26963, + "id": 28720, "properties": { "east": "none", "north": "tall", @@ -78225,7 +82830,7 @@ } }, { - "id": 26964, + "id": 28721, "properties": { "east": "none", "north": "tall", @@ -78236,7 +82841,7 @@ } }, { - "id": 26965, + "id": 28722, "properties": { "east": "none", "north": "tall", @@ -78247,7 +82852,7 @@ } }, { - "id": 26966, + "id": 28723, "properties": { "east": "none", "north": "tall", @@ -78258,7 +82863,7 @@ } }, { - "id": 26967, + "id": 28724, "properties": { "east": "none", "north": "tall", @@ -78269,7 +82874,7 @@ } }, { - "id": 26968, + "id": 28725, "properties": { "east": "none", "north": "tall", @@ -78280,7 +82885,7 @@ } }, { - "id": 26969, + "id": 28726, "properties": { "east": "none", "north": "tall", @@ -78291,7 +82896,7 @@ } }, { - "id": 26970, + "id": 28727, "properties": { "east": "none", "north": "tall", @@ -78302,7 +82907,7 @@ } }, { - "id": 26971, + "id": 28728, "properties": { "east": "none", "north": "tall", @@ -78313,7 +82918,7 @@ } }, { - "id": 26972, + "id": 28729, "properties": { "east": "none", "north": "tall", @@ -78324,7 +82929,7 @@ } }, { - "id": 26973, + "id": 28730, "properties": { "east": "none", "north": "tall", @@ -78335,7 +82940,7 @@ } }, { - "id": 26974, + "id": 28731, "properties": { "east": "none", "north": "tall", @@ -78346,7 +82951,7 @@ } }, { - "id": 26975, + "id": 28732, "properties": { "east": "none", "north": "tall", @@ -78357,7 +82962,7 @@ } }, { - "id": 26976, + "id": 28733, "properties": { "east": "none", "north": "tall", @@ -78368,7 +82973,7 @@ } }, { - "id": 26977, + "id": 28734, "properties": { "east": "none", "north": "tall", @@ -78379,7 +82984,7 @@ } }, { - "id": 26978, + "id": 28735, "properties": { "east": "none", "north": "tall", @@ -78390,7 +82995,7 @@ } }, { - "id": 26979, + "id": 28736, "properties": { "east": "none", "north": "tall", @@ -78401,7 +83006,7 @@ } }, { - "id": 26980, + "id": 28737, "properties": { "east": "none", "north": "tall", @@ -78412,7 +83017,7 @@ } }, { - "id": 26981, + "id": 28738, "properties": { "east": "none", "north": "tall", @@ -78423,7 +83028,7 @@ } }, { - "id": 26982, + "id": 28739, "properties": { "east": "none", "north": "tall", @@ -78434,7 +83039,7 @@ } }, { - "id": 26983, + "id": 28740, "properties": { "east": "none", "north": "tall", @@ -78445,7 +83050,7 @@ } }, { - "id": 26984, + "id": 28741, "properties": { "east": "low", "north": "none", @@ -78456,7 +83061,7 @@ } }, { - "id": 26985, + "id": 28742, "properties": { "east": "low", "north": "none", @@ -78467,7 +83072,7 @@ } }, { - "id": 26986, + "id": 28743, "properties": { "east": "low", "north": "none", @@ -78478,7 +83083,7 @@ } }, { - "id": 26987, + "id": 28744, "properties": { "east": "low", "north": "none", @@ -78489,7 +83094,7 @@ } }, { - "id": 26988, + "id": 28745, "properties": { "east": "low", "north": "none", @@ -78500,7 +83105,7 @@ } }, { - "id": 26989, + "id": 28746, "properties": { "east": "low", "north": "none", @@ -78511,7 +83116,7 @@ } }, { - "id": 26990, + "id": 28747, "properties": { "east": "low", "north": "none", @@ -78522,7 +83127,7 @@ } }, { - "id": 26991, + "id": 28748, "properties": { "east": "low", "north": "none", @@ -78533,7 +83138,7 @@ } }, { - "id": 26992, + "id": 28749, "properties": { "east": "low", "north": "none", @@ -78544,7 +83149,7 @@ } }, { - "id": 26993, + "id": 28750, "properties": { "east": "low", "north": "none", @@ -78555,7 +83160,7 @@ } }, { - "id": 26994, + "id": 28751, "properties": { "east": "low", "north": "none", @@ -78566,7 +83171,7 @@ } }, { - "id": 26995, + "id": 28752, "properties": { "east": "low", "north": "none", @@ -78577,7 +83182,7 @@ } }, { - "id": 26996, + "id": 28753, "properties": { "east": "low", "north": "none", @@ -78588,7 +83193,7 @@ } }, { - "id": 26997, + "id": 28754, "properties": { "east": "low", "north": "none", @@ -78599,7 +83204,7 @@ } }, { - "id": 26998, + "id": 28755, "properties": { "east": "low", "north": "none", @@ -78610,7 +83215,7 @@ } }, { - "id": 26999, + "id": 28756, "properties": { "east": "low", "north": "none", @@ -78621,7 +83226,7 @@ } }, { - "id": 27000, + "id": 28757, "properties": { "east": "low", "north": "none", @@ -78632,7 +83237,7 @@ } }, { - "id": 27001, + "id": 28758, "properties": { "east": "low", "north": "none", @@ -78643,7 +83248,7 @@ } }, { - "id": 27002, + "id": 28759, "properties": { "east": "low", "north": "none", @@ -78654,7 +83259,7 @@ } }, { - "id": 27003, + "id": 28760, "properties": { "east": "low", "north": "none", @@ -78665,7 +83270,7 @@ } }, { - "id": 27004, + "id": 28761, "properties": { "east": "low", "north": "none", @@ -78676,7 +83281,7 @@ } }, { - "id": 27005, + "id": 28762, "properties": { "east": "low", "north": "none", @@ -78687,7 +83292,7 @@ } }, { - "id": 27006, + "id": 28763, "properties": { "east": "low", "north": "none", @@ -78698,7 +83303,7 @@ } }, { - "id": 27007, + "id": 28764, "properties": { "east": "low", "north": "none", @@ -78709,7 +83314,7 @@ } }, { - "id": 27008, + "id": 28765, "properties": { "east": "low", "north": "none", @@ -78720,7 +83325,7 @@ } }, { - "id": 27009, + "id": 28766, "properties": { "east": "low", "north": "none", @@ -78731,7 +83336,7 @@ } }, { - "id": 27010, + "id": 28767, "properties": { "east": "low", "north": "none", @@ -78742,7 +83347,7 @@ } }, { - "id": 27011, + "id": 28768, "properties": { "east": "low", "north": "none", @@ -78753,7 +83358,7 @@ } }, { - "id": 27012, + "id": 28769, "properties": { "east": "low", "north": "none", @@ -78764,7 +83369,7 @@ } }, { - "id": 27013, + "id": 28770, "properties": { "east": "low", "north": "none", @@ -78775,7 +83380,7 @@ } }, { - "id": 27014, + "id": 28771, "properties": { "east": "low", "north": "none", @@ -78786,7 +83391,7 @@ } }, { - "id": 27015, + "id": 28772, "properties": { "east": "low", "north": "none", @@ -78797,7 +83402,7 @@ } }, { - "id": 27016, + "id": 28773, "properties": { "east": "low", "north": "none", @@ -78808,7 +83413,7 @@ } }, { - "id": 27017, + "id": 28774, "properties": { "east": "low", "north": "none", @@ -78819,7 +83424,7 @@ } }, { - "id": 27018, + "id": 28775, "properties": { "east": "low", "north": "none", @@ -78830,7 +83435,7 @@ } }, { - "id": 27019, + "id": 28776, "properties": { "east": "low", "north": "none", @@ -78841,7 +83446,7 @@ } }, { - "id": 27020, + "id": 28777, "properties": { "east": "low", "north": "low", @@ -78852,7 +83457,7 @@ } }, { - "id": 27021, + "id": 28778, "properties": { "east": "low", "north": "low", @@ -78863,7 +83468,7 @@ } }, { - "id": 27022, + "id": 28779, "properties": { "east": "low", "north": "low", @@ -78874,7 +83479,7 @@ } }, { - "id": 27023, + "id": 28780, "properties": { "east": "low", "north": "low", @@ -78885,7 +83490,7 @@ } }, { - "id": 27024, + "id": 28781, "properties": { "east": "low", "north": "low", @@ -78896,7 +83501,7 @@ } }, { - "id": 27025, + "id": 28782, "properties": { "east": "low", "north": "low", @@ -78907,7 +83512,7 @@ } }, { - "id": 27026, + "id": 28783, "properties": { "east": "low", "north": "low", @@ -78918,7 +83523,7 @@ } }, { - "id": 27027, + "id": 28784, "properties": { "east": "low", "north": "low", @@ -78929,7 +83534,7 @@ } }, { - "id": 27028, + "id": 28785, "properties": { "east": "low", "north": "low", @@ -78940,7 +83545,7 @@ } }, { - "id": 27029, + "id": 28786, "properties": { "east": "low", "north": "low", @@ -78951,7 +83556,7 @@ } }, { - "id": 27030, + "id": 28787, "properties": { "east": "low", "north": "low", @@ -78962,7 +83567,7 @@ } }, { - "id": 27031, + "id": 28788, "properties": { "east": "low", "north": "low", @@ -78973,7 +83578,7 @@ } }, { - "id": 27032, + "id": 28789, "properties": { "east": "low", "north": "low", @@ -78984,7 +83589,7 @@ } }, { - "id": 27033, + "id": 28790, "properties": { "east": "low", "north": "low", @@ -78995,7 +83600,7 @@ } }, { - "id": 27034, + "id": 28791, "properties": { "east": "low", "north": "low", @@ -79006,7 +83611,7 @@ } }, { - "id": 27035, + "id": 28792, "properties": { "east": "low", "north": "low", @@ -79017,7 +83622,7 @@ } }, { - "id": 27036, + "id": 28793, "properties": { "east": "low", "north": "low", @@ -79028,7 +83633,7 @@ } }, { - "id": 27037, + "id": 28794, "properties": { "east": "low", "north": "low", @@ -79039,7 +83644,7 @@ } }, { - "id": 27038, + "id": 28795, "properties": { "east": "low", "north": "low", @@ -79050,7 +83655,7 @@ } }, { - "id": 27039, + "id": 28796, "properties": { "east": "low", "north": "low", @@ -79061,7 +83666,7 @@ } }, { - "id": 27040, + "id": 28797, "properties": { "east": "low", "north": "low", @@ -79072,7 +83677,7 @@ } }, { - "id": 27041, + "id": 28798, "properties": { "east": "low", "north": "low", @@ -79083,7 +83688,7 @@ } }, { - "id": 27042, + "id": 28799, "properties": { "east": "low", "north": "low", @@ -79094,7 +83699,7 @@ } }, { - "id": 27043, + "id": 28800, "properties": { "east": "low", "north": "low", @@ -79105,7 +83710,7 @@ } }, { - "id": 27044, + "id": 28801, "properties": { "east": "low", "north": "low", @@ -79116,7 +83721,7 @@ } }, { - "id": 27045, + "id": 28802, "properties": { "east": "low", "north": "low", @@ -79127,7 +83732,7 @@ } }, { - "id": 27046, + "id": 28803, "properties": { "east": "low", "north": "low", @@ -79138,7 +83743,7 @@ } }, { - "id": 27047, + "id": 28804, "properties": { "east": "low", "north": "low", @@ -79149,7 +83754,7 @@ } }, { - "id": 27048, + "id": 28805, "properties": { "east": "low", "north": "low", @@ -79160,7 +83765,7 @@ } }, { - "id": 27049, + "id": 28806, "properties": { "east": "low", "north": "low", @@ -79171,7 +83776,7 @@ } }, { - "id": 27050, + "id": 28807, "properties": { "east": "low", "north": "low", @@ -79182,7 +83787,7 @@ } }, { - "id": 27051, + "id": 28808, "properties": { "east": "low", "north": "low", @@ -79193,7 +83798,7 @@ } }, { - "id": 27052, + "id": 28809, "properties": { "east": "low", "north": "low", @@ -79204,7 +83809,7 @@ } }, { - "id": 27053, + "id": 28810, "properties": { "east": "low", "north": "low", @@ -79215,7 +83820,7 @@ } }, { - "id": 27054, + "id": 28811, "properties": { "east": "low", "north": "low", @@ -79226,7 +83831,7 @@ } }, { - "id": 27055, + "id": 28812, "properties": { "east": "low", "north": "low", @@ -79237,7 +83842,7 @@ } }, { - "id": 27056, + "id": 28813, "properties": { "east": "low", "north": "tall", @@ -79248,7 +83853,7 @@ } }, { - "id": 27057, + "id": 28814, "properties": { "east": "low", "north": "tall", @@ -79259,7 +83864,7 @@ } }, { - "id": 27058, + "id": 28815, "properties": { "east": "low", "north": "tall", @@ -79270,7 +83875,7 @@ } }, { - "id": 27059, + "id": 28816, "properties": { "east": "low", "north": "tall", @@ -79281,7 +83886,7 @@ } }, { - "id": 27060, + "id": 28817, "properties": { "east": "low", "north": "tall", @@ -79292,7 +83897,7 @@ } }, { - "id": 27061, + "id": 28818, "properties": { "east": "low", "north": "tall", @@ -79303,7 +83908,7 @@ } }, { - "id": 27062, + "id": 28819, "properties": { "east": "low", "north": "tall", @@ -79314,7 +83919,7 @@ } }, { - "id": 27063, + "id": 28820, "properties": { "east": "low", "north": "tall", @@ -79325,7 +83930,7 @@ } }, { - "id": 27064, + "id": 28821, "properties": { "east": "low", "north": "tall", @@ -79336,7 +83941,7 @@ } }, { - "id": 27065, + "id": 28822, "properties": { "east": "low", "north": "tall", @@ -79347,7 +83952,7 @@ } }, { - "id": 27066, + "id": 28823, "properties": { "east": "low", "north": "tall", @@ -79358,7 +83963,7 @@ } }, { - "id": 27067, + "id": 28824, "properties": { "east": "low", "north": "tall", @@ -79369,7 +83974,7 @@ } }, { - "id": 27068, + "id": 28825, "properties": { "east": "low", "north": "tall", @@ -79380,7 +83985,7 @@ } }, { - "id": 27069, + "id": 28826, "properties": { "east": "low", "north": "tall", @@ -79391,7 +83996,7 @@ } }, { - "id": 27070, + "id": 28827, "properties": { "east": "low", "north": "tall", @@ -79402,7 +84007,7 @@ } }, { - "id": 27071, + "id": 28828, "properties": { "east": "low", "north": "tall", @@ -79413,7 +84018,7 @@ } }, { - "id": 27072, + "id": 28829, "properties": { "east": "low", "north": "tall", @@ -79424,7 +84029,7 @@ } }, { - "id": 27073, + "id": 28830, "properties": { "east": "low", "north": "tall", @@ -79435,7 +84040,7 @@ } }, { - "id": 27074, + "id": 28831, "properties": { "east": "low", "north": "tall", @@ -79446,7 +84051,7 @@ } }, { - "id": 27075, + "id": 28832, "properties": { "east": "low", "north": "tall", @@ -79457,7 +84062,7 @@ } }, { - "id": 27076, + "id": 28833, "properties": { "east": "low", "north": "tall", @@ -79468,7 +84073,7 @@ } }, { - "id": 27077, + "id": 28834, "properties": { "east": "low", "north": "tall", @@ -79479,7 +84084,7 @@ } }, { - "id": 27078, + "id": 28835, "properties": { "east": "low", "north": "tall", @@ -79490,7 +84095,7 @@ } }, { - "id": 27079, + "id": 28836, "properties": { "east": "low", "north": "tall", @@ -79501,7 +84106,7 @@ } }, { - "id": 27080, + "id": 28837, "properties": { "east": "low", "north": "tall", @@ -79512,7 +84117,7 @@ } }, { - "id": 27081, + "id": 28838, "properties": { "east": "low", "north": "tall", @@ -79523,7 +84128,7 @@ } }, { - "id": 27082, + "id": 28839, "properties": { "east": "low", "north": "tall", @@ -79534,7 +84139,7 @@ } }, { - "id": 27083, + "id": 28840, "properties": { "east": "low", "north": "tall", @@ -79545,7 +84150,7 @@ } }, { - "id": 27084, + "id": 28841, "properties": { "east": "low", "north": "tall", @@ -79556,7 +84161,7 @@ } }, { - "id": 27085, + "id": 28842, "properties": { "east": "low", "north": "tall", @@ -79567,7 +84172,7 @@ } }, { - "id": 27086, + "id": 28843, "properties": { "east": "low", "north": "tall", @@ -79578,7 +84183,7 @@ } }, { - "id": 27087, + "id": 28844, "properties": { "east": "low", "north": "tall", @@ -79589,7 +84194,7 @@ } }, { - "id": 27088, + "id": 28845, "properties": { "east": "low", "north": "tall", @@ -79600,7 +84205,7 @@ } }, { - "id": 27089, + "id": 28846, "properties": { "east": "low", "north": "tall", @@ -79611,7 +84216,7 @@ } }, { - "id": 27090, + "id": 28847, "properties": { "east": "low", "north": "tall", @@ -79622,7 +84227,7 @@ } }, { - "id": 27091, + "id": 28848, "properties": { "east": "low", "north": "tall", @@ -79633,7 +84238,7 @@ } }, { - "id": 27092, + "id": 28849, "properties": { "east": "tall", "north": "none", @@ -79644,7 +84249,7 @@ } }, { - "id": 27093, + "id": 28850, "properties": { "east": "tall", "north": "none", @@ -79655,7 +84260,7 @@ } }, { - "id": 27094, + "id": 28851, "properties": { "east": "tall", "north": "none", @@ -79666,7 +84271,7 @@ } }, { - "id": 27095, + "id": 28852, "properties": { "east": "tall", "north": "none", @@ -79677,7 +84282,7 @@ } }, { - "id": 27096, + "id": 28853, "properties": { "east": "tall", "north": "none", @@ -79688,7 +84293,7 @@ } }, { - "id": 27097, + "id": 28854, "properties": { "east": "tall", "north": "none", @@ -79699,7 +84304,7 @@ } }, { - "id": 27098, + "id": 28855, "properties": { "east": "tall", "north": "none", @@ -79710,7 +84315,7 @@ } }, { - "id": 27099, + "id": 28856, "properties": { "east": "tall", "north": "none", @@ -79721,7 +84326,7 @@ } }, { - "id": 27100, + "id": 28857, "properties": { "east": "tall", "north": "none", @@ -79732,7 +84337,7 @@ } }, { - "id": 27101, + "id": 28858, "properties": { "east": "tall", "north": "none", @@ -79743,7 +84348,7 @@ } }, { - "id": 27102, + "id": 28859, "properties": { "east": "tall", "north": "none", @@ -79754,7 +84359,7 @@ } }, { - "id": 27103, + "id": 28860, "properties": { "east": "tall", "north": "none", @@ -79765,7 +84370,7 @@ } }, { - "id": 27104, + "id": 28861, "properties": { "east": "tall", "north": "none", @@ -79776,7 +84381,7 @@ } }, { - "id": 27105, + "id": 28862, "properties": { "east": "tall", "north": "none", @@ -79787,7 +84392,7 @@ } }, { - "id": 27106, + "id": 28863, "properties": { "east": "tall", "north": "none", @@ -79798,7 +84403,7 @@ } }, { - "id": 27107, + "id": 28864, "properties": { "east": "tall", "north": "none", @@ -79809,7 +84414,7 @@ } }, { - "id": 27108, + "id": 28865, "properties": { "east": "tall", "north": "none", @@ -79820,7 +84425,7 @@ } }, { - "id": 27109, + "id": 28866, "properties": { "east": "tall", "north": "none", @@ -79831,7 +84436,7 @@ } }, { - "id": 27110, + "id": 28867, "properties": { "east": "tall", "north": "none", @@ -79842,7 +84447,7 @@ } }, { - "id": 27111, + "id": 28868, "properties": { "east": "tall", "north": "none", @@ -79853,7 +84458,7 @@ } }, { - "id": 27112, + "id": 28869, "properties": { "east": "tall", "north": "none", @@ -79864,7 +84469,7 @@ } }, { - "id": 27113, + "id": 28870, "properties": { "east": "tall", "north": "none", @@ -79875,7 +84480,7 @@ } }, { - "id": 27114, + "id": 28871, "properties": { "east": "tall", "north": "none", @@ -79886,7 +84491,7 @@ } }, { - "id": 27115, + "id": 28872, "properties": { "east": "tall", "north": "none", @@ -79897,7 +84502,7 @@ } }, { - "id": 27116, + "id": 28873, "properties": { "east": "tall", "north": "none", @@ -79908,7 +84513,7 @@ } }, { - "id": 27117, + "id": 28874, "properties": { "east": "tall", "north": "none", @@ -79919,7 +84524,7 @@ } }, { - "id": 27118, + "id": 28875, "properties": { "east": "tall", "north": "none", @@ -79930,7 +84535,7 @@ } }, { - "id": 27119, + "id": 28876, "properties": { "east": "tall", "north": "none", @@ -79941,7 +84546,7 @@ } }, { - "id": 27120, + "id": 28877, "properties": { "east": "tall", "north": "none", @@ -79952,7 +84557,7 @@ } }, { - "id": 27121, + "id": 28878, "properties": { "east": "tall", "north": "none", @@ -79963,7 +84568,7 @@ } }, { - "id": 27122, + "id": 28879, "properties": { "east": "tall", "north": "none", @@ -79974,7 +84579,7 @@ } }, { - "id": 27123, + "id": 28880, "properties": { "east": "tall", "north": "none", @@ -79985,7 +84590,7 @@ } }, { - "id": 27124, + "id": 28881, "properties": { "east": "tall", "north": "none", @@ -79996,7 +84601,7 @@ } }, { - "id": 27125, + "id": 28882, "properties": { "east": "tall", "north": "none", @@ -80007,7 +84612,7 @@ } }, { - "id": 27126, + "id": 28883, "properties": { "east": "tall", "north": "none", @@ -80018,7 +84623,7 @@ } }, { - "id": 27127, + "id": 28884, "properties": { "east": "tall", "north": "none", @@ -80029,7 +84634,7 @@ } }, { - "id": 27128, + "id": 28885, "properties": { "east": "tall", "north": "low", @@ -80040,7 +84645,7 @@ } }, { - "id": 27129, + "id": 28886, "properties": { "east": "tall", "north": "low", @@ -80051,7 +84656,7 @@ } }, { - "id": 27130, + "id": 28887, "properties": { "east": "tall", "north": "low", @@ -80062,7 +84667,7 @@ } }, { - "id": 27131, + "id": 28888, "properties": { "east": "tall", "north": "low", @@ -80073,7 +84678,7 @@ } }, { - "id": 27132, + "id": 28889, "properties": { "east": "tall", "north": "low", @@ -80084,7 +84689,7 @@ } }, { - "id": 27133, + "id": 28890, "properties": { "east": "tall", "north": "low", @@ -80095,7 +84700,7 @@ } }, { - "id": 27134, + "id": 28891, "properties": { "east": "tall", "north": "low", @@ -80106,7 +84711,7 @@ } }, { - "id": 27135, + "id": 28892, "properties": { "east": "tall", "north": "low", @@ -80117,7 +84722,7 @@ } }, { - "id": 27136, + "id": 28893, "properties": { "east": "tall", "north": "low", @@ -80128,7 +84733,7 @@ } }, { - "id": 27137, + "id": 28894, "properties": { "east": "tall", "north": "low", @@ -80139,7 +84744,7 @@ } }, { - "id": 27138, + "id": 28895, "properties": { "east": "tall", "north": "low", @@ -80150,7 +84755,7 @@ } }, { - "id": 27139, + "id": 28896, "properties": { "east": "tall", "north": "low", @@ -80161,7 +84766,7 @@ } }, { - "id": 27140, + "id": 28897, "properties": { "east": "tall", "north": "low", @@ -80172,7 +84777,7 @@ } }, { - "id": 27141, + "id": 28898, "properties": { "east": "tall", "north": "low", @@ -80183,7 +84788,7 @@ } }, { - "id": 27142, + "id": 28899, "properties": { "east": "tall", "north": "low", @@ -80194,7 +84799,7 @@ } }, { - "id": 27143, + "id": 28900, "properties": { "east": "tall", "north": "low", @@ -80205,7 +84810,7 @@ } }, { - "id": 27144, + "id": 28901, "properties": { "east": "tall", "north": "low", @@ -80216,7 +84821,7 @@ } }, { - "id": 27145, + "id": 28902, "properties": { "east": "tall", "north": "low", @@ -80227,7 +84832,7 @@ } }, { - "id": 27146, + "id": 28903, "properties": { "east": "tall", "north": "low", @@ -80238,7 +84843,7 @@ } }, { - "id": 27147, + "id": 28904, "properties": { "east": "tall", "north": "low", @@ -80249,7 +84854,7 @@ } }, { - "id": 27148, + "id": 28905, "properties": { "east": "tall", "north": "low", @@ -80260,7 +84865,7 @@ } }, { - "id": 27149, + "id": 28906, "properties": { "east": "tall", "north": "low", @@ -80271,7 +84876,7 @@ } }, { - "id": 27150, + "id": 28907, "properties": { "east": "tall", "north": "low", @@ -80282,7 +84887,7 @@ } }, { - "id": 27151, + "id": 28908, "properties": { "east": "tall", "north": "low", @@ -80293,7 +84898,7 @@ } }, { - "id": 27152, + "id": 28909, "properties": { "east": "tall", "north": "low", @@ -80304,7 +84909,7 @@ } }, { - "id": 27153, + "id": 28910, "properties": { "east": "tall", "north": "low", @@ -80315,7 +84920,7 @@ } }, { - "id": 27154, + "id": 28911, "properties": { "east": "tall", "north": "low", @@ -80326,7 +84931,7 @@ } }, { - "id": 27155, + "id": 28912, "properties": { "east": "tall", "north": "low", @@ -80337,7 +84942,7 @@ } }, { - "id": 27156, + "id": 28913, "properties": { "east": "tall", "north": "low", @@ -80348,7 +84953,7 @@ } }, { - "id": 27157, + "id": 28914, "properties": { "east": "tall", "north": "low", @@ -80359,7 +84964,7 @@ } }, { - "id": 27158, + "id": 28915, "properties": { "east": "tall", "north": "low", @@ -80370,7 +84975,7 @@ } }, { - "id": 27159, + "id": 28916, "properties": { "east": "tall", "north": "low", @@ -80381,7 +84986,7 @@ } }, { - "id": 27160, + "id": 28917, "properties": { "east": "tall", "north": "low", @@ -80392,7 +84997,7 @@ } }, { - "id": 27161, + "id": 28918, "properties": { "east": "tall", "north": "low", @@ -80403,7 +85008,7 @@ } }, { - "id": 27162, + "id": 28919, "properties": { "east": "tall", "north": "low", @@ -80414,7 +85019,7 @@ } }, { - "id": 27163, + "id": 28920, "properties": { "east": "tall", "north": "low", @@ -80425,7 +85030,7 @@ } }, { - "id": 27164, + "id": 28921, "properties": { "east": "tall", "north": "tall", @@ -80436,7 +85041,7 @@ } }, { - "id": 27165, + "id": 28922, "properties": { "east": "tall", "north": "tall", @@ -80447,7 +85052,7 @@ } }, { - "id": 27166, + "id": 28923, "properties": { "east": "tall", "north": "tall", @@ -80458,7 +85063,7 @@ } }, { - "id": 27167, + "id": 28924, "properties": { "east": "tall", "north": "tall", @@ -80469,7 +85074,7 @@ } }, { - "id": 27168, + "id": 28925, "properties": { "east": "tall", "north": "tall", @@ -80480,7 +85085,7 @@ } }, { - "id": 27169, + "id": 28926, "properties": { "east": "tall", "north": "tall", @@ -80491,7 +85096,7 @@ } }, { - "id": 27170, + "id": 28927, "properties": { "east": "tall", "north": "tall", @@ -80502,7 +85107,7 @@ } }, { - "id": 27171, + "id": 28928, "properties": { "east": "tall", "north": "tall", @@ -80513,7 +85118,7 @@ } }, { - "id": 27172, + "id": 28929, "properties": { "east": "tall", "north": "tall", @@ -80524,7 +85129,7 @@ } }, { - "id": 27173, + "id": 28930, "properties": { "east": "tall", "north": "tall", @@ -80535,7 +85140,7 @@ } }, { - "id": 27174, + "id": 28931, "properties": { "east": "tall", "north": "tall", @@ -80546,7 +85151,7 @@ } }, { - "id": 27175, + "id": 28932, "properties": { "east": "tall", "north": "tall", @@ -80557,7 +85162,7 @@ } }, { - "id": 27176, + "id": 28933, "properties": { "east": "tall", "north": "tall", @@ -80568,7 +85173,7 @@ } }, { - "id": 27177, + "id": 28934, "properties": { "east": "tall", "north": "tall", @@ -80579,7 +85184,7 @@ } }, { - "id": 27178, + "id": 28935, "properties": { "east": "tall", "north": "tall", @@ -80590,7 +85195,7 @@ } }, { - "id": 27179, + "id": 28936, "properties": { "east": "tall", "north": "tall", @@ -80601,7 +85206,7 @@ } }, { - "id": 27180, + "id": 28937, "properties": { "east": "tall", "north": "tall", @@ -80612,7 +85217,7 @@ } }, { - "id": 27181, + "id": 28938, "properties": { "east": "tall", "north": "tall", @@ -80623,7 +85228,7 @@ } }, { - "id": 27182, + "id": 28939, "properties": { "east": "tall", "north": "tall", @@ -80634,7 +85239,7 @@ } }, { - "id": 27183, + "id": 28940, "properties": { "east": "tall", "north": "tall", @@ -80645,7 +85250,7 @@ } }, { - "id": 27184, + "id": 28941, "properties": { "east": "tall", "north": "tall", @@ -80656,7 +85261,7 @@ } }, { - "id": 27185, + "id": 28942, "properties": { "east": "tall", "north": "tall", @@ -80667,7 +85272,7 @@ } }, { - "id": 27186, + "id": 28943, "properties": { "east": "tall", "north": "tall", @@ -80678,7 +85283,7 @@ } }, { - "id": 27187, + "id": 28944, "properties": { "east": "tall", "north": "tall", @@ -80689,7 +85294,7 @@ } }, { - "id": 27188, + "id": 28945, "properties": { "east": "tall", "north": "tall", @@ -80700,7 +85305,7 @@ } }, { - "id": 27189, + "id": 28946, "properties": { "east": "tall", "north": "tall", @@ -80711,7 +85316,7 @@ } }, { - "id": 27190, + "id": 28947, "properties": { "east": "tall", "north": "tall", @@ -80722,7 +85327,7 @@ } }, { - "id": 27191, + "id": 28948, "properties": { "east": "tall", "north": "tall", @@ -80733,7 +85338,7 @@ } }, { - "id": 27192, + "id": 28949, "properties": { "east": "tall", "north": "tall", @@ -80744,7 +85349,7 @@ } }, { - "id": 27193, + "id": 28950, "properties": { "east": "tall", "north": "tall", @@ -80755,7 +85360,7 @@ } }, { - "id": 27194, + "id": 28951, "properties": { "east": "tall", "north": "tall", @@ -80766,7 +85371,7 @@ } }, { - "id": 27195, + "id": 28952, "properties": { "east": "tall", "north": "tall", @@ -80777,7 +85382,7 @@ } }, { - "id": 27196, + "id": 28953, "properties": { "east": "tall", "north": "tall", @@ -80788,7 +85393,7 @@ } }, { - "id": 27197, + "id": 28954, "properties": { "east": "tall", "north": "tall", @@ -80799,7 +85404,7 @@ } }, { - "id": 27198, + "id": 28955, "properties": { "east": "tall", "north": "tall", @@ -80810,7 +85415,7 @@ } }, { - "id": 27199, + "id": 28956, "properties": { "east": "tall", "north": "tall", @@ -80830,7 +85435,7 @@ "states": [ { "default": true, - "id": 26789 + "id": 28546 } ] }, @@ -81061,7 +85666,7 @@ "states": [ { "default": true, - "id": 4340 + "id": 5108 } ] }, @@ -81078,7 +85683,7 @@ "states": [ { "default": true, - "id": 4338 + "id": 5106 } ] }, @@ -81112,21 +85717,21 @@ }, "states": [ { - "id": 15177, + "id": 16286, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15178, + "id": 16287, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15179, + "id": 16288, "properties": { "type": "bottom", "waterlogged": "true" @@ -81134,21 +85739,21 @@ }, { "default": true, - "id": 15180, + "id": 16289, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15181, + "id": 16290, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15182, + "id": 16291, "properties": { "type": "double", "waterlogged": "false" @@ -81189,7 +85794,7 @@ }, "states": [ { - "id": 15025, + "id": 16134, "properties": { "facing": "north", "half": "top", @@ -81198,7 +85803,7 @@ } }, { - "id": 15026, + "id": 16135, "properties": { "facing": "north", "half": "top", @@ -81207,7 +85812,7 @@ } }, { - "id": 15027, + "id": 16136, "properties": { "facing": "north", "half": "top", @@ -81216,7 +85821,7 @@ } }, { - "id": 15028, + "id": 16137, "properties": { "facing": "north", "half": "top", @@ -81225,7 +85830,7 @@ } }, { - "id": 15029, + "id": 16138, "properties": { "facing": "north", "half": "top", @@ -81234,7 +85839,7 @@ } }, { - "id": 15030, + "id": 16139, "properties": { "facing": "north", "half": "top", @@ -81243,7 +85848,7 @@ } }, { - "id": 15031, + "id": 16140, "properties": { "facing": "north", "half": "top", @@ -81252,7 +85857,7 @@ } }, { - "id": 15032, + "id": 16141, "properties": { "facing": "north", "half": "top", @@ -81261,7 +85866,7 @@ } }, { - "id": 15033, + "id": 16142, "properties": { "facing": "north", "half": "top", @@ -81270,7 +85875,7 @@ } }, { - "id": 15034, + "id": 16143, "properties": { "facing": "north", "half": "top", @@ -81279,7 +85884,7 @@ } }, { - "id": 15035, + "id": 16144, "properties": { "facing": "north", "half": "bottom", @@ -81289,7 +85894,7 @@ }, { "default": true, - "id": 15036, + "id": 16145, "properties": { "facing": "north", "half": "bottom", @@ -81298,7 +85903,7 @@ } }, { - "id": 15037, + "id": 16146, "properties": { "facing": "north", "half": "bottom", @@ -81307,7 +85912,7 @@ } }, { - "id": 15038, + "id": 16147, "properties": { "facing": "north", "half": "bottom", @@ -81316,7 +85921,7 @@ } }, { - "id": 15039, + "id": 16148, "properties": { "facing": "north", "half": "bottom", @@ -81325,7 +85930,7 @@ } }, { - "id": 15040, + "id": 16149, "properties": { "facing": "north", "half": "bottom", @@ -81334,7 +85939,7 @@ } }, { - "id": 15041, + "id": 16150, "properties": { "facing": "north", "half": "bottom", @@ -81343,7 +85948,7 @@ } }, { - "id": 15042, + "id": 16151, "properties": { "facing": "north", "half": "bottom", @@ -81352,7 +85957,7 @@ } }, { - "id": 15043, + "id": 16152, "properties": { "facing": "north", "half": "bottom", @@ -81361,7 +85966,7 @@ } }, { - "id": 15044, + "id": 16153, "properties": { "facing": "north", "half": "bottom", @@ -81370,7 +85975,7 @@ } }, { - "id": 15045, + "id": 16154, "properties": { "facing": "south", "half": "top", @@ -81379,7 +85984,7 @@ } }, { - "id": 15046, + "id": 16155, "properties": { "facing": "south", "half": "top", @@ -81388,7 +85993,7 @@ } }, { - "id": 15047, + "id": 16156, "properties": { "facing": "south", "half": "top", @@ -81397,7 +86002,7 @@ } }, { - "id": 15048, + "id": 16157, "properties": { "facing": "south", "half": "top", @@ -81406,7 +86011,7 @@ } }, { - "id": 15049, + "id": 16158, "properties": { "facing": "south", "half": "top", @@ -81415,7 +86020,7 @@ } }, { - "id": 15050, + "id": 16159, "properties": { "facing": "south", "half": "top", @@ -81424,7 +86029,7 @@ } }, { - "id": 15051, + "id": 16160, "properties": { "facing": "south", "half": "top", @@ -81433,7 +86038,7 @@ } }, { - "id": 15052, + "id": 16161, "properties": { "facing": "south", "half": "top", @@ -81442,7 +86047,7 @@ } }, { - "id": 15053, + "id": 16162, "properties": { "facing": "south", "half": "top", @@ -81451,7 +86056,7 @@ } }, { - "id": 15054, + "id": 16163, "properties": { "facing": "south", "half": "top", @@ -81460,7 +86065,7 @@ } }, { - "id": 15055, + "id": 16164, "properties": { "facing": "south", "half": "bottom", @@ -81469,7 +86074,7 @@ } }, { - "id": 15056, + "id": 16165, "properties": { "facing": "south", "half": "bottom", @@ -81478,7 +86083,7 @@ } }, { - "id": 15057, + "id": 16166, "properties": { "facing": "south", "half": "bottom", @@ -81487,7 +86092,7 @@ } }, { - "id": 15058, + "id": 16167, "properties": { "facing": "south", "half": "bottom", @@ -81496,7 +86101,7 @@ } }, { - "id": 15059, + "id": 16168, "properties": { "facing": "south", "half": "bottom", @@ -81505,7 +86110,7 @@ } }, { - "id": 15060, + "id": 16169, "properties": { "facing": "south", "half": "bottom", @@ -81514,7 +86119,7 @@ } }, { - "id": 15061, + "id": 16170, "properties": { "facing": "south", "half": "bottom", @@ -81523,7 +86128,7 @@ } }, { - "id": 15062, + "id": 16171, "properties": { "facing": "south", "half": "bottom", @@ -81532,7 +86137,7 @@ } }, { - "id": 15063, + "id": 16172, "properties": { "facing": "south", "half": "bottom", @@ -81541,7 +86146,7 @@ } }, { - "id": 15064, + "id": 16173, "properties": { "facing": "south", "half": "bottom", @@ -81550,7 +86155,7 @@ } }, { - "id": 15065, + "id": 16174, "properties": { "facing": "west", "half": "top", @@ -81559,7 +86164,7 @@ } }, { - "id": 15066, + "id": 16175, "properties": { "facing": "west", "half": "top", @@ -81568,7 +86173,7 @@ } }, { - "id": 15067, + "id": 16176, "properties": { "facing": "west", "half": "top", @@ -81577,7 +86182,7 @@ } }, { - "id": 15068, + "id": 16177, "properties": { "facing": "west", "half": "top", @@ -81586,7 +86191,7 @@ } }, { - "id": 15069, + "id": 16178, "properties": { "facing": "west", "half": "top", @@ -81595,7 +86200,7 @@ } }, { - "id": 15070, + "id": 16179, "properties": { "facing": "west", "half": "top", @@ -81604,7 +86209,7 @@ } }, { - "id": 15071, + "id": 16180, "properties": { "facing": "west", "half": "top", @@ -81613,7 +86218,7 @@ } }, { - "id": 15072, + "id": 16181, "properties": { "facing": "west", "half": "top", @@ -81622,7 +86227,7 @@ } }, { - "id": 15073, + "id": 16182, "properties": { "facing": "west", "half": "top", @@ -81631,7 +86236,7 @@ } }, { - "id": 15074, + "id": 16183, "properties": { "facing": "west", "half": "top", @@ -81640,7 +86245,7 @@ } }, { - "id": 15075, + "id": 16184, "properties": { "facing": "west", "half": "bottom", @@ -81649,7 +86254,7 @@ } }, { - "id": 15076, + "id": 16185, "properties": { "facing": "west", "half": "bottom", @@ -81658,7 +86263,7 @@ } }, { - "id": 15077, + "id": 16186, "properties": { "facing": "west", "half": "bottom", @@ -81667,7 +86272,7 @@ } }, { - "id": 15078, + "id": 16187, "properties": { "facing": "west", "half": "bottom", @@ -81676,7 +86281,7 @@ } }, { - "id": 15079, + "id": 16188, "properties": { "facing": "west", "half": "bottom", @@ -81685,7 +86290,7 @@ } }, { - "id": 15080, + "id": 16189, "properties": { "facing": "west", "half": "bottom", @@ -81694,7 +86299,7 @@ } }, { - "id": 15081, + "id": 16190, "properties": { "facing": "west", "half": "bottom", @@ -81703,7 +86308,7 @@ } }, { - "id": 15082, + "id": 16191, "properties": { "facing": "west", "half": "bottom", @@ -81712,7 +86317,7 @@ } }, { - "id": 15083, + "id": 16192, "properties": { "facing": "west", "half": "bottom", @@ -81721,7 +86326,7 @@ } }, { - "id": 15084, + "id": 16193, "properties": { "facing": "west", "half": "bottom", @@ -81730,7 +86335,7 @@ } }, { - "id": 15085, + "id": 16194, "properties": { "facing": "east", "half": "top", @@ -81739,7 +86344,7 @@ } }, { - "id": 15086, + "id": 16195, "properties": { "facing": "east", "half": "top", @@ -81748,7 +86353,7 @@ } }, { - "id": 15087, + "id": 16196, "properties": { "facing": "east", "half": "top", @@ -81757,7 +86362,7 @@ } }, { - "id": 15088, + "id": 16197, "properties": { "facing": "east", "half": "top", @@ -81766,7 +86371,7 @@ } }, { - "id": 15089, + "id": 16198, "properties": { "facing": "east", "half": "top", @@ -81775,7 +86380,7 @@ } }, { - "id": 15090, + "id": 16199, "properties": { "facing": "east", "half": "top", @@ -81784,7 +86389,7 @@ } }, { - "id": 15091, + "id": 16200, "properties": { "facing": "east", "half": "top", @@ -81793,7 +86398,7 @@ } }, { - "id": 15092, + "id": 16201, "properties": { "facing": "east", "half": "top", @@ -81802,7 +86407,7 @@ } }, { - "id": 15093, + "id": 16202, "properties": { "facing": "east", "half": "top", @@ -81811,7 +86416,7 @@ } }, { - "id": 15094, + "id": 16203, "properties": { "facing": "east", "half": "top", @@ -81820,7 +86425,7 @@ } }, { - "id": 15095, + "id": 16204, "properties": { "facing": "east", "half": "bottom", @@ -81829,7 +86434,7 @@ } }, { - "id": 15096, + "id": 16205, "properties": { "facing": "east", "half": "bottom", @@ -81838,7 +86443,7 @@ } }, { - "id": 15097, + "id": 16206, "properties": { "facing": "east", "half": "bottom", @@ -81847,7 +86452,7 @@ } }, { - "id": 15098, + "id": 16207, "properties": { "facing": "east", "half": "bottom", @@ -81856,7 +86461,7 @@ } }, { - "id": 15099, + "id": 16208, "properties": { "facing": "east", "half": "bottom", @@ -81865,7 +86470,7 @@ } }, { - "id": 15100, + "id": 16209, "properties": { "facing": "east", "half": "bottom", @@ -81874,7 +86479,7 @@ } }, { - "id": 15101, + "id": 16210, "properties": { "facing": "east", "half": "bottom", @@ -81883,7 +86488,7 @@ } }, { - "id": 15102, + "id": 16211, "properties": { "facing": "east", "half": "bottom", @@ -81892,7 +86497,7 @@ } }, { - "id": 15103, + "id": 16212, "properties": { "facing": "east", "half": "bottom", @@ -81901,7 +86506,7 @@ } }, { - "id": 15104, + "id": 16213, "properties": { "facing": "east", "half": "bottom", @@ -81948,7 +86553,7 @@ }, "states": [ { - "id": 19071, + "id": 20180, "properties": { "east": "none", "north": "none", @@ -81959,7 +86564,7 @@ } }, { - "id": 19072, + "id": 20181, "properties": { "east": "none", "north": "none", @@ -81970,7 +86575,7 @@ } }, { - "id": 19073, + "id": 20182, "properties": { "east": "none", "north": "none", @@ -81982,7 +86587,7 @@ }, { "default": true, - "id": 19074, + "id": 20183, "properties": { "east": "none", "north": "none", @@ -81993,7 +86598,7 @@ } }, { - "id": 19075, + "id": 20184, "properties": { "east": "none", "north": "none", @@ -82004,7 +86609,7 @@ } }, { - "id": 19076, + "id": 20185, "properties": { "east": "none", "north": "none", @@ -82015,7 +86620,7 @@ } }, { - "id": 19077, + "id": 20186, "properties": { "east": "none", "north": "none", @@ -82026,7 +86631,7 @@ } }, { - "id": 19078, + "id": 20187, "properties": { "east": "none", "north": "none", @@ -82037,7 +86642,7 @@ } }, { - "id": 19079, + "id": 20188, "properties": { "east": "none", "north": "none", @@ -82048,7 +86653,7 @@ } }, { - "id": 19080, + "id": 20189, "properties": { "east": "none", "north": "none", @@ -82059,7 +86664,7 @@ } }, { - "id": 19081, + "id": 20190, "properties": { "east": "none", "north": "none", @@ -82070,7 +86675,7 @@ } }, { - "id": 19082, + "id": 20191, "properties": { "east": "none", "north": "none", @@ -82081,7 +86686,7 @@ } }, { - "id": 19083, + "id": 20192, "properties": { "east": "none", "north": "none", @@ -82092,7 +86697,7 @@ } }, { - "id": 19084, + "id": 20193, "properties": { "east": "none", "north": "none", @@ -82103,7 +86708,7 @@ } }, { - "id": 19085, + "id": 20194, "properties": { "east": "none", "north": "none", @@ -82114,7 +86719,7 @@ } }, { - "id": 19086, + "id": 20195, "properties": { "east": "none", "north": "none", @@ -82125,7 +86730,7 @@ } }, { - "id": 19087, + "id": 20196, "properties": { "east": "none", "north": "none", @@ -82136,7 +86741,7 @@ } }, { - "id": 19088, + "id": 20197, "properties": { "east": "none", "north": "none", @@ -82147,7 +86752,7 @@ } }, { - "id": 19089, + "id": 20198, "properties": { "east": "none", "north": "none", @@ -82158,7 +86763,7 @@ } }, { - "id": 19090, + "id": 20199, "properties": { "east": "none", "north": "none", @@ -82169,7 +86774,7 @@ } }, { - "id": 19091, + "id": 20200, "properties": { "east": "none", "north": "none", @@ -82180,7 +86785,7 @@ } }, { - "id": 19092, + "id": 20201, "properties": { "east": "none", "north": "none", @@ -82191,7 +86796,7 @@ } }, { - "id": 19093, + "id": 20202, "properties": { "east": "none", "north": "none", @@ -82202,7 +86807,7 @@ } }, { - "id": 19094, + "id": 20203, "properties": { "east": "none", "north": "none", @@ -82213,7 +86818,7 @@ } }, { - "id": 19095, + "id": 20204, "properties": { "east": "none", "north": "none", @@ -82224,7 +86829,7 @@ } }, { - "id": 19096, + "id": 20205, "properties": { "east": "none", "north": "none", @@ -82235,7 +86840,7 @@ } }, { - "id": 19097, + "id": 20206, "properties": { "east": "none", "north": "none", @@ -82246,7 +86851,7 @@ } }, { - "id": 19098, + "id": 20207, "properties": { "east": "none", "north": "none", @@ -82257,7 +86862,7 @@ } }, { - "id": 19099, + "id": 20208, "properties": { "east": "none", "north": "none", @@ -82268,7 +86873,7 @@ } }, { - "id": 19100, + "id": 20209, "properties": { "east": "none", "north": "none", @@ -82279,7 +86884,7 @@ } }, { - "id": 19101, + "id": 20210, "properties": { "east": "none", "north": "none", @@ -82290,7 +86895,7 @@ } }, { - "id": 19102, + "id": 20211, "properties": { "east": "none", "north": "none", @@ -82301,7 +86906,7 @@ } }, { - "id": 19103, + "id": 20212, "properties": { "east": "none", "north": "none", @@ -82312,7 +86917,7 @@ } }, { - "id": 19104, + "id": 20213, "properties": { "east": "none", "north": "none", @@ -82323,7 +86928,7 @@ } }, { - "id": 19105, + "id": 20214, "properties": { "east": "none", "north": "none", @@ -82334,7 +86939,7 @@ } }, { - "id": 19106, + "id": 20215, "properties": { "east": "none", "north": "none", @@ -82345,7 +86950,7 @@ } }, { - "id": 19107, + "id": 20216, "properties": { "east": "none", "north": "low", @@ -82356,7 +86961,7 @@ } }, { - "id": 19108, + "id": 20217, "properties": { "east": "none", "north": "low", @@ -82367,7 +86972,7 @@ } }, { - "id": 19109, + "id": 20218, "properties": { "east": "none", "north": "low", @@ -82378,7 +86983,7 @@ } }, { - "id": 19110, + "id": 20219, "properties": { "east": "none", "north": "low", @@ -82389,7 +86994,7 @@ } }, { - "id": 19111, + "id": 20220, "properties": { "east": "none", "north": "low", @@ -82400,7 +87005,7 @@ } }, { - "id": 19112, + "id": 20221, "properties": { "east": "none", "north": "low", @@ -82411,7 +87016,7 @@ } }, { - "id": 19113, + "id": 20222, "properties": { "east": "none", "north": "low", @@ -82422,7 +87027,7 @@ } }, { - "id": 19114, + "id": 20223, "properties": { "east": "none", "north": "low", @@ -82433,7 +87038,7 @@ } }, { - "id": 19115, + "id": 20224, "properties": { "east": "none", "north": "low", @@ -82444,7 +87049,7 @@ } }, { - "id": 19116, + "id": 20225, "properties": { "east": "none", "north": "low", @@ -82455,7 +87060,7 @@ } }, { - "id": 19117, + "id": 20226, "properties": { "east": "none", "north": "low", @@ -82466,7 +87071,7 @@ } }, { - "id": 19118, + "id": 20227, "properties": { "east": "none", "north": "low", @@ -82477,7 +87082,7 @@ } }, { - "id": 19119, + "id": 20228, "properties": { "east": "none", "north": "low", @@ -82488,7 +87093,7 @@ } }, { - "id": 19120, + "id": 20229, "properties": { "east": "none", "north": "low", @@ -82499,7 +87104,7 @@ } }, { - "id": 19121, + "id": 20230, "properties": { "east": "none", "north": "low", @@ -82510,7 +87115,7 @@ } }, { - "id": 19122, + "id": 20231, "properties": { "east": "none", "north": "low", @@ -82521,7 +87126,7 @@ } }, { - "id": 19123, + "id": 20232, "properties": { "east": "none", "north": "low", @@ -82532,7 +87137,7 @@ } }, { - "id": 19124, + "id": 20233, "properties": { "east": "none", "north": "low", @@ -82543,7 +87148,7 @@ } }, { - "id": 19125, + "id": 20234, "properties": { "east": "none", "north": "low", @@ -82554,7 +87159,7 @@ } }, { - "id": 19126, + "id": 20235, "properties": { "east": "none", "north": "low", @@ -82565,7 +87170,7 @@ } }, { - "id": 19127, + "id": 20236, "properties": { "east": "none", "north": "low", @@ -82576,7 +87181,7 @@ } }, { - "id": 19128, + "id": 20237, "properties": { "east": "none", "north": "low", @@ -82587,7 +87192,7 @@ } }, { - "id": 19129, + "id": 20238, "properties": { "east": "none", "north": "low", @@ -82598,7 +87203,7 @@ } }, { - "id": 19130, + "id": 20239, "properties": { "east": "none", "north": "low", @@ -82609,7 +87214,7 @@ } }, { - "id": 19131, + "id": 20240, "properties": { "east": "none", "north": "low", @@ -82620,7 +87225,7 @@ } }, { - "id": 19132, + "id": 20241, "properties": { "east": "none", "north": "low", @@ -82631,7 +87236,7 @@ } }, { - "id": 19133, + "id": 20242, "properties": { "east": "none", "north": "low", @@ -82642,7 +87247,7 @@ } }, { - "id": 19134, + "id": 20243, "properties": { "east": "none", "north": "low", @@ -82653,7 +87258,7 @@ } }, { - "id": 19135, + "id": 20244, "properties": { "east": "none", "north": "low", @@ -82664,7 +87269,7 @@ } }, { - "id": 19136, + "id": 20245, "properties": { "east": "none", "north": "low", @@ -82675,7 +87280,7 @@ } }, { - "id": 19137, + "id": 20246, "properties": { "east": "none", "north": "low", @@ -82686,7 +87291,7 @@ } }, { - "id": 19138, + "id": 20247, "properties": { "east": "none", "north": "low", @@ -82697,7 +87302,7 @@ } }, { - "id": 19139, + "id": 20248, "properties": { "east": "none", "north": "low", @@ -82708,7 +87313,7 @@ } }, { - "id": 19140, + "id": 20249, "properties": { "east": "none", "north": "low", @@ -82719,7 +87324,7 @@ } }, { - "id": 19141, + "id": 20250, "properties": { "east": "none", "north": "low", @@ -82730,7 +87335,7 @@ } }, { - "id": 19142, + "id": 20251, "properties": { "east": "none", "north": "low", @@ -82741,7 +87346,7 @@ } }, { - "id": 19143, + "id": 20252, "properties": { "east": "none", "north": "tall", @@ -82752,7 +87357,7 @@ } }, { - "id": 19144, + "id": 20253, "properties": { "east": "none", "north": "tall", @@ -82763,7 +87368,7 @@ } }, { - "id": 19145, + "id": 20254, "properties": { "east": "none", "north": "tall", @@ -82774,7 +87379,7 @@ } }, { - "id": 19146, + "id": 20255, "properties": { "east": "none", "north": "tall", @@ -82785,7 +87390,7 @@ } }, { - "id": 19147, + "id": 20256, "properties": { "east": "none", "north": "tall", @@ -82796,7 +87401,7 @@ } }, { - "id": 19148, + "id": 20257, "properties": { "east": "none", "north": "tall", @@ -82807,7 +87412,7 @@ } }, { - "id": 19149, + "id": 20258, "properties": { "east": "none", "north": "tall", @@ -82818,7 +87423,7 @@ } }, { - "id": 19150, + "id": 20259, "properties": { "east": "none", "north": "tall", @@ -82829,7 +87434,7 @@ } }, { - "id": 19151, + "id": 20260, "properties": { "east": "none", "north": "tall", @@ -82840,7 +87445,7 @@ } }, { - "id": 19152, + "id": 20261, "properties": { "east": "none", "north": "tall", @@ -82851,7 +87456,7 @@ } }, { - "id": 19153, + "id": 20262, "properties": { "east": "none", "north": "tall", @@ -82862,7 +87467,7 @@ } }, { - "id": 19154, + "id": 20263, "properties": { "east": "none", "north": "tall", @@ -82873,7 +87478,7 @@ } }, { - "id": 19155, + "id": 20264, "properties": { "east": "none", "north": "tall", @@ -82884,7 +87489,7 @@ } }, { - "id": 19156, + "id": 20265, "properties": { "east": "none", "north": "tall", @@ -82895,7 +87500,7 @@ } }, { - "id": 19157, + "id": 20266, "properties": { "east": "none", "north": "tall", @@ -82906,7 +87511,7 @@ } }, { - "id": 19158, + "id": 20267, "properties": { "east": "none", "north": "tall", @@ -82917,7 +87522,7 @@ } }, { - "id": 19159, + "id": 20268, "properties": { "east": "none", "north": "tall", @@ -82928,7 +87533,7 @@ } }, { - "id": 19160, + "id": 20269, "properties": { "east": "none", "north": "tall", @@ -82939,7 +87544,7 @@ } }, { - "id": 19161, + "id": 20270, "properties": { "east": "none", "north": "tall", @@ -82950,7 +87555,7 @@ } }, { - "id": 19162, + "id": 20271, "properties": { "east": "none", "north": "tall", @@ -82961,7 +87566,7 @@ } }, { - "id": 19163, + "id": 20272, "properties": { "east": "none", "north": "tall", @@ -82972,7 +87577,7 @@ } }, { - "id": 19164, + "id": 20273, "properties": { "east": "none", "north": "tall", @@ -82983,7 +87588,7 @@ } }, { - "id": 19165, + "id": 20274, "properties": { "east": "none", "north": "tall", @@ -82994,7 +87599,7 @@ } }, { - "id": 19166, + "id": 20275, "properties": { "east": "none", "north": "tall", @@ -83005,7 +87610,7 @@ } }, { - "id": 19167, + "id": 20276, "properties": { "east": "none", "north": "tall", @@ -83016,7 +87621,7 @@ } }, { - "id": 19168, + "id": 20277, "properties": { "east": "none", "north": "tall", @@ -83027,7 +87632,7 @@ } }, { - "id": 19169, + "id": 20278, "properties": { "east": "none", "north": "tall", @@ -83038,7 +87643,7 @@ } }, { - "id": 19170, + "id": 20279, "properties": { "east": "none", "north": "tall", @@ -83049,7 +87654,7 @@ } }, { - "id": 19171, + "id": 20280, "properties": { "east": "none", "north": "tall", @@ -83060,7 +87665,7 @@ } }, { - "id": 19172, + "id": 20281, "properties": { "east": "none", "north": "tall", @@ -83071,7 +87676,7 @@ } }, { - "id": 19173, + "id": 20282, "properties": { "east": "none", "north": "tall", @@ -83082,7 +87687,7 @@ } }, { - "id": 19174, + "id": 20283, "properties": { "east": "none", "north": "tall", @@ -83093,7 +87698,7 @@ } }, { - "id": 19175, + "id": 20284, "properties": { "east": "none", "north": "tall", @@ -83104,7 +87709,7 @@ } }, { - "id": 19176, + "id": 20285, "properties": { "east": "none", "north": "tall", @@ -83115,7 +87720,7 @@ } }, { - "id": 19177, + "id": 20286, "properties": { "east": "none", "north": "tall", @@ -83126,7 +87731,7 @@ } }, { - "id": 19178, + "id": 20287, "properties": { "east": "none", "north": "tall", @@ -83137,7 +87742,7 @@ } }, { - "id": 19179, + "id": 20288, "properties": { "east": "low", "north": "none", @@ -83148,7 +87753,7 @@ } }, { - "id": 19180, + "id": 20289, "properties": { "east": "low", "north": "none", @@ -83159,7 +87764,7 @@ } }, { - "id": 19181, + "id": 20290, "properties": { "east": "low", "north": "none", @@ -83170,7 +87775,7 @@ } }, { - "id": 19182, + "id": 20291, "properties": { "east": "low", "north": "none", @@ -83181,7 +87786,7 @@ } }, { - "id": 19183, + "id": 20292, "properties": { "east": "low", "north": "none", @@ -83192,7 +87797,7 @@ } }, { - "id": 19184, + "id": 20293, "properties": { "east": "low", "north": "none", @@ -83203,7 +87808,7 @@ } }, { - "id": 19185, + "id": 20294, "properties": { "east": "low", "north": "none", @@ -83214,7 +87819,7 @@ } }, { - "id": 19186, + "id": 20295, "properties": { "east": "low", "north": "none", @@ -83225,7 +87830,7 @@ } }, { - "id": 19187, + "id": 20296, "properties": { "east": "low", "north": "none", @@ -83236,7 +87841,7 @@ } }, { - "id": 19188, + "id": 20297, "properties": { "east": "low", "north": "none", @@ -83247,7 +87852,7 @@ } }, { - "id": 19189, + "id": 20298, "properties": { "east": "low", "north": "none", @@ -83258,7 +87863,7 @@ } }, { - "id": 19190, + "id": 20299, "properties": { "east": "low", "north": "none", @@ -83269,7 +87874,7 @@ } }, { - "id": 19191, + "id": 20300, "properties": { "east": "low", "north": "none", @@ -83280,7 +87885,7 @@ } }, { - "id": 19192, + "id": 20301, "properties": { "east": "low", "north": "none", @@ -83291,7 +87896,7 @@ } }, { - "id": 19193, + "id": 20302, "properties": { "east": "low", "north": "none", @@ -83302,7 +87907,7 @@ } }, { - "id": 19194, + "id": 20303, "properties": { "east": "low", "north": "none", @@ -83313,7 +87918,7 @@ } }, { - "id": 19195, + "id": 20304, "properties": { "east": "low", "north": "none", @@ -83324,7 +87929,7 @@ } }, { - "id": 19196, + "id": 20305, "properties": { "east": "low", "north": "none", @@ -83335,7 +87940,7 @@ } }, { - "id": 19197, + "id": 20306, "properties": { "east": "low", "north": "none", @@ -83346,7 +87951,7 @@ } }, { - "id": 19198, + "id": 20307, "properties": { "east": "low", "north": "none", @@ -83357,7 +87962,7 @@ } }, { - "id": 19199, + "id": 20308, "properties": { "east": "low", "north": "none", @@ -83368,7 +87973,7 @@ } }, { - "id": 19200, + "id": 20309, "properties": { "east": "low", "north": "none", @@ -83379,7 +87984,7 @@ } }, { - "id": 19201, + "id": 20310, "properties": { "east": "low", "north": "none", @@ -83390,7 +87995,7 @@ } }, { - "id": 19202, + "id": 20311, "properties": { "east": "low", "north": "none", @@ -83401,7 +88006,7 @@ } }, { - "id": 19203, + "id": 20312, "properties": { "east": "low", "north": "none", @@ -83412,7 +88017,7 @@ } }, { - "id": 19204, + "id": 20313, "properties": { "east": "low", "north": "none", @@ -83423,7 +88028,7 @@ } }, { - "id": 19205, + "id": 20314, "properties": { "east": "low", "north": "none", @@ -83434,7 +88039,7 @@ } }, { - "id": 19206, + "id": 20315, "properties": { "east": "low", "north": "none", @@ -83445,7 +88050,7 @@ } }, { - "id": 19207, + "id": 20316, "properties": { "east": "low", "north": "none", @@ -83456,7 +88061,7 @@ } }, { - "id": 19208, + "id": 20317, "properties": { "east": "low", "north": "none", @@ -83467,7 +88072,7 @@ } }, { - "id": 19209, + "id": 20318, "properties": { "east": "low", "north": "none", @@ -83478,7 +88083,7 @@ } }, { - "id": 19210, + "id": 20319, "properties": { "east": "low", "north": "none", @@ -83489,7 +88094,7 @@ } }, { - "id": 19211, + "id": 20320, "properties": { "east": "low", "north": "none", @@ -83500,7 +88105,7 @@ } }, { - "id": 19212, + "id": 20321, "properties": { "east": "low", "north": "none", @@ -83511,7 +88116,7 @@ } }, { - "id": 19213, + "id": 20322, "properties": { "east": "low", "north": "none", @@ -83522,7 +88127,7 @@ } }, { - "id": 19214, + "id": 20323, "properties": { "east": "low", "north": "none", @@ -83533,7 +88138,7 @@ } }, { - "id": 19215, + "id": 20324, "properties": { "east": "low", "north": "low", @@ -83544,7 +88149,7 @@ } }, { - "id": 19216, + "id": 20325, "properties": { "east": "low", "north": "low", @@ -83555,7 +88160,7 @@ } }, { - "id": 19217, + "id": 20326, "properties": { "east": "low", "north": "low", @@ -83566,7 +88171,7 @@ } }, { - "id": 19218, + "id": 20327, "properties": { "east": "low", "north": "low", @@ -83577,7 +88182,7 @@ } }, { - "id": 19219, + "id": 20328, "properties": { "east": "low", "north": "low", @@ -83588,7 +88193,7 @@ } }, { - "id": 19220, + "id": 20329, "properties": { "east": "low", "north": "low", @@ -83599,7 +88204,7 @@ } }, { - "id": 19221, + "id": 20330, "properties": { "east": "low", "north": "low", @@ -83610,7 +88215,7 @@ } }, { - "id": 19222, + "id": 20331, "properties": { "east": "low", "north": "low", @@ -83621,7 +88226,7 @@ } }, { - "id": 19223, + "id": 20332, "properties": { "east": "low", "north": "low", @@ -83632,7 +88237,7 @@ } }, { - "id": 19224, + "id": 20333, "properties": { "east": "low", "north": "low", @@ -83643,7 +88248,7 @@ } }, { - "id": 19225, + "id": 20334, "properties": { "east": "low", "north": "low", @@ -83654,7 +88259,7 @@ } }, { - "id": 19226, + "id": 20335, "properties": { "east": "low", "north": "low", @@ -83665,7 +88270,7 @@ } }, { - "id": 19227, + "id": 20336, "properties": { "east": "low", "north": "low", @@ -83676,7 +88281,7 @@ } }, { - "id": 19228, + "id": 20337, "properties": { "east": "low", "north": "low", @@ -83687,7 +88292,7 @@ } }, { - "id": 19229, + "id": 20338, "properties": { "east": "low", "north": "low", @@ -83698,7 +88303,7 @@ } }, { - "id": 19230, + "id": 20339, "properties": { "east": "low", "north": "low", @@ -83709,7 +88314,7 @@ } }, { - "id": 19231, + "id": 20340, "properties": { "east": "low", "north": "low", @@ -83720,7 +88325,7 @@ } }, { - "id": 19232, + "id": 20341, "properties": { "east": "low", "north": "low", @@ -83731,7 +88336,7 @@ } }, { - "id": 19233, + "id": 20342, "properties": { "east": "low", "north": "low", @@ -83742,7 +88347,7 @@ } }, { - "id": 19234, + "id": 20343, "properties": { "east": "low", "north": "low", @@ -83753,7 +88358,7 @@ } }, { - "id": 19235, + "id": 20344, "properties": { "east": "low", "north": "low", @@ -83764,7 +88369,7 @@ } }, { - "id": 19236, + "id": 20345, "properties": { "east": "low", "north": "low", @@ -83775,7 +88380,7 @@ } }, { - "id": 19237, + "id": 20346, "properties": { "east": "low", "north": "low", @@ -83786,7 +88391,7 @@ } }, { - "id": 19238, + "id": 20347, "properties": { "east": "low", "north": "low", @@ -83797,7 +88402,7 @@ } }, { - "id": 19239, + "id": 20348, "properties": { "east": "low", "north": "low", @@ -83808,7 +88413,7 @@ } }, { - "id": 19240, + "id": 20349, "properties": { "east": "low", "north": "low", @@ -83819,7 +88424,7 @@ } }, { - "id": 19241, + "id": 20350, "properties": { "east": "low", "north": "low", @@ -83830,7 +88435,7 @@ } }, { - "id": 19242, + "id": 20351, "properties": { "east": "low", "north": "low", @@ -83841,7 +88446,7 @@ } }, { - "id": 19243, + "id": 20352, "properties": { "east": "low", "north": "low", @@ -83852,7 +88457,7 @@ } }, { - "id": 19244, + "id": 20353, "properties": { "east": "low", "north": "low", @@ -83863,7 +88468,7 @@ } }, { - "id": 19245, + "id": 20354, "properties": { "east": "low", "north": "low", @@ -83874,7 +88479,7 @@ } }, { - "id": 19246, + "id": 20355, "properties": { "east": "low", "north": "low", @@ -83885,7 +88490,7 @@ } }, { - "id": 19247, + "id": 20356, "properties": { "east": "low", "north": "low", @@ -83896,7 +88501,7 @@ } }, { - "id": 19248, + "id": 20357, "properties": { "east": "low", "north": "low", @@ -83907,7 +88512,7 @@ } }, { - "id": 19249, + "id": 20358, "properties": { "east": "low", "north": "low", @@ -83918,7 +88523,7 @@ } }, { - "id": 19250, + "id": 20359, "properties": { "east": "low", "north": "low", @@ -83929,7 +88534,7 @@ } }, { - "id": 19251, + "id": 20360, "properties": { "east": "low", "north": "tall", @@ -83940,7 +88545,7 @@ } }, { - "id": 19252, + "id": 20361, "properties": { "east": "low", "north": "tall", @@ -83951,7 +88556,7 @@ } }, { - "id": 19253, + "id": 20362, "properties": { "east": "low", "north": "tall", @@ -83962,7 +88567,7 @@ } }, { - "id": 19254, + "id": 20363, "properties": { "east": "low", "north": "tall", @@ -83973,7 +88578,7 @@ } }, { - "id": 19255, + "id": 20364, "properties": { "east": "low", "north": "tall", @@ -83984,7 +88589,7 @@ } }, { - "id": 19256, + "id": 20365, "properties": { "east": "low", "north": "tall", @@ -83995,7 +88600,7 @@ } }, { - "id": 19257, + "id": 20366, "properties": { "east": "low", "north": "tall", @@ -84006,7 +88611,7 @@ } }, { - "id": 19258, + "id": 20367, "properties": { "east": "low", "north": "tall", @@ -84017,7 +88622,7 @@ } }, { - "id": 19259, + "id": 20368, "properties": { "east": "low", "north": "tall", @@ -84028,7 +88633,7 @@ } }, { - "id": 19260, + "id": 20369, "properties": { "east": "low", "north": "tall", @@ -84039,7 +88644,7 @@ } }, { - "id": 19261, + "id": 20370, "properties": { "east": "low", "north": "tall", @@ -84050,7 +88655,7 @@ } }, { - "id": 19262, + "id": 20371, "properties": { "east": "low", "north": "tall", @@ -84061,7 +88666,7 @@ } }, { - "id": 19263, + "id": 20372, "properties": { "east": "low", "north": "tall", @@ -84072,7 +88677,7 @@ } }, { - "id": 19264, + "id": 20373, "properties": { "east": "low", "north": "tall", @@ -84083,7 +88688,7 @@ } }, { - "id": 19265, + "id": 20374, "properties": { "east": "low", "north": "tall", @@ -84094,7 +88699,7 @@ } }, { - "id": 19266, + "id": 20375, "properties": { "east": "low", "north": "tall", @@ -84105,7 +88710,7 @@ } }, { - "id": 19267, + "id": 20376, "properties": { "east": "low", "north": "tall", @@ -84116,7 +88721,7 @@ } }, { - "id": 19268, + "id": 20377, "properties": { "east": "low", "north": "tall", @@ -84127,7 +88732,7 @@ } }, { - "id": 19269, + "id": 20378, "properties": { "east": "low", "north": "tall", @@ -84138,7 +88743,7 @@ } }, { - "id": 19270, + "id": 20379, "properties": { "east": "low", "north": "tall", @@ -84149,7 +88754,7 @@ } }, { - "id": 19271, + "id": 20380, "properties": { "east": "low", "north": "tall", @@ -84160,7 +88765,7 @@ } }, { - "id": 19272, + "id": 20381, "properties": { "east": "low", "north": "tall", @@ -84171,7 +88776,7 @@ } }, { - "id": 19273, + "id": 20382, "properties": { "east": "low", "north": "tall", @@ -84182,7 +88787,7 @@ } }, { - "id": 19274, + "id": 20383, "properties": { "east": "low", "north": "tall", @@ -84193,7 +88798,7 @@ } }, { - "id": 19275, + "id": 20384, "properties": { "east": "low", "north": "tall", @@ -84204,7 +88809,7 @@ } }, { - "id": 19276, + "id": 20385, "properties": { "east": "low", "north": "tall", @@ -84215,7 +88820,7 @@ } }, { - "id": 19277, + "id": 20386, "properties": { "east": "low", "north": "tall", @@ -84226,7 +88831,7 @@ } }, { - "id": 19278, + "id": 20387, "properties": { "east": "low", "north": "tall", @@ -84237,7 +88842,7 @@ } }, { - "id": 19279, + "id": 20388, "properties": { "east": "low", "north": "tall", @@ -84248,7 +88853,7 @@ } }, { - "id": 19280, + "id": 20389, "properties": { "east": "low", "north": "tall", @@ -84259,7 +88864,7 @@ } }, { - "id": 19281, + "id": 20390, "properties": { "east": "low", "north": "tall", @@ -84270,7 +88875,7 @@ } }, { - "id": 19282, + "id": 20391, "properties": { "east": "low", "north": "tall", @@ -84281,7 +88886,7 @@ } }, { - "id": 19283, + "id": 20392, "properties": { "east": "low", "north": "tall", @@ -84292,7 +88897,7 @@ } }, { - "id": 19284, + "id": 20393, "properties": { "east": "low", "north": "tall", @@ -84303,7 +88908,7 @@ } }, { - "id": 19285, + "id": 20394, "properties": { "east": "low", "north": "tall", @@ -84314,7 +88919,7 @@ } }, { - "id": 19286, + "id": 20395, "properties": { "east": "low", "north": "tall", @@ -84325,7 +88930,7 @@ } }, { - "id": 19287, + "id": 20396, "properties": { "east": "tall", "north": "none", @@ -84336,7 +88941,7 @@ } }, { - "id": 19288, + "id": 20397, "properties": { "east": "tall", "north": "none", @@ -84347,7 +88952,7 @@ } }, { - "id": 19289, + "id": 20398, "properties": { "east": "tall", "north": "none", @@ -84358,7 +88963,7 @@ } }, { - "id": 19290, + "id": 20399, "properties": { "east": "tall", "north": "none", @@ -84369,7 +88974,7 @@ } }, { - "id": 19291, + "id": 20400, "properties": { "east": "tall", "north": "none", @@ -84380,7 +88985,7 @@ } }, { - "id": 19292, + "id": 20401, "properties": { "east": "tall", "north": "none", @@ -84391,7 +88996,7 @@ } }, { - "id": 19293, + "id": 20402, "properties": { "east": "tall", "north": "none", @@ -84402,7 +89007,7 @@ } }, { - "id": 19294, + "id": 20403, "properties": { "east": "tall", "north": "none", @@ -84413,7 +89018,7 @@ } }, { - "id": 19295, + "id": 20404, "properties": { "east": "tall", "north": "none", @@ -84424,7 +89029,7 @@ } }, { - "id": 19296, + "id": 20405, "properties": { "east": "tall", "north": "none", @@ -84435,7 +89040,7 @@ } }, { - "id": 19297, + "id": 20406, "properties": { "east": "tall", "north": "none", @@ -84446,7 +89051,7 @@ } }, { - "id": 19298, + "id": 20407, "properties": { "east": "tall", "north": "none", @@ -84457,7 +89062,7 @@ } }, { - "id": 19299, + "id": 20408, "properties": { "east": "tall", "north": "none", @@ -84468,7 +89073,7 @@ } }, { - "id": 19300, + "id": 20409, "properties": { "east": "tall", "north": "none", @@ -84479,7 +89084,7 @@ } }, { - "id": 19301, + "id": 20410, "properties": { "east": "tall", "north": "none", @@ -84490,7 +89095,7 @@ } }, { - "id": 19302, + "id": 20411, "properties": { "east": "tall", "north": "none", @@ -84501,7 +89106,7 @@ } }, { - "id": 19303, + "id": 20412, "properties": { "east": "tall", "north": "none", @@ -84512,7 +89117,7 @@ } }, { - "id": 19304, + "id": 20413, "properties": { "east": "tall", "north": "none", @@ -84523,7 +89128,7 @@ } }, { - "id": 19305, + "id": 20414, "properties": { "east": "tall", "north": "none", @@ -84534,7 +89139,7 @@ } }, { - "id": 19306, + "id": 20415, "properties": { "east": "tall", "north": "none", @@ -84545,7 +89150,7 @@ } }, { - "id": 19307, + "id": 20416, "properties": { "east": "tall", "north": "none", @@ -84556,7 +89161,7 @@ } }, { - "id": 19308, + "id": 20417, "properties": { "east": "tall", "north": "none", @@ -84567,7 +89172,7 @@ } }, { - "id": 19309, + "id": 20418, "properties": { "east": "tall", "north": "none", @@ -84578,7 +89183,7 @@ } }, { - "id": 19310, + "id": 20419, "properties": { "east": "tall", "north": "none", @@ -84589,7 +89194,7 @@ } }, { - "id": 19311, + "id": 20420, "properties": { "east": "tall", "north": "none", @@ -84600,7 +89205,7 @@ } }, { - "id": 19312, + "id": 20421, "properties": { "east": "tall", "north": "none", @@ -84611,7 +89216,7 @@ } }, { - "id": 19313, + "id": 20422, "properties": { "east": "tall", "north": "none", @@ -84622,7 +89227,7 @@ } }, { - "id": 19314, + "id": 20423, "properties": { "east": "tall", "north": "none", @@ -84633,7 +89238,7 @@ } }, { - "id": 19315, + "id": 20424, "properties": { "east": "tall", "north": "none", @@ -84644,7 +89249,7 @@ } }, { - "id": 19316, + "id": 20425, "properties": { "east": "tall", "north": "none", @@ -84655,7 +89260,7 @@ } }, { - "id": 19317, + "id": 20426, "properties": { "east": "tall", "north": "none", @@ -84666,7 +89271,7 @@ } }, { - "id": 19318, + "id": 20427, "properties": { "east": "tall", "north": "none", @@ -84677,7 +89282,7 @@ } }, { - "id": 19319, + "id": 20428, "properties": { "east": "tall", "north": "none", @@ -84688,7 +89293,7 @@ } }, { - "id": 19320, + "id": 20429, "properties": { "east": "tall", "north": "none", @@ -84699,7 +89304,7 @@ } }, { - "id": 19321, + "id": 20430, "properties": { "east": "tall", "north": "none", @@ -84710,7 +89315,7 @@ } }, { - "id": 19322, + "id": 20431, "properties": { "east": "tall", "north": "none", @@ -84721,7 +89326,7 @@ } }, { - "id": 19323, + "id": 20432, "properties": { "east": "tall", "north": "low", @@ -84732,7 +89337,7 @@ } }, { - "id": 19324, + "id": 20433, "properties": { "east": "tall", "north": "low", @@ -84743,7 +89348,7 @@ } }, { - "id": 19325, + "id": 20434, "properties": { "east": "tall", "north": "low", @@ -84754,7 +89359,7 @@ } }, { - "id": 19326, + "id": 20435, "properties": { "east": "tall", "north": "low", @@ -84765,7 +89370,7 @@ } }, { - "id": 19327, + "id": 20436, "properties": { "east": "tall", "north": "low", @@ -84776,7 +89381,7 @@ } }, { - "id": 19328, + "id": 20437, "properties": { "east": "tall", "north": "low", @@ -84787,7 +89392,7 @@ } }, { - "id": 19329, + "id": 20438, "properties": { "east": "tall", "north": "low", @@ -84798,7 +89403,7 @@ } }, { - "id": 19330, + "id": 20439, "properties": { "east": "tall", "north": "low", @@ -84809,7 +89414,7 @@ } }, { - "id": 19331, + "id": 20440, "properties": { "east": "tall", "north": "low", @@ -84820,7 +89425,7 @@ } }, { - "id": 19332, + "id": 20441, "properties": { "east": "tall", "north": "low", @@ -84831,7 +89436,7 @@ } }, { - "id": 19333, + "id": 20442, "properties": { "east": "tall", "north": "low", @@ -84842,7 +89447,7 @@ } }, { - "id": 19334, + "id": 20443, "properties": { "east": "tall", "north": "low", @@ -84853,7 +89458,7 @@ } }, { - "id": 19335, + "id": 20444, "properties": { "east": "tall", "north": "low", @@ -84864,7 +89469,7 @@ } }, { - "id": 19336, + "id": 20445, "properties": { "east": "tall", "north": "low", @@ -84875,7 +89480,7 @@ } }, { - "id": 19337, + "id": 20446, "properties": { "east": "tall", "north": "low", @@ -84886,7 +89491,7 @@ } }, { - "id": 19338, + "id": 20447, "properties": { "east": "tall", "north": "low", @@ -84897,7 +89502,7 @@ } }, { - "id": 19339, + "id": 20448, "properties": { "east": "tall", "north": "low", @@ -84908,7 +89513,7 @@ } }, { - "id": 19340, + "id": 20449, "properties": { "east": "tall", "north": "low", @@ -84919,7 +89524,7 @@ } }, { - "id": 19341, + "id": 20450, "properties": { "east": "tall", "north": "low", @@ -84930,7 +89535,7 @@ } }, { - "id": 19342, + "id": 20451, "properties": { "east": "tall", "north": "low", @@ -84941,7 +89546,7 @@ } }, { - "id": 19343, + "id": 20452, "properties": { "east": "tall", "north": "low", @@ -84952,7 +89557,7 @@ } }, { - "id": 19344, + "id": 20453, "properties": { "east": "tall", "north": "low", @@ -84963,7 +89568,7 @@ } }, { - "id": 19345, + "id": 20454, "properties": { "east": "tall", "north": "low", @@ -84974,7 +89579,7 @@ } }, { - "id": 19346, + "id": 20455, "properties": { "east": "tall", "north": "low", @@ -84985,7 +89590,7 @@ } }, { - "id": 19347, + "id": 20456, "properties": { "east": "tall", "north": "low", @@ -84996,7 +89601,7 @@ } }, { - "id": 19348, + "id": 20457, "properties": { "east": "tall", "north": "low", @@ -85007,7 +89612,7 @@ } }, { - "id": 19349, + "id": 20458, "properties": { "east": "tall", "north": "low", @@ -85018,7 +89623,7 @@ } }, { - "id": 19350, + "id": 20459, "properties": { "east": "tall", "north": "low", @@ -85029,7 +89634,7 @@ } }, { - "id": 19351, + "id": 20460, "properties": { "east": "tall", "north": "low", @@ -85040,7 +89645,7 @@ } }, { - "id": 19352, + "id": 20461, "properties": { "east": "tall", "north": "low", @@ -85051,7 +89656,7 @@ } }, { - "id": 19353, + "id": 20462, "properties": { "east": "tall", "north": "low", @@ -85062,7 +89667,7 @@ } }, { - "id": 19354, + "id": 20463, "properties": { "east": "tall", "north": "low", @@ -85073,7 +89678,7 @@ } }, { - "id": 19355, + "id": 20464, "properties": { "east": "tall", "north": "low", @@ -85084,7 +89689,7 @@ } }, { - "id": 19356, + "id": 20465, "properties": { "east": "tall", "north": "low", @@ -85095,7 +89700,7 @@ } }, { - "id": 19357, + "id": 20466, "properties": { "east": "tall", "north": "low", @@ -85106,7 +89711,7 @@ } }, { - "id": 19358, + "id": 20467, "properties": { "east": "tall", "north": "low", @@ -85117,7 +89722,7 @@ } }, { - "id": 19359, + "id": 20468, "properties": { "east": "tall", "north": "tall", @@ -85128,7 +89733,7 @@ } }, { - "id": 19360, + "id": 20469, "properties": { "east": "tall", "north": "tall", @@ -85139,7 +89744,7 @@ } }, { - "id": 19361, + "id": 20470, "properties": { "east": "tall", "north": "tall", @@ -85150,7 +89755,7 @@ } }, { - "id": 19362, + "id": 20471, "properties": { "east": "tall", "north": "tall", @@ -85161,7 +89766,7 @@ } }, { - "id": 19363, + "id": 20472, "properties": { "east": "tall", "north": "tall", @@ -85172,7 +89777,7 @@ } }, { - "id": 19364, + "id": 20473, "properties": { "east": "tall", "north": "tall", @@ -85183,7 +89788,7 @@ } }, { - "id": 19365, + "id": 20474, "properties": { "east": "tall", "north": "tall", @@ -85194,7 +89799,7 @@ } }, { - "id": 19366, + "id": 20475, "properties": { "east": "tall", "north": "tall", @@ -85205,7 +89810,7 @@ } }, { - "id": 19367, + "id": 20476, "properties": { "east": "tall", "north": "tall", @@ -85216,7 +89821,7 @@ } }, { - "id": 19368, + "id": 20477, "properties": { "east": "tall", "north": "tall", @@ -85227,7 +89832,7 @@ } }, { - "id": 19369, + "id": 20478, "properties": { "east": "tall", "north": "tall", @@ -85238,7 +89843,7 @@ } }, { - "id": 19370, + "id": 20479, "properties": { "east": "tall", "north": "tall", @@ -85249,7 +89854,7 @@ } }, { - "id": 19371, + "id": 20480, "properties": { "east": "tall", "north": "tall", @@ -85260,7 +89865,7 @@ } }, { - "id": 19372, + "id": 20481, "properties": { "east": "tall", "north": "tall", @@ -85271,7 +89876,7 @@ } }, { - "id": 19373, + "id": 20482, "properties": { "east": "tall", "north": "tall", @@ -85282,7 +89887,7 @@ } }, { - "id": 19374, + "id": 20483, "properties": { "east": "tall", "north": "tall", @@ -85293,7 +89898,7 @@ } }, { - "id": 19375, + "id": 20484, "properties": { "east": "tall", "north": "tall", @@ -85304,7 +89909,7 @@ } }, { - "id": 19376, + "id": 20485, "properties": { "east": "tall", "north": "tall", @@ -85315,7 +89920,7 @@ } }, { - "id": 19377, + "id": 20486, "properties": { "east": "tall", "north": "tall", @@ -85326,7 +89931,7 @@ } }, { - "id": 19378, + "id": 20487, "properties": { "east": "tall", "north": "tall", @@ -85337,7 +89942,7 @@ } }, { - "id": 19379, + "id": 20488, "properties": { "east": "tall", "north": "tall", @@ -85348,7 +89953,7 @@ } }, { - "id": 19380, + "id": 20489, "properties": { "east": "tall", "north": "tall", @@ -85359,7 +89964,7 @@ } }, { - "id": 19381, + "id": 20490, "properties": { "east": "tall", "north": "tall", @@ -85370,7 +89975,7 @@ } }, { - "id": 19382, + "id": 20491, "properties": { "east": "tall", "north": "tall", @@ -85381,7 +89986,7 @@ } }, { - "id": 19383, + "id": 20492, "properties": { "east": "tall", "north": "tall", @@ -85392,7 +89997,7 @@ } }, { - "id": 19384, + "id": 20493, "properties": { "east": "tall", "north": "tall", @@ -85403,7 +90008,7 @@ } }, { - "id": 19385, + "id": 20494, "properties": { "east": "tall", "north": "tall", @@ -85414,7 +90019,7 @@ } }, { - "id": 19386, + "id": 20495, "properties": { "east": "tall", "north": "tall", @@ -85425,7 +90030,7 @@ } }, { - "id": 19387, + "id": 20496, "properties": { "east": "tall", "north": "tall", @@ -85436,7 +90041,7 @@ } }, { - "id": 19388, + "id": 20497, "properties": { "east": "tall", "north": "tall", @@ -85447,7 +90052,7 @@ } }, { - "id": 19389, + "id": 20498, "properties": { "east": "tall", "north": "tall", @@ -85458,7 +90063,7 @@ } }, { - "id": 19390, + "id": 20499, "properties": { "east": "tall", "north": "tall", @@ -85469,7 +90074,7 @@ } }, { - "id": 19391, + "id": 20500, "properties": { "east": "tall", "north": "tall", @@ -85480,7 +90085,7 @@ } }, { - "id": 19392, + "id": 20501, "properties": { "east": "tall", "north": "tall", @@ -85491,7 +90096,7 @@ } }, { - "id": 19393, + "id": 20502, "properties": { "east": "tall", "north": "tall", @@ -85502,7 +90107,7 @@ } }, { - "id": 19394, + "id": 20503, "properties": { "east": "tall", "north": "tall", @@ -85534,7 +90139,7 @@ "states": [ { "default": true, - "id": 13536 + "id": 14613 } ] }, @@ -85653,7 +90258,7 @@ "states": [ { "default": true, - "id": 8200 + "id": 9277 } ] }, @@ -85689,112 +90294,112 @@ }, "states": [ { - "id": 9836, + "id": 10913, "properties": { "powered": "true", "rotation": "0" } }, { - "id": 9837, + "id": 10914, "properties": { "powered": "true", "rotation": "1" } }, { - "id": 9838, + "id": 10915, "properties": { "powered": "true", "rotation": "2" } }, { - "id": 9839, + "id": 10916, "properties": { "powered": "true", "rotation": "3" } }, { - "id": 9840, + "id": 10917, "properties": { "powered": "true", "rotation": "4" } }, { - "id": 9841, + "id": 10918, "properties": { "powered": "true", "rotation": "5" } }, { - "id": 9842, + "id": 10919, "properties": { "powered": "true", "rotation": "6" } }, { - "id": 9843, + "id": 10920, "properties": { "powered": "true", "rotation": "7" } }, { - "id": 9844, + "id": 10921, "properties": { "powered": "true", "rotation": "8" } }, { - "id": 9845, + "id": 10922, "properties": { "powered": "true", "rotation": "9" } }, { - "id": 9846, + "id": 10923, "properties": { "powered": "true", "rotation": "10" } }, { - "id": 9847, + "id": 10924, "properties": { "powered": "true", "rotation": "11" } }, { - "id": 9848, + "id": 10925, "properties": { "powered": "true", "rotation": "12" } }, { - "id": 9849, + "id": 10926, "properties": { "powered": "true", "rotation": "13" } }, { - "id": 9850, + "id": 10927, "properties": { "powered": "true", "rotation": "14" } }, { - "id": 9851, + "id": 10928, "properties": { "powered": "true", "rotation": "15" @@ -85802,112 +90407,112 @@ }, { "default": true, - "id": 9852, + "id": 10929, "properties": { "powered": "false", "rotation": "0" } }, { - "id": 9853, + "id": 10930, "properties": { "powered": "false", "rotation": "1" } }, { - "id": 9854, + "id": 10931, "properties": { "powered": "false", "rotation": "2" } }, { - "id": 9855, + "id": 10932, "properties": { "powered": "false", "rotation": "3" } }, { - "id": 9856, + "id": 10933, "properties": { "powered": "false", "rotation": "4" } }, { - "id": 9857, + "id": 10934, "properties": { "powered": "false", "rotation": "5" } }, { - "id": 9858, + "id": 10935, "properties": { "powered": "false", "rotation": "6" } }, { - "id": 9859, + "id": 10936, "properties": { "powered": "false", "rotation": "7" } }, { - "id": 9860, + "id": 10937, "properties": { "powered": "false", "rotation": "8" } }, { - "id": 9861, + "id": 10938, "properties": { "powered": "false", "rotation": "9" } }, { - "id": 9862, + "id": 10939, "properties": { "powered": "false", "rotation": "10" } }, { - "id": 9863, + "id": 10940, "properties": { "powered": "false", "rotation": "11" } }, { - "id": 9864, + "id": 10941, "properties": { "powered": "false", "rotation": "12" } }, { - "id": 9865, + "id": 10942, "properties": { "powered": "false", "rotation": "13" } }, { - "id": 9866, + "id": 10943, "properties": { "powered": "false", "rotation": "14" } }, { - "id": 9867, + "id": 10944, "properties": { "powered": "false", "rotation": "15" @@ -85935,7 +90540,7 @@ }, "states": [ { - "id": 9868, + "id": 10945, "properties": { "facing": "north", "powered": "true" @@ -85943,49 +90548,49 @@ }, { "default": true, - "id": 9869, + "id": 10946, "properties": { "facing": "north", "powered": "false" } }, { - "id": 9870, + "id": 10947, "properties": { "facing": "south", "powered": "true" } }, { - "id": 9871, + "id": 10948, "properties": { "facing": "south", "powered": "false" } }, { - "id": 9872, + "id": 10949, "properties": { "facing": "west", "powered": "true" } }, { - "id": 9873, + "id": 10950, "properties": { "facing": "west", "powered": "false" } }, { - "id": 9874, + "id": 10951, "properties": { "facing": "east", "powered": "true" } }, { - "id": 9875, + "id": 10952, "properties": { "facing": "east", "powered": "false" @@ -85993,6 +90598,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": 14903, + "properties": { + "facing": "north", + "hydration": "0", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 14904, + "properties": { + "facing": "north", + "hydration": "0", + "waterlogged": "false" + } + }, + { + "id": 14905, + "properties": { + "facing": "north", + "hydration": "1", + "waterlogged": "true" + } + }, + { + "id": 14906, + "properties": { + "facing": "north", + "hydration": "1", + "waterlogged": "false" + } + }, + { + "id": 14907, + "properties": { + "facing": "north", + "hydration": "2", + "waterlogged": "true" + } + }, + { + "id": 14908, + "properties": { + "facing": "north", + "hydration": "2", + "waterlogged": "false" + } + }, + { + "id": 14909, + "properties": { + "facing": "north", + "hydration": "3", + "waterlogged": "true" + } + }, + { + "id": 14910, + "properties": { + "facing": "north", + "hydration": "3", + "waterlogged": "false" + } + }, + { + "id": 14911, + "properties": { + "facing": "south", + "hydration": "0", + "waterlogged": "true" + } + }, + { + "id": 14912, + "properties": { + "facing": "south", + "hydration": "0", + "waterlogged": "false" + } + }, + { + "id": 14913, + "properties": { + "facing": "south", + "hydration": "1", + "waterlogged": "true" + } + }, + { + "id": 14914, + "properties": { + "facing": "south", + "hydration": "1", + "waterlogged": "false" + } + }, + { + "id": 14915, + "properties": { + "facing": "south", + "hydration": "2", + "waterlogged": "true" + } + }, + { + "id": 14916, + "properties": { + "facing": "south", + "hydration": "2", + "waterlogged": "false" + } + }, + { + "id": 14917, + "properties": { + "facing": "south", + "hydration": "3", + "waterlogged": "true" + } + }, + { + "id": 14918, + "properties": { + "facing": "south", + "hydration": "3", + "waterlogged": "false" + } + }, + { + "id": 14919, + "properties": { + "facing": "west", + "hydration": "0", + "waterlogged": "true" + } + }, + { + "id": 14920, + "properties": { + "facing": "west", + "hydration": "0", + "waterlogged": "false" + } + }, + { + "id": 14921, + "properties": { + "facing": "west", + "hydration": "1", + "waterlogged": "true" + } + }, + { + "id": 14922, + "properties": { + "facing": "west", + "hydration": "1", + "waterlogged": "false" + } + }, + { + "id": 14923, + "properties": { + "facing": "west", + "hydration": "2", + "waterlogged": "true" + } + }, + { + "id": 14924, + "properties": { + "facing": "west", + "hydration": "2", + "waterlogged": "false" + } + }, + { + "id": 14925, + "properties": { + "facing": "west", + "hydration": "3", + "waterlogged": "true" + } + }, + { + "id": 14926, + "properties": { + "facing": "west", + "hydration": "3", + "waterlogged": "false" + } + }, + { + "id": 14927, + "properties": { + "facing": "east", + "hydration": "0", + "waterlogged": "true" + } + }, + { + "id": 14928, + "properties": { + "facing": "east", + "hydration": "0", + "waterlogged": "false" + } + }, + { + "id": 14929, + "properties": { + "facing": "east", + "hydration": "1", + "waterlogged": "true" + } + }, + { + "id": 14930, + "properties": { + "facing": "east", + "hydration": "1", + "waterlogged": "false" + } + }, + { + "id": 14931, + "properties": { + "facing": "east", + "hydration": "2", + "waterlogged": "true" + } + }, + { + "id": 14932, + "properties": { + "facing": "east", + "hydration": "2", + "waterlogged": "false" + } + }, + { + "id": 14933, + "properties": { + "facing": "east", + "hydration": "3", + "waterlogged": "true" + } + }, + { + "id": 14934, + "properties": { + "facing": "east", + "hydration": "3", + "waterlogged": "false" + } + } + ] + }, "minecraft:dried_kelp_block": { "definition": { "type": "minecraft:block", @@ -86001,7 +90889,7 @@ "states": [ { "default": true, - "id": 13810 + "id": 14887 } ] }, @@ -86013,7 +90901,7 @@ "states": [ { "default": true, - "id": 25796 + "id": 27553 } ] }, @@ -86038,7 +90926,7 @@ }, "states": [ { - "id": 10153, + "id": 11230, "properties": { "facing": "north", "triggered": "true" @@ -86046,77 +90934,77 @@ }, { "default": true, - "id": 10154, + "id": 11231, "properties": { "facing": "north", "triggered": "false" } }, { - "id": 10155, + "id": 11232, "properties": { "facing": "east", "triggered": "true" } }, { - "id": 10156, + "id": 11233, "properties": { "facing": "east", "triggered": "false" } }, { - "id": 10157, + "id": 11234, "properties": { "facing": "south", "triggered": "true" } }, { - "id": 10158, + "id": 11235, "properties": { "facing": "south", "triggered": "false" } }, { - "id": 10159, + "id": 11236, "properties": { "facing": "west", "triggered": "true" } }, { - "id": 10160, + "id": 11237, "properties": { "facing": "west", "triggered": "false" } }, { - "id": 10161, + "id": 11238, "properties": { "facing": "up", "triggered": "true" } }, { - "id": 10162, + "id": 11239, "properties": { "facing": "up", "triggered": "false" } }, { - "id": 10163, + "id": 11240, "properties": { "facing": "down", "triggered": "true" } }, { - "id": 10164, + "id": 11241, "properties": { "facing": "down", "triggered": "false" @@ -86132,7 +91020,7 @@ "states": [ { "default": true, - "id": 8449 + "id": 9526 } ] }, @@ -86149,7 +91037,7 @@ "states": [ { "default": true, - "id": 8295 + "id": 9372 } ] }, @@ -86161,7 +91049,7 @@ "states": [ { "default": true, - "id": 8173 + "id": 9250 } ] }, @@ -86173,7 +91061,7 @@ "states": [ { "default": true, - "id": 13537 + "id": 14614 } ] }, @@ -86185,7 +91073,7 @@ "states": [ { "default": true, - "id": 8190 + "id": 9267 } ] }, @@ -86208,28 +91096,28 @@ }, "states": [ { - "id": 8191, + "id": 9268, "properties": { "eye": "true", "facing": "north" } }, { - "id": 8192, + "id": 9269, "properties": { "eye": "true", "facing": "south" } }, { - "id": 8193, + "id": 9270, "properties": { "eye": "true", "facing": "west" } }, { - "id": 8194, + "id": 9271, "properties": { "eye": "true", "facing": "east" @@ -86237,28 +91125,28 @@ }, { "default": true, - "id": 8195, + "id": 9272, "properties": { "eye": "false", "facing": "north" } }, { - "id": 8196, + "id": 9273, "properties": { "eye": "false", "facing": "south" } }, { - "id": 8197, + "id": 9274, "properties": { "eye": "false", "facing": "west" } }, { - "id": 8198, + "id": 9275, "properties": { "eye": "false", "facing": "east" @@ -86283,38 +91171,38 @@ }, "states": [ { - "id": 13357, + "id": 14434, "properties": { "facing": "north" } }, { - "id": 13358, + "id": 14435, "properties": { "facing": "east" } }, { - "id": 13359, + "id": 14436, "properties": { "facing": "south" } }, { - "id": 13360, + "id": 14437, "properties": { "facing": "west" } }, { "default": true, - "id": 13361, + "id": 14438, "properties": { "facing": "up" } }, { - "id": 13362, + "id": 14439, "properties": { "facing": "down" } @@ -86329,7 +91217,7 @@ "states": [ { "default": true, - "id": 8199 + "id": 9276 } ] }, @@ -86351,21 +91239,21 @@ }, "states": [ { - "id": 15135, + "id": 16244, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15136, + "id": 16245, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15137, + "id": 16246, "properties": { "type": "bottom", "waterlogged": "true" @@ -86373,21 +91261,21 @@ }, { "default": true, - "id": 15138, + "id": 16247, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15139, + "id": 16248, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15140, + "id": 16249, "properties": { "type": "double", "waterlogged": "false" @@ -86428,7 +91316,7 @@ }, "states": [ { - "id": 14385, + "id": 15494, "properties": { "facing": "north", "half": "top", @@ -86437,7 +91325,7 @@ } }, { - "id": 14386, + "id": 15495, "properties": { "facing": "north", "half": "top", @@ -86446,7 +91334,7 @@ } }, { - "id": 14387, + "id": 15496, "properties": { "facing": "north", "half": "top", @@ -86455,7 +91343,7 @@ } }, { - "id": 14388, + "id": 15497, "properties": { "facing": "north", "half": "top", @@ -86464,7 +91352,7 @@ } }, { - "id": 14389, + "id": 15498, "properties": { "facing": "north", "half": "top", @@ -86473,7 +91361,7 @@ } }, { - "id": 14390, + "id": 15499, "properties": { "facing": "north", "half": "top", @@ -86482,7 +91370,7 @@ } }, { - "id": 14391, + "id": 15500, "properties": { "facing": "north", "half": "top", @@ -86491,7 +91379,7 @@ } }, { - "id": 14392, + "id": 15501, "properties": { "facing": "north", "half": "top", @@ -86500,7 +91388,7 @@ } }, { - "id": 14393, + "id": 15502, "properties": { "facing": "north", "half": "top", @@ -86509,7 +91397,7 @@ } }, { - "id": 14394, + "id": 15503, "properties": { "facing": "north", "half": "top", @@ -86518,7 +91406,7 @@ } }, { - "id": 14395, + "id": 15504, "properties": { "facing": "north", "half": "bottom", @@ -86528,7 +91416,7 @@ }, { "default": true, - "id": 14396, + "id": 15505, "properties": { "facing": "north", "half": "bottom", @@ -86537,7 +91425,7 @@ } }, { - "id": 14397, + "id": 15506, "properties": { "facing": "north", "half": "bottom", @@ -86546,7 +91434,7 @@ } }, { - "id": 14398, + "id": 15507, "properties": { "facing": "north", "half": "bottom", @@ -86555,7 +91443,7 @@ } }, { - "id": 14399, + "id": 15508, "properties": { "facing": "north", "half": "bottom", @@ -86564,7 +91452,7 @@ } }, { - "id": 14400, + "id": 15509, "properties": { "facing": "north", "half": "bottom", @@ -86573,7 +91461,7 @@ } }, { - "id": 14401, + "id": 15510, "properties": { "facing": "north", "half": "bottom", @@ -86582,7 +91470,7 @@ } }, { - "id": 14402, + "id": 15511, "properties": { "facing": "north", "half": "bottom", @@ -86591,7 +91479,7 @@ } }, { - "id": 14403, + "id": 15512, "properties": { "facing": "north", "half": "bottom", @@ -86600,7 +91488,7 @@ } }, { - "id": 14404, + "id": 15513, "properties": { "facing": "north", "half": "bottom", @@ -86609,7 +91497,7 @@ } }, { - "id": 14405, + "id": 15514, "properties": { "facing": "south", "half": "top", @@ -86618,7 +91506,7 @@ } }, { - "id": 14406, + "id": 15515, "properties": { "facing": "south", "half": "top", @@ -86627,7 +91515,7 @@ } }, { - "id": 14407, + "id": 15516, "properties": { "facing": "south", "half": "top", @@ -86636,7 +91524,7 @@ } }, { - "id": 14408, + "id": 15517, "properties": { "facing": "south", "half": "top", @@ -86645,7 +91533,7 @@ } }, { - "id": 14409, + "id": 15518, "properties": { "facing": "south", "half": "top", @@ -86654,7 +91542,7 @@ } }, { - "id": 14410, + "id": 15519, "properties": { "facing": "south", "half": "top", @@ -86663,7 +91551,7 @@ } }, { - "id": 14411, + "id": 15520, "properties": { "facing": "south", "half": "top", @@ -86672,7 +91560,7 @@ } }, { - "id": 14412, + "id": 15521, "properties": { "facing": "south", "half": "top", @@ -86681,7 +91569,7 @@ } }, { - "id": 14413, + "id": 15522, "properties": { "facing": "south", "half": "top", @@ -86690,7 +91578,7 @@ } }, { - "id": 14414, + "id": 15523, "properties": { "facing": "south", "half": "top", @@ -86699,7 +91587,7 @@ } }, { - "id": 14415, + "id": 15524, "properties": { "facing": "south", "half": "bottom", @@ -86708,7 +91596,7 @@ } }, { - "id": 14416, + "id": 15525, "properties": { "facing": "south", "half": "bottom", @@ -86717,7 +91605,7 @@ } }, { - "id": 14417, + "id": 15526, "properties": { "facing": "south", "half": "bottom", @@ -86726,7 +91614,7 @@ } }, { - "id": 14418, + "id": 15527, "properties": { "facing": "south", "half": "bottom", @@ -86735,7 +91623,7 @@ } }, { - "id": 14419, + "id": 15528, "properties": { "facing": "south", "half": "bottom", @@ -86744,7 +91632,7 @@ } }, { - "id": 14420, + "id": 15529, "properties": { "facing": "south", "half": "bottom", @@ -86753,7 +91641,7 @@ } }, { - "id": 14421, + "id": 15530, "properties": { "facing": "south", "half": "bottom", @@ -86762,7 +91650,7 @@ } }, { - "id": 14422, + "id": 15531, "properties": { "facing": "south", "half": "bottom", @@ -86771,7 +91659,7 @@ } }, { - "id": 14423, + "id": 15532, "properties": { "facing": "south", "half": "bottom", @@ -86780,7 +91668,7 @@ } }, { - "id": 14424, + "id": 15533, "properties": { "facing": "south", "half": "bottom", @@ -86789,7 +91677,7 @@ } }, { - "id": 14425, + "id": 15534, "properties": { "facing": "west", "half": "top", @@ -86798,7 +91686,7 @@ } }, { - "id": 14426, + "id": 15535, "properties": { "facing": "west", "half": "top", @@ -86807,7 +91695,7 @@ } }, { - "id": 14427, + "id": 15536, "properties": { "facing": "west", "half": "top", @@ -86816,7 +91704,7 @@ } }, { - "id": 14428, + "id": 15537, "properties": { "facing": "west", "half": "top", @@ -86825,7 +91713,7 @@ } }, { - "id": 14429, + "id": 15538, "properties": { "facing": "west", "half": "top", @@ -86834,7 +91722,7 @@ } }, { - "id": 14430, + "id": 15539, "properties": { "facing": "west", "half": "top", @@ -86843,7 +91731,7 @@ } }, { - "id": 14431, + "id": 15540, "properties": { "facing": "west", "half": "top", @@ -86852,7 +91740,7 @@ } }, { - "id": 14432, + "id": 15541, "properties": { "facing": "west", "half": "top", @@ -86861,7 +91749,7 @@ } }, { - "id": 14433, + "id": 15542, "properties": { "facing": "west", "half": "top", @@ -86870,7 +91758,7 @@ } }, { - "id": 14434, + "id": 15543, "properties": { "facing": "west", "half": "top", @@ -86879,7 +91767,7 @@ } }, { - "id": 14435, + "id": 15544, "properties": { "facing": "west", "half": "bottom", @@ -86888,7 +91776,7 @@ } }, { - "id": 14436, + "id": 15545, "properties": { "facing": "west", "half": "bottom", @@ -86897,7 +91785,7 @@ } }, { - "id": 14437, + "id": 15546, "properties": { "facing": "west", "half": "bottom", @@ -86906,7 +91794,7 @@ } }, { - "id": 14438, + "id": 15547, "properties": { "facing": "west", "half": "bottom", @@ -86915,7 +91803,7 @@ } }, { - "id": 14439, + "id": 15548, "properties": { "facing": "west", "half": "bottom", @@ -86924,7 +91812,7 @@ } }, { - "id": 14440, + "id": 15549, "properties": { "facing": "west", "half": "bottom", @@ -86933,7 +91821,7 @@ } }, { - "id": 14441, + "id": 15550, "properties": { "facing": "west", "half": "bottom", @@ -86942,7 +91830,7 @@ } }, { - "id": 14442, + "id": 15551, "properties": { "facing": "west", "half": "bottom", @@ -86951,7 +91839,7 @@ } }, { - "id": 14443, + "id": 15552, "properties": { "facing": "west", "half": "bottom", @@ -86960,7 +91848,7 @@ } }, { - "id": 14444, + "id": 15553, "properties": { "facing": "west", "half": "bottom", @@ -86969,7 +91857,7 @@ } }, { - "id": 14445, + "id": 15554, "properties": { "facing": "east", "half": "top", @@ -86978,7 +91866,7 @@ } }, { - "id": 14446, + "id": 15555, "properties": { "facing": "east", "half": "top", @@ -86987,7 +91875,7 @@ } }, { - "id": 14447, + "id": 15556, "properties": { "facing": "east", "half": "top", @@ -86996,7 +91884,7 @@ } }, { - "id": 14448, + "id": 15557, "properties": { "facing": "east", "half": "top", @@ -87005,7 +91893,7 @@ } }, { - "id": 14449, + "id": 15558, "properties": { "facing": "east", "half": "top", @@ -87014,7 +91902,7 @@ } }, { - "id": 14450, + "id": 15559, "properties": { "facing": "east", "half": "top", @@ -87023,7 +91911,7 @@ } }, { - "id": 14451, + "id": 15560, "properties": { "facing": "east", "half": "top", @@ -87032,7 +91920,7 @@ } }, { - "id": 14452, + "id": 15561, "properties": { "facing": "east", "half": "top", @@ -87041,7 +91929,7 @@ } }, { - "id": 14453, + "id": 15562, "properties": { "facing": "east", "half": "top", @@ -87050,7 +91938,7 @@ } }, { - "id": 14454, + "id": 15563, "properties": { "facing": "east", "half": "top", @@ -87059,7 +91947,7 @@ } }, { - "id": 14455, + "id": 15564, "properties": { "facing": "east", "half": "bottom", @@ -87068,7 +91956,7 @@ } }, { - "id": 14456, + "id": 15565, "properties": { "facing": "east", "half": "bottom", @@ -87077,7 +91965,7 @@ } }, { - "id": 14457, + "id": 15566, "properties": { "facing": "east", "half": "bottom", @@ -87086,7 +91974,7 @@ } }, { - "id": 14458, + "id": 15567, "properties": { "facing": "east", "half": "bottom", @@ -87095,7 +91983,7 @@ } }, { - "id": 14459, + "id": 15568, "properties": { "facing": "east", "half": "bottom", @@ -87104,7 +91992,7 @@ } }, { - "id": 14460, + "id": 15569, "properties": { "facing": "east", "half": "bottom", @@ -87113,7 +92001,7 @@ } }, { - "id": 14461, + "id": 15570, "properties": { "facing": "east", "half": "bottom", @@ -87122,7 +92010,7 @@ } }, { - "id": 14462, + "id": 15571, "properties": { "facing": "east", "half": "bottom", @@ -87131,7 +92019,7 @@ } }, { - "id": 14463, + "id": 15572, "properties": { "facing": "east", "half": "bottom", @@ -87140,7 +92028,7 @@ } }, { - "id": 14464, + "id": 15573, "properties": { "facing": "east", "half": "bottom", @@ -87187,7 +92075,7 @@ }, "states": [ { - "id": 18747, + "id": 19856, "properties": { "east": "none", "north": "none", @@ -87198,7 +92086,7 @@ } }, { - "id": 18748, + "id": 19857, "properties": { "east": "none", "north": "none", @@ -87209,7 +92097,7 @@ } }, { - "id": 18749, + "id": 19858, "properties": { "east": "none", "north": "none", @@ -87221,7 +92109,7 @@ }, { "default": true, - "id": 18750, + "id": 19859, "properties": { "east": "none", "north": "none", @@ -87232,7 +92120,7 @@ } }, { - "id": 18751, + "id": 19860, "properties": { "east": "none", "north": "none", @@ -87243,7 +92131,7 @@ } }, { - "id": 18752, + "id": 19861, "properties": { "east": "none", "north": "none", @@ -87254,7 +92142,7 @@ } }, { - "id": 18753, + "id": 19862, "properties": { "east": "none", "north": "none", @@ -87265,7 +92153,7 @@ } }, { - "id": 18754, + "id": 19863, "properties": { "east": "none", "north": "none", @@ -87276,7 +92164,7 @@ } }, { - "id": 18755, + "id": 19864, "properties": { "east": "none", "north": "none", @@ -87287,7 +92175,7 @@ } }, { - "id": 18756, + "id": 19865, "properties": { "east": "none", "north": "none", @@ -87298,7 +92186,7 @@ } }, { - "id": 18757, + "id": 19866, "properties": { "east": "none", "north": "none", @@ -87309,7 +92197,7 @@ } }, { - "id": 18758, + "id": 19867, "properties": { "east": "none", "north": "none", @@ -87320,7 +92208,7 @@ } }, { - "id": 18759, + "id": 19868, "properties": { "east": "none", "north": "none", @@ -87331,7 +92219,7 @@ } }, { - "id": 18760, + "id": 19869, "properties": { "east": "none", "north": "none", @@ -87342,7 +92230,7 @@ } }, { - "id": 18761, + "id": 19870, "properties": { "east": "none", "north": "none", @@ -87353,7 +92241,7 @@ } }, { - "id": 18762, + "id": 19871, "properties": { "east": "none", "north": "none", @@ -87364,7 +92252,7 @@ } }, { - "id": 18763, + "id": 19872, "properties": { "east": "none", "north": "none", @@ -87375,7 +92263,7 @@ } }, { - "id": 18764, + "id": 19873, "properties": { "east": "none", "north": "none", @@ -87386,7 +92274,7 @@ } }, { - "id": 18765, + "id": 19874, "properties": { "east": "none", "north": "none", @@ -87397,7 +92285,7 @@ } }, { - "id": 18766, + "id": 19875, "properties": { "east": "none", "north": "none", @@ -87408,7 +92296,7 @@ } }, { - "id": 18767, + "id": 19876, "properties": { "east": "none", "north": "none", @@ -87419,7 +92307,7 @@ } }, { - "id": 18768, + "id": 19877, "properties": { "east": "none", "north": "none", @@ -87430,7 +92318,7 @@ } }, { - "id": 18769, + "id": 19878, "properties": { "east": "none", "north": "none", @@ -87441,7 +92329,7 @@ } }, { - "id": 18770, + "id": 19879, "properties": { "east": "none", "north": "none", @@ -87452,7 +92340,7 @@ } }, { - "id": 18771, + "id": 19880, "properties": { "east": "none", "north": "none", @@ -87463,7 +92351,7 @@ } }, { - "id": 18772, + "id": 19881, "properties": { "east": "none", "north": "none", @@ -87474,7 +92362,7 @@ } }, { - "id": 18773, + "id": 19882, "properties": { "east": "none", "north": "none", @@ -87485,7 +92373,7 @@ } }, { - "id": 18774, + "id": 19883, "properties": { "east": "none", "north": "none", @@ -87496,7 +92384,7 @@ } }, { - "id": 18775, + "id": 19884, "properties": { "east": "none", "north": "none", @@ -87507,7 +92395,7 @@ } }, { - "id": 18776, + "id": 19885, "properties": { "east": "none", "north": "none", @@ -87518,7 +92406,7 @@ } }, { - "id": 18777, + "id": 19886, "properties": { "east": "none", "north": "none", @@ -87529,7 +92417,7 @@ } }, { - "id": 18778, + "id": 19887, "properties": { "east": "none", "north": "none", @@ -87540,7 +92428,7 @@ } }, { - "id": 18779, + "id": 19888, "properties": { "east": "none", "north": "none", @@ -87551,7 +92439,7 @@ } }, { - "id": 18780, + "id": 19889, "properties": { "east": "none", "north": "none", @@ -87562,7 +92450,7 @@ } }, { - "id": 18781, + "id": 19890, "properties": { "east": "none", "north": "none", @@ -87573,7 +92461,7 @@ } }, { - "id": 18782, + "id": 19891, "properties": { "east": "none", "north": "none", @@ -87584,7 +92472,7 @@ } }, { - "id": 18783, + "id": 19892, "properties": { "east": "none", "north": "low", @@ -87595,7 +92483,7 @@ } }, { - "id": 18784, + "id": 19893, "properties": { "east": "none", "north": "low", @@ -87606,7 +92494,7 @@ } }, { - "id": 18785, + "id": 19894, "properties": { "east": "none", "north": "low", @@ -87617,7 +92505,7 @@ } }, { - "id": 18786, + "id": 19895, "properties": { "east": "none", "north": "low", @@ -87628,7 +92516,7 @@ } }, { - "id": 18787, + "id": 19896, "properties": { "east": "none", "north": "low", @@ -87639,7 +92527,7 @@ } }, { - "id": 18788, + "id": 19897, "properties": { "east": "none", "north": "low", @@ -87650,7 +92538,7 @@ } }, { - "id": 18789, + "id": 19898, "properties": { "east": "none", "north": "low", @@ -87661,7 +92549,7 @@ } }, { - "id": 18790, + "id": 19899, "properties": { "east": "none", "north": "low", @@ -87672,7 +92560,7 @@ } }, { - "id": 18791, + "id": 19900, "properties": { "east": "none", "north": "low", @@ -87683,7 +92571,7 @@ } }, { - "id": 18792, + "id": 19901, "properties": { "east": "none", "north": "low", @@ -87694,7 +92582,7 @@ } }, { - "id": 18793, + "id": 19902, "properties": { "east": "none", "north": "low", @@ -87705,7 +92593,7 @@ } }, { - "id": 18794, + "id": 19903, "properties": { "east": "none", "north": "low", @@ -87716,7 +92604,7 @@ } }, { - "id": 18795, + "id": 19904, "properties": { "east": "none", "north": "low", @@ -87727,7 +92615,7 @@ } }, { - "id": 18796, + "id": 19905, "properties": { "east": "none", "north": "low", @@ -87738,7 +92626,7 @@ } }, { - "id": 18797, + "id": 19906, "properties": { "east": "none", "north": "low", @@ -87749,7 +92637,7 @@ } }, { - "id": 18798, + "id": 19907, "properties": { "east": "none", "north": "low", @@ -87760,7 +92648,7 @@ } }, { - "id": 18799, + "id": 19908, "properties": { "east": "none", "north": "low", @@ -87771,7 +92659,7 @@ } }, { - "id": 18800, + "id": 19909, "properties": { "east": "none", "north": "low", @@ -87782,7 +92670,7 @@ } }, { - "id": 18801, + "id": 19910, "properties": { "east": "none", "north": "low", @@ -87793,7 +92681,7 @@ } }, { - "id": 18802, + "id": 19911, "properties": { "east": "none", "north": "low", @@ -87804,7 +92692,7 @@ } }, { - "id": 18803, + "id": 19912, "properties": { "east": "none", "north": "low", @@ -87815,7 +92703,7 @@ } }, { - "id": 18804, + "id": 19913, "properties": { "east": "none", "north": "low", @@ -87826,7 +92714,7 @@ } }, { - "id": 18805, + "id": 19914, "properties": { "east": "none", "north": "low", @@ -87837,7 +92725,7 @@ } }, { - "id": 18806, + "id": 19915, "properties": { "east": "none", "north": "low", @@ -87848,7 +92736,7 @@ } }, { - "id": 18807, + "id": 19916, "properties": { "east": "none", "north": "low", @@ -87859,7 +92747,7 @@ } }, { - "id": 18808, + "id": 19917, "properties": { "east": "none", "north": "low", @@ -87870,7 +92758,7 @@ } }, { - "id": 18809, + "id": 19918, "properties": { "east": "none", "north": "low", @@ -87881,7 +92769,7 @@ } }, { - "id": 18810, + "id": 19919, "properties": { "east": "none", "north": "low", @@ -87892,7 +92780,7 @@ } }, { - "id": 18811, + "id": 19920, "properties": { "east": "none", "north": "low", @@ -87903,7 +92791,7 @@ } }, { - "id": 18812, + "id": 19921, "properties": { "east": "none", "north": "low", @@ -87914,7 +92802,7 @@ } }, { - "id": 18813, + "id": 19922, "properties": { "east": "none", "north": "low", @@ -87925,7 +92813,7 @@ } }, { - "id": 18814, + "id": 19923, "properties": { "east": "none", "north": "low", @@ -87936,7 +92824,7 @@ } }, { - "id": 18815, + "id": 19924, "properties": { "east": "none", "north": "low", @@ -87947,7 +92835,7 @@ } }, { - "id": 18816, + "id": 19925, "properties": { "east": "none", "north": "low", @@ -87958,7 +92846,7 @@ } }, { - "id": 18817, + "id": 19926, "properties": { "east": "none", "north": "low", @@ -87969,7 +92857,7 @@ } }, { - "id": 18818, + "id": 19927, "properties": { "east": "none", "north": "low", @@ -87980,7 +92868,7 @@ } }, { - "id": 18819, + "id": 19928, "properties": { "east": "none", "north": "tall", @@ -87991,7 +92879,7 @@ } }, { - "id": 18820, + "id": 19929, "properties": { "east": "none", "north": "tall", @@ -88002,7 +92890,7 @@ } }, { - "id": 18821, + "id": 19930, "properties": { "east": "none", "north": "tall", @@ -88013,7 +92901,7 @@ } }, { - "id": 18822, + "id": 19931, "properties": { "east": "none", "north": "tall", @@ -88024,7 +92912,7 @@ } }, { - "id": 18823, + "id": 19932, "properties": { "east": "none", "north": "tall", @@ -88035,7 +92923,7 @@ } }, { - "id": 18824, + "id": 19933, "properties": { "east": "none", "north": "tall", @@ -88046,7 +92934,7 @@ } }, { - "id": 18825, + "id": 19934, "properties": { "east": "none", "north": "tall", @@ -88057,7 +92945,7 @@ } }, { - "id": 18826, + "id": 19935, "properties": { "east": "none", "north": "tall", @@ -88068,7 +92956,7 @@ } }, { - "id": 18827, + "id": 19936, "properties": { "east": "none", "north": "tall", @@ -88079,7 +92967,7 @@ } }, { - "id": 18828, + "id": 19937, "properties": { "east": "none", "north": "tall", @@ -88090,7 +92978,7 @@ } }, { - "id": 18829, + "id": 19938, "properties": { "east": "none", "north": "tall", @@ -88101,7 +92989,7 @@ } }, { - "id": 18830, + "id": 19939, "properties": { "east": "none", "north": "tall", @@ -88112,7 +93000,7 @@ } }, { - "id": 18831, + "id": 19940, "properties": { "east": "none", "north": "tall", @@ -88123,7 +93011,7 @@ } }, { - "id": 18832, + "id": 19941, "properties": { "east": "none", "north": "tall", @@ -88134,7 +93022,7 @@ } }, { - "id": 18833, + "id": 19942, "properties": { "east": "none", "north": "tall", @@ -88145,7 +93033,7 @@ } }, { - "id": 18834, + "id": 19943, "properties": { "east": "none", "north": "tall", @@ -88156,7 +93044,7 @@ } }, { - "id": 18835, + "id": 19944, "properties": { "east": "none", "north": "tall", @@ -88167,7 +93055,7 @@ } }, { - "id": 18836, + "id": 19945, "properties": { "east": "none", "north": "tall", @@ -88178,7 +93066,7 @@ } }, { - "id": 18837, + "id": 19946, "properties": { "east": "none", "north": "tall", @@ -88189,7 +93077,7 @@ } }, { - "id": 18838, + "id": 19947, "properties": { "east": "none", "north": "tall", @@ -88200,7 +93088,7 @@ } }, { - "id": 18839, + "id": 19948, "properties": { "east": "none", "north": "tall", @@ -88211,7 +93099,7 @@ } }, { - "id": 18840, + "id": 19949, "properties": { "east": "none", "north": "tall", @@ -88222,7 +93110,7 @@ } }, { - "id": 18841, + "id": 19950, "properties": { "east": "none", "north": "tall", @@ -88233,7 +93121,7 @@ } }, { - "id": 18842, + "id": 19951, "properties": { "east": "none", "north": "tall", @@ -88244,7 +93132,7 @@ } }, { - "id": 18843, + "id": 19952, "properties": { "east": "none", "north": "tall", @@ -88255,7 +93143,7 @@ } }, { - "id": 18844, + "id": 19953, "properties": { "east": "none", "north": "tall", @@ -88266,7 +93154,7 @@ } }, { - "id": 18845, + "id": 19954, "properties": { "east": "none", "north": "tall", @@ -88277,7 +93165,7 @@ } }, { - "id": 18846, + "id": 19955, "properties": { "east": "none", "north": "tall", @@ -88288,7 +93176,7 @@ } }, { - "id": 18847, + "id": 19956, "properties": { "east": "none", "north": "tall", @@ -88299,7 +93187,7 @@ } }, { - "id": 18848, + "id": 19957, "properties": { "east": "none", "north": "tall", @@ -88310,7 +93198,7 @@ } }, { - "id": 18849, + "id": 19958, "properties": { "east": "none", "north": "tall", @@ -88321,7 +93209,7 @@ } }, { - "id": 18850, + "id": 19959, "properties": { "east": "none", "north": "tall", @@ -88332,7 +93220,7 @@ } }, { - "id": 18851, + "id": 19960, "properties": { "east": "none", "north": "tall", @@ -88343,7 +93231,7 @@ } }, { - "id": 18852, + "id": 19961, "properties": { "east": "none", "north": "tall", @@ -88354,7 +93242,7 @@ } }, { - "id": 18853, + "id": 19962, "properties": { "east": "none", "north": "tall", @@ -88365,7 +93253,7 @@ } }, { - "id": 18854, + "id": 19963, "properties": { "east": "none", "north": "tall", @@ -88376,7 +93264,7 @@ } }, { - "id": 18855, + "id": 19964, "properties": { "east": "low", "north": "none", @@ -88387,7 +93275,7 @@ } }, { - "id": 18856, + "id": 19965, "properties": { "east": "low", "north": "none", @@ -88398,7 +93286,7 @@ } }, { - "id": 18857, + "id": 19966, "properties": { "east": "low", "north": "none", @@ -88409,7 +93297,7 @@ } }, { - "id": 18858, + "id": 19967, "properties": { "east": "low", "north": "none", @@ -88420,7 +93308,7 @@ } }, { - "id": 18859, + "id": 19968, "properties": { "east": "low", "north": "none", @@ -88431,7 +93319,7 @@ } }, { - "id": 18860, + "id": 19969, "properties": { "east": "low", "north": "none", @@ -88442,7 +93330,7 @@ } }, { - "id": 18861, + "id": 19970, "properties": { "east": "low", "north": "none", @@ -88453,7 +93341,7 @@ } }, { - "id": 18862, + "id": 19971, "properties": { "east": "low", "north": "none", @@ -88464,7 +93352,7 @@ } }, { - "id": 18863, + "id": 19972, "properties": { "east": "low", "north": "none", @@ -88475,7 +93363,7 @@ } }, { - "id": 18864, + "id": 19973, "properties": { "east": "low", "north": "none", @@ -88486,7 +93374,7 @@ } }, { - "id": 18865, + "id": 19974, "properties": { "east": "low", "north": "none", @@ -88497,7 +93385,7 @@ } }, { - "id": 18866, + "id": 19975, "properties": { "east": "low", "north": "none", @@ -88508,7 +93396,7 @@ } }, { - "id": 18867, + "id": 19976, "properties": { "east": "low", "north": "none", @@ -88519,7 +93407,7 @@ } }, { - "id": 18868, + "id": 19977, "properties": { "east": "low", "north": "none", @@ -88530,7 +93418,7 @@ } }, { - "id": 18869, + "id": 19978, "properties": { "east": "low", "north": "none", @@ -88541,7 +93429,7 @@ } }, { - "id": 18870, + "id": 19979, "properties": { "east": "low", "north": "none", @@ -88552,7 +93440,7 @@ } }, { - "id": 18871, + "id": 19980, "properties": { "east": "low", "north": "none", @@ -88563,7 +93451,7 @@ } }, { - "id": 18872, + "id": 19981, "properties": { "east": "low", "north": "none", @@ -88574,7 +93462,7 @@ } }, { - "id": 18873, + "id": 19982, "properties": { "east": "low", "north": "none", @@ -88585,7 +93473,7 @@ } }, { - "id": 18874, + "id": 19983, "properties": { "east": "low", "north": "none", @@ -88596,7 +93484,7 @@ } }, { - "id": 18875, + "id": 19984, "properties": { "east": "low", "north": "none", @@ -88607,7 +93495,7 @@ } }, { - "id": 18876, + "id": 19985, "properties": { "east": "low", "north": "none", @@ -88618,7 +93506,7 @@ } }, { - "id": 18877, + "id": 19986, "properties": { "east": "low", "north": "none", @@ -88629,7 +93517,7 @@ } }, { - "id": 18878, + "id": 19987, "properties": { "east": "low", "north": "none", @@ -88640,7 +93528,7 @@ } }, { - "id": 18879, + "id": 19988, "properties": { "east": "low", "north": "none", @@ -88651,7 +93539,7 @@ } }, { - "id": 18880, + "id": 19989, "properties": { "east": "low", "north": "none", @@ -88662,7 +93550,7 @@ } }, { - "id": 18881, + "id": 19990, "properties": { "east": "low", "north": "none", @@ -88673,7 +93561,7 @@ } }, { - "id": 18882, + "id": 19991, "properties": { "east": "low", "north": "none", @@ -88684,7 +93572,7 @@ } }, { - "id": 18883, + "id": 19992, "properties": { "east": "low", "north": "none", @@ -88695,7 +93583,7 @@ } }, { - "id": 18884, + "id": 19993, "properties": { "east": "low", "north": "none", @@ -88706,7 +93594,7 @@ } }, { - "id": 18885, + "id": 19994, "properties": { "east": "low", "north": "none", @@ -88717,7 +93605,7 @@ } }, { - "id": 18886, + "id": 19995, "properties": { "east": "low", "north": "none", @@ -88728,7 +93616,7 @@ } }, { - "id": 18887, + "id": 19996, "properties": { "east": "low", "north": "none", @@ -88739,7 +93627,7 @@ } }, { - "id": 18888, + "id": 19997, "properties": { "east": "low", "north": "none", @@ -88750,7 +93638,7 @@ } }, { - "id": 18889, + "id": 19998, "properties": { "east": "low", "north": "none", @@ -88761,7 +93649,7 @@ } }, { - "id": 18890, + "id": 19999, "properties": { "east": "low", "north": "none", @@ -88772,7 +93660,7 @@ } }, { - "id": 18891, + "id": 20000, "properties": { "east": "low", "north": "low", @@ -88783,7 +93671,7 @@ } }, { - "id": 18892, + "id": 20001, "properties": { "east": "low", "north": "low", @@ -88794,7 +93682,7 @@ } }, { - "id": 18893, + "id": 20002, "properties": { "east": "low", "north": "low", @@ -88805,7 +93693,7 @@ } }, { - "id": 18894, + "id": 20003, "properties": { "east": "low", "north": "low", @@ -88816,7 +93704,7 @@ } }, { - "id": 18895, + "id": 20004, "properties": { "east": "low", "north": "low", @@ -88827,7 +93715,7 @@ } }, { - "id": 18896, + "id": 20005, "properties": { "east": "low", "north": "low", @@ -88838,7 +93726,7 @@ } }, { - "id": 18897, + "id": 20006, "properties": { "east": "low", "north": "low", @@ -88849,7 +93737,7 @@ } }, { - "id": 18898, + "id": 20007, "properties": { "east": "low", "north": "low", @@ -88860,7 +93748,7 @@ } }, { - "id": 18899, + "id": 20008, "properties": { "east": "low", "north": "low", @@ -88871,7 +93759,7 @@ } }, { - "id": 18900, + "id": 20009, "properties": { "east": "low", "north": "low", @@ -88882,7 +93770,7 @@ } }, { - "id": 18901, + "id": 20010, "properties": { "east": "low", "north": "low", @@ -88893,7 +93781,7 @@ } }, { - "id": 18902, + "id": 20011, "properties": { "east": "low", "north": "low", @@ -88904,7 +93792,7 @@ } }, { - "id": 18903, + "id": 20012, "properties": { "east": "low", "north": "low", @@ -88915,7 +93803,7 @@ } }, { - "id": 18904, + "id": 20013, "properties": { "east": "low", "north": "low", @@ -88926,7 +93814,7 @@ } }, { - "id": 18905, + "id": 20014, "properties": { "east": "low", "north": "low", @@ -88937,7 +93825,7 @@ } }, { - "id": 18906, + "id": 20015, "properties": { "east": "low", "north": "low", @@ -88948,7 +93836,7 @@ } }, { - "id": 18907, + "id": 20016, "properties": { "east": "low", "north": "low", @@ -88959,7 +93847,7 @@ } }, { - "id": 18908, + "id": 20017, "properties": { "east": "low", "north": "low", @@ -88970,7 +93858,7 @@ } }, { - "id": 18909, + "id": 20018, "properties": { "east": "low", "north": "low", @@ -88981,7 +93869,7 @@ } }, { - "id": 18910, + "id": 20019, "properties": { "east": "low", "north": "low", @@ -88992,7 +93880,7 @@ } }, { - "id": 18911, + "id": 20020, "properties": { "east": "low", "north": "low", @@ -89003,7 +93891,7 @@ } }, { - "id": 18912, + "id": 20021, "properties": { "east": "low", "north": "low", @@ -89014,7 +93902,7 @@ } }, { - "id": 18913, + "id": 20022, "properties": { "east": "low", "north": "low", @@ -89025,7 +93913,7 @@ } }, { - "id": 18914, + "id": 20023, "properties": { "east": "low", "north": "low", @@ -89036,7 +93924,7 @@ } }, { - "id": 18915, + "id": 20024, "properties": { "east": "low", "north": "low", @@ -89047,7 +93935,7 @@ } }, { - "id": 18916, + "id": 20025, "properties": { "east": "low", "north": "low", @@ -89058,7 +93946,7 @@ } }, { - "id": 18917, + "id": 20026, "properties": { "east": "low", "north": "low", @@ -89069,7 +93957,7 @@ } }, { - "id": 18918, + "id": 20027, "properties": { "east": "low", "north": "low", @@ -89080,7 +93968,7 @@ } }, { - "id": 18919, + "id": 20028, "properties": { "east": "low", "north": "low", @@ -89091,7 +93979,7 @@ } }, { - "id": 18920, + "id": 20029, "properties": { "east": "low", "north": "low", @@ -89102,7 +93990,7 @@ } }, { - "id": 18921, + "id": 20030, "properties": { "east": "low", "north": "low", @@ -89113,7 +94001,7 @@ } }, { - "id": 18922, + "id": 20031, "properties": { "east": "low", "north": "low", @@ -89124,7 +94012,7 @@ } }, { - "id": 18923, + "id": 20032, "properties": { "east": "low", "north": "low", @@ -89135,7 +94023,7 @@ } }, { - "id": 18924, + "id": 20033, "properties": { "east": "low", "north": "low", @@ -89146,7 +94034,7 @@ } }, { - "id": 18925, + "id": 20034, "properties": { "east": "low", "north": "low", @@ -89157,7 +94045,7 @@ } }, { - "id": 18926, + "id": 20035, "properties": { "east": "low", "north": "low", @@ -89168,7 +94056,7 @@ } }, { - "id": 18927, + "id": 20036, "properties": { "east": "low", "north": "tall", @@ -89179,7 +94067,7 @@ } }, { - "id": 18928, + "id": 20037, "properties": { "east": "low", "north": "tall", @@ -89190,7 +94078,7 @@ } }, { - "id": 18929, + "id": 20038, "properties": { "east": "low", "north": "tall", @@ -89201,7 +94089,7 @@ } }, { - "id": 18930, + "id": 20039, "properties": { "east": "low", "north": "tall", @@ -89212,7 +94100,7 @@ } }, { - "id": 18931, + "id": 20040, "properties": { "east": "low", "north": "tall", @@ -89223,7 +94111,7 @@ } }, { - "id": 18932, + "id": 20041, "properties": { "east": "low", "north": "tall", @@ -89234,7 +94122,7 @@ } }, { - "id": 18933, + "id": 20042, "properties": { "east": "low", "north": "tall", @@ -89245,7 +94133,7 @@ } }, { - "id": 18934, + "id": 20043, "properties": { "east": "low", "north": "tall", @@ -89256,7 +94144,7 @@ } }, { - "id": 18935, + "id": 20044, "properties": { "east": "low", "north": "tall", @@ -89267,7 +94155,7 @@ } }, { - "id": 18936, + "id": 20045, "properties": { "east": "low", "north": "tall", @@ -89278,7 +94166,7 @@ } }, { - "id": 18937, + "id": 20046, "properties": { "east": "low", "north": "tall", @@ -89289,7 +94177,7 @@ } }, { - "id": 18938, + "id": 20047, "properties": { "east": "low", "north": "tall", @@ -89300,7 +94188,7 @@ } }, { - "id": 18939, + "id": 20048, "properties": { "east": "low", "north": "tall", @@ -89311,7 +94199,7 @@ } }, { - "id": 18940, + "id": 20049, "properties": { "east": "low", "north": "tall", @@ -89322,7 +94210,7 @@ } }, { - "id": 18941, + "id": 20050, "properties": { "east": "low", "north": "tall", @@ -89333,7 +94221,7 @@ } }, { - "id": 18942, + "id": 20051, "properties": { "east": "low", "north": "tall", @@ -89344,7 +94232,7 @@ } }, { - "id": 18943, + "id": 20052, "properties": { "east": "low", "north": "tall", @@ -89355,7 +94243,7 @@ } }, { - "id": 18944, + "id": 20053, "properties": { "east": "low", "north": "tall", @@ -89366,7 +94254,7 @@ } }, { - "id": 18945, + "id": 20054, "properties": { "east": "low", "north": "tall", @@ -89377,7 +94265,7 @@ } }, { - "id": 18946, + "id": 20055, "properties": { "east": "low", "north": "tall", @@ -89388,7 +94276,7 @@ } }, { - "id": 18947, + "id": 20056, "properties": { "east": "low", "north": "tall", @@ -89399,7 +94287,7 @@ } }, { - "id": 18948, + "id": 20057, "properties": { "east": "low", "north": "tall", @@ -89410,7 +94298,7 @@ } }, { - "id": 18949, + "id": 20058, "properties": { "east": "low", "north": "tall", @@ -89421,7 +94309,7 @@ } }, { - "id": 18950, + "id": 20059, "properties": { "east": "low", "north": "tall", @@ -89432,7 +94320,7 @@ } }, { - "id": 18951, + "id": 20060, "properties": { "east": "low", "north": "tall", @@ -89443,7 +94331,7 @@ } }, { - "id": 18952, + "id": 20061, "properties": { "east": "low", "north": "tall", @@ -89454,7 +94342,7 @@ } }, { - "id": 18953, + "id": 20062, "properties": { "east": "low", "north": "tall", @@ -89465,7 +94353,7 @@ } }, { - "id": 18954, + "id": 20063, "properties": { "east": "low", "north": "tall", @@ -89476,7 +94364,7 @@ } }, { - "id": 18955, + "id": 20064, "properties": { "east": "low", "north": "tall", @@ -89487,7 +94375,7 @@ } }, { - "id": 18956, + "id": 20065, "properties": { "east": "low", "north": "tall", @@ -89498,7 +94386,7 @@ } }, { - "id": 18957, + "id": 20066, "properties": { "east": "low", "north": "tall", @@ -89509,7 +94397,7 @@ } }, { - "id": 18958, + "id": 20067, "properties": { "east": "low", "north": "tall", @@ -89520,7 +94408,7 @@ } }, { - "id": 18959, + "id": 20068, "properties": { "east": "low", "north": "tall", @@ -89531,7 +94419,7 @@ } }, { - "id": 18960, + "id": 20069, "properties": { "east": "low", "north": "tall", @@ -89542,7 +94430,7 @@ } }, { - "id": 18961, + "id": 20070, "properties": { "east": "low", "north": "tall", @@ -89553,7 +94441,7 @@ } }, { - "id": 18962, + "id": 20071, "properties": { "east": "low", "north": "tall", @@ -89564,7 +94452,7 @@ } }, { - "id": 18963, + "id": 20072, "properties": { "east": "tall", "north": "none", @@ -89575,7 +94463,7 @@ } }, { - "id": 18964, + "id": 20073, "properties": { "east": "tall", "north": "none", @@ -89586,7 +94474,7 @@ } }, { - "id": 18965, + "id": 20074, "properties": { "east": "tall", "north": "none", @@ -89597,7 +94485,7 @@ } }, { - "id": 18966, + "id": 20075, "properties": { "east": "tall", "north": "none", @@ -89608,7 +94496,7 @@ } }, { - "id": 18967, + "id": 20076, "properties": { "east": "tall", "north": "none", @@ -89619,7 +94507,7 @@ } }, { - "id": 18968, + "id": 20077, "properties": { "east": "tall", "north": "none", @@ -89630,7 +94518,7 @@ } }, { - "id": 18969, + "id": 20078, "properties": { "east": "tall", "north": "none", @@ -89641,7 +94529,7 @@ } }, { - "id": 18970, + "id": 20079, "properties": { "east": "tall", "north": "none", @@ -89652,7 +94540,7 @@ } }, { - "id": 18971, + "id": 20080, "properties": { "east": "tall", "north": "none", @@ -89663,7 +94551,7 @@ } }, { - "id": 18972, + "id": 20081, "properties": { "east": "tall", "north": "none", @@ -89674,7 +94562,7 @@ } }, { - "id": 18973, + "id": 20082, "properties": { "east": "tall", "north": "none", @@ -89685,7 +94573,7 @@ } }, { - "id": 18974, + "id": 20083, "properties": { "east": "tall", "north": "none", @@ -89696,7 +94584,7 @@ } }, { - "id": 18975, + "id": 20084, "properties": { "east": "tall", "north": "none", @@ -89707,7 +94595,7 @@ } }, { - "id": 18976, + "id": 20085, "properties": { "east": "tall", "north": "none", @@ -89718,7 +94606,7 @@ } }, { - "id": 18977, + "id": 20086, "properties": { "east": "tall", "north": "none", @@ -89729,7 +94617,7 @@ } }, { - "id": 18978, + "id": 20087, "properties": { "east": "tall", "north": "none", @@ -89740,7 +94628,7 @@ } }, { - "id": 18979, + "id": 20088, "properties": { "east": "tall", "north": "none", @@ -89751,7 +94639,7 @@ } }, { - "id": 18980, + "id": 20089, "properties": { "east": "tall", "north": "none", @@ -89762,7 +94650,7 @@ } }, { - "id": 18981, + "id": 20090, "properties": { "east": "tall", "north": "none", @@ -89773,7 +94661,7 @@ } }, { - "id": 18982, + "id": 20091, "properties": { "east": "tall", "north": "none", @@ -89784,7 +94672,7 @@ } }, { - "id": 18983, + "id": 20092, "properties": { "east": "tall", "north": "none", @@ -89795,7 +94683,7 @@ } }, { - "id": 18984, + "id": 20093, "properties": { "east": "tall", "north": "none", @@ -89806,7 +94694,7 @@ } }, { - "id": 18985, + "id": 20094, "properties": { "east": "tall", "north": "none", @@ -89817,7 +94705,7 @@ } }, { - "id": 18986, + "id": 20095, "properties": { "east": "tall", "north": "none", @@ -89828,7 +94716,7 @@ } }, { - "id": 18987, + "id": 20096, "properties": { "east": "tall", "north": "none", @@ -89839,7 +94727,7 @@ } }, { - "id": 18988, + "id": 20097, "properties": { "east": "tall", "north": "none", @@ -89850,7 +94738,7 @@ } }, { - "id": 18989, + "id": 20098, "properties": { "east": "tall", "north": "none", @@ -89861,7 +94749,7 @@ } }, { - "id": 18990, + "id": 20099, "properties": { "east": "tall", "north": "none", @@ -89872,7 +94760,7 @@ } }, { - "id": 18991, + "id": 20100, "properties": { "east": "tall", "north": "none", @@ -89883,7 +94771,7 @@ } }, { - "id": 18992, + "id": 20101, "properties": { "east": "tall", "north": "none", @@ -89894,7 +94782,7 @@ } }, { - "id": 18993, + "id": 20102, "properties": { "east": "tall", "north": "none", @@ -89905,7 +94793,7 @@ } }, { - "id": 18994, + "id": 20103, "properties": { "east": "tall", "north": "none", @@ -89916,7 +94804,7 @@ } }, { - "id": 18995, + "id": 20104, "properties": { "east": "tall", "north": "none", @@ -89927,7 +94815,7 @@ } }, { - "id": 18996, + "id": 20105, "properties": { "east": "tall", "north": "none", @@ -89938,7 +94826,7 @@ } }, { - "id": 18997, + "id": 20106, "properties": { "east": "tall", "north": "none", @@ -89949,7 +94837,7 @@ } }, { - "id": 18998, + "id": 20107, "properties": { "east": "tall", "north": "none", @@ -89960,7 +94848,7 @@ } }, { - "id": 18999, + "id": 20108, "properties": { "east": "tall", "north": "low", @@ -89971,7 +94859,7 @@ } }, { - "id": 19000, + "id": 20109, "properties": { "east": "tall", "north": "low", @@ -89982,7 +94870,7 @@ } }, { - "id": 19001, + "id": 20110, "properties": { "east": "tall", "north": "low", @@ -89993,7 +94881,7 @@ } }, { - "id": 19002, + "id": 20111, "properties": { "east": "tall", "north": "low", @@ -90004,7 +94892,7 @@ } }, { - "id": 19003, + "id": 20112, "properties": { "east": "tall", "north": "low", @@ -90015,7 +94903,7 @@ } }, { - "id": 19004, + "id": 20113, "properties": { "east": "tall", "north": "low", @@ -90026,7 +94914,7 @@ } }, { - "id": 19005, + "id": 20114, "properties": { "east": "tall", "north": "low", @@ -90037,7 +94925,7 @@ } }, { - "id": 19006, + "id": 20115, "properties": { "east": "tall", "north": "low", @@ -90048,7 +94936,7 @@ } }, { - "id": 19007, + "id": 20116, "properties": { "east": "tall", "north": "low", @@ -90059,7 +94947,7 @@ } }, { - "id": 19008, + "id": 20117, "properties": { "east": "tall", "north": "low", @@ -90070,7 +94958,7 @@ } }, { - "id": 19009, + "id": 20118, "properties": { "east": "tall", "north": "low", @@ -90081,7 +94969,7 @@ } }, { - "id": 19010, + "id": 20119, "properties": { "east": "tall", "north": "low", @@ -90092,7 +94980,7 @@ } }, { - "id": 19011, + "id": 20120, "properties": { "east": "tall", "north": "low", @@ -90103,7 +94991,7 @@ } }, { - "id": 19012, + "id": 20121, "properties": { "east": "tall", "north": "low", @@ -90114,7 +95002,7 @@ } }, { - "id": 19013, + "id": 20122, "properties": { "east": "tall", "north": "low", @@ -90125,7 +95013,7 @@ } }, { - "id": 19014, + "id": 20123, "properties": { "east": "tall", "north": "low", @@ -90136,7 +95024,7 @@ } }, { - "id": 19015, + "id": 20124, "properties": { "east": "tall", "north": "low", @@ -90147,7 +95035,7 @@ } }, { - "id": 19016, + "id": 20125, "properties": { "east": "tall", "north": "low", @@ -90158,7 +95046,7 @@ } }, { - "id": 19017, + "id": 20126, "properties": { "east": "tall", "north": "low", @@ -90169,7 +95057,7 @@ } }, { - "id": 19018, + "id": 20127, "properties": { "east": "tall", "north": "low", @@ -90180,7 +95068,7 @@ } }, { - "id": 19019, + "id": 20128, "properties": { "east": "tall", "north": "low", @@ -90191,7 +95079,7 @@ } }, { - "id": 19020, + "id": 20129, "properties": { "east": "tall", "north": "low", @@ -90202,7 +95090,7 @@ } }, { - "id": 19021, + "id": 20130, "properties": { "east": "tall", "north": "low", @@ -90213,7 +95101,7 @@ } }, { - "id": 19022, + "id": 20131, "properties": { "east": "tall", "north": "low", @@ -90224,7 +95112,7 @@ } }, { - "id": 19023, + "id": 20132, "properties": { "east": "tall", "north": "low", @@ -90235,7 +95123,7 @@ } }, { - "id": 19024, + "id": 20133, "properties": { "east": "tall", "north": "low", @@ -90246,7 +95134,7 @@ } }, { - "id": 19025, + "id": 20134, "properties": { "east": "tall", "north": "low", @@ -90257,7 +95145,7 @@ } }, { - "id": 19026, + "id": 20135, "properties": { "east": "tall", "north": "low", @@ -90268,7 +95156,7 @@ } }, { - "id": 19027, + "id": 20136, "properties": { "east": "tall", "north": "low", @@ -90279,7 +95167,7 @@ } }, { - "id": 19028, + "id": 20137, "properties": { "east": "tall", "north": "low", @@ -90290,7 +95178,7 @@ } }, { - "id": 19029, + "id": 20138, "properties": { "east": "tall", "north": "low", @@ -90301,7 +95189,7 @@ } }, { - "id": 19030, + "id": 20139, "properties": { "east": "tall", "north": "low", @@ -90312,7 +95200,7 @@ } }, { - "id": 19031, + "id": 20140, "properties": { "east": "tall", "north": "low", @@ -90323,7 +95211,7 @@ } }, { - "id": 19032, + "id": 20141, "properties": { "east": "tall", "north": "low", @@ -90334,7 +95222,7 @@ } }, { - "id": 19033, + "id": 20142, "properties": { "east": "tall", "north": "low", @@ -90345,7 +95233,7 @@ } }, { - "id": 19034, + "id": 20143, "properties": { "east": "tall", "north": "low", @@ -90356,7 +95244,7 @@ } }, { - "id": 19035, + "id": 20144, "properties": { "east": "tall", "north": "tall", @@ -90367,7 +95255,7 @@ } }, { - "id": 19036, + "id": 20145, "properties": { "east": "tall", "north": "tall", @@ -90378,7 +95266,7 @@ } }, { - "id": 19037, + "id": 20146, "properties": { "east": "tall", "north": "tall", @@ -90389,7 +95277,7 @@ } }, { - "id": 19038, + "id": 20147, "properties": { "east": "tall", "north": "tall", @@ -90400,7 +95288,7 @@ } }, { - "id": 19039, + "id": 20148, "properties": { "east": "tall", "north": "tall", @@ -90411,7 +95299,7 @@ } }, { - "id": 19040, + "id": 20149, "properties": { "east": "tall", "north": "tall", @@ -90422,7 +95310,7 @@ } }, { - "id": 19041, + "id": 20150, "properties": { "east": "tall", "north": "tall", @@ -90433,7 +95321,7 @@ } }, { - "id": 19042, + "id": 20151, "properties": { "east": "tall", "north": "tall", @@ -90444,7 +95332,7 @@ } }, { - "id": 19043, + "id": 20152, "properties": { "east": "tall", "north": "tall", @@ -90455,7 +95343,7 @@ } }, { - "id": 19044, + "id": 20153, "properties": { "east": "tall", "north": "tall", @@ -90466,7 +95354,7 @@ } }, { - "id": 19045, + "id": 20154, "properties": { "east": "tall", "north": "tall", @@ -90477,7 +95365,7 @@ } }, { - "id": 19046, + "id": 20155, "properties": { "east": "tall", "north": "tall", @@ -90488,7 +95376,7 @@ } }, { - "id": 19047, + "id": 20156, "properties": { "east": "tall", "north": "tall", @@ -90499,7 +95387,7 @@ } }, { - "id": 19048, + "id": 20157, "properties": { "east": "tall", "north": "tall", @@ -90510,7 +95398,7 @@ } }, { - "id": 19049, + "id": 20158, "properties": { "east": "tall", "north": "tall", @@ -90521,7 +95409,7 @@ } }, { - "id": 19050, + "id": 20159, "properties": { "east": "tall", "north": "tall", @@ -90532,7 +95420,7 @@ } }, { - "id": 19051, + "id": 20160, "properties": { "east": "tall", "north": "tall", @@ -90543,7 +95431,7 @@ } }, { - "id": 19052, + "id": 20161, "properties": { "east": "tall", "north": "tall", @@ -90554,7 +95442,7 @@ } }, { - "id": 19053, + "id": 20162, "properties": { "east": "tall", "north": "tall", @@ -90565,7 +95453,7 @@ } }, { - "id": 19054, + "id": 20163, "properties": { "east": "tall", "north": "tall", @@ -90576,7 +95464,7 @@ } }, { - "id": 19055, + "id": 20164, "properties": { "east": "tall", "north": "tall", @@ -90587,7 +95475,7 @@ } }, { - "id": 19056, + "id": 20165, "properties": { "east": "tall", "north": "tall", @@ -90598,7 +95486,7 @@ } }, { - "id": 19057, + "id": 20166, "properties": { "east": "tall", "north": "tall", @@ -90609,7 +95497,7 @@ } }, { - "id": 19058, + "id": 20167, "properties": { "east": "tall", "north": "tall", @@ -90620,7 +95508,7 @@ } }, { - "id": 19059, + "id": 20168, "properties": { "east": "tall", "north": "tall", @@ -90631,7 +95519,7 @@ } }, { - "id": 19060, + "id": 20169, "properties": { "east": "tall", "north": "tall", @@ -90642,7 +95530,7 @@ } }, { - "id": 19061, + "id": 20170, "properties": { "east": "tall", "north": "tall", @@ -90653,7 +95541,7 @@ } }, { - "id": 19062, + "id": 20171, "properties": { "east": "tall", "north": "tall", @@ -90664,7 +95552,7 @@ } }, { - "id": 19063, + "id": 20172, "properties": { "east": "tall", "north": "tall", @@ -90675,7 +95563,7 @@ } }, { - "id": 19064, + "id": 20173, "properties": { "east": "tall", "north": "tall", @@ -90686,7 +95574,7 @@ } }, { - "id": 19065, + "id": 20174, "properties": { "east": "tall", "north": "tall", @@ -90697,7 +95585,7 @@ } }, { - "id": 19066, + "id": 20175, "properties": { "east": "tall", "north": "tall", @@ -90708,7 +95596,7 @@ } }, { - "id": 19067, + "id": 20176, "properties": { "east": "tall", "north": "tall", @@ -90719,7 +95607,7 @@ } }, { - "id": 19068, + "id": 20177, "properties": { "east": "tall", "north": "tall", @@ -90730,7 +95618,7 @@ } }, { - "id": 19069, + "id": 20178, "properties": { "east": "tall", "north": "tall", @@ -90741,7 +95629,7 @@ } }, { - "id": 19070, + "id": 20179, "properties": { "east": "tall", "north": "tall", @@ -90761,7 +95649,7 @@ "states": [ { "default": true, - "id": 13517 + "id": 14594 } ] }, @@ -90784,7 +95672,7 @@ }, "states": [ { - "id": 8297, + "id": 9374, "properties": { "facing": "north", "waterlogged": "true" @@ -90792,49 +95680,49 @@ }, { "default": true, - "id": 8298, + "id": 9375, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 8299, + "id": 9376, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 8300, + "id": 9377, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 8301, + "id": 9378, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 8302, + "id": 9379, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 8303, + "id": 9380, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 8304, + "id": 9381, "properties": { "facing": "east", "waterlogged": "false" @@ -90851,7 +95739,7 @@ "states": [ { "default": true, - "id": 23978 + "id": 25119 } ] }, @@ -90864,7 +95752,359 @@ "states": [ { "default": true, - "id": 23967 + "id": 25108 + } + ] + }, + "minecraft:exposed_copper_bars": { + "definition": { + "type": "minecraft:weathering_copper_bar", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 7821, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7822, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7823, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7824, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7825, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7826, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7827, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7828, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7829, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7830, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7831, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7832, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7833, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7834, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7835, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7836, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7837, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7838, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7839, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7840, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7841, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7842, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7843, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7844, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7845, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7846, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7847, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7848, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7849, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7850, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7851, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 7852, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } } ] }, @@ -90886,21 +96126,21 @@ }, "states": [ { - "id": 25724, + "id": 26865, "properties": { "lit": "true", "powered": "true" } }, { - "id": 25725, + "id": 26866, "properties": { "lit": "true", "powered": "false" } }, { - "id": 25726, + "id": 26867, "properties": { "lit": "false", "powered": "true" @@ -90908,7 +96148,7 @@ }, { "default": true, - "id": 25727, + "id": 26868, "properties": { "lit": "false", "powered": "false" @@ -90916,6 +96156,290 @@ } ] }, + "minecraft:exposed_copper_chain": { + "definition": { + "type": "minecraft:weathering_copper_chain", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8057, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8058, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8059, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8060, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8061, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8062, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:exposed_copper_chest": { + "definition": { + "type": "minecraft:weathering_copper_chest", + "close_sound": "minecraft:block.copper_chest.close", + "open_sound": "minecraft:block.copper_chest.open", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26917, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26918, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26919, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26920, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26921, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26922, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26923, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26924, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26925, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26926, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26927, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26928, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26929, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26930, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26931, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26932, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26933, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26934, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26935, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26936, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26937, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26938, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26939, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26940, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:exposed_copper_door": { "definition": { "type": "minecraft:weathering_copper_door", @@ -90949,7 +96473,7 @@ }, "states": [ { - "id": 24744, + "id": 25885, "properties": { "facing": "north", "half": "upper", @@ -90959,7 +96483,7 @@ } }, { - "id": 24745, + "id": 25886, "properties": { "facing": "north", "half": "upper", @@ -90969,7 +96493,7 @@ } }, { - "id": 24746, + "id": 25887, "properties": { "facing": "north", "half": "upper", @@ -90979,7 +96503,7 @@ } }, { - "id": 24747, + "id": 25888, "properties": { "facing": "north", "half": "upper", @@ -90989,7 +96513,7 @@ } }, { - "id": 24748, + "id": 25889, "properties": { "facing": "north", "half": "upper", @@ -90999,7 +96523,7 @@ } }, { - "id": 24749, + "id": 25890, "properties": { "facing": "north", "half": "upper", @@ -91009,7 +96533,7 @@ } }, { - "id": 24750, + "id": 25891, "properties": { "facing": "north", "half": "upper", @@ -91019,7 +96543,7 @@ } }, { - "id": 24751, + "id": 25892, "properties": { "facing": "north", "half": "upper", @@ -91029,7 +96553,7 @@ } }, { - "id": 24752, + "id": 25893, "properties": { "facing": "north", "half": "lower", @@ -91039,7 +96563,7 @@ } }, { - "id": 24753, + "id": 25894, "properties": { "facing": "north", "half": "lower", @@ -91049,7 +96573,7 @@ } }, { - "id": 24754, + "id": 25895, "properties": { "facing": "north", "half": "lower", @@ -91060,7 +96584,7 @@ }, { "default": true, - "id": 24755, + "id": 25896, "properties": { "facing": "north", "half": "lower", @@ -91070,7 +96594,7 @@ } }, { - "id": 24756, + "id": 25897, "properties": { "facing": "north", "half": "lower", @@ -91080,7 +96604,7 @@ } }, { - "id": 24757, + "id": 25898, "properties": { "facing": "north", "half": "lower", @@ -91090,7 +96614,7 @@ } }, { - "id": 24758, + "id": 25899, "properties": { "facing": "north", "half": "lower", @@ -91100,7 +96624,7 @@ } }, { - "id": 24759, + "id": 25900, "properties": { "facing": "north", "half": "lower", @@ -91110,7 +96634,7 @@ } }, { - "id": 24760, + "id": 25901, "properties": { "facing": "south", "half": "upper", @@ -91120,7 +96644,7 @@ } }, { - "id": 24761, + "id": 25902, "properties": { "facing": "south", "half": "upper", @@ -91130,7 +96654,7 @@ } }, { - "id": 24762, + "id": 25903, "properties": { "facing": "south", "half": "upper", @@ -91140,7 +96664,7 @@ } }, { - "id": 24763, + "id": 25904, "properties": { "facing": "south", "half": "upper", @@ -91150,7 +96674,7 @@ } }, { - "id": 24764, + "id": 25905, "properties": { "facing": "south", "half": "upper", @@ -91160,7 +96684,7 @@ } }, { - "id": 24765, + "id": 25906, "properties": { "facing": "south", "half": "upper", @@ -91170,7 +96694,7 @@ } }, { - "id": 24766, + "id": 25907, "properties": { "facing": "south", "half": "upper", @@ -91180,7 +96704,7 @@ } }, { - "id": 24767, + "id": 25908, "properties": { "facing": "south", "half": "upper", @@ -91190,7 +96714,7 @@ } }, { - "id": 24768, + "id": 25909, "properties": { "facing": "south", "half": "lower", @@ -91200,7 +96724,7 @@ } }, { - "id": 24769, + "id": 25910, "properties": { "facing": "south", "half": "lower", @@ -91210,7 +96734,7 @@ } }, { - "id": 24770, + "id": 25911, "properties": { "facing": "south", "half": "lower", @@ -91220,7 +96744,7 @@ } }, { - "id": 24771, + "id": 25912, "properties": { "facing": "south", "half": "lower", @@ -91230,7 +96754,7 @@ } }, { - "id": 24772, + "id": 25913, "properties": { "facing": "south", "half": "lower", @@ -91240,7 +96764,7 @@ } }, { - "id": 24773, + "id": 25914, "properties": { "facing": "south", "half": "lower", @@ -91250,7 +96774,7 @@ } }, { - "id": 24774, + "id": 25915, "properties": { "facing": "south", "half": "lower", @@ -91260,7 +96784,7 @@ } }, { - "id": 24775, + "id": 25916, "properties": { "facing": "south", "half": "lower", @@ -91270,7 +96794,7 @@ } }, { - "id": 24776, + "id": 25917, "properties": { "facing": "west", "half": "upper", @@ -91280,7 +96804,7 @@ } }, { - "id": 24777, + "id": 25918, "properties": { "facing": "west", "half": "upper", @@ -91290,7 +96814,7 @@ } }, { - "id": 24778, + "id": 25919, "properties": { "facing": "west", "half": "upper", @@ -91300,7 +96824,7 @@ } }, { - "id": 24779, + "id": 25920, "properties": { "facing": "west", "half": "upper", @@ -91310,7 +96834,7 @@ } }, { - "id": 24780, + "id": 25921, "properties": { "facing": "west", "half": "upper", @@ -91320,7 +96844,7 @@ } }, { - "id": 24781, + "id": 25922, "properties": { "facing": "west", "half": "upper", @@ -91330,7 +96854,7 @@ } }, { - "id": 24782, + "id": 25923, "properties": { "facing": "west", "half": "upper", @@ -91340,7 +96864,7 @@ } }, { - "id": 24783, + "id": 25924, "properties": { "facing": "west", "half": "upper", @@ -91350,7 +96874,7 @@ } }, { - "id": 24784, + "id": 25925, "properties": { "facing": "west", "half": "lower", @@ -91360,7 +96884,7 @@ } }, { - "id": 24785, + "id": 25926, "properties": { "facing": "west", "half": "lower", @@ -91370,7 +96894,7 @@ } }, { - "id": 24786, + "id": 25927, "properties": { "facing": "west", "half": "lower", @@ -91380,7 +96904,7 @@ } }, { - "id": 24787, + "id": 25928, "properties": { "facing": "west", "half": "lower", @@ -91390,7 +96914,7 @@ } }, { - "id": 24788, + "id": 25929, "properties": { "facing": "west", "half": "lower", @@ -91400,7 +96924,7 @@ } }, { - "id": 24789, + "id": 25930, "properties": { "facing": "west", "half": "lower", @@ -91410,7 +96934,7 @@ } }, { - "id": 24790, + "id": 25931, "properties": { "facing": "west", "half": "lower", @@ -91420,7 +96944,7 @@ } }, { - "id": 24791, + "id": 25932, "properties": { "facing": "west", "half": "lower", @@ -91430,7 +96954,7 @@ } }, { - "id": 24792, + "id": 25933, "properties": { "facing": "east", "half": "upper", @@ -91440,7 +96964,7 @@ } }, { - "id": 24793, + "id": 25934, "properties": { "facing": "east", "half": "upper", @@ -91450,7 +96974,7 @@ } }, { - "id": 24794, + "id": 25935, "properties": { "facing": "east", "half": "upper", @@ -91460,7 +96984,7 @@ } }, { - "id": 24795, + "id": 25936, "properties": { "facing": "east", "half": "upper", @@ -91470,7 +96994,7 @@ } }, { - "id": 24796, + "id": 25937, "properties": { "facing": "east", "half": "upper", @@ -91480,7 +97004,7 @@ } }, { - "id": 24797, + "id": 25938, "properties": { "facing": "east", "half": "upper", @@ -91490,7 +97014,7 @@ } }, { - "id": 24798, + "id": 25939, "properties": { "facing": "east", "half": "upper", @@ -91500,7 +97024,7 @@ } }, { - "id": 24799, + "id": 25940, "properties": { "facing": "east", "half": "upper", @@ -91510,7 +97034,7 @@ } }, { - "id": 24800, + "id": 25941, "properties": { "facing": "east", "half": "lower", @@ -91520,7 +97044,7 @@ } }, { - "id": 24801, + "id": 25942, "properties": { "facing": "east", "half": "lower", @@ -91530,7 +97054,7 @@ } }, { - "id": 24802, + "id": 25943, "properties": { "facing": "east", "half": "lower", @@ -91540,7 +97064,7 @@ } }, { - "id": 24803, + "id": 25944, "properties": { "facing": "east", "half": "lower", @@ -91550,7 +97074,7 @@ } }, { - "id": 24804, + "id": 25945, "properties": { "facing": "east", "half": "lower", @@ -91560,7 +97084,7 @@ } }, { - "id": 24805, + "id": 25946, "properties": { "facing": "east", "half": "lower", @@ -91570,7 +97094,7 @@ } }, { - "id": 24806, + "id": 25947, "properties": { "facing": "east", "half": "lower", @@ -91580,7 +97104,7 @@ } }, { - "id": 24807, + "id": 25948, "properties": { "facing": "east", "half": "lower", @@ -91591,60 +97115,25 @@ } ] }, - "minecraft:exposed_copper_grate": { - "definition": { - "type": "minecraft:weathering_copper_grate", - "properties": {}, - "weathering_state": "exposed" - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25706, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25707, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:exposed_copper_trapdoor": { + "minecraft:exposed_copper_golem_statue": { "definition": { - "type": "minecraft:weathering_copper_trap_door", - "block_set_type": "copper", + "type": "minecraft:weathering_copper_golem_statue", "properties": {}, "weathering_state": "exposed" }, "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], "facing": [ "north", "south", "west", "east" ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], "waterlogged": [ "true", "false" @@ -91652,328 +97141,695 @@ }, "states": [ { - "id": 25256, + "id": 27117, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25257, + "default": true, + "id": 27118, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25258, + "id": 27119, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "true" } }, { - "id": 25259, + "id": 27120, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "false" } }, { - "id": 25260, + "id": 27121, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "true" } }, { - "id": 25261, + "id": 27122, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "false" } }, { - "id": 25262, + "id": 27123, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "true" } }, { - "id": 25263, + "id": 27124, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "false" } }, { - "id": 25264, + "id": 27125, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25265, + "id": 27126, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25266, + "id": 27127, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "true" } }, { - "id": 25267, + "id": 27128, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "false" } }, { - "id": 25268, + "id": 27129, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "true" } }, { - "id": 25269, + "id": 27130, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "false" } }, { - "id": 25270, + "id": 27131, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "true" } }, { - "default": true, - "id": 25271, + "id": 27132, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "false" } }, { - "id": 25272, + "id": 27133, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "true" } }, { - "id": 25273, + "id": 27134, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "false" } }, { - "id": 25274, + "id": 27135, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "true" } }, { - "id": 25275, + "id": 27136, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "false" } }, { - "id": 25276, + "id": 27137, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "running", + "facing": "west", "waterlogged": "true" } }, { - "id": 25277, + "id": 27138, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "running", + "facing": "west", "waterlogged": "false" } }, { - "id": 25278, + "id": 27139, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "running", + "facing": "east", "waterlogged": "true" } }, { - "id": 25279, + "id": 27140, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "running", + "facing": "east", "waterlogged": "false" } }, { - "id": 25280, + "id": 27141, "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", + "copper_golem_pose": "star", + "facing": "north", "waterlogged": "true" } }, { - "id": 25281, + "id": 27142, "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", + "copper_golem_pose": "star", + "facing": "north", "waterlogged": "false" } }, { - "id": 25282, + "id": 27143, "properties": { + "copper_golem_pose": "star", "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", "waterlogged": "true" } }, { - "id": 25283, + "id": 27144, "properties": { + "copper_golem_pose": "star", "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", "waterlogged": "false" } }, { - "id": 25284, + "id": 27145, "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "star", + "facing": "west", "waterlogged": "true" } }, { - "id": 25285, + "id": 27146, "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "star", + "facing": "west", "waterlogged": "false" } }, { - "id": 25286, + "id": 27147, "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "star", + "facing": "east", "waterlogged": "true" } }, { - "id": 25287, + "id": 27148, "properties": { - "facing": "south", - "half": "bottom", + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, + "minecraft:exposed_copper_grate": { + "definition": { + "type": "minecraft:weathering_copper_grate", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26847, + "properties": { + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26848, + "properties": { + "waterlogged": "false" + } + } + ] + }, + "minecraft:exposed_copper_lantern": { + "definition": { + "type": "minecraft:weathering_lantern", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20647, + "properties": { + "hanging": "true", + "waterlogged": "true" + } + }, + { + "id": 20648, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20649, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20650, + "properties": { + "hanging": "false", + "waterlogged": "false" + } + } + ] + }, + "minecraft:exposed_copper_trapdoor": { + "definition": { + "type": "minecraft:weathering_copper_trap_door", + "block_set_type": "copper", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26397, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26398, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26399, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26400, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26401, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26402, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26403, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26404, + "properties": { + "facing": "north", + "half": "top", "open": "false", "powered": "false", "waterlogged": "false" } }, { - "id": 25288, + "id": 26405, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26406, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26407, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26408, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26409, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26410, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26411, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26412, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26413, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26414, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26415, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26416, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26417, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26418, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26419, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26420, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26421, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26422, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26423, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26424, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26425, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26426, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26427, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26428, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26429, "properties": { "facing": "west", "half": "top", @@ -91983,7 +97839,7 @@ } }, { - "id": 25289, + "id": 26430, "properties": { "facing": "west", "half": "top", @@ -91993,7 +97849,7 @@ } }, { - "id": 25290, + "id": 26431, "properties": { "facing": "west", "half": "top", @@ -92003,7 +97859,7 @@ } }, { - "id": 25291, + "id": 26432, "properties": { "facing": "west", "half": "top", @@ -92013,7 +97869,7 @@ } }, { - "id": 25292, + "id": 26433, "properties": { "facing": "west", "half": "top", @@ -92023,7 +97879,7 @@ } }, { - "id": 25293, + "id": 26434, "properties": { "facing": "west", "half": "top", @@ -92033,7 +97889,7 @@ } }, { - "id": 25294, + "id": 26435, "properties": { "facing": "west", "half": "top", @@ -92043,7 +97899,7 @@ } }, { - "id": 25295, + "id": 26436, "properties": { "facing": "west", "half": "top", @@ -92053,7 +97909,7 @@ } }, { - "id": 25296, + "id": 26437, "properties": { "facing": "west", "half": "bottom", @@ -92063,7 +97919,7 @@ } }, { - "id": 25297, + "id": 26438, "properties": { "facing": "west", "half": "bottom", @@ -92073,7 +97929,7 @@ } }, { - "id": 25298, + "id": 26439, "properties": { "facing": "west", "half": "bottom", @@ -92083,7 +97939,7 @@ } }, { - "id": 25299, + "id": 26440, "properties": { "facing": "west", "half": "bottom", @@ -92093,7 +97949,7 @@ } }, { - "id": 25300, + "id": 26441, "properties": { "facing": "west", "half": "bottom", @@ -92103,7 +97959,7 @@ } }, { - "id": 25301, + "id": 26442, "properties": { "facing": "west", "half": "bottom", @@ -92113,7 +97969,7 @@ } }, { - "id": 25302, + "id": 26443, "properties": { "facing": "west", "half": "bottom", @@ -92123,7 +97979,7 @@ } }, { - "id": 25303, + "id": 26444, "properties": { "facing": "west", "half": "bottom", @@ -92133,7 +97989,7 @@ } }, { - "id": 25304, + "id": 26445, "properties": { "facing": "east", "half": "top", @@ -92143,7 +97999,7 @@ } }, { - "id": 25305, + "id": 26446, "properties": { "facing": "east", "half": "top", @@ -92153,7 +98009,7 @@ } }, { - "id": 25306, + "id": 26447, "properties": { "facing": "east", "half": "top", @@ -92163,7 +98019,7 @@ } }, { - "id": 25307, + "id": 26448, "properties": { "facing": "east", "half": "top", @@ -92173,7 +98029,7 @@ } }, { - "id": 25308, + "id": 26449, "properties": { "facing": "east", "half": "top", @@ -92183,7 +98039,7 @@ } }, { - "id": 25309, + "id": 26450, "properties": { "facing": "east", "half": "top", @@ -92193,7 +98049,7 @@ } }, { - "id": 25310, + "id": 26451, "properties": { "facing": "east", "half": "top", @@ -92203,7 +98059,7 @@ } }, { - "id": 25311, + "id": 26452, "properties": { "facing": "east", "half": "top", @@ -92213,7 +98069,7 @@ } }, { - "id": 25312, + "id": 26453, "properties": { "facing": "east", "half": "bottom", @@ -92223,7 +98079,7 @@ } }, { - "id": 25313, + "id": 26454, "properties": { "facing": "east", "half": "bottom", @@ -92233,7 +98089,7 @@ } }, { - "id": 25314, + "id": 26455, "properties": { "facing": "east", "half": "bottom", @@ -92243,7 +98099,7 @@ } }, { - "id": 25315, + "id": 26456, "properties": { "facing": "east", "half": "bottom", @@ -92253,7 +98109,7 @@ } }, { - "id": 25316, + "id": 26457, "properties": { "facing": "east", "half": "bottom", @@ -92263,7 +98119,7 @@ } }, { - "id": 25317, + "id": 26458, "properties": { "facing": "east", "half": "bottom", @@ -92273,7 +98129,7 @@ } }, { - "id": 25318, + "id": 26459, "properties": { "facing": "east", "half": "bottom", @@ -92283,7 +98139,7 @@ } }, { - "id": 25319, + "id": 26460, "properties": { "facing": "east", "half": "bottom", @@ -92303,7 +98159,7 @@ "states": [ { "default": true, - "id": 23974 + "id": 25115 } ] }, @@ -92326,21 +98182,21 @@ }, "states": [ { - "id": 24316, + "id": 25457, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24317, + "id": 25458, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24318, + "id": 25459, "properties": { "type": "bottom", "waterlogged": "true" @@ -92348,21 +98204,21 @@ }, { "default": true, - "id": 24319, + "id": 25460, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24320, + "id": 25461, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24321, + "id": 25462, "properties": { "type": "double", "waterlogged": "false" @@ -92404,7 +98260,7 @@ }, "states": [ { - "id": 24144, + "id": 25285, "properties": { "facing": "north", "half": "top", @@ -92413,7 +98269,7 @@ } }, { - "id": 24145, + "id": 25286, "properties": { "facing": "north", "half": "top", @@ -92422,7 +98278,7 @@ } }, { - "id": 24146, + "id": 25287, "properties": { "facing": "north", "half": "top", @@ -92431,7 +98287,7 @@ } }, { - "id": 24147, + "id": 25288, "properties": { "facing": "north", "half": "top", @@ -92440,7 +98296,7 @@ } }, { - "id": 24148, + "id": 25289, "properties": { "facing": "north", "half": "top", @@ -92449,7 +98305,7 @@ } }, { - "id": 24149, + "id": 25290, "properties": { "facing": "north", "half": "top", @@ -92458,7 +98314,7 @@ } }, { - "id": 24150, + "id": 25291, "properties": { "facing": "north", "half": "top", @@ -92467,7 +98323,7 @@ } }, { - "id": 24151, + "id": 25292, "properties": { "facing": "north", "half": "top", @@ -92476,7 +98332,7 @@ } }, { - "id": 24152, + "id": 25293, "properties": { "facing": "north", "half": "top", @@ -92485,7 +98341,7 @@ } }, { - "id": 24153, + "id": 25294, "properties": { "facing": "north", "half": "top", @@ -92494,7 +98350,7 @@ } }, { - "id": 24154, + "id": 25295, "properties": { "facing": "north", "half": "bottom", @@ -92504,7 +98360,7 @@ }, { "default": true, - "id": 24155, + "id": 25296, "properties": { "facing": "north", "half": "bottom", @@ -92513,7 +98369,7 @@ } }, { - "id": 24156, + "id": 25297, "properties": { "facing": "north", "half": "bottom", @@ -92522,7 +98378,7 @@ } }, { - "id": 24157, + "id": 25298, "properties": { "facing": "north", "half": "bottom", @@ -92531,7 +98387,7 @@ } }, { - "id": 24158, + "id": 25299, "properties": { "facing": "north", "half": "bottom", @@ -92540,7 +98396,7 @@ } }, { - "id": 24159, + "id": 25300, "properties": { "facing": "north", "half": "bottom", @@ -92549,7 +98405,7 @@ } }, { - "id": 24160, + "id": 25301, "properties": { "facing": "north", "half": "bottom", @@ -92558,7 +98414,7 @@ } }, { - "id": 24161, + "id": 25302, "properties": { "facing": "north", "half": "bottom", @@ -92567,7 +98423,7 @@ } }, { - "id": 24162, + "id": 25303, "properties": { "facing": "north", "half": "bottom", @@ -92576,7 +98432,7 @@ } }, { - "id": 24163, + "id": 25304, "properties": { "facing": "north", "half": "bottom", @@ -92585,7 +98441,7 @@ } }, { - "id": 24164, + "id": 25305, "properties": { "facing": "south", "half": "top", @@ -92594,7 +98450,7 @@ } }, { - "id": 24165, + "id": 25306, "properties": { "facing": "south", "half": "top", @@ -92603,7 +98459,7 @@ } }, { - "id": 24166, + "id": 25307, "properties": { "facing": "south", "half": "top", @@ -92612,7 +98468,7 @@ } }, { - "id": 24167, + "id": 25308, "properties": { "facing": "south", "half": "top", @@ -92621,7 +98477,7 @@ } }, { - "id": 24168, + "id": 25309, "properties": { "facing": "south", "half": "top", @@ -92630,7 +98486,7 @@ } }, { - "id": 24169, + "id": 25310, "properties": { "facing": "south", "half": "top", @@ -92639,7 +98495,7 @@ } }, { - "id": 24170, + "id": 25311, "properties": { "facing": "south", "half": "top", @@ -92648,7 +98504,7 @@ } }, { - "id": 24171, + "id": 25312, "properties": { "facing": "south", "half": "top", @@ -92657,7 +98513,7 @@ } }, { - "id": 24172, + "id": 25313, "properties": { "facing": "south", "half": "top", @@ -92666,7 +98522,7 @@ } }, { - "id": 24173, + "id": 25314, "properties": { "facing": "south", "half": "top", @@ -92675,7 +98531,7 @@ } }, { - "id": 24174, + "id": 25315, "properties": { "facing": "south", "half": "bottom", @@ -92684,7 +98540,7 @@ } }, { - "id": 24175, + "id": 25316, "properties": { "facing": "south", "half": "bottom", @@ -92693,7 +98549,7 @@ } }, { - "id": 24176, + "id": 25317, "properties": { "facing": "south", "half": "bottom", @@ -92702,7 +98558,7 @@ } }, { - "id": 24177, + "id": 25318, "properties": { "facing": "south", "half": "bottom", @@ -92711,7 +98567,7 @@ } }, { - "id": 24178, + "id": 25319, "properties": { "facing": "south", "half": "bottom", @@ -92720,7 +98576,7 @@ } }, { - "id": 24179, + "id": 25320, "properties": { "facing": "south", "half": "bottom", @@ -92729,7 +98585,7 @@ } }, { - "id": 24180, + "id": 25321, "properties": { "facing": "south", "half": "bottom", @@ -92738,7 +98594,7 @@ } }, { - "id": 24181, + "id": 25322, "properties": { "facing": "south", "half": "bottom", @@ -92747,7 +98603,7 @@ } }, { - "id": 24182, + "id": 25323, "properties": { "facing": "south", "half": "bottom", @@ -92756,7 +98612,7 @@ } }, { - "id": 24183, + "id": 25324, "properties": { "facing": "south", "half": "bottom", @@ -92765,7 +98621,7 @@ } }, { - "id": 24184, + "id": 25325, "properties": { "facing": "west", "half": "top", @@ -92774,7 +98630,7 @@ } }, { - "id": 24185, + "id": 25326, "properties": { "facing": "west", "half": "top", @@ -92783,7 +98639,7 @@ } }, { - "id": 24186, + "id": 25327, "properties": { "facing": "west", "half": "top", @@ -92792,7 +98648,7 @@ } }, { - "id": 24187, + "id": 25328, "properties": { "facing": "west", "half": "top", @@ -92801,7 +98657,7 @@ } }, { - "id": 24188, + "id": 25329, "properties": { "facing": "west", "half": "top", @@ -92810,7 +98666,7 @@ } }, { - "id": 24189, + "id": 25330, "properties": { "facing": "west", "half": "top", @@ -92819,7 +98675,7 @@ } }, { - "id": 24190, + "id": 25331, "properties": { "facing": "west", "half": "top", @@ -92828,7 +98684,7 @@ } }, { - "id": 24191, + "id": 25332, "properties": { "facing": "west", "half": "top", @@ -92837,7 +98693,7 @@ } }, { - "id": 24192, + "id": 25333, "properties": { "facing": "west", "half": "top", @@ -92846,7 +98702,7 @@ } }, { - "id": 24193, + "id": 25334, "properties": { "facing": "west", "half": "top", @@ -92855,7 +98711,7 @@ } }, { - "id": 24194, + "id": 25335, "properties": { "facing": "west", "half": "bottom", @@ -92864,7 +98720,7 @@ } }, { - "id": 24195, + "id": 25336, "properties": { "facing": "west", "half": "bottom", @@ -92873,7 +98729,7 @@ } }, { - "id": 24196, + "id": 25337, "properties": { "facing": "west", "half": "bottom", @@ -92882,7 +98738,7 @@ } }, { - "id": 24197, + "id": 25338, "properties": { "facing": "west", "half": "bottom", @@ -92891,7 +98747,7 @@ } }, { - "id": 24198, + "id": 25339, "properties": { "facing": "west", "half": "bottom", @@ -92900,7 +98756,7 @@ } }, { - "id": 24199, + "id": 25340, "properties": { "facing": "west", "half": "bottom", @@ -92909,7 +98765,7 @@ } }, { - "id": 24200, + "id": 25341, "properties": { "facing": "west", "half": "bottom", @@ -92918,7 +98774,7 @@ } }, { - "id": 24201, + "id": 25342, "properties": { "facing": "west", "half": "bottom", @@ -92927,7 +98783,7 @@ } }, { - "id": 24202, + "id": 25343, "properties": { "facing": "west", "half": "bottom", @@ -92936,7 +98792,7 @@ } }, { - "id": 24203, + "id": 25344, "properties": { "facing": "west", "half": "bottom", @@ -92945,7 +98801,7 @@ } }, { - "id": 24204, + "id": 25345, "properties": { "facing": "east", "half": "top", @@ -92954,7 +98810,7 @@ } }, { - "id": 24205, + "id": 25346, "properties": { "facing": "east", "half": "top", @@ -92963,7 +98819,7 @@ } }, { - "id": 24206, + "id": 25347, "properties": { "facing": "east", "half": "top", @@ -92972,7 +98828,7 @@ } }, { - "id": 24207, + "id": 25348, "properties": { "facing": "east", "half": "top", @@ -92981,7 +98837,7 @@ } }, { - "id": 24208, + "id": 25349, "properties": { "facing": "east", "half": "top", @@ -92990,7 +98846,7 @@ } }, { - "id": 24209, + "id": 25350, "properties": { "facing": "east", "half": "top", @@ -92999,7 +98855,7 @@ } }, { - "id": 24210, + "id": 25351, "properties": { "facing": "east", "half": "top", @@ -93008,7 +98864,7 @@ } }, { - "id": 24211, + "id": 25352, "properties": { "facing": "east", "half": "top", @@ -93017,7 +98873,7 @@ } }, { - "id": 24212, + "id": 25353, "properties": { "facing": "east", "half": "top", @@ -93026,7 +98882,7 @@ } }, { - "id": 24213, + "id": 25354, "properties": { "facing": "east", "half": "top", @@ -93035,7 +98891,7 @@ } }, { - "id": 24214, + "id": 25355, "properties": { "facing": "east", "half": "bottom", @@ -93044,7 +98900,7 @@ } }, { - "id": 24215, + "id": 25356, "properties": { "facing": "east", "half": "bottom", @@ -93053,7 +98909,7 @@ } }, { - "id": 24216, + "id": 25357, "properties": { "facing": "east", "half": "bottom", @@ -93062,7 +98918,7 @@ } }, { - "id": 24217, + "id": 25358, "properties": { "facing": "east", "half": "bottom", @@ -93071,7 +98927,7 @@ } }, { - "id": 24218, + "id": 25359, "properties": { "facing": "east", "half": "bottom", @@ -93080,7 +98936,7 @@ } }, { - "id": 24219, + "id": 25360, "properties": { "facing": "east", "half": "bottom", @@ -93089,7 +98945,7 @@ } }, { - "id": 24220, + "id": 25361, "properties": { "facing": "east", "half": "bottom", @@ -93098,7 +98954,7 @@ } }, { - "id": 24221, + "id": 25362, "properties": { "facing": "east", "half": "bottom", @@ -93107,7 +98963,7 @@ } }, { - "id": 24222, + "id": 25363, "properties": { "facing": "east", "half": "bottom", @@ -93116,7 +98972,7 @@ } }, { - "id": 24223, + "id": 25364, "properties": { "facing": "east", "half": "bottom", @@ -93126,6 +98982,226 @@ } ] }, + "minecraft:exposed_lightning_rod": { + "definition": { + "type": "minecraft:weathering_lightning_rod", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27365, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27366, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27367, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27368, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27369, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27370, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27371, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27372, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27373, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27374, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27375, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27376, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27377, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27378, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27379, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27380, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27381, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27382, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27383, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27384, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27385, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27386, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27387, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27388, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "false" + } + } + ] + }, "minecraft:farmland": { "definition": { "type": "minecraft:farm", @@ -93146,49 +99222,49 @@ "states": [ { "default": true, - "id": 4350, + "id": 5118, "properties": { "moisture": "0" } }, { - "id": 4351, + "id": 5119, "properties": { "moisture": "1" } }, { - "id": 4352, + "id": 5120, "properties": { "moisture": "2" } }, { - "id": 4353, + "id": 5121, "properties": { "moisture": "3" } }, { - "id": 4354, + "id": 5122, "properties": { "moisture": "4" } }, { - "id": 4355, + "id": 5123, "properties": { "moisture": "5" } }, { - "id": 4356, + "id": 5124, "properties": { "moisture": "6" } }, { - "id": 4357, + "id": 5125, "properties": { "moisture": "7" } @@ -93254,7 +99330,7 @@ }, "states": [ { - "id": 2406, + "id": 3174, "properties": { "age": "0", "east": "true", @@ -93265,7 +99341,7 @@ } }, { - "id": 2407, + "id": 3175, "properties": { "age": "0", "east": "true", @@ -93276,7 +99352,7 @@ } }, { - "id": 2408, + "id": 3176, "properties": { "age": "0", "east": "true", @@ -93287,7 +99363,7 @@ } }, { - "id": 2409, + "id": 3177, "properties": { "age": "0", "east": "true", @@ -93298,7 +99374,7 @@ } }, { - "id": 2410, + "id": 3178, "properties": { "age": "0", "east": "true", @@ -93309,7 +99385,7 @@ } }, { - "id": 2411, + "id": 3179, "properties": { "age": "0", "east": "true", @@ -93320,7 +99396,7 @@ } }, { - "id": 2412, + "id": 3180, "properties": { "age": "0", "east": "true", @@ -93331,7 +99407,7 @@ } }, { - "id": 2413, + "id": 3181, "properties": { "age": "0", "east": "true", @@ -93342,7 +99418,7 @@ } }, { - "id": 2414, + "id": 3182, "properties": { "age": "0", "east": "true", @@ -93353,7 +99429,7 @@ } }, { - "id": 2415, + "id": 3183, "properties": { "age": "0", "east": "true", @@ -93364,7 +99440,7 @@ } }, { - "id": 2416, + "id": 3184, "properties": { "age": "0", "east": "true", @@ -93375,7 +99451,7 @@ } }, { - "id": 2417, + "id": 3185, "properties": { "age": "0", "east": "true", @@ -93386,7 +99462,7 @@ } }, { - "id": 2418, + "id": 3186, "properties": { "age": "0", "east": "true", @@ -93397,7 +99473,7 @@ } }, { - "id": 2419, + "id": 3187, "properties": { "age": "0", "east": "true", @@ -93408,7 +99484,7 @@ } }, { - "id": 2420, + "id": 3188, "properties": { "age": "0", "east": "true", @@ -93419,7 +99495,7 @@ } }, { - "id": 2421, + "id": 3189, "properties": { "age": "0", "east": "true", @@ -93430,7 +99506,7 @@ } }, { - "id": 2422, + "id": 3190, "properties": { "age": "0", "east": "false", @@ -93441,7 +99517,7 @@ } }, { - "id": 2423, + "id": 3191, "properties": { "age": "0", "east": "false", @@ -93452,7 +99528,7 @@ } }, { - "id": 2424, + "id": 3192, "properties": { "age": "0", "east": "false", @@ -93463,7 +99539,7 @@ } }, { - "id": 2425, + "id": 3193, "properties": { "age": "0", "east": "false", @@ -93474,7 +99550,7 @@ } }, { - "id": 2426, + "id": 3194, "properties": { "age": "0", "east": "false", @@ -93485,7 +99561,7 @@ } }, { - "id": 2427, + "id": 3195, "properties": { "age": "0", "east": "false", @@ -93496,7 +99572,7 @@ } }, { - "id": 2428, + "id": 3196, "properties": { "age": "0", "east": "false", @@ -93507,7 +99583,7 @@ } }, { - "id": 2429, + "id": 3197, "properties": { "age": "0", "east": "false", @@ -93518,7 +99594,7 @@ } }, { - "id": 2430, + "id": 3198, "properties": { "age": "0", "east": "false", @@ -93529,7 +99605,7 @@ } }, { - "id": 2431, + "id": 3199, "properties": { "age": "0", "east": "false", @@ -93540,7 +99616,7 @@ } }, { - "id": 2432, + "id": 3200, "properties": { "age": "0", "east": "false", @@ -93551,7 +99627,7 @@ } }, { - "id": 2433, + "id": 3201, "properties": { "age": "0", "east": "false", @@ -93562,7 +99638,7 @@ } }, { - "id": 2434, + "id": 3202, "properties": { "age": "0", "east": "false", @@ -93573,7 +99649,7 @@ } }, { - "id": 2435, + "id": 3203, "properties": { "age": "0", "east": "false", @@ -93584,7 +99660,7 @@ } }, { - "id": 2436, + "id": 3204, "properties": { "age": "0", "east": "false", @@ -93596,7 +99672,7 @@ }, { "default": true, - "id": 2437, + "id": 3205, "properties": { "age": "0", "east": "false", @@ -93607,7 +99683,7 @@ } }, { - "id": 2438, + "id": 3206, "properties": { "age": "1", "east": "true", @@ -93618,7 +99694,7 @@ } }, { - "id": 2439, + "id": 3207, "properties": { "age": "1", "east": "true", @@ -93629,7 +99705,7 @@ } }, { - "id": 2440, + "id": 3208, "properties": { "age": "1", "east": "true", @@ -93640,7 +99716,7 @@ } }, { - "id": 2441, + "id": 3209, "properties": { "age": "1", "east": "true", @@ -93651,7 +99727,7 @@ } }, { - "id": 2442, + "id": 3210, "properties": { "age": "1", "east": "true", @@ -93662,7 +99738,7 @@ } }, { - "id": 2443, + "id": 3211, "properties": { "age": "1", "east": "true", @@ -93673,7 +99749,7 @@ } }, { - "id": 2444, + "id": 3212, "properties": { "age": "1", "east": "true", @@ -93684,7 +99760,7 @@ } }, { - "id": 2445, + "id": 3213, "properties": { "age": "1", "east": "true", @@ -93695,7 +99771,7 @@ } }, { - "id": 2446, + "id": 3214, "properties": { "age": "1", "east": "true", @@ -93706,7 +99782,7 @@ } }, { - "id": 2447, + "id": 3215, "properties": { "age": "1", "east": "true", @@ -93717,7 +99793,7 @@ } }, { - "id": 2448, + "id": 3216, "properties": { "age": "1", "east": "true", @@ -93728,7 +99804,7 @@ } }, { - "id": 2449, + "id": 3217, "properties": { "age": "1", "east": "true", @@ -93739,7 +99815,7 @@ } }, { - "id": 2450, + "id": 3218, "properties": { "age": "1", "east": "true", @@ -93750,7 +99826,7 @@ } }, { - "id": 2451, + "id": 3219, "properties": { "age": "1", "east": "true", @@ -93761,7 +99837,7 @@ } }, { - "id": 2452, + "id": 3220, "properties": { "age": "1", "east": "true", @@ -93772,7 +99848,7 @@ } }, { - "id": 2453, + "id": 3221, "properties": { "age": "1", "east": "true", @@ -93783,7 +99859,7 @@ } }, { - "id": 2454, + "id": 3222, "properties": { "age": "1", "east": "false", @@ -93794,7 +99870,7 @@ } }, { - "id": 2455, + "id": 3223, "properties": { "age": "1", "east": "false", @@ -93805,7 +99881,7 @@ } }, { - "id": 2456, + "id": 3224, "properties": { "age": "1", "east": "false", @@ -93816,7 +99892,7 @@ } }, { - "id": 2457, + "id": 3225, "properties": { "age": "1", "east": "false", @@ -93827,7 +99903,7 @@ } }, { - "id": 2458, + "id": 3226, "properties": { "age": "1", "east": "false", @@ -93838,7 +99914,7 @@ } }, { - "id": 2459, + "id": 3227, "properties": { "age": "1", "east": "false", @@ -93849,7 +99925,7 @@ } }, { - "id": 2460, + "id": 3228, "properties": { "age": "1", "east": "false", @@ -93860,7 +99936,7 @@ } }, { - "id": 2461, + "id": 3229, "properties": { "age": "1", "east": "false", @@ -93871,7 +99947,7 @@ } }, { - "id": 2462, + "id": 3230, "properties": { "age": "1", "east": "false", @@ -93882,7 +99958,7 @@ } }, { - "id": 2463, + "id": 3231, "properties": { "age": "1", "east": "false", @@ -93893,7 +99969,7 @@ } }, { - "id": 2464, + "id": 3232, "properties": { "age": "1", "east": "false", @@ -93904,7 +99980,7 @@ } }, { - "id": 2465, + "id": 3233, "properties": { "age": "1", "east": "false", @@ -93915,7 +99991,7 @@ } }, { - "id": 2466, + "id": 3234, "properties": { "age": "1", "east": "false", @@ -93926,7 +100002,7 @@ } }, { - "id": 2467, + "id": 3235, "properties": { "age": "1", "east": "false", @@ -93937,7 +100013,7 @@ } }, { - "id": 2468, + "id": 3236, "properties": { "age": "1", "east": "false", @@ -93948,7 +100024,7 @@ } }, { - "id": 2469, + "id": 3237, "properties": { "age": "1", "east": "false", @@ -93959,7 +100035,7 @@ } }, { - "id": 2470, + "id": 3238, "properties": { "age": "2", "east": "true", @@ -93970,7 +100046,7 @@ } }, { - "id": 2471, + "id": 3239, "properties": { "age": "2", "east": "true", @@ -93981,7 +100057,7 @@ } }, { - "id": 2472, + "id": 3240, "properties": { "age": "2", "east": "true", @@ -93992,7 +100068,7 @@ } }, { - "id": 2473, + "id": 3241, "properties": { "age": "2", "east": "true", @@ -94003,7 +100079,7 @@ } }, { - "id": 2474, + "id": 3242, "properties": { "age": "2", "east": "true", @@ -94014,7 +100090,7 @@ } }, { - "id": 2475, + "id": 3243, "properties": { "age": "2", "east": "true", @@ -94025,7 +100101,7 @@ } }, { - "id": 2476, + "id": 3244, "properties": { "age": "2", "east": "true", @@ -94036,7 +100112,7 @@ } }, { - "id": 2477, + "id": 3245, "properties": { "age": "2", "east": "true", @@ -94047,7 +100123,7 @@ } }, { - "id": 2478, + "id": 3246, "properties": { "age": "2", "east": "true", @@ -94058,7 +100134,7 @@ } }, { - "id": 2479, + "id": 3247, "properties": { "age": "2", "east": "true", @@ -94069,7 +100145,7 @@ } }, { - "id": 2480, + "id": 3248, "properties": { "age": "2", "east": "true", @@ -94080,7 +100156,7 @@ } }, { - "id": 2481, + "id": 3249, "properties": { "age": "2", "east": "true", @@ -94091,7 +100167,7 @@ } }, { - "id": 2482, + "id": 3250, "properties": { "age": "2", "east": "true", @@ -94102,7 +100178,7 @@ } }, { - "id": 2483, + "id": 3251, "properties": { "age": "2", "east": "true", @@ -94113,7 +100189,7 @@ } }, { - "id": 2484, + "id": 3252, "properties": { "age": "2", "east": "true", @@ -94124,7 +100200,7 @@ } }, { - "id": 2485, + "id": 3253, "properties": { "age": "2", "east": "true", @@ -94135,7 +100211,7 @@ } }, { - "id": 2486, + "id": 3254, "properties": { "age": "2", "east": "false", @@ -94146,7 +100222,7 @@ } }, { - "id": 2487, + "id": 3255, "properties": { "age": "2", "east": "false", @@ -94157,7 +100233,7 @@ } }, { - "id": 2488, + "id": 3256, "properties": { "age": "2", "east": "false", @@ -94168,7 +100244,7 @@ } }, { - "id": 2489, + "id": 3257, "properties": { "age": "2", "east": "false", @@ -94179,7 +100255,7 @@ } }, { - "id": 2490, + "id": 3258, "properties": { "age": "2", "east": "false", @@ -94190,7 +100266,7 @@ } }, { - "id": 2491, + "id": 3259, "properties": { "age": "2", "east": "false", @@ -94201,7 +100277,7 @@ } }, { - "id": 2492, + "id": 3260, "properties": { "age": "2", "east": "false", @@ -94212,7 +100288,7 @@ } }, { - "id": 2493, + "id": 3261, "properties": { "age": "2", "east": "false", @@ -94223,7 +100299,7 @@ } }, { - "id": 2494, + "id": 3262, "properties": { "age": "2", "east": "false", @@ -94234,7 +100310,7 @@ } }, { - "id": 2495, + "id": 3263, "properties": { "age": "2", "east": "false", @@ -94245,7 +100321,7 @@ } }, { - "id": 2496, + "id": 3264, "properties": { "age": "2", "east": "false", @@ -94256,7 +100332,7 @@ } }, { - "id": 2497, + "id": 3265, "properties": { "age": "2", "east": "false", @@ -94267,7 +100343,7 @@ } }, { - "id": 2498, + "id": 3266, "properties": { "age": "2", "east": "false", @@ -94278,7 +100354,7 @@ } }, { - "id": 2499, + "id": 3267, "properties": { "age": "2", "east": "false", @@ -94289,7 +100365,7 @@ } }, { - "id": 2500, + "id": 3268, "properties": { "age": "2", "east": "false", @@ -94300,7 +100376,7 @@ } }, { - "id": 2501, + "id": 3269, "properties": { "age": "2", "east": "false", @@ -94311,7 +100387,7 @@ } }, { - "id": 2502, + "id": 3270, "properties": { "age": "3", "east": "true", @@ -94322,7 +100398,7 @@ } }, { - "id": 2503, + "id": 3271, "properties": { "age": "3", "east": "true", @@ -94333,7 +100409,7 @@ } }, { - "id": 2504, + "id": 3272, "properties": { "age": "3", "east": "true", @@ -94344,7 +100420,7 @@ } }, { - "id": 2505, + "id": 3273, "properties": { "age": "3", "east": "true", @@ -94355,7 +100431,7 @@ } }, { - "id": 2506, + "id": 3274, "properties": { "age": "3", "east": "true", @@ -94366,7 +100442,7 @@ } }, { - "id": 2507, + "id": 3275, "properties": { "age": "3", "east": "true", @@ -94377,7 +100453,7 @@ } }, { - "id": 2508, + "id": 3276, "properties": { "age": "3", "east": "true", @@ -94388,7 +100464,7 @@ } }, { - "id": 2509, + "id": 3277, "properties": { "age": "3", "east": "true", @@ -94399,7 +100475,7 @@ } }, { - "id": 2510, + "id": 3278, "properties": { "age": "3", "east": "true", @@ -94410,7 +100486,7 @@ } }, { - "id": 2511, + "id": 3279, "properties": { "age": "3", "east": "true", @@ -94421,7 +100497,7 @@ } }, { - "id": 2512, + "id": 3280, "properties": { "age": "3", "east": "true", @@ -94432,7 +100508,7 @@ } }, { - "id": 2513, + "id": 3281, "properties": { "age": "3", "east": "true", @@ -94443,7 +100519,7 @@ } }, { - "id": 2514, + "id": 3282, "properties": { "age": "3", "east": "true", @@ -94454,7 +100530,7 @@ } }, { - "id": 2515, + "id": 3283, "properties": { "age": "3", "east": "true", @@ -94465,7 +100541,7 @@ } }, { - "id": 2516, + "id": 3284, "properties": { "age": "3", "east": "true", @@ -94476,7 +100552,7 @@ } }, { - "id": 2517, + "id": 3285, "properties": { "age": "3", "east": "true", @@ -94487,7 +100563,7 @@ } }, { - "id": 2518, + "id": 3286, "properties": { "age": "3", "east": "false", @@ -94498,7 +100574,7 @@ } }, { - "id": 2519, + "id": 3287, "properties": { "age": "3", "east": "false", @@ -94509,7 +100585,7 @@ } }, { - "id": 2520, + "id": 3288, "properties": { "age": "3", "east": "false", @@ -94520,7 +100596,7 @@ } }, { - "id": 2521, + "id": 3289, "properties": { "age": "3", "east": "false", @@ -94531,7 +100607,7 @@ } }, { - "id": 2522, + "id": 3290, "properties": { "age": "3", "east": "false", @@ -94542,7 +100618,7 @@ } }, { - "id": 2523, + "id": 3291, "properties": { "age": "3", "east": "false", @@ -94553,7 +100629,7 @@ } }, { - "id": 2524, + "id": 3292, "properties": { "age": "3", "east": "false", @@ -94564,7 +100640,7 @@ } }, { - "id": 2525, + "id": 3293, "properties": { "age": "3", "east": "false", @@ -94575,7 +100651,7 @@ } }, { - "id": 2526, + "id": 3294, "properties": { "age": "3", "east": "false", @@ -94586,7 +100662,7 @@ } }, { - "id": 2527, + "id": 3295, "properties": { "age": "3", "east": "false", @@ -94597,7 +100673,7 @@ } }, { - "id": 2528, + "id": 3296, "properties": { "age": "3", "east": "false", @@ -94608,7 +100684,7 @@ } }, { - "id": 2529, + "id": 3297, "properties": { "age": "3", "east": "false", @@ -94619,7 +100695,7 @@ } }, { - "id": 2530, + "id": 3298, "properties": { "age": "3", "east": "false", @@ -94630,7 +100706,7 @@ } }, { - "id": 2531, + "id": 3299, "properties": { "age": "3", "east": "false", @@ -94641,7 +100717,7 @@ } }, { - "id": 2532, + "id": 3300, "properties": { "age": "3", "east": "false", @@ -94652,7 +100728,7 @@ } }, { - "id": 2533, + "id": 3301, "properties": { "age": "3", "east": "false", @@ -94663,7 +100739,7 @@ } }, { - "id": 2534, + "id": 3302, "properties": { "age": "4", "east": "true", @@ -94674,7 +100750,7 @@ } }, { - "id": 2535, + "id": 3303, "properties": { "age": "4", "east": "true", @@ -94685,7 +100761,7 @@ } }, { - "id": 2536, + "id": 3304, "properties": { "age": "4", "east": "true", @@ -94696,7 +100772,7 @@ } }, { - "id": 2537, + "id": 3305, "properties": { "age": "4", "east": "true", @@ -94707,7 +100783,7 @@ } }, { - "id": 2538, + "id": 3306, "properties": { "age": "4", "east": "true", @@ -94718,7 +100794,7 @@ } }, { - "id": 2539, + "id": 3307, "properties": { "age": "4", "east": "true", @@ -94729,7 +100805,7 @@ } }, { - "id": 2540, + "id": 3308, "properties": { "age": "4", "east": "true", @@ -94740,7 +100816,7 @@ } }, { - "id": 2541, + "id": 3309, "properties": { "age": "4", "east": "true", @@ -94751,7 +100827,7 @@ } }, { - "id": 2542, + "id": 3310, "properties": { "age": "4", "east": "true", @@ -94762,7 +100838,7 @@ } }, { - "id": 2543, + "id": 3311, "properties": { "age": "4", "east": "true", @@ -94773,7 +100849,7 @@ } }, { - "id": 2544, + "id": 3312, "properties": { "age": "4", "east": "true", @@ -94784,7 +100860,7 @@ } }, { - "id": 2545, + "id": 3313, "properties": { "age": "4", "east": "true", @@ -94795,7 +100871,7 @@ } }, { - "id": 2546, + "id": 3314, "properties": { "age": "4", "east": "true", @@ -94806,7 +100882,7 @@ } }, { - "id": 2547, + "id": 3315, "properties": { "age": "4", "east": "true", @@ -94817,7 +100893,7 @@ } }, { - "id": 2548, + "id": 3316, "properties": { "age": "4", "east": "true", @@ -94828,7 +100904,7 @@ } }, { - "id": 2549, + "id": 3317, "properties": { "age": "4", "east": "true", @@ -94839,7 +100915,7 @@ } }, { - "id": 2550, + "id": 3318, "properties": { "age": "4", "east": "false", @@ -94850,7 +100926,7 @@ } }, { - "id": 2551, + "id": 3319, "properties": { "age": "4", "east": "false", @@ -94861,7 +100937,7 @@ } }, { - "id": 2552, + "id": 3320, "properties": { "age": "4", "east": "false", @@ -94872,7 +100948,7 @@ } }, { - "id": 2553, + "id": 3321, "properties": { "age": "4", "east": "false", @@ -94883,7 +100959,7 @@ } }, { - "id": 2554, + "id": 3322, "properties": { "age": "4", "east": "false", @@ -94894,7 +100970,7 @@ } }, { - "id": 2555, + "id": 3323, "properties": { "age": "4", "east": "false", @@ -94905,7 +100981,7 @@ } }, { - "id": 2556, + "id": 3324, "properties": { "age": "4", "east": "false", @@ -94916,7 +100992,7 @@ } }, { - "id": 2557, + "id": 3325, "properties": { "age": "4", "east": "false", @@ -94927,7 +101003,7 @@ } }, { - "id": 2558, + "id": 3326, "properties": { "age": "4", "east": "false", @@ -94938,7 +101014,7 @@ } }, { - "id": 2559, + "id": 3327, "properties": { "age": "4", "east": "false", @@ -94949,7 +101025,7 @@ } }, { - "id": 2560, + "id": 3328, "properties": { "age": "4", "east": "false", @@ -94960,7 +101036,7 @@ } }, { - "id": 2561, + "id": 3329, "properties": { "age": "4", "east": "false", @@ -94971,7 +101047,7 @@ } }, { - "id": 2562, + "id": 3330, "properties": { "age": "4", "east": "false", @@ -94982,7 +101058,7 @@ } }, { - "id": 2563, + "id": 3331, "properties": { "age": "4", "east": "false", @@ -94993,7 +101069,7 @@ } }, { - "id": 2564, + "id": 3332, "properties": { "age": "4", "east": "false", @@ -95004,7 +101080,7 @@ } }, { - "id": 2565, + "id": 3333, "properties": { "age": "4", "east": "false", @@ -95015,7 +101091,7 @@ } }, { - "id": 2566, + "id": 3334, "properties": { "age": "5", "east": "true", @@ -95026,7 +101102,7 @@ } }, { - "id": 2567, + "id": 3335, "properties": { "age": "5", "east": "true", @@ -95037,7 +101113,7 @@ } }, { - "id": 2568, + "id": 3336, "properties": { "age": "5", "east": "true", @@ -95048,7 +101124,7 @@ } }, { - "id": 2569, + "id": 3337, "properties": { "age": "5", "east": "true", @@ -95059,7 +101135,7 @@ } }, { - "id": 2570, + "id": 3338, "properties": { "age": "5", "east": "true", @@ -95070,7 +101146,7 @@ } }, { - "id": 2571, + "id": 3339, "properties": { "age": "5", "east": "true", @@ -95081,7 +101157,7 @@ } }, { - "id": 2572, + "id": 3340, "properties": { "age": "5", "east": "true", @@ -95092,7 +101168,7 @@ } }, { - "id": 2573, + "id": 3341, "properties": { "age": "5", "east": "true", @@ -95103,7 +101179,7 @@ } }, { - "id": 2574, + "id": 3342, "properties": { "age": "5", "east": "true", @@ -95114,7 +101190,7 @@ } }, { - "id": 2575, + "id": 3343, "properties": { "age": "5", "east": "true", @@ -95125,7 +101201,7 @@ } }, { - "id": 2576, + "id": 3344, "properties": { "age": "5", "east": "true", @@ -95136,7 +101212,7 @@ } }, { - "id": 2577, + "id": 3345, "properties": { "age": "5", "east": "true", @@ -95147,7 +101223,7 @@ } }, { - "id": 2578, + "id": 3346, "properties": { "age": "5", "east": "true", @@ -95158,7 +101234,7 @@ } }, { - "id": 2579, + "id": 3347, "properties": { "age": "5", "east": "true", @@ -95169,7 +101245,7 @@ } }, { - "id": 2580, + "id": 3348, "properties": { "age": "5", "east": "true", @@ -95180,7 +101256,7 @@ } }, { - "id": 2581, + "id": 3349, "properties": { "age": "5", "east": "true", @@ -95191,7 +101267,7 @@ } }, { - "id": 2582, + "id": 3350, "properties": { "age": "5", "east": "false", @@ -95202,7 +101278,7 @@ } }, { - "id": 2583, + "id": 3351, "properties": { "age": "5", "east": "false", @@ -95213,7 +101289,7 @@ } }, { - "id": 2584, + "id": 3352, "properties": { "age": "5", "east": "false", @@ -95224,7 +101300,7 @@ } }, { - "id": 2585, + "id": 3353, "properties": { "age": "5", "east": "false", @@ -95235,7 +101311,7 @@ } }, { - "id": 2586, + "id": 3354, "properties": { "age": "5", "east": "false", @@ -95246,7 +101322,7 @@ } }, { - "id": 2587, + "id": 3355, "properties": { "age": "5", "east": "false", @@ -95257,7 +101333,7 @@ } }, { - "id": 2588, + "id": 3356, "properties": { "age": "5", "east": "false", @@ -95268,7 +101344,7 @@ } }, { - "id": 2589, + "id": 3357, "properties": { "age": "5", "east": "false", @@ -95279,7 +101355,7 @@ } }, { - "id": 2590, + "id": 3358, "properties": { "age": "5", "east": "false", @@ -95290,7 +101366,7 @@ } }, { - "id": 2591, + "id": 3359, "properties": { "age": "5", "east": "false", @@ -95301,7 +101377,7 @@ } }, { - "id": 2592, + "id": 3360, "properties": { "age": "5", "east": "false", @@ -95312,7 +101388,7 @@ } }, { - "id": 2593, + "id": 3361, "properties": { "age": "5", "east": "false", @@ -95323,7 +101399,7 @@ } }, { - "id": 2594, + "id": 3362, "properties": { "age": "5", "east": "false", @@ -95334,7 +101410,7 @@ } }, { - "id": 2595, + "id": 3363, "properties": { "age": "5", "east": "false", @@ -95345,7 +101421,7 @@ } }, { - "id": 2596, + "id": 3364, "properties": { "age": "5", "east": "false", @@ -95356,7 +101432,7 @@ } }, { - "id": 2597, + "id": 3365, "properties": { "age": "5", "east": "false", @@ -95367,7 +101443,7 @@ } }, { - "id": 2598, + "id": 3366, "properties": { "age": "6", "east": "true", @@ -95378,7 +101454,7 @@ } }, { - "id": 2599, + "id": 3367, "properties": { "age": "6", "east": "true", @@ -95389,7 +101465,7 @@ } }, { - "id": 2600, + "id": 3368, "properties": { "age": "6", "east": "true", @@ -95400,7 +101476,7 @@ } }, { - "id": 2601, + "id": 3369, "properties": { "age": "6", "east": "true", @@ -95411,7 +101487,7 @@ } }, { - "id": 2602, + "id": 3370, "properties": { "age": "6", "east": "true", @@ -95422,7 +101498,7 @@ } }, { - "id": 2603, + "id": 3371, "properties": { "age": "6", "east": "true", @@ -95433,7 +101509,7 @@ } }, { - "id": 2604, + "id": 3372, "properties": { "age": "6", "east": "true", @@ -95444,7 +101520,7 @@ } }, { - "id": 2605, + "id": 3373, "properties": { "age": "6", "east": "true", @@ -95455,7 +101531,7 @@ } }, { - "id": 2606, + "id": 3374, "properties": { "age": "6", "east": "true", @@ -95466,7 +101542,7 @@ } }, { - "id": 2607, + "id": 3375, "properties": { "age": "6", "east": "true", @@ -95477,7 +101553,7 @@ } }, { - "id": 2608, + "id": 3376, "properties": { "age": "6", "east": "true", @@ -95488,7 +101564,7 @@ } }, { - "id": 2609, + "id": 3377, "properties": { "age": "6", "east": "true", @@ -95499,7 +101575,7 @@ } }, { - "id": 2610, + "id": 3378, "properties": { "age": "6", "east": "true", @@ -95510,7 +101586,7 @@ } }, { - "id": 2611, + "id": 3379, "properties": { "age": "6", "east": "true", @@ -95521,7 +101597,7 @@ } }, { - "id": 2612, + "id": 3380, "properties": { "age": "6", "east": "true", @@ -95532,7 +101608,7 @@ } }, { - "id": 2613, + "id": 3381, "properties": { "age": "6", "east": "true", @@ -95543,7 +101619,7 @@ } }, { - "id": 2614, + "id": 3382, "properties": { "age": "6", "east": "false", @@ -95554,7 +101630,7 @@ } }, { - "id": 2615, + "id": 3383, "properties": { "age": "6", "east": "false", @@ -95565,7 +101641,7 @@ } }, { - "id": 2616, + "id": 3384, "properties": { "age": "6", "east": "false", @@ -95576,7 +101652,7 @@ } }, { - "id": 2617, + "id": 3385, "properties": { "age": "6", "east": "false", @@ -95587,7 +101663,7 @@ } }, { - "id": 2618, + "id": 3386, "properties": { "age": "6", "east": "false", @@ -95598,7 +101674,7 @@ } }, { - "id": 2619, + "id": 3387, "properties": { "age": "6", "east": "false", @@ -95609,7 +101685,7 @@ } }, { - "id": 2620, + "id": 3388, "properties": { "age": "6", "east": "false", @@ -95620,7 +101696,7 @@ } }, { - "id": 2621, + "id": 3389, "properties": { "age": "6", "east": "false", @@ -95631,7 +101707,7 @@ } }, { - "id": 2622, + "id": 3390, "properties": { "age": "6", "east": "false", @@ -95642,7 +101718,7 @@ } }, { - "id": 2623, + "id": 3391, "properties": { "age": "6", "east": "false", @@ -95653,7 +101729,7 @@ } }, { - "id": 2624, + "id": 3392, "properties": { "age": "6", "east": "false", @@ -95664,7 +101740,7 @@ } }, { - "id": 2625, + "id": 3393, "properties": { "age": "6", "east": "false", @@ -95675,7 +101751,7 @@ } }, { - "id": 2626, + "id": 3394, "properties": { "age": "6", "east": "false", @@ -95686,7 +101762,7 @@ } }, { - "id": 2627, + "id": 3395, "properties": { "age": "6", "east": "false", @@ -95697,7 +101773,7 @@ } }, { - "id": 2628, + "id": 3396, "properties": { "age": "6", "east": "false", @@ -95708,7 +101784,7 @@ } }, { - "id": 2629, + "id": 3397, "properties": { "age": "6", "east": "false", @@ -95719,7 +101795,7 @@ } }, { - "id": 2630, + "id": 3398, "properties": { "age": "7", "east": "true", @@ -95730,7 +101806,7 @@ } }, { - "id": 2631, + "id": 3399, "properties": { "age": "7", "east": "true", @@ -95741,7 +101817,7 @@ } }, { - "id": 2632, + "id": 3400, "properties": { "age": "7", "east": "true", @@ -95752,7 +101828,7 @@ } }, { - "id": 2633, + "id": 3401, "properties": { "age": "7", "east": "true", @@ -95763,7 +101839,7 @@ } }, { - "id": 2634, + "id": 3402, "properties": { "age": "7", "east": "true", @@ -95774,7 +101850,7 @@ } }, { - "id": 2635, + "id": 3403, "properties": { "age": "7", "east": "true", @@ -95785,7 +101861,7 @@ } }, { - "id": 2636, + "id": 3404, "properties": { "age": "7", "east": "true", @@ -95796,7 +101872,7 @@ } }, { - "id": 2637, + "id": 3405, "properties": { "age": "7", "east": "true", @@ -95807,7 +101883,7 @@ } }, { - "id": 2638, + "id": 3406, "properties": { "age": "7", "east": "true", @@ -95818,7 +101894,7 @@ } }, { - "id": 2639, + "id": 3407, "properties": { "age": "7", "east": "true", @@ -95829,7 +101905,7 @@ } }, { - "id": 2640, + "id": 3408, "properties": { "age": "7", "east": "true", @@ -95840,7 +101916,7 @@ } }, { - "id": 2641, + "id": 3409, "properties": { "age": "7", "east": "true", @@ -95851,7 +101927,7 @@ } }, { - "id": 2642, + "id": 3410, "properties": { "age": "7", "east": "true", @@ -95862,7 +101938,7 @@ } }, { - "id": 2643, + "id": 3411, "properties": { "age": "7", "east": "true", @@ -95873,7 +101949,7 @@ } }, { - "id": 2644, + "id": 3412, "properties": { "age": "7", "east": "true", @@ -95884,7 +101960,7 @@ } }, { - "id": 2645, + "id": 3413, "properties": { "age": "7", "east": "true", @@ -95895,7 +101971,7 @@ } }, { - "id": 2646, + "id": 3414, "properties": { "age": "7", "east": "false", @@ -95906,7 +101982,7 @@ } }, { - "id": 2647, + "id": 3415, "properties": { "age": "7", "east": "false", @@ -95917,7 +101993,7 @@ } }, { - "id": 2648, + "id": 3416, "properties": { "age": "7", "east": "false", @@ -95928,7 +102004,7 @@ } }, { - "id": 2649, + "id": 3417, "properties": { "age": "7", "east": "false", @@ -95939,7 +102015,7 @@ } }, { - "id": 2650, + "id": 3418, "properties": { "age": "7", "east": "false", @@ -95950,7 +102026,7 @@ } }, { - "id": 2651, + "id": 3419, "properties": { "age": "7", "east": "false", @@ -95961,7 +102037,7 @@ } }, { - "id": 2652, + "id": 3420, "properties": { "age": "7", "east": "false", @@ -95972,7 +102048,7 @@ } }, { - "id": 2653, + "id": 3421, "properties": { "age": "7", "east": "false", @@ -95983,7 +102059,7 @@ } }, { - "id": 2654, + "id": 3422, "properties": { "age": "7", "east": "false", @@ -95994,7 +102070,7 @@ } }, { - "id": 2655, + "id": 3423, "properties": { "age": "7", "east": "false", @@ -96005,7 +102081,7 @@ } }, { - "id": 2656, + "id": 3424, "properties": { "age": "7", "east": "false", @@ -96016,7 +102092,7 @@ } }, { - "id": 2657, + "id": 3425, "properties": { "age": "7", "east": "false", @@ -96027,7 +102103,7 @@ } }, { - "id": 2658, + "id": 3426, "properties": { "age": "7", "east": "false", @@ -96038,7 +102114,7 @@ } }, { - "id": 2659, + "id": 3427, "properties": { "age": "7", "east": "false", @@ -96049,7 +102125,7 @@ } }, { - "id": 2660, + "id": 3428, "properties": { "age": "7", "east": "false", @@ -96060,7 +102136,7 @@ } }, { - "id": 2661, + "id": 3429, "properties": { "age": "7", "east": "false", @@ -96071,7 +102147,7 @@ } }, { - "id": 2662, + "id": 3430, "properties": { "age": "8", "east": "true", @@ -96082,7 +102158,7 @@ } }, { - "id": 2663, + "id": 3431, "properties": { "age": "8", "east": "true", @@ -96093,7 +102169,7 @@ } }, { - "id": 2664, + "id": 3432, "properties": { "age": "8", "east": "true", @@ -96104,7 +102180,7 @@ } }, { - "id": 2665, + "id": 3433, "properties": { "age": "8", "east": "true", @@ -96115,7 +102191,7 @@ } }, { - "id": 2666, + "id": 3434, "properties": { "age": "8", "east": "true", @@ -96126,7 +102202,7 @@ } }, { - "id": 2667, + "id": 3435, "properties": { "age": "8", "east": "true", @@ -96137,7 +102213,7 @@ } }, { - "id": 2668, + "id": 3436, "properties": { "age": "8", "east": "true", @@ -96148,7 +102224,7 @@ } }, { - "id": 2669, + "id": 3437, "properties": { "age": "8", "east": "true", @@ -96159,7 +102235,7 @@ } }, { - "id": 2670, + "id": 3438, "properties": { "age": "8", "east": "true", @@ -96170,7 +102246,7 @@ } }, { - "id": 2671, + "id": 3439, "properties": { "age": "8", "east": "true", @@ -96181,7 +102257,7 @@ } }, { - "id": 2672, + "id": 3440, "properties": { "age": "8", "east": "true", @@ -96192,7 +102268,7 @@ } }, { - "id": 2673, + "id": 3441, "properties": { "age": "8", "east": "true", @@ -96203,7 +102279,7 @@ } }, { - "id": 2674, + "id": 3442, "properties": { "age": "8", "east": "true", @@ -96214,7 +102290,7 @@ } }, { - "id": 2675, + "id": 3443, "properties": { "age": "8", "east": "true", @@ -96225,7 +102301,7 @@ } }, { - "id": 2676, + "id": 3444, "properties": { "age": "8", "east": "true", @@ -96236,7 +102312,7 @@ } }, { - "id": 2677, + "id": 3445, "properties": { "age": "8", "east": "true", @@ -96247,7 +102323,7 @@ } }, { - "id": 2678, + "id": 3446, "properties": { "age": "8", "east": "false", @@ -96258,7 +102334,7 @@ } }, { - "id": 2679, + "id": 3447, "properties": { "age": "8", "east": "false", @@ -96269,7 +102345,7 @@ } }, { - "id": 2680, + "id": 3448, "properties": { "age": "8", "east": "false", @@ -96280,7 +102356,7 @@ } }, { - "id": 2681, + "id": 3449, "properties": { "age": "8", "east": "false", @@ -96291,7 +102367,7 @@ } }, { - "id": 2682, + "id": 3450, "properties": { "age": "8", "east": "false", @@ -96302,7 +102378,7 @@ } }, { - "id": 2683, + "id": 3451, "properties": { "age": "8", "east": "false", @@ -96313,7 +102389,7 @@ } }, { - "id": 2684, + "id": 3452, "properties": { "age": "8", "east": "false", @@ -96324,7 +102400,7 @@ } }, { - "id": 2685, + "id": 3453, "properties": { "age": "8", "east": "false", @@ -96335,7 +102411,7 @@ } }, { - "id": 2686, + "id": 3454, "properties": { "age": "8", "east": "false", @@ -96346,7 +102422,7 @@ } }, { - "id": 2687, + "id": 3455, "properties": { "age": "8", "east": "false", @@ -96357,7 +102433,7 @@ } }, { - "id": 2688, + "id": 3456, "properties": { "age": "8", "east": "false", @@ -96368,7 +102444,7 @@ } }, { - "id": 2689, + "id": 3457, "properties": { "age": "8", "east": "false", @@ -96379,7 +102455,7 @@ } }, { - "id": 2690, + "id": 3458, "properties": { "age": "8", "east": "false", @@ -96390,7 +102466,7 @@ } }, { - "id": 2691, + "id": 3459, "properties": { "age": "8", "east": "false", @@ -96401,7 +102477,7 @@ } }, { - "id": 2692, + "id": 3460, "properties": { "age": "8", "east": "false", @@ -96412,7 +102488,7 @@ } }, { - "id": 2693, + "id": 3461, "properties": { "age": "8", "east": "false", @@ -96423,7 +102499,7 @@ } }, { - "id": 2694, + "id": 3462, "properties": { "age": "9", "east": "true", @@ -96434,7 +102510,7 @@ } }, { - "id": 2695, + "id": 3463, "properties": { "age": "9", "east": "true", @@ -96445,7 +102521,7 @@ } }, { - "id": 2696, + "id": 3464, "properties": { "age": "9", "east": "true", @@ -96456,7 +102532,7 @@ } }, { - "id": 2697, + "id": 3465, "properties": { "age": "9", "east": "true", @@ -96467,7 +102543,7 @@ } }, { - "id": 2698, + "id": 3466, "properties": { "age": "9", "east": "true", @@ -96478,7 +102554,7 @@ } }, { - "id": 2699, + "id": 3467, "properties": { "age": "9", "east": "true", @@ -96489,7 +102565,7 @@ } }, { - "id": 2700, + "id": 3468, "properties": { "age": "9", "east": "true", @@ -96500,7 +102576,7 @@ } }, { - "id": 2701, + "id": 3469, "properties": { "age": "9", "east": "true", @@ -96511,7 +102587,7 @@ } }, { - "id": 2702, + "id": 3470, "properties": { "age": "9", "east": "true", @@ -96522,7 +102598,7 @@ } }, { - "id": 2703, + "id": 3471, "properties": { "age": "9", "east": "true", @@ -96533,7 +102609,7 @@ } }, { - "id": 2704, + "id": 3472, "properties": { "age": "9", "east": "true", @@ -96544,7 +102620,7 @@ } }, { - "id": 2705, + "id": 3473, "properties": { "age": "9", "east": "true", @@ -96555,7 +102631,7 @@ } }, { - "id": 2706, + "id": 3474, "properties": { "age": "9", "east": "true", @@ -96566,7 +102642,7 @@ } }, { - "id": 2707, + "id": 3475, "properties": { "age": "9", "east": "true", @@ -96577,7 +102653,7 @@ } }, { - "id": 2708, + "id": 3476, "properties": { "age": "9", "east": "true", @@ -96588,7 +102664,7 @@ } }, { - "id": 2709, + "id": 3477, "properties": { "age": "9", "east": "true", @@ -96599,7 +102675,7 @@ } }, { - "id": 2710, + "id": 3478, "properties": { "age": "9", "east": "false", @@ -96610,7 +102686,7 @@ } }, { - "id": 2711, + "id": 3479, "properties": { "age": "9", "east": "false", @@ -96621,7 +102697,7 @@ } }, { - "id": 2712, + "id": 3480, "properties": { "age": "9", "east": "false", @@ -96632,7 +102708,7 @@ } }, { - "id": 2713, + "id": 3481, "properties": { "age": "9", "east": "false", @@ -96643,7 +102719,7 @@ } }, { - "id": 2714, + "id": 3482, "properties": { "age": "9", "east": "false", @@ -96654,7 +102730,7 @@ } }, { - "id": 2715, + "id": 3483, "properties": { "age": "9", "east": "false", @@ -96665,7 +102741,7 @@ } }, { - "id": 2716, + "id": 3484, "properties": { "age": "9", "east": "false", @@ -96676,7 +102752,7 @@ } }, { - "id": 2717, + "id": 3485, "properties": { "age": "9", "east": "false", @@ -96687,7 +102763,7 @@ } }, { - "id": 2718, + "id": 3486, "properties": { "age": "9", "east": "false", @@ -96698,7 +102774,7 @@ } }, { - "id": 2719, + "id": 3487, "properties": { "age": "9", "east": "false", @@ -96709,7 +102785,7 @@ } }, { - "id": 2720, + "id": 3488, "properties": { "age": "9", "east": "false", @@ -96720,7 +102796,7 @@ } }, { - "id": 2721, + "id": 3489, "properties": { "age": "9", "east": "false", @@ -96731,7 +102807,7 @@ } }, { - "id": 2722, + "id": 3490, "properties": { "age": "9", "east": "false", @@ -96742,7 +102818,7 @@ } }, { - "id": 2723, + "id": 3491, "properties": { "age": "9", "east": "false", @@ -96753,7 +102829,7 @@ } }, { - "id": 2724, + "id": 3492, "properties": { "age": "9", "east": "false", @@ -96764,7 +102840,7 @@ } }, { - "id": 2725, + "id": 3493, "properties": { "age": "9", "east": "false", @@ -96775,7 +102851,7 @@ } }, { - "id": 2726, + "id": 3494, "properties": { "age": "10", "east": "true", @@ -96786,7 +102862,7 @@ } }, { - "id": 2727, + "id": 3495, "properties": { "age": "10", "east": "true", @@ -96797,7 +102873,7 @@ } }, { - "id": 2728, + "id": 3496, "properties": { "age": "10", "east": "true", @@ -96808,7 +102884,7 @@ } }, { - "id": 2729, + "id": 3497, "properties": { "age": "10", "east": "true", @@ -96819,7 +102895,7 @@ } }, { - "id": 2730, + "id": 3498, "properties": { "age": "10", "east": "true", @@ -96830,7 +102906,7 @@ } }, { - "id": 2731, + "id": 3499, "properties": { "age": "10", "east": "true", @@ -96841,7 +102917,7 @@ } }, { - "id": 2732, + "id": 3500, "properties": { "age": "10", "east": "true", @@ -96852,7 +102928,7 @@ } }, { - "id": 2733, + "id": 3501, "properties": { "age": "10", "east": "true", @@ -96863,7 +102939,7 @@ } }, { - "id": 2734, + "id": 3502, "properties": { "age": "10", "east": "true", @@ -96874,7 +102950,7 @@ } }, { - "id": 2735, + "id": 3503, "properties": { "age": "10", "east": "true", @@ -96885,7 +102961,7 @@ } }, { - "id": 2736, + "id": 3504, "properties": { "age": "10", "east": "true", @@ -96896,7 +102972,7 @@ } }, { - "id": 2737, + "id": 3505, "properties": { "age": "10", "east": "true", @@ -96907,7 +102983,7 @@ } }, { - "id": 2738, + "id": 3506, "properties": { "age": "10", "east": "true", @@ -96918,7 +102994,7 @@ } }, { - "id": 2739, + "id": 3507, "properties": { "age": "10", "east": "true", @@ -96929,7 +103005,7 @@ } }, { - "id": 2740, + "id": 3508, "properties": { "age": "10", "east": "true", @@ -96940,7 +103016,7 @@ } }, { - "id": 2741, + "id": 3509, "properties": { "age": "10", "east": "true", @@ -96951,7 +103027,7 @@ } }, { - "id": 2742, + "id": 3510, "properties": { "age": "10", "east": "false", @@ -96962,7 +103038,7 @@ } }, { - "id": 2743, + "id": 3511, "properties": { "age": "10", "east": "false", @@ -96973,7 +103049,7 @@ } }, { - "id": 2744, + "id": 3512, "properties": { "age": "10", "east": "false", @@ -96984,7 +103060,7 @@ } }, { - "id": 2745, + "id": 3513, "properties": { "age": "10", "east": "false", @@ -96995,7 +103071,7 @@ } }, { - "id": 2746, + "id": 3514, "properties": { "age": "10", "east": "false", @@ -97006,7 +103082,7 @@ } }, { - "id": 2747, + "id": 3515, "properties": { "age": "10", "east": "false", @@ -97017,7 +103093,7 @@ } }, { - "id": 2748, + "id": 3516, "properties": { "age": "10", "east": "false", @@ -97028,7 +103104,7 @@ } }, { - "id": 2749, + "id": 3517, "properties": { "age": "10", "east": "false", @@ -97039,7 +103115,7 @@ } }, { - "id": 2750, + "id": 3518, "properties": { "age": "10", "east": "false", @@ -97050,7 +103126,7 @@ } }, { - "id": 2751, + "id": 3519, "properties": { "age": "10", "east": "false", @@ -97061,7 +103137,7 @@ } }, { - "id": 2752, + "id": 3520, "properties": { "age": "10", "east": "false", @@ -97072,7 +103148,7 @@ } }, { - "id": 2753, + "id": 3521, "properties": { "age": "10", "east": "false", @@ -97083,7 +103159,7 @@ } }, { - "id": 2754, + "id": 3522, "properties": { "age": "10", "east": "false", @@ -97094,7 +103170,7 @@ } }, { - "id": 2755, + "id": 3523, "properties": { "age": "10", "east": "false", @@ -97105,7 +103181,7 @@ } }, { - "id": 2756, + "id": 3524, "properties": { "age": "10", "east": "false", @@ -97116,7 +103192,7 @@ } }, { - "id": 2757, + "id": 3525, "properties": { "age": "10", "east": "false", @@ -97127,7 +103203,7 @@ } }, { - "id": 2758, + "id": 3526, "properties": { "age": "11", "east": "true", @@ -97138,7 +103214,7 @@ } }, { - "id": 2759, + "id": 3527, "properties": { "age": "11", "east": "true", @@ -97149,7 +103225,7 @@ } }, { - "id": 2760, + "id": 3528, "properties": { "age": "11", "east": "true", @@ -97160,7 +103236,7 @@ } }, { - "id": 2761, + "id": 3529, "properties": { "age": "11", "east": "true", @@ -97171,7 +103247,7 @@ } }, { - "id": 2762, + "id": 3530, "properties": { "age": "11", "east": "true", @@ -97182,7 +103258,7 @@ } }, { - "id": 2763, + "id": 3531, "properties": { "age": "11", "east": "true", @@ -97193,7 +103269,7 @@ } }, { - "id": 2764, + "id": 3532, "properties": { "age": "11", "east": "true", @@ -97204,7 +103280,7 @@ } }, { - "id": 2765, + "id": 3533, "properties": { "age": "11", "east": "true", @@ -97215,7 +103291,7 @@ } }, { - "id": 2766, + "id": 3534, "properties": { "age": "11", "east": "true", @@ -97226,7 +103302,7 @@ } }, { - "id": 2767, + "id": 3535, "properties": { "age": "11", "east": "true", @@ -97237,7 +103313,7 @@ } }, { - "id": 2768, + "id": 3536, "properties": { "age": "11", "east": "true", @@ -97248,7 +103324,7 @@ } }, { - "id": 2769, + "id": 3537, "properties": { "age": "11", "east": "true", @@ -97259,7 +103335,7 @@ } }, { - "id": 2770, + "id": 3538, "properties": { "age": "11", "east": "true", @@ -97270,7 +103346,7 @@ } }, { - "id": 2771, + "id": 3539, "properties": { "age": "11", "east": "true", @@ -97281,7 +103357,7 @@ } }, { - "id": 2772, + "id": 3540, "properties": { "age": "11", "east": "true", @@ -97292,7 +103368,7 @@ } }, { - "id": 2773, + "id": 3541, "properties": { "age": "11", "east": "true", @@ -97303,7 +103379,7 @@ } }, { - "id": 2774, + "id": 3542, "properties": { "age": "11", "east": "false", @@ -97314,7 +103390,7 @@ } }, { - "id": 2775, + "id": 3543, "properties": { "age": "11", "east": "false", @@ -97325,7 +103401,7 @@ } }, { - "id": 2776, + "id": 3544, "properties": { "age": "11", "east": "false", @@ -97336,7 +103412,7 @@ } }, { - "id": 2777, + "id": 3545, "properties": { "age": "11", "east": "false", @@ -97347,7 +103423,7 @@ } }, { - "id": 2778, + "id": 3546, "properties": { "age": "11", "east": "false", @@ -97358,7 +103434,7 @@ } }, { - "id": 2779, + "id": 3547, "properties": { "age": "11", "east": "false", @@ -97369,7 +103445,7 @@ } }, { - "id": 2780, + "id": 3548, "properties": { "age": "11", "east": "false", @@ -97380,7 +103456,7 @@ } }, { - "id": 2781, + "id": 3549, "properties": { "age": "11", "east": "false", @@ -97391,7 +103467,7 @@ } }, { - "id": 2782, + "id": 3550, "properties": { "age": "11", "east": "false", @@ -97402,7 +103478,7 @@ } }, { - "id": 2783, + "id": 3551, "properties": { "age": "11", "east": "false", @@ -97413,7 +103489,7 @@ } }, { - "id": 2784, + "id": 3552, "properties": { "age": "11", "east": "false", @@ -97424,7 +103500,7 @@ } }, { - "id": 2785, + "id": 3553, "properties": { "age": "11", "east": "false", @@ -97435,7 +103511,7 @@ } }, { - "id": 2786, + "id": 3554, "properties": { "age": "11", "east": "false", @@ -97446,7 +103522,7 @@ } }, { - "id": 2787, + "id": 3555, "properties": { "age": "11", "east": "false", @@ -97457,7 +103533,7 @@ } }, { - "id": 2788, + "id": 3556, "properties": { "age": "11", "east": "false", @@ -97468,7 +103544,7 @@ } }, { - "id": 2789, + "id": 3557, "properties": { "age": "11", "east": "false", @@ -97479,7 +103555,7 @@ } }, { - "id": 2790, + "id": 3558, "properties": { "age": "12", "east": "true", @@ -97490,7 +103566,7 @@ } }, { - "id": 2791, + "id": 3559, "properties": { "age": "12", "east": "true", @@ -97501,7 +103577,7 @@ } }, { - "id": 2792, + "id": 3560, "properties": { "age": "12", "east": "true", @@ -97512,7 +103588,7 @@ } }, { - "id": 2793, + "id": 3561, "properties": { "age": "12", "east": "true", @@ -97523,7 +103599,7 @@ } }, { - "id": 2794, + "id": 3562, "properties": { "age": "12", "east": "true", @@ -97534,7 +103610,7 @@ } }, { - "id": 2795, + "id": 3563, "properties": { "age": "12", "east": "true", @@ -97545,7 +103621,7 @@ } }, { - "id": 2796, + "id": 3564, "properties": { "age": "12", "east": "true", @@ -97556,7 +103632,7 @@ } }, { - "id": 2797, + "id": 3565, "properties": { "age": "12", "east": "true", @@ -97567,7 +103643,7 @@ } }, { - "id": 2798, + "id": 3566, "properties": { "age": "12", "east": "true", @@ -97578,7 +103654,7 @@ } }, { - "id": 2799, + "id": 3567, "properties": { "age": "12", "east": "true", @@ -97589,7 +103665,7 @@ } }, { - "id": 2800, + "id": 3568, "properties": { "age": "12", "east": "true", @@ -97600,7 +103676,7 @@ } }, { - "id": 2801, + "id": 3569, "properties": { "age": "12", "east": "true", @@ -97611,7 +103687,7 @@ } }, { - "id": 2802, + "id": 3570, "properties": { "age": "12", "east": "true", @@ -97622,7 +103698,7 @@ } }, { - "id": 2803, + "id": 3571, "properties": { "age": "12", "east": "true", @@ -97633,7 +103709,7 @@ } }, { - "id": 2804, + "id": 3572, "properties": { "age": "12", "east": "true", @@ -97644,7 +103720,7 @@ } }, { - "id": 2805, + "id": 3573, "properties": { "age": "12", "east": "true", @@ -97655,7 +103731,7 @@ } }, { - "id": 2806, + "id": 3574, "properties": { "age": "12", "east": "false", @@ -97666,7 +103742,7 @@ } }, { - "id": 2807, + "id": 3575, "properties": { "age": "12", "east": "false", @@ -97677,7 +103753,7 @@ } }, { - "id": 2808, + "id": 3576, "properties": { "age": "12", "east": "false", @@ -97688,7 +103764,7 @@ } }, { - "id": 2809, + "id": 3577, "properties": { "age": "12", "east": "false", @@ -97699,7 +103775,7 @@ } }, { - "id": 2810, + "id": 3578, "properties": { "age": "12", "east": "false", @@ -97710,7 +103786,7 @@ } }, { - "id": 2811, + "id": 3579, "properties": { "age": "12", "east": "false", @@ -97721,7 +103797,7 @@ } }, { - "id": 2812, + "id": 3580, "properties": { "age": "12", "east": "false", @@ -97732,7 +103808,7 @@ } }, { - "id": 2813, + "id": 3581, "properties": { "age": "12", "east": "false", @@ -97743,7 +103819,7 @@ } }, { - "id": 2814, + "id": 3582, "properties": { "age": "12", "east": "false", @@ -97754,7 +103830,7 @@ } }, { - "id": 2815, + "id": 3583, "properties": { "age": "12", "east": "false", @@ -97765,7 +103841,7 @@ } }, { - "id": 2816, + "id": 3584, "properties": { "age": "12", "east": "false", @@ -97776,7 +103852,7 @@ } }, { - "id": 2817, + "id": 3585, "properties": { "age": "12", "east": "false", @@ -97787,7 +103863,7 @@ } }, { - "id": 2818, + "id": 3586, "properties": { "age": "12", "east": "false", @@ -97798,7 +103874,7 @@ } }, { - "id": 2819, + "id": 3587, "properties": { "age": "12", "east": "false", @@ -97809,7 +103885,7 @@ } }, { - "id": 2820, + "id": 3588, "properties": { "age": "12", "east": "false", @@ -97820,7 +103896,7 @@ } }, { - "id": 2821, + "id": 3589, "properties": { "age": "12", "east": "false", @@ -97831,7 +103907,7 @@ } }, { - "id": 2822, + "id": 3590, "properties": { "age": "13", "east": "true", @@ -97842,7 +103918,7 @@ } }, { - "id": 2823, + "id": 3591, "properties": { "age": "13", "east": "true", @@ -97853,7 +103929,7 @@ } }, { - "id": 2824, + "id": 3592, "properties": { "age": "13", "east": "true", @@ -97864,7 +103940,7 @@ } }, { - "id": 2825, + "id": 3593, "properties": { "age": "13", "east": "true", @@ -97875,7 +103951,7 @@ } }, { - "id": 2826, + "id": 3594, "properties": { "age": "13", "east": "true", @@ -97886,7 +103962,7 @@ } }, { - "id": 2827, + "id": 3595, "properties": { "age": "13", "east": "true", @@ -97897,7 +103973,7 @@ } }, { - "id": 2828, + "id": 3596, "properties": { "age": "13", "east": "true", @@ -97908,7 +103984,7 @@ } }, { - "id": 2829, + "id": 3597, "properties": { "age": "13", "east": "true", @@ -97919,7 +103995,7 @@ } }, { - "id": 2830, + "id": 3598, "properties": { "age": "13", "east": "true", @@ -97930,7 +104006,7 @@ } }, { - "id": 2831, + "id": 3599, "properties": { "age": "13", "east": "true", @@ -97941,7 +104017,7 @@ } }, { - "id": 2832, + "id": 3600, "properties": { "age": "13", "east": "true", @@ -97952,7 +104028,7 @@ } }, { - "id": 2833, + "id": 3601, "properties": { "age": "13", "east": "true", @@ -97963,7 +104039,7 @@ } }, { - "id": 2834, + "id": 3602, "properties": { "age": "13", "east": "true", @@ -97974,7 +104050,7 @@ } }, { - "id": 2835, + "id": 3603, "properties": { "age": "13", "east": "true", @@ -97985,7 +104061,7 @@ } }, { - "id": 2836, + "id": 3604, "properties": { "age": "13", "east": "true", @@ -97996,7 +104072,7 @@ } }, { - "id": 2837, + "id": 3605, "properties": { "age": "13", "east": "true", @@ -98007,7 +104083,7 @@ } }, { - "id": 2838, + "id": 3606, "properties": { "age": "13", "east": "false", @@ -98018,7 +104094,7 @@ } }, { - "id": 2839, + "id": 3607, "properties": { "age": "13", "east": "false", @@ -98029,7 +104105,7 @@ } }, { - "id": 2840, + "id": 3608, "properties": { "age": "13", "east": "false", @@ -98040,7 +104116,7 @@ } }, { - "id": 2841, + "id": 3609, "properties": { "age": "13", "east": "false", @@ -98051,7 +104127,7 @@ } }, { - "id": 2842, + "id": 3610, "properties": { "age": "13", "east": "false", @@ -98062,7 +104138,7 @@ } }, { - "id": 2843, + "id": 3611, "properties": { "age": "13", "east": "false", @@ -98073,7 +104149,7 @@ } }, { - "id": 2844, + "id": 3612, "properties": { "age": "13", "east": "false", @@ -98084,7 +104160,7 @@ } }, { - "id": 2845, + "id": 3613, "properties": { "age": "13", "east": "false", @@ -98095,7 +104171,7 @@ } }, { - "id": 2846, + "id": 3614, "properties": { "age": "13", "east": "false", @@ -98106,7 +104182,7 @@ } }, { - "id": 2847, + "id": 3615, "properties": { "age": "13", "east": "false", @@ -98117,7 +104193,7 @@ } }, { - "id": 2848, + "id": 3616, "properties": { "age": "13", "east": "false", @@ -98128,7 +104204,7 @@ } }, { - "id": 2849, + "id": 3617, "properties": { "age": "13", "east": "false", @@ -98139,7 +104215,7 @@ } }, { - "id": 2850, + "id": 3618, "properties": { "age": "13", "east": "false", @@ -98150,7 +104226,7 @@ } }, { - "id": 2851, + "id": 3619, "properties": { "age": "13", "east": "false", @@ -98161,7 +104237,7 @@ } }, { - "id": 2852, + "id": 3620, "properties": { "age": "13", "east": "false", @@ -98172,7 +104248,7 @@ } }, { - "id": 2853, + "id": 3621, "properties": { "age": "13", "east": "false", @@ -98183,7 +104259,7 @@ } }, { - "id": 2854, + "id": 3622, "properties": { "age": "14", "east": "true", @@ -98194,7 +104270,7 @@ } }, { - "id": 2855, + "id": 3623, "properties": { "age": "14", "east": "true", @@ -98205,7 +104281,7 @@ } }, { - "id": 2856, + "id": 3624, "properties": { "age": "14", "east": "true", @@ -98216,7 +104292,7 @@ } }, { - "id": 2857, + "id": 3625, "properties": { "age": "14", "east": "true", @@ -98227,7 +104303,7 @@ } }, { - "id": 2858, + "id": 3626, "properties": { "age": "14", "east": "true", @@ -98238,7 +104314,7 @@ } }, { - "id": 2859, + "id": 3627, "properties": { "age": "14", "east": "true", @@ -98249,7 +104325,7 @@ } }, { - "id": 2860, + "id": 3628, "properties": { "age": "14", "east": "true", @@ -98260,7 +104336,7 @@ } }, { - "id": 2861, + "id": 3629, "properties": { "age": "14", "east": "true", @@ -98271,7 +104347,7 @@ } }, { - "id": 2862, + "id": 3630, "properties": { "age": "14", "east": "true", @@ -98282,7 +104358,7 @@ } }, { - "id": 2863, + "id": 3631, "properties": { "age": "14", "east": "true", @@ -98293,7 +104369,7 @@ } }, { - "id": 2864, + "id": 3632, "properties": { "age": "14", "east": "true", @@ -98304,7 +104380,7 @@ } }, { - "id": 2865, + "id": 3633, "properties": { "age": "14", "east": "true", @@ -98315,7 +104391,7 @@ } }, { - "id": 2866, + "id": 3634, "properties": { "age": "14", "east": "true", @@ -98326,7 +104402,7 @@ } }, { - "id": 2867, + "id": 3635, "properties": { "age": "14", "east": "true", @@ -98337,7 +104413,7 @@ } }, { - "id": 2868, + "id": 3636, "properties": { "age": "14", "east": "true", @@ -98348,7 +104424,7 @@ } }, { - "id": 2869, + "id": 3637, "properties": { "age": "14", "east": "true", @@ -98359,7 +104435,7 @@ } }, { - "id": 2870, + "id": 3638, "properties": { "age": "14", "east": "false", @@ -98370,7 +104446,7 @@ } }, { - "id": 2871, + "id": 3639, "properties": { "age": "14", "east": "false", @@ -98381,7 +104457,7 @@ } }, { - "id": 2872, + "id": 3640, "properties": { "age": "14", "east": "false", @@ -98392,7 +104468,7 @@ } }, { - "id": 2873, + "id": 3641, "properties": { "age": "14", "east": "false", @@ -98403,7 +104479,7 @@ } }, { - "id": 2874, + "id": 3642, "properties": { "age": "14", "east": "false", @@ -98414,7 +104490,7 @@ } }, { - "id": 2875, + "id": 3643, "properties": { "age": "14", "east": "false", @@ -98425,7 +104501,7 @@ } }, { - "id": 2876, + "id": 3644, "properties": { "age": "14", "east": "false", @@ -98436,7 +104512,7 @@ } }, { - "id": 2877, + "id": 3645, "properties": { "age": "14", "east": "false", @@ -98447,7 +104523,7 @@ } }, { - "id": 2878, + "id": 3646, "properties": { "age": "14", "east": "false", @@ -98458,7 +104534,7 @@ } }, { - "id": 2879, + "id": 3647, "properties": { "age": "14", "east": "false", @@ -98469,7 +104545,7 @@ } }, { - "id": 2880, + "id": 3648, "properties": { "age": "14", "east": "false", @@ -98480,7 +104556,7 @@ } }, { - "id": 2881, + "id": 3649, "properties": { "age": "14", "east": "false", @@ -98491,7 +104567,7 @@ } }, { - "id": 2882, + "id": 3650, "properties": { "age": "14", "east": "false", @@ -98502,7 +104578,7 @@ } }, { - "id": 2883, + "id": 3651, "properties": { "age": "14", "east": "false", @@ -98513,7 +104589,7 @@ } }, { - "id": 2884, + "id": 3652, "properties": { "age": "14", "east": "false", @@ -98524,7 +104600,7 @@ } }, { - "id": 2885, + "id": 3653, "properties": { "age": "14", "east": "false", @@ -98535,7 +104611,7 @@ } }, { - "id": 2886, + "id": 3654, "properties": { "age": "15", "east": "true", @@ -98546,7 +104622,7 @@ } }, { - "id": 2887, + "id": 3655, "properties": { "age": "15", "east": "true", @@ -98557,7 +104633,7 @@ } }, { - "id": 2888, + "id": 3656, "properties": { "age": "15", "east": "true", @@ -98568,7 +104644,7 @@ } }, { - "id": 2889, + "id": 3657, "properties": { "age": "15", "east": "true", @@ -98579,7 +104655,7 @@ } }, { - "id": 2890, + "id": 3658, "properties": { "age": "15", "east": "true", @@ -98590,7 +104666,7 @@ } }, { - "id": 2891, + "id": 3659, "properties": { "age": "15", "east": "true", @@ -98601,7 +104677,7 @@ } }, { - "id": 2892, + "id": 3660, "properties": { "age": "15", "east": "true", @@ -98612,7 +104688,7 @@ } }, { - "id": 2893, + "id": 3661, "properties": { "age": "15", "east": "true", @@ -98623,7 +104699,7 @@ } }, { - "id": 2894, + "id": 3662, "properties": { "age": "15", "east": "true", @@ -98634,7 +104710,7 @@ } }, { - "id": 2895, + "id": 3663, "properties": { "age": "15", "east": "true", @@ -98645,7 +104721,7 @@ } }, { - "id": 2896, + "id": 3664, "properties": { "age": "15", "east": "true", @@ -98656,7 +104732,7 @@ } }, { - "id": 2897, + "id": 3665, "properties": { "age": "15", "east": "true", @@ -98667,7 +104743,7 @@ } }, { - "id": 2898, + "id": 3666, "properties": { "age": "15", "east": "true", @@ -98678,7 +104754,7 @@ } }, { - "id": 2899, + "id": 3667, "properties": { "age": "15", "east": "true", @@ -98689,7 +104765,7 @@ } }, { - "id": 2900, + "id": 3668, "properties": { "age": "15", "east": "true", @@ -98700,7 +104776,7 @@ } }, { - "id": 2901, + "id": 3669, "properties": { "age": "15", "east": "true", @@ -98711,7 +104787,7 @@ } }, { - "id": 2902, + "id": 3670, "properties": { "age": "15", "east": "false", @@ -98722,7 +104798,7 @@ } }, { - "id": 2903, + "id": 3671, "properties": { "age": "15", "east": "false", @@ -98733,7 +104809,7 @@ } }, { - "id": 2904, + "id": 3672, "properties": { "age": "15", "east": "false", @@ -98744,7 +104820,7 @@ } }, { - "id": 2905, + "id": 3673, "properties": { "age": "15", "east": "false", @@ -98755,7 +104831,7 @@ } }, { - "id": 2906, + "id": 3674, "properties": { "age": "15", "east": "false", @@ -98766,7 +104842,7 @@ } }, { - "id": 2907, + "id": 3675, "properties": { "age": "15", "east": "false", @@ -98777,7 +104853,7 @@ } }, { - "id": 2908, + "id": 3676, "properties": { "age": "15", "east": "false", @@ -98788,7 +104864,7 @@ } }, { - "id": 2909, + "id": 3677, "properties": { "age": "15", "east": "false", @@ -98799,7 +104875,7 @@ } }, { - "id": 2910, + "id": 3678, "properties": { "age": "15", "east": "false", @@ -98810,7 +104886,7 @@ } }, { - "id": 2911, + "id": 3679, "properties": { "age": "15", "east": "false", @@ -98821,7 +104897,7 @@ } }, { - "id": 2912, + "id": 3680, "properties": { "age": "15", "east": "false", @@ -98832,7 +104908,7 @@ } }, { - "id": 2913, + "id": 3681, "properties": { "age": "15", "east": "false", @@ -98843,7 +104919,7 @@ } }, { - "id": 2914, + "id": 3682, "properties": { "age": "15", "east": "false", @@ -98854,7 +104930,7 @@ } }, { - "id": 2915, + "id": 3683, "properties": { "age": "15", "east": "false", @@ -98865,7 +104941,7 @@ } }, { - "id": 2916, + "id": 3684, "properties": { "age": "15", "east": "false", @@ -98876,7 +104952,7 @@ } }, { - "id": 2917, + "id": 3685, "properties": { "age": "15", "east": "false", @@ -98903,13 +104979,13 @@ "states": [ { "default": true, - "id": 13852, + "id": 14961, "properties": { "waterlogged": "true" } }, { - "id": 13853, + "id": 14962, "properties": { "waterlogged": "false" } @@ -98925,7 +105001,7 @@ "states": [ { "default": true, - "id": 13834 + "id": 14943 } ] }, @@ -98944,13 +105020,13 @@ "states": [ { "default": true, - "id": 13872, + "id": 14981, "properties": { "waterlogged": "true" } }, { - "id": 13873, + "id": 14982, "properties": { "waterlogged": "false" } @@ -98978,56 +105054,56 @@ "states": [ { "default": true, - "id": 13940, + "id": 15049, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13941, + "id": 15050, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13942, + "id": 15051, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13943, + "id": 15052, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13944, + "id": 15053, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13945, + "id": 15054, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13946, + "id": 15055, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13947, + "id": 15056, "properties": { "facing": "east", "waterlogged": "false" @@ -99043,19 +105119,19 @@ "states": [ { "default": true, - "id": 27913 + "id": 29670 } ] }, "minecraft:fletching_table": { "definition": { - "type": "minecraft:fletching_table", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 19460 + "id": 20569 } ] }, @@ -99068,7 +105144,7 @@ "states": [ { "default": true, - "id": 9351 + "id": 10428 } ] }, @@ -99080,7 +105156,7 @@ "states": [ { "default": true, - "id": 25853 + "id": 27610 } ] }, @@ -99349,7 +105425,7 @@ "states": [ { "default": true, - "id": 27632 + "id": 29389 } ] }, @@ -99369,25 +105445,25 @@ "states": [ { "default": true, - "id": 13562, + "id": 14639, "properties": { "age": "0" } }, { - "id": 13563, + "id": 14640, "properties": { "age": "1" } }, { - "id": 13564, + "id": 14641, "properties": { "age": "2" } }, { - "id": 13565, + "id": 14642, "properties": { "age": "3" } @@ -99413,7 +105489,7 @@ }, "states": [ { - "id": 4358, + "id": 5126, "properties": { "facing": "north", "lit": "true" @@ -99421,49 +105497,49 @@ }, { "default": true, - "id": 4359, + "id": 5127, "properties": { "facing": "north", "lit": "false" } }, { - "id": 4360, + "id": 5128, "properties": { "facing": "south", "lit": "true" } }, { - "id": 4361, + "id": 5129, "properties": { "facing": "south", "lit": "false" } }, { - "id": 4362, + "id": 5130, "properties": { "facing": "west", "lit": "true" } }, { - "id": 4363, + "id": 5131, "properties": { "facing": "west", "lit": "false" } }, { - "id": 4364, + "id": 5132, "properties": { "facing": "east", "lit": "true" } }, { - "id": 4365, + "id": 5133, "properties": { "facing": "east", "lit": "false" @@ -99479,7 +105555,7 @@ "states": [ { "default": true, - "id": 21313 + "id": 22454 } ] }, @@ -99524,7 +105600,7 @@ }, "states": [ { - "id": 7022, + "id": 8099, "properties": { "east": "true", "north": "true", @@ -99534,7 +105610,7 @@ } }, { - "id": 7023, + "id": 8100, "properties": { "east": "true", "north": "true", @@ -99544,7 +105620,7 @@ } }, { - "id": 7024, + "id": 8101, "properties": { "east": "true", "north": "true", @@ -99554,7 +105630,7 @@ } }, { - "id": 7025, + "id": 8102, "properties": { "east": "true", "north": "true", @@ -99564,7 +105640,7 @@ } }, { - "id": 7026, + "id": 8103, "properties": { "east": "true", "north": "true", @@ -99574,7 +105650,7 @@ } }, { - "id": 7027, + "id": 8104, "properties": { "east": "true", "north": "true", @@ -99584,7 +105660,7 @@ } }, { - "id": 7028, + "id": 8105, "properties": { "east": "true", "north": "true", @@ -99594,7 +105670,7 @@ } }, { - "id": 7029, + "id": 8106, "properties": { "east": "true", "north": "true", @@ -99604,7 +105680,7 @@ } }, { - "id": 7030, + "id": 8107, "properties": { "east": "true", "north": "false", @@ -99614,7 +105690,7 @@ } }, { - "id": 7031, + "id": 8108, "properties": { "east": "true", "north": "false", @@ -99624,7 +105700,7 @@ } }, { - "id": 7032, + "id": 8109, "properties": { "east": "true", "north": "false", @@ -99634,7 +105710,7 @@ } }, { - "id": 7033, + "id": 8110, "properties": { "east": "true", "north": "false", @@ -99644,7 +105720,7 @@ } }, { - "id": 7034, + "id": 8111, "properties": { "east": "true", "north": "false", @@ -99654,7 +105730,7 @@ } }, { - "id": 7035, + "id": 8112, "properties": { "east": "true", "north": "false", @@ -99664,7 +105740,7 @@ } }, { - "id": 7036, + "id": 8113, "properties": { "east": "true", "north": "false", @@ -99674,7 +105750,7 @@ } }, { - "id": 7037, + "id": 8114, "properties": { "east": "true", "north": "false", @@ -99684,7 +105760,7 @@ } }, { - "id": 7038, + "id": 8115, "properties": { "east": "false", "north": "true", @@ -99694,7 +105770,7 @@ } }, { - "id": 7039, + "id": 8116, "properties": { "east": "false", "north": "true", @@ -99704,7 +105780,7 @@ } }, { - "id": 7040, + "id": 8117, "properties": { "east": "false", "north": "true", @@ -99714,7 +105790,7 @@ } }, { - "id": 7041, + "id": 8118, "properties": { "east": "false", "north": "true", @@ -99724,7 +105800,7 @@ } }, { - "id": 7042, + "id": 8119, "properties": { "east": "false", "north": "true", @@ -99734,7 +105810,7 @@ } }, { - "id": 7043, + "id": 8120, "properties": { "east": "false", "north": "true", @@ -99744,7 +105820,7 @@ } }, { - "id": 7044, + "id": 8121, "properties": { "east": "false", "north": "true", @@ -99754,7 +105830,7 @@ } }, { - "id": 7045, + "id": 8122, "properties": { "east": "false", "north": "true", @@ -99764,7 +105840,7 @@ } }, { - "id": 7046, + "id": 8123, "properties": { "east": "false", "north": "false", @@ -99774,7 +105850,7 @@ } }, { - "id": 7047, + "id": 8124, "properties": { "east": "false", "north": "false", @@ -99784,7 +105860,7 @@ } }, { - "id": 7048, + "id": 8125, "properties": { "east": "false", "north": "false", @@ -99794,7 +105870,7 @@ } }, { - "id": 7049, + "id": 8126, "properties": { "east": "false", "north": "false", @@ -99804,7 +105880,7 @@ } }, { - "id": 7050, + "id": 8127, "properties": { "east": "false", "north": "false", @@ -99814,7 +105890,7 @@ } }, { - "id": 7051, + "id": 8128, "properties": { "east": "false", "north": "false", @@ -99824,7 +105900,7 @@ } }, { - "id": 7052, + "id": 8129, "properties": { "east": "false", "north": "false", @@ -99835,7 +105911,7 @@ }, { "default": true, - "id": 7053, + "id": 8130, "properties": { "east": "false", "north": "false", @@ -99883,7 +105959,7 @@ }, "states": [ { - "id": 7112, + "id": 8189, "properties": { "down": "true", "east": "true", @@ -99895,7 +105971,7 @@ } }, { - "id": 7113, + "id": 8190, "properties": { "down": "true", "east": "true", @@ -99907,7 +105983,7 @@ } }, { - "id": 7114, + "id": 8191, "properties": { "down": "true", "east": "true", @@ -99919,7 +105995,7 @@ } }, { - "id": 7115, + "id": 8192, "properties": { "down": "true", "east": "true", @@ -99931,7 +106007,7 @@ } }, { - "id": 7116, + "id": 8193, "properties": { "down": "true", "east": "true", @@ -99943,7 +106019,7 @@ } }, { - "id": 7117, + "id": 8194, "properties": { "down": "true", "east": "true", @@ -99955,7 +106031,7 @@ } }, { - "id": 7118, + "id": 8195, "properties": { "down": "true", "east": "true", @@ -99967,7 +106043,7 @@ } }, { - "id": 7119, + "id": 8196, "properties": { "down": "true", "east": "true", @@ -99979,7 +106055,7 @@ } }, { - "id": 7120, + "id": 8197, "properties": { "down": "true", "east": "true", @@ -99991,7 +106067,7 @@ } }, { - "id": 7121, + "id": 8198, "properties": { "down": "true", "east": "true", @@ -100003,7 +106079,7 @@ } }, { - "id": 7122, + "id": 8199, "properties": { "down": "true", "east": "true", @@ -100015,7 +106091,7 @@ } }, { - "id": 7123, + "id": 8200, "properties": { "down": "true", "east": "true", @@ -100027,7 +106103,7 @@ } }, { - "id": 7124, + "id": 8201, "properties": { "down": "true", "east": "true", @@ -100039,7 +106115,7 @@ } }, { - "id": 7125, + "id": 8202, "properties": { "down": "true", "east": "true", @@ -100051,7 +106127,7 @@ } }, { - "id": 7126, + "id": 8203, "properties": { "down": "true", "east": "true", @@ -100063,7 +106139,7 @@ } }, { - "id": 7127, + "id": 8204, "properties": { "down": "true", "east": "true", @@ -100075,7 +106151,7 @@ } }, { - "id": 7128, + "id": 8205, "properties": { "down": "true", "east": "true", @@ -100087,7 +106163,7 @@ } }, { - "id": 7129, + "id": 8206, "properties": { "down": "true", "east": "true", @@ -100099,7 +106175,7 @@ } }, { - "id": 7130, + "id": 8207, "properties": { "down": "true", "east": "true", @@ -100111,7 +106187,7 @@ } }, { - "id": 7131, + "id": 8208, "properties": { "down": "true", "east": "true", @@ -100123,7 +106199,7 @@ } }, { - "id": 7132, + "id": 8209, "properties": { "down": "true", "east": "true", @@ -100135,7 +106211,7 @@ } }, { - "id": 7133, + "id": 8210, "properties": { "down": "true", "east": "true", @@ -100147,7 +106223,7 @@ } }, { - "id": 7134, + "id": 8211, "properties": { "down": "true", "east": "true", @@ -100159,7 +106235,7 @@ } }, { - "id": 7135, + "id": 8212, "properties": { "down": "true", "east": "true", @@ -100171,7 +106247,7 @@ } }, { - "id": 7136, + "id": 8213, "properties": { "down": "true", "east": "true", @@ -100183,7 +106259,7 @@ } }, { - "id": 7137, + "id": 8214, "properties": { "down": "true", "east": "true", @@ -100195,7 +106271,7 @@ } }, { - "id": 7138, + "id": 8215, "properties": { "down": "true", "east": "true", @@ -100207,7 +106283,7 @@ } }, { - "id": 7139, + "id": 8216, "properties": { "down": "true", "east": "true", @@ -100219,7 +106295,7 @@ } }, { - "id": 7140, + "id": 8217, "properties": { "down": "true", "east": "true", @@ -100231,7 +106307,7 @@ } }, { - "id": 7141, + "id": 8218, "properties": { "down": "true", "east": "true", @@ -100243,7 +106319,7 @@ } }, { - "id": 7142, + "id": 8219, "properties": { "down": "true", "east": "true", @@ -100255,7 +106331,7 @@ } }, { - "id": 7143, + "id": 8220, "properties": { "down": "true", "east": "true", @@ -100267,7 +106343,7 @@ } }, { - "id": 7144, + "id": 8221, "properties": { "down": "true", "east": "false", @@ -100279,7 +106355,7 @@ } }, { - "id": 7145, + "id": 8222, "properties": { "down": "true", "east": "false", @@ -100291,7 +106367,7 @@ } }, { - "id": 7146, + "id": 8223, "properties": { "down": "true", "east": "false", @@ -100303,7 +106379,7 @@ } }, { - "id": 7147, + "id": 8224, "properties": { "down": "true", "east": "false", @@ -100315,7 +106391,7 @@ } }, { - "id": 7148, + "id": 8225, "properties": { "down": "true", "east": "false", @@ -100327,7 +106403,7 @@ } }, { - "id": 7149, + "id": 8226, "properties": { "down": "true", "east": "false", @@ -100339,7 +106415,7 @@ } }, { - "id": 7150, + "id": 8227, "properties": { "down": "true", "east": "false", @@ -100351,7 +106427,7 @@ } }, { - "id": 7151, + "id": 8228, "properties": { "down": "true", "east": "false", @@ -100363,7 +106439,7 @@ } }, { - "id": 7152, + "id": 8229, "properties": { "down": "true", "east": "false", @@ -100375,7 +106451,7 @@ } }, { - "id": 7153, + "id": 8230, "properties": { "down": "true", "east": "false", @@ -100387,7 +106463,7 @@ } }, { - "id": 7154, + "id": 8231, "properties": { "down": "true", "east": "false", @@ -100399,7 +106475,7 @@ } }, { - "id": 7155, + "id": 8232, "properties": { "down": "true", "east": "false", @@ -100411,7 +106487,7 @@ } }, { - "id": 7156, + "id": 8233, "properties": { "down": "true", "east": "false", @@ -100423,7 +106499,7 @@ } }, { - "id": 7157, + "id": 8234, "properties": { "down": "true", "east": "false", @@ -100435,7 +106511,7 @@ } }, { - "id": 7158, + "id": 8235, "properties": { "down": "true", "east": "false", @@ -100447,7 +106523,7 @@ } }, { - "id": 7159, + "id": 8236, "properties": { "down": "true", "east": "false", @@ -100459,7 +106535,7 @@ } }, { - "id": 7160, + "id": 8237, "properties": { "down": "true", "east": "false", @@ -100471,7 +106547,7 @@ } }, { - "id": 7161, + "id": 8238, "properties": { "down": "true", "east": "false", @@ -100483,7 +106559,7 @@ } }, { - "id": 7162, + "id": 8239, "properties": { "down": "true", "east": "false", @@ -100495,7 +106571,7 @@ } }, { - "id": 7163, + "id": 8240, "properties": { "down": "true", "east": "false", @@ -100507,7 +106583,7 @@ } }, { - "id": 7164, + "id": 8241, "properties": { "down": "true", "east": "false", @@ -100519,7 +106595,7 @@ } }, { - "id": 7165, + "id": 8242, "properties": { "down": "true", "east": "false", @@ -100531,7 +106607,7 @@ } }, { - "id": 7166, + "id": 8243, "properties": { "down": "true", "east": "false", @@ -100543,7 +106619,7 @@ } }, { - "id": 7167, + "id": 8244, "properties": { "down": "true", "east": "false", @@ -100555,7 +106631,7 @@ } }, { - "id": 7168, + "id": 8245, "properties": { "down": "true", "east": "false", @@ -100567,7 +106643,7 @@ } }, { - "id": 7169, + "id": 8246, "properties": { "down": "true", "east": "false", @@ -100579,7 +106655,7 @@ } }, { - "id": 7170, + "id": 8247, "properties": { "down": "true", "east": "false", @@ -100591,7 +106667,7 @@ } }, { - "id": 7171, + "id": 8248, "properties": { "down": "true", "east": "false", @@ -100603,7 +106679,7 @@ } }, { - "id": 7172, + "id": 8249, "properties": { "down": "true", "east": "false", @@ -100615,7 +106691,7 @@ } }, { - "id": 7173, + "id": 8250, "properties": { "down": "true", "east": "false", @@ -100627,7 +106703,7 @@ } }, { - "id": 7174, + "id": 8251, "properties": { "down": "true", "east": "false", @@ -100639,7 +106715,7 @@ } }, { - "id": 7175, + "id": 8252, "properties": { "down": "true", "east": "false", @@ -100651,7 +106727,7 @@ } }, { - "id": 7176, + "id": 8253, "properties": { "down": "false", "east": "true", @@ -100663,7 +106739,7 @@ } }, { - "id": 7177, + "id": 8254, "properties": { "down": "false", "east": "true", @@ -100675,7 +106751,7 @@ } }, { - "id": 7178, + "id": 8255, "properties": { "down": "false", "east": "true", @@ -100687,7 +106763,7 @@ } }, { - "id": 7179, + "id": 8256, "properties": { "down": "false", "east": "true", @@ -100699,7 +106775,7 @@ } }, { - "id": 7180, + "id": 8257, "properties": { "down": "false", "east": "true", @@ -100711,7 +106787,7 @@ } }, { - "id": 7181, + "id": 8258, "properties": { "down": "false", "east": "true", @@ -100723,7 +106799,7 @@ } }, { - "id": 7182, + "id": 8259, "properties": { "down": "false", "east": "true", @@ -100735,7 +106811,7 @@ } }, { - "id": 7183, + "id": 8260, "properties": { "down": "false", "east": "true", @@ -100747,7 +106823,7 @@ } }, { - "id": 7184, + "id": 8261, "properties": { "down": "false", "east": "true", @@ -100759,7 +106835,7 @@ } }, { - "id": 7185, + "id": 8262, "properties": { "down": "false", "east": "true", @@ -100771,7 +106847,7 @@ } }, { - "id": 7186, + "id": 8263, "properties": { "down": "false", "east": "true", @@ -100783,7 +106859,7 @@ } }, { - "id": 7187, + "id": 8264, "properties": { "down": "false", "east": "true", @@ -100795,7 +106871,7 @@ } }, { - "id": 7188, + "id": 8265, "properties": { "down": "false", "east": "true", @@ -100807,7 +106883,7 @@ } }, { - "id": 7189, + "id": 8266, "properties": { "down": "false", "east": "true", @@ -100819,7 +106895,7 @@ } }, { - "id": 7190, + "id": 8267, "properties": { "down": "false", "east": "true", @@ -100831,7 +106907,7 @@ } }, { - "id": 7191, + "id": 8268, "properties": { "down": "false", "east": "true", @@ -100843,7 +106919,7 @@ } }, { - "id": 7192, + "id": 8269, "properties": { "down": "false", "east": "true", @@ -100855,7 +106931,7 @@ } }, { - "id": 7193, + "id": 8270, "properties": { "down": "false", "east": "true", @@ -100867,7 +106943,7 @@ } }, { - "id": 7194, + "id": 8271, "properties": { "down": "false", "east": "true", @@ -100879,7 +106955,7 @@ } }, { - "id": 7195, + "id": 8272, "properties": { "down": "false", "east": "true", @@ -100891,7 +106967,7 @@ } }, { - "id": 7196, + "id": 8273, "properties": { "down": "false", "east": "true", @@ -100903,7 +106979,7 @@ } }, { - "id": 7197, + "id": 8274, "properties": { "down": "false", "east": "true", @@ -100915,7 +106991,7 @@ } }, { - "id": 7198, + "id": 8275, "properties": { "down": "false", "east": "true", @@ -100927,7 +107003,7 @@ } }, { - "id": 7199, + "id": 8276, "properties": { "down": "false", "east": "true", @@ -100939,7 +107015,7 @@ } }, { - "id": 7200, + "id": 8277, "properties": { "down": "false", "east": "true", @@ -100951,7 +107027,7 @@ } }, { - "id": 7201, + "id": 8278, "properties": { "down": "false", "east": "true", @@ -100963,7 +107039,7 @@ } }, { - "id": 7202, + "id": 8279, "properties": { "down": "false", "east": "true", @@ -100975,7 +107051,7 @@ } }, { - "id": 7203, + "id": 8280, "properties": { "down": "false", "east": "true", @@ -100987,7 +107063,7 @@ } }, { - "id": 7204, + "id": 8281, "properties": { "down": "false", "east": "true", @@ -100999,7 +107075,7 @@ } }, { - "id": 7205, + "id": 8282, "properties": { "down": "false", "east": "true", @@ -101011,7 +107087,7 @@ } }, { - "id": 7206, + "id": 8283, "properties": { "down": "false", "east": "true", @@ -101023,7 +107099,7 @@ } }, { - "id": 7207, + "id": 8284, "properties": { "down": "false", "east": "true", @@ -101035,7 +107111,7 @@ } }, { - "id": 7208, + "id": 8285, "properties": { "down": "false", "east": "false", @@ -101047,7 +107123,7 @@ } }, { - "id": 7209, + "id": 8286, "properties": { "down": "false", "east": "false", @@ -101059,7 +107135,7 @@ } }, { - "id": 7210, + "id": 8287, "properties": { "down": "false", "east": "false", @@ -101071,7 +107147,7 @@ } }, { - "id": 7211, + "id": 8288, "properties": { "down": "false", "east": "false", @@ -101083,7 +107159,7 @@ } }, { - "id": 7212, + "id": 8289, "properties": { "down": "false", "east": "false", @@ -101095,7 +107171,7 @@ } }, { - "id": 7213, + "id": 8290, "properties": { "down": "false", "east": "false", @@ -101107,7 +107183,7 @@ } }, { - "id": 7214, + "id": 8291, "properties": { "down": "false", "east": "false", @@ -101119,7 +107195,7 @@ } }, { - "id": 7215, + "id": 8292, "properties": { "down": "false", "east": "false", @@ -101131,7 +107207,7 @@ } }, { - "id": 7216, + "id": 8293, "properties": { "down": "false", "east": "false", @@ -101143,7 +107219,7 @@ } }, { - "id": 7217, + "id": 8294, "properties": { "down": "false", "east": "false", @@ -101155,7 +107231,7 @@ } }, { - "id": 7218, + "id": 8295, "properties": { "down": "false", "east": "false", @@ -101167,7 +107243,7 @@ } }, { - "id": 7219, + "id": 8296, "properties": { "down": "false", "east": "false", @@ -101179,7 +107255,7 @@ } }, { - "id": 7220, + "id": 8297, "properties": { "down": "false", "east": "false", @@ -101191,7 +107267,7 @@ } }, { - "id": 7221, + "id": 8298, "properties": { "down": "false", "east": "false", @@ -101203,7 +107279,7 @@ } }, { - "id": 7222, + "id": 8299, "properties": { "down": "false", "east": "false", @@ -101215,7 +107291,7 @@ } }, { - "id": 7223, + "id": 8300, "properties": { "down": "false", "east": "false", @@ -101227,7 +107303,7 @@ } }, { - "id": 7224, + "id": 8301, "properties": { "down": "false", "east": "false", @@ -101239,7 +107315,7 @@ } }, { - "id": 7225, + "id": 8302, "properties": { "down": "false", "east": "false", @@ -101251,7 +107327,7 @@ } }, { - "id": 7226, + "id": 8303, "properties": { "down": "false", "east": "false", @@ -101263,7 +107339,7 @@ } }, { - "id": 7227, + "id": 8304, "properties": { "down": "false", "east": "false", @@ -101275,7 +107351,7 @@ } }, { - "id": 7228, + "id": 8305, "properties": { "down": "false", "east": "false", @@ -101287,7 +107363,7 @@ } }, { - "id": 7229, + "id": 8306, "properties": { "down": "false", "east": "false", @@ -101299,7 +107375,7 @@ } }, { - "id": 7230, + "id": 8307, "properties": { "down": "false", "east": "false", @@ -101311,7 +107387,7 @@ } }, { - "id": 7231, + "id": 8308, "properties": { "down": "false", "east": "false", @@ -101323,7 +107399,7 @@ } }, { - "id": 7232, + "id": 8309, "properties": { "down": "false", "east": "false", @@ -101335,7 +107411,7 @@ } }, { - "id": 7233, + "id": 8310, "properties": { "down": "false", "east": "false", @@ -101347,7 +107423,7 @@ } }, { - "id": 7234, + "id": 8311, "properties": { "down": "false", "east": "false", @@ -101359,7 +107435,7 @@ } }, { - "id": 7235, + "id": 8312, "properties": { "down": "false", "east": "false", @@ -101371,7 +107447,7 @@ } }, { - "id": 7236, + "id": 8313, "properties": { "down": "false", "east": "false", @@ -101383,7 +107459,7 @@ } }, { - "id": 7237, + "id": 8314, "properties": { "down": "false", "east": "false", @@ -101395,7 +107471,7 @@ } }, { - "id": 7238, + "id": 8315, "properties": { "down": "false", "east": "false", @@ -101408,7 +107484,7 @@ }, { "default": true, - "id": 7239, + "id": 8316, "properties": { "down": "false", "east": "false", @@ -101429,7 +107505,7 @@ "states": [ { "default": true, - "id": 6042 + "id": 6815 } ] }, @@ -101488,21 +107564,21 @@ }, "states": [ { - "id": 15153, + "id": 16262, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15154, + "id": 16263, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15155, + "id": 16264, "properties": { "type": "bottom", "waterlogged": "true" @@ -101510,21 +107586,21 @@ }, { "default": true, - "id": 15156, + "id": 16265, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15157, + "id": 16266, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15158, + "id": 16267, "properties": { "type": "double", "waterlogged": "false" @@ -101565,7 +107641,7 @@ }, "states": [ { - "id": 14705, + "id": 15814, "properties": { "facing": "north", "half": "top", @@ -101574,7 +107650,7 @@ } }, { - "id": 14706, + "id": 15815, "properties": { "facing": "north", "half": "top", @@ -101583,7 +107659,7 @@ } }, { - "id": 14707, + "id": 15816, "properties": { "facing": "north", "half": "top", @@ -101592,7 +107668,7 @@ } }, { - "id": 14708, + "id": 15817, "properties": { "facing": "north", "half": "top", @@ -101601,7 +107677,7 @@ } }, { - "id": 14709, + "id": 15818, "properties": { "facing": "north", "half": "top", @@ -101610,7 +107686,7 @@ } }, { - "id": 14710, + "id": 15819, "properties": { "facing": "north", "half": "top", @@ -101619,7 +107695,7 @@ } }, { - "id": 14711, + "id": 15820, "properties": { "facing": "north", "half": "top", @@ -101628,7 +107704,7 @@ } }, { - "id": 14712, + "id": 15821, "properties": { "facing": "north", "half": "top", @@ -101637,7 +107713,7 @@ } }, { - "id": 14713, + "id": 15822, "properties": { "facing": "north", "half": "top", @@ -101646,7 +107722,7 @@ } }, { - "id": 14714, + "id": 15823, "properties": { "facing": "north", "half": "top", @@ -101655,7 +107731,7 @@ } }, { - "id": 14715, + "id": 15824, "properties": { "facing": "north", "half": "bottom", @@ -101665,7 +107741,7 @@ }, { "default": true, - "id": 14716, + "id": 15825, "properties": { "facing": "north", "half": "bottom", @@ -101674,7 +107750,7 @@ } }, { - "id": 14717, + "id": 15826, "properties": { "facing": "north", "half": "bottom", @@ -101683,7 +107759,7 @@ } }, { - "id": 14718, + "id": 15827, "properties": { "facing": "north", "half": "bottom", @@ -101692,7 +107768,7 @@ } }, { - "id": 14719, + "id": 15828, "properties": { "facing": "north", "half": "bottom", @@ -101701,7 +107777,7 @@ } }, { - "id": 14720, + "id": 15829, "properties": { "facing": "north", "half": "bottom", @@ -101710,7 +107786,7 @@ } }, { - "id": 14721, + "id": 15830, "properties": { "facing": "north", "half": "bottom", @@ -101719,7 +107795,7 @@ } }, { - "id": 14722, + "id": 15831, "properties": { "facing": "north", "half": "bottom", @@ -101728,7 +107804,7 @@ } }, { - "id": 14723, + "id": 15832, "properties": { "facing": "north", "half": "bottom", @@ -101737,7 +107813,7 @@ } }, { - "id": 14724, + "id": 15833, "properties": { "facing": "north", "half": "bottom", @@ -101746,7 +107822,7 @@ } }, { - "id": 14725, + "id": 15834, "properties": { "facing": "south", "half": "top", @@ -101755,7 +107831,7 @@ } }, { - "id": 14726, + "id": 15835, "properties": { "facing": "south", "half": "top", @@ -101764,7 +107840,7 @@ } }, { - "id": 14727, + "id": 15836, "properties": { "facing": "south", "half": "top", @@ -101773,7 +107849,7 @@ } }, { - "id": 14728, + "id": 15837, "properties": { "facing": "south", "half": "top", @@ -101782,7 +107858,7 @@ } }, { - "id": 14729, + "id": 15838, "properties": { "facing": "south", "half": "top", @@ -101791,7 +107867,7 @@ } }, { - "id": 14730, + "id": 15839, "properties": { "facing": "south", "half": "top", @@ -101800,7 +107876,7 @@ } }, { - "id": 14731, + "id": 15840, "properties": { "facing": "south", "half": "top", @@ -101809,7 +107885,7 @@ } }, { - "id": 14732, + "id": 15841, "properties": { "facing": "south", "half": "top", @@ -101818,7 +107894,7 @@ } }, { - "id": 14733, + "id": 15842, "properties": { "facing": "south", "half": "top", @@ -101827,7 +107903,7 @@ } }, { - "id": 14734, + "id": 15843, "properties": { "facing": "south", "half": "top", @@ -101836,7 +107912,7 @@ } }, { - "id": 14735, + "id": 15844, "properties": { "facing": "south", "half": "bottom", @@ -101845,7 +107921,7 @@ } }, { - "id": 14736, + "id": 15845, "properties": { "facing": "south", "half": "bottom", @@ -101854,7 +107930,7 @@ } }, { - "id": 14737, + "id": 15846, "properties": { "facing": "south", "half": "bottom", @@ -101863,7 +107939,7 @@ } }, { - "id": 14738, + "id": 15847, "properties": { "facing": "south", "half": "bottom", @@ -101872,7 +107948,7 @@ } }, { - "id": 14739, + "id": 15848, "properties": { "facing": "south", "half": "bottom", @@ -101881,7 +107957,7 @@ } }, { - "id": 14740, + "id": 15849, "properties": { "facing": "south", "half": "bottom", @@ -101890,7 +107966,7 @@ } }, { - "id": 14741, + "id": 15850, "properties": { "facing": "south", "half": "bottom", @@ -101899,7 +107975,7 @@ } }, { - "id": 14742, + "id": 15851, "properties": { "facing": "south", "half": "bottom", @@ -101908,7 +107984,7 @@ } }, { - "id": 14743, + "id": 15852, "properties": { "facing": "south", "half": "bottom", @@ -101917,7 +107993,7 @@ } }, { - "id": 14744, + "id": 15853, "properties": { "facing": "south", "half": "bottom", @@ -101926,7 +108002,7 @@ } }, { - "id": 14745, + "id": 15854, "properties": { "facing": "west", "half": "top", @@ -101935,7 +108011,7 @@ } }, { - "id": 14746, + "id": 15855, "properties": { "facing": "west", "half": "top", @@ -101944,7 +108020,7 @@ } }, { - "id": 14747, + "id": 15856, "properties": { "facing": "west", "half": "top", @@ -101953,7 +108029,7 @@ } }, { - "id": 14748, + "id": 15857, "properties": { "facing": "west", "half": "top", @@ -101962,7 +108038,7 @@ } }, { - "id": 14749, + "id": 15858, "properties": { "facing": "west", "half": "top", @@ -101971,7 +108047,7 @@ } }, { - "id": 14750, + "id": 15859, "properties": { "facing": "west", "half": "top", @@ -101980,7 +108056,7 @@ } }, { - "id": 14751, + "id": 15860, "properties": { "facing": "west", "half": "top", @@ -101989,7 +108065,7 @@ } }, { - "id": 14752, + "id": 15861, "properties": { "facing": "west", "half": "top", @@ -101998,7 +108074,7 @@ } }, { - "id": 14753, + "id": 15862, "properties": { "facing": "west", "half": "top", @@ -102007,7 +108083,7 @@ } }, { - "id": 14754, + "id": 15863, "properties": { "facing": "west", "half": "top", @@ -102016,7 +108092,7 @@ } }, { - "id": 14755, + "id": 15864, "properties": { "facing": "west", "half": "bottom", @@ -102025,7 +108101,7 @@ } }, { - "id": 14756, + "id": 15865, "properties": { "facing": "west", "half": "bottom", @@ -102034,7 +108110,7 @@ } }, { - "id": 14757, + "id": 15866, "properties": { "facing": "west", "half": "bottom", @@ -102043,7 +108119,7 @@ } }, { - "id": 14758, + "id": 15867, "properties": { "facing": "west", "half": "bottom", @@ -102052,7 +108128,7 @@ } }, { - "id": 14759, + "id": 15868, "properties": { "facing": "west", "half": "bottom", @@ -102061,7 +108137,7 @@ } }, { - "id": 14760, + "id": 15869, "properties": { "facing": "west", "half": "bottom", @@ -102070,7 +108146,7 @@ } }, { - "id": 14761, + "id": 15870, "properties": { "facing": "west", "half": "bottom", @@ -102079,7 +108155,7 @@ } }, { - "id": 14762, + "id": 15871, "properties": { "facing": "west", "half": "bottom", @@ -102088,7 +108164,7 @@ } }, { - "id": 14763, + "id": 15872, "properties": { "facing": "west", "half": "bottom", @@ -102097,7 +108173,7 @@ } }, { - "id": 14764, + "id": 15873, "properties": { "facing": "west", "half": "bottom", @@ -102106,7 +108182,7 @@ } }, { - "id": 14765, + "id": 15874, "properties": { "facing": "east", "half": "top", @@ -102115,7 +108191,7 @@ } }, { - "id": 14766, + "id": 15875, "properties": { "facing": "east", "half": "top", @@ -102124,7 +108200,7 @@ } }, { - "id": 14767, + "id": 15876, "properties": { "facing": "east", "half": "top", @@ -102133,7 +108209,7 @@ } }, { - "id": 14768, + "id": 15877, "properties": { "facing": "east", "half": "top", @@ -102142,7 +108218,7 @@ } }, { - "id": 14769, + "id": 15878, "properties": { "facing": "east", "half": "top", @@ -102151,7 +108227,7 @@ } }, { - "id": 14770, + "id": 15879, "properties": { "facing": "east", "half": "top", @@ -102160,7 +108236,7 @@ } }, { - "id": 14771, + "id": 15880, "properties": { "facing": "east", "half": "top", @@ -102169,7 +108245,7 @@ } }, { - "id": 14772, + "id": 15881, "properties": { "facing": "east", "half": "top", @@ -102178,7 +108254,7 @@ } }, { - "id": 14773, + "id": 15882, "properties": { "facing": "east", "half": "top", @@ -102187,7 +108263,7 @@ } }, { - "id": 14774, + "id": 15883, "properties": { "facing": "east", "half": "top", @@ -102196,7 +108272,7 @@ } }, { - "id": 14775, + "id": 15884, "properties": { "facing": "east", "half": "bottom", @@ -102205,7 +108281,7 @@ } }, { - "id": 14776, + "id": 15885, "properties": { "facing": "east", "half": "bottom", @@ -102214,7 +108290,7 @@ } }, { - "id": 14777, + "id": 15886, "properties": { "facing": "east", "half": "bottom", @@ -102223,7 +108299,7 @@ } }, { - "id": 14778, + "id": 15887, "properties": { "facing": "east", "half": "bottom", @@ -102232,7 +108308,7 @@ } }, { - "id": 14779, + "id": 15888, "properties": { "facing": "east", "half": "bottom", @@ -102241,7 +108317,7 @@ } }, { - "id": 14780, + "id": 15889, "properties": { "facing": "east", "half": "bottom", @@ -102250,7 +108326,7 @@ } }, { - "id": 14781, + "id": 15890, "properties": { "facing": "east", "half": "bottom", @@ -102259,7 +108335,7 @@ } }, { - "id": 14782, + "id": 15891, "properties": { "facing": "east", "half": "bottom", @@ -102268,7 +108344,7 @@ } }, { - "id": 14783, + "id": 15892, "properties": { "facing": "east", "half": "bottom", @@ -102277,7 +108353,7 @@ } }, { - "id": 14784, + "id": 15893, "properties": { "facing": "east", "half": "bottom", @@ -102324,7 +108400,7 @@ }, "states": [ { - "id": 16479, + "id": 17588, "properties": { "east": "none", "north": "none", @@ -102335,7 +108411,7 @@ } }, { - "id": 16480, + "id": 17589, "properties": { "east": "none", "north": "none", @@ -102346,7 +108422,7 @@ } }, { - "id": 16481, + "id": 17590, "properties": { "east": "none", "north": "none", @@ -102358,7 +108434,7 @@ }, { "default": true, - "id": 16482, + "id": 17591, "properties": { "east": "none", "north": "none", @@ -102369,7 +108445,7 @@ } }, { - "id": 16483, + "id": 17592, "properties": { "east": "none", "north": "none", @@ -102380,7 +108456,7 @@ } }, { - "id": 16484, + "id": 17593, "properties": { "east": "none", "north": "none", @@ -102391,7 +108467,7 @@ } }, { - "id": 16485, + "id": 17594, "properties": { "east": "none", "north": "none", @@ -102402,7 +108478,7 @@ } }, { - "id": 16486, + "id": 17595, "properties": { "east": "none", "north": "none", @@ -102413,7 +108489,7 @@ } }, { - "id": 16487, + "id": 17596, "properties": { "east": "none", "north": "none", @@ -102424,7 +108500,7 @@ } }, { - "id": 16488, + "id": 17597, "properties": { "east": "none", "north": "none", @@ -102435,7 +108511,7 @@ } }, { - "id": 16489, + "id": 17598, "properties": { "east": "none", "north": "none", @@ -102446,7 +108522,7 @@ } }, { - "id": 16490, + "id": 17599, "properties": { "east": "none", "north": "none", @@ -102457,7 +108533,7 @@ } }, { - "id": 16491, + "id": 17600, "properties": { "east": "none", "north": "none", @@ -102468,7 +108544,7 @@ } }, { - "id": 16492, + "id": 17601, "properties": { "east": "none", "north": "none", @@ -102479,7 +108555,7 @@ } }, { - "id": 16493, + "id": 17602, "properties": { "east": "none", "north": "none", @@ -102490,7 +108566,7 @@ } }, { - "id": 16494, + "id": 17603, "properties": { "east": "none", "north": "none", @@ -102501,7 +108577,7 @@ } }, { - "id": 16495, + "id": 17604, "properties": { "east": "none", "north": "none", @@ -102512,7 +108588,7 @@ } }, { - "id": 16496, + "id": 17605, "properties": { "east": "none", "north": "none", @@ -102523,7 +108599,7 @@ } }, { - "id": 16497, + "id": 17606, "properties": { "east": "none", "north": "none", @@ -102534,7 +108610,7 @@ } }, { - "id": 16498, + "id": 17607, "properties": { "east": "none", "north": "none", @@ -102545,7 +108621,7 @@ } }, { - "id": 16499, + "id": 17608, "properties": { "east": "none", "north": "none", @@ -102556,7 +108632,7 @@ } }, { - "id": 16500, + "id": 17609, "properties": { "east": "none", "north": "none", @@ -102567,7 +108643,7 @@ } }, { - "id": 16501, + "id": 17610, "properties": { "east": "none", "north": "none", @@ -102578,7 +108654,7 @@ } }, { - "id": 16502, + "id": 17611, "properties": { "east": "none", "north": "none", @@ -102589,7 +108665,7 @@ } }, { - "id": 16503, + "id": 17612, "properties": { "east": "none", "north": "none", @@ -102600,7 +108676,7 @@ } }, { - "id": 16504, + "id": 17613, "properties": { "east": "none", "north": "none", @@ -102611,7 +108687,7 @@ } }, { - "id": 16505, + "id": 17614, "properties": { "east": "none", "north": "none", @@ -102622,7 +108698,7 @@ } }, { - "id": 16506, + "id": 17615, "properties": { "east": "none", "north": "none", @@ -102633,7 +108709,7 @@ } }, { - "id": 16507, + "id": 17616, "properties": { "east": "none", "north": "none", @@ -102644,7 +108720,7 @@ } }, { - "id": 16508, + "id": 17617, "properties": { "east": "none", "north": "none", @@ -102655,7 +108731,7 @@ } }, { - "id": 16509, + "id": 17618, "properties": { "east": "none", "north": "none", @@ -102666,7 +108742,7 @@ } }, { - "id": 16510, + "id": 17619, "properties": { "east": "none", "north": "none", @@ -102677,7 +108753,7 @@ } }, { - "id": 16511, + "id": 17620, "properties": { "east": "none", "north": "none", @@ -102688,7 +108764,7 @@ } }, { - "id": 16512, + "id": 17621, "properties": { "east": "none", "north": "none", @@ -102699,7 +108775,7 @@ } }, { - "id": 16513, + "id": 17622, "properties": { "east": "none", "north": "none", @@ -102710,7 +108786,7 @@ } }, { - "id": 16514, + "id": 17623, "properties": { "east": "none", "north": "none", @@ -102721,7 +108797,7 @@ } }, { - "id": 16515, + "id": 17624, "properties": { "east": "none", "north": "low", @@ -102732,7 +108808,7 @@ } }, { - "id": 16516, + "id": 17625, "properties": { "east": "none", "north": "low", @@ -102743,7 +108819,7 @@ } }, { - "id": 16517, + "id": 17626, "properties": { "east": "none", "north": "low", @@ -102754,7 +108830,7 @@ } }, { - "id": 16518, + "id": 17627, "properties": { "east": "none", "north": "low", @@ -102765,7 +108841,7 @@ } }, { - "id": 16519, + "id": 17628, "properties": { "east": "none", "north": "low", @@ -102776,7 +108852,7 @@ } }, { - "id": 16520, + "id": 17629, "properties": { "east": "none", "north": "low", @@ -102787,7 +108863,7 @@ } }, { - "id": 16521, + "id": 17630, "properties": { "east": "none", "north": "low", @@ -102798,7 +108874,7 @@ } }, { - "id": 16522, + "id": 17631, "properties": { "east": "none", "north": "low", @@ -102809,7 +108885,7 @@ } }, { - "id": 16523, + "id": 17632, "properties": { "east": "none", "north": "low", @@ -102820,7 +108896,7 @@ } }, { - "id": 16524, + "id": 17633, "properties": { "east": "none", "north": "low", @@ -102831,7 +108907,7 @@ } }, { - "id": 16525, + "id": 17634, "properties": { "east": "none", "north": "low", @@ -102842,7 +108918,7 @@ } }, { - "id": 16526, + "id": 17635, "properties": { "east": "none", "north": "low", @@ -102853,7 +108929,7 @@ } }, { - "id": 16527, + "id": 17636, "properties": { "east": "none", "north": "low", @@ -102864,7 +108940,7 @@ } }, { - "id": 16528, + "id": 17637, "properties": { "east": "none", "north": "low", @@ -102875,7 +108951,7 @@ } }, { - "id": 16529, + "id": 17638, "properties": { "east": "none", "north": "low", @@ -102886,7 +108962,7 @@ } }, { - "id": 16530, + "id": 17639, "properties": { "east": "none", "north": "low", @@ -102897,7 +108973,7 @@ } }, { - "id": 16531, + "id": 17640, "properties": { "east": "none", "north": "low", @@ -102908,7 +108984,7 @@ } }, { - "id": 16532, + "id": 17641, "properties": { "east": "none", "north": "low", @@ -102919,7 +108995,7 @@ } }, { - "id": 16533, + "id": 17642, "properties": { "east": "none", "north": "low", @@ -102930,7 +109006,7 @@ } }, { - "id": 16534, + "id": 17643, "properties": { "east": "none", "north": "low", @@ -102941,7 +109017,7 @@ } }, { - "id": 16535, + "id": 17644, "properties": { "east": "none", "north": "low", @@ -102952,7 +109028,7 @@ } }, { - "id": 16536, + "id": 17645, "properties": { "east": "none", "north": "low", @@ -102963,7 +109039,7 @@ } }, { - "id": 16537, + "id": 17646, "properties": { "east": "none", "north": "low", @@ -102974,7 +109050,7 @@ } }, { - "id": 16538, + "id": 17647, "properties": { "east": "none", "north": "low", @@ -102985,7 +109061,7 @@ } }, { - "id": 16539, + "id": 17648, "properties": { "east": "none", "north": "low", @@ -102996,7 +109072,7 @@ } }, { - "id": 16540, + "id": 17649, "properties": { "east": "none", "north": "low", @@ -103007,7 +109083,7 @@ } }, { - "id": 16541, + "id": 17650, "properties": { "east": "none", "north": "low", @@ -103018,7 +109094,7 @@ } }, { - "id": 16542, + "id": 17651, "properties": { "east": "none", "north": "low", @@ -103029,7 +109105,7 @@ } }, { - "id": 16543, + "id": 17652, "properties": { "east": "none", "north": "low", @@ -103040,7 +109116,7 @@ } }, { - "id": 16544, + "id": 17653, "properties": { "east": "none", "north": "low", @@ -103051,7 +109127,7 @@ } }, { - "id": 16545, + "id": 17654, "properties": { "east": "none", "north": "low", @@ -103062,7 +109138,7 @@ } }, { - "id": 16546, + "id": 17655, "properties": { "east": "none", "north": "low", @@ -103073,7 +109149,7 @@ } }, { - "id": 16547, + "id": 17656, "properties": { "east": "none", "north": "low", @@ -103084,7 +109160,7 @@ } }, { - "id": 16548, + "id": 17657, "properties": { "east": "none", "north": "low", @@ -103095,7 +109171,7 @@ } }, { - "id": 16549, + "id": 17658, "properties": { "east": "none", "north": "low", @@ -103106,7 +109182,7 @@ } }, { - "id": 16550, + "id": 17659, "properties": { "east": "none", "north": "low", @@ -103117,7 +109193,7 @@ } }, { - "id": 16551, + "id": 17660, "properties": { "east": "none", "north": "tall", @@ -103128,7 +109204,7 @@ } }, { - "id": 16552, + "id": 17661, "properties": { "east": "none", "north": "tall", @@ -103139,7 +109215,7 @@ } }, { - "id": 16553, + "id": 17662, "properties": { "east": "none", "north": "tall", @@ -103150,7 +109226,7 @@ } }, { - "id": 16554, + "id": 17663, "properties": { "east": "none", "north": "tall", @@ -103161,7 +109237,7 @@ } }, { - "id": 16555, + "id": 17664, "properties": { "east": "none", "north": "tall", @@ -103172,7 +109248,7 @@ } }, { - "id": 16556, + "id": 17665, "properties": { "east": "none", "north": "tall", @@ -103183,7 +109259,7 @@ } }, { - "id": 16557, + "id": 17666, "properties": { "east": "none", "north": "tall", @@ -103194,7 +109270,7 @@ } }, { - "id": 16558, + "id": 17667, "properties": { "east": "none", "north": "tall", @@ -103205,7 +109281,7 @@ } }, { - "id": 16559, + "id": 17668, "properties": { "east": "none", "north": "tall", @@ -103216,7 +109292,7 @@ } }, { - "id": 16560, + "id": 17669, "properties": { "east": "none", "north": "tall", @@ -103227,7 +109303,7 @@ } }, { - "id": 16561, + "id": 17670, "properties": { "east": "none", "north": "tall", @@ -103238,7 +109314,7 @@ } }, { - "id": 16562, + "id": 17671, "properties": { "east": "none", "north": "tall", @@ -103249,7 +109325,7 @@ } }, { - "id": 16563, + "id": 17672, "properties": { "east": "none", "north": "tall", @@ -103260,7 +109336,7 @@ } }, { - "id": 16564, + "id": 17673, "properties": { "east": "none", "north": "tall", @@ -103271,7 +109347,7 @@ } }, { - "id": 16565, + "id": 17674, "properties": { "east": "none", "north": "tall", @@ -103282,7 +109358,7 @@ } }, { - "id": 16566, + "id": 17675, "properties": { "east": "none", "north": "tall", @@ -103293,7 +109369,7 @@ } }, { - "id": 16567, + "id": 17676, "properties": { "east": "none", "north": "tall", @@ -103304,7 +109380,7 @@ } }, { - "id": 16568, + "id": 17677, "properties": { "east": "none", "north": "tall", @@ -103315,7 +109391,7 @@ } }, { - "id": 16569, + "id": 17678, "properties": { "east": "none", "north": "tall", @@ -103326,7 +109402,7 @@ } }, { - "id": 16570, + "id": 17679, "properties": { "east": "none", "north": "tall", @@ -103337,7 +109413,7 @@ } }, { - "id": 16571, + "id": 17680, "properties": { "east": "none", "north": "tall", @@ -103348,7 +109424,7 @@ } }, { - "id": 16572, + "id": 17681, "properties": { "east": "none", "north": "tall", @@ -103359,7 +109435,7 @@ } }, { - "id": 16573, + "id": 17682, "properties": { "east": "none", "north": "tall", @@ -103370,7 +109446,7 @@ } }, { - "id": 16574, + "id": 17683, "properties": { "east": "none", "north": "tall", @@ -103381,7 +109457,7 @@ } }, { - "id": 16575, + "id": 17684, "properties": { "east": "none", "north": "tall", @@ -103392,7 +109468,7 @@ } }, { - "id": 16576, + "id": 17685, "properties": { "east": "none", "north": "tall", @@ -103403,7 +109479,7 @@ } }, { - "id": 16577, + "id": 17686, "properties": { "east": "none", "north": "tall", @@ -103414,7 +109490,7 @@ } }, { - "id": 16578, + "id": 17687, "properties": { "east": "none", "north": "tall", @@ -103425,7 +109501,7 @@ } }, { - "id": 16579, + "id": 17688, "properties": { "east": "none", "north": "tall", @@ -103436,7 +109512,7 @@ } }, { - "id": 16580, + "id": 17689, "properties": { "east": "none", "north": "tall", @@ -103447,7 +109523,7 @@ } }, { - "id": 16581, + "id": 17690, "properties": { "east": "none", "north": "tall", @@ -103458,7 +109534,7 @@ } }, { - "id": 16582, + "id": 17691, "properties": { "east": "none", "north": "tall", @@ -103469,7 +109545,7 @@ } }, { - "id": 16583, + "id": 17692, "properties": { "east": "none", "north": "tall", @@ -103480,7 +109556,7 @@ } }, { - "id": 16584, + "id": 17693, "properties": { "east": "none", "north": "tall", @@ -103491,7 +109567,7 @@ } }, { - "id": 16585, + "id": 17694, "properties": { "east": "none", "north": "tall", @@ -103502,7 +109578,7 @@ } }, { - "id": 16586, + "id": 17695, "properties": { "east": "none", "north": "tall", @@ -103513,7 +109589,7 @@ } }, { - "id": 16587, + "id": 17696, "properties": { "east": "low", "north": "none", @@ -103524,7 +109600,7 @@ } }, { - "id": 16588, + "id": 17697, "properties": { "east": "low", "north": "none", @@ -103535,7 +109611,7 @@ } }, { - "id": 16589, + "id": 17698, "properties": { "east": "low", "north": "none", @@ -103546,7 +109622,7 @@ } }, { - "id": 16590, + "id": 17699, "properties": { "east": "low", "north": "none", @@ -103557,7 +109633,7 @@ } }, { - "id": 16591, + "id": 17700, "properties": { "east": "low", "north": "none", @@ -103568,7 +109644,7 @@ } }, { - "id": 16592, + "id": 17701, "properties": { "east": "low", "north": "none", @@ -103579,7 +109655,7 @@ } }, { - "id": 16593, + "id": 17702, "properties": { "east": "low", "north": "none", @@ -103590,7 +109666,7 @@ } }, { - "id": 16594, + "id": 17703, "properties": { "east": "low", "north": "none", @@ -103601,7 +109677,7 @@ } }, { - "id": 16595, + "id": 17704, "properties": { "east": "low", "north": "none", @@ -103612,7 +109688,7 @@ } }, { - "id": 16596, + "id": 17705, "properties": { "east": "low", "north": "none", @@ -103623,7 +109699,7 @@ } }, { - "id": 16597, + "id": 17706, "properties": { "east": "low", "north": "none", @@ -103634,7 +109710,7 @@ } }, { - "id": 16598, + "id": 17707, "properties": { "east": "low", "north": "none", @@ -103645,7 +109721,7 @@ } }, { - "id": 16599, + "id": 17708, "properties": { "east": "low", "north": "none", @@ -103656,7 +109732,7 @@ } }, { - "id": 16600, + "id": 17709, "properties": { "east": "low", "north": "none", @@ -103667,7 +109743,7 @@ } }, { - "id": 16601, + "id": 17710, "properties": { "east": "low", "north": "none", @@ -103678,7 +109754,7 @@ } }, { - "id": 16602, + "id": 17711, "properties": { "east": "low", "north": "none", @@ -103689,7 +109765,7 @@ } }, { - "id": 16603, + "id": 17712, "properties": { "east": "low", "north": "none", @@ -103700,7 +109776,7 @@ } }, { - "id": 16604, + "id": 17713, "properties": { "east": "low", "north": "none", @@ -103711,7 +109787,7 @@ } }, { - "id": 16605, + "id": 17714, "properties": { "east": "low", "north": "none", @@ -103722,7 +109798,7 @@ } }, { - "id": 16606, + "id": 17715, "properties": { "east": "low", "north": "none", @@ -103733,7 +109809,7 @@ } }, { - "id": 16607, + "id": 17716, "properties": { "east": "low", "north": "none", @@ -103744,7 +109820,7 @@ } }, { - "id": 16608, + "id": 17717, "properties": { "east": "low", "north": "none", @@ -103755,7 +109831,7 @@ } }, { - "id": 16609, + "id": 17718, "properties": { "east": "low", "north": "none", @@ -103766,7 +109842,7 @@ } }, { - "id": 16610, + "id": 17719, "properties": { "east": "low", "north": "none", @@ -103777,7 +109853,7 @@ } }, { - "id": 16611, + "id": 17720, "properties": { "east": "low", "north": "none", @@ -103788,7 +109864,7 @@ } }, { - "id": 16612, + "id": 17721, "properties": { "east": "low", "north": "none", @@ -103799,7 +109875,7 @@ } }, { - "id": 16613, + "id": 17722, "properties": { "east": "low", "north": "none", @@ -103810,7 +109886,7 @@ } }, { - "id": 16614, + "id": 17723, "properties": { "east": "low", "north": "none", @@ -103821,7 +109897,7 @@ } }, { - "id": 16615, + "id": 17724, "properties": { "east": "low", "north": "none", @@ -103832,7 +109908,7 @@ } }, { - "id": 16616, + "id": 17725, "properties": { "east": "low", "north": "none", @@ -103843,7 +109919,7 @@ } }, { - "id": 16617, + "id": 17726, "properties": { "east": "low", "north": "none", @@ -103854,7 +109930,7 @@ } }, { - "id": 16618, + "id": 17727, "properties": { "east": "low", "north": "none", @@ -103865,7 +109941,7 @@ } }, { - "id": 16619, + "id": 17728, "properties": { "east": "low", "north": "none", @@ -103876,7 +109952,7 @@ } }, { - "id": 16620, + "id": 17729, "properties": { "east": "low", "north": "none", @@ -103887,7 +109963,7 @@ } }, { - "id": 16621, + "id": 17730, "properties": { "east": "low", "north": "none", @@ -103898,7 +109974,7 @@ } }, { - "id": 16622, + "id": 17731, "properties": { "east": "low", "north": "none", @@ -103909,7 +109985,7 @@ } }, { - "id": 16623, + "id": 17732, "properties": { "east": "low", "north": "low", @@ -103920,7 +109996,7 @@ } }, { - "id": 16624, + "id": 17733, "properties": { "east": "low", "north": "low", @@ -103931,7 +110007,7 @@ } }, { - "id": 16625, + "id": 17734, "properties": { "east": "low", "north": "low", @@ -103942,7 +110018,7 @@ } }, { - "id": 16626, + "id": 17735, "properties": { "east": "low", "north": "low", @@ -103953,7 +110029,7 @@ } }, { - "id": 16627, + "id": 17736, "properties": { "east": "low", "north": "low", @@ -103964,7 +110040,7 @@ } }, { - "id": 16628, + "id": 17737, "properties": { "east": "low", "north": "low", @@ -103975,7 +110051,7 @@ } }, { - "id": 16629, + "id": 17738, "properties": { "east": "low", "north": "low", @@ -103986,7 +110062,7 @@ } }, { - "id": 16630, + "id": 17739, "properties": { "east": "low", "north": "low", @@ -103997,7 +110073,7 @@ } }, { - "id": 16631, + "id": 17740, "properties": { "east": "low", "north": "low", @@ -104008,7 +110084,7 @@ } }, { - "id": 16632, + "id": 17741, "properties": { "east": "low", "north": "low", @@ -104019,7 +110095,7 @@ } }, { - "id": 16633, + "id": 17742, "properties": { "east": "low", "north": "low", @@ -104030,7 +110106,7 @@ } }, { - "id": 16634, + "id": 17743, "properties": { "east": "low", "north": "low", @@ -104041,7 +110117,7 @@ } }, { - "id": 16635, + "id": 17744, "properties": { "east": "low", "north": "low", @@ -104052,7 +110128,7 @@ } }, { - "id": 16636, + "id": 17745, "properties": { "east": "low", "north": "low", @@ -104063,7 +110139,7 @@ } }, { - "id": 16637, + "id": 17746, "properties": { "east": "low", "north": "low", @@ -104074,7 +110150,7 @@ } }, { - "id": 16638, + "id": 17747, "properties": { "east": "low", "north": "low", @@ -104085,7 +110161,7 @@ } }, { - "id": 16639, + "id": 17748, "properties": { "east": "low", "north": "low", @@ -104096,7 +110172,7 @@ } }, { - "id": 16640, + "id": 17749, "properties": { "east": "low", "north": "low", @@ -104107,7 +110183,7 @@ } }, { - "id": 16641, + "id": 17750, "properties": { "east": "low", "north": "low", @@ -104118,7 +110194,7 @@ } }, { - "id": 16642, + "id": 17751, "properties": { "east": "low", "north": "low", @@ -104129,7 +110205,7 @@ } }, { - "id": 16643, + "id": 17752, "properties": { "east": "low", "north": "low", @@ -104140,7 +110216,7 @@ } }, { - "id": 16644, + "id": 17753, "properties": { "east": "low", "north": "low", @@ -104151,7 +110227,7 @@ } }, { - "id": 16645, + "id": 17754, "properties": { "east": "low", "north": "low", @@ -104162,7 +110238,7 @@ } }, { - "id": 16646, + "id": 17755, "properties": { "east": "low", "north": "low", @@ -104173,7 +110249,7 @@ } }, { - "id": 16647, + "id": 17756, "properties": { "east": "low", "north": "low", @@ -104184,7 +110260,7 @@ } }, { - "id": 16648, + "id": 17757, "properties": { "east": "low", "north": "low", @@ -104195,7 +110271,7 @@ } }, { - "id": 16649, + "id": 17758, "properties": { "east": "low", "north": "low", @@ -104206,7 +110282,7 @@ } }, { - "id": 16650, + "id": 17759, "properties": { "east": "low", "north": "low", @@ -104217,7 +110293,7 @@ } }, { - "id": 16651, + "id": 17760, "properties": { "east": "low", "north": "low", @@ -104228,7 +110304,7 @@ } }, { - "id": 16652, + "id": 17761, "properties": { "east": "low", "north": "low", @@ -104239,7 +110315,7 @@ } }, { - "id": 16653, + "id": 17762, "properties": { "east": "low", "north": "low", @@ -104250,7 +110326,7 @@ } }, { - "id": 16654, + "id": 17763, "properties": { "east": "low", "north": "low", @@ -104261,7 +110337,7 @@ } }, { - "id": 16655, + "id": 17764, "properties": { "east": "low", "north": "low", @@ -104272,7 +110348,7 @@ } }, { - "id": 16656, + "id": 17765, "properties": { "east": "low", "north": "low", @@ -104283,7 +110359,7 @@ } }, { - "id": 16657, + "id": 17766, "properties": { "east": "low", "north": "low", @@ -104294,7 +110370,7 @@ } }, { - "id": 16658, + "id": 17767, "properties": { "east": "low", "north": "low", @@ -104305,7 +110381,7 @@ } }, { - "id": 16659, + "id": 17768, "properties": { "east": "low", "north": "tall", @@ -104316,7 +110392,7 @@ } }, { - "id": 16660, + "id": 17769, "properties": { "east": "low", "north": "tall", @@ -104327,7 +110403,7 @@ } }, { - "id": 16661, + "id": 17770, "properties": { "east": "low", "north": "tall", @@ -104338,7 +110414,7 @@ } }, { - "id": 16662, + "id": 17771, "properties": { "east": "low", "north": "tall", @@ -104349,7 +110425,7 @@ } }, { - "id": 16663, + "id": 17772, "properties": { "east": "low", "north": "tall", @@ -104360,7 +110436,7 @@ } }, { - "id": 16664, + "id": 17773, "properties": { "east": "low", "north": "tall", @@ -104371,7 +110447,7 @@ } }, { - "id": 16665, + "id": 17774, "properties": { "east": "low", "north": "tall", @@ -104382,7 +110458,7 @@ } }, { - "id": 16666, + "id": 17775, "properties": { "east": "low", "north": "tall", @@ -104393,7 +110469,7 @@ } }, { - "id": 16667, + "id": 17776, "properties": { "east": "low", "north": "tall", @@ -104404,7 +110480,7 @@ } }, { - "id": 16668, + "id": 17777, "properties": { "east": "low", "north": "tall", @@ -104415,7 +110491,7 @@ } }, { - "id": 16669, + "id": 17778, "properties": { "east": "low", "north": "tall", @@ -104426,7 +110502,7 @@ } }, { - "id": 16670, + "id": 17779, "properties": { "east": "low", "north": "tall", @@ -104437,7 +110513,7 @@ } }, { - "id": 16671, + "id": 17780, "properties": { "east": "low", "north": "tall", @@ -104448,7 +110524,7 @@ } }, { - "id": 16672, + "id": 17781, "properties": { "east": "low", "north": "tall", @@ -104459,7 +110535,7 @@ } }, { - "id": 16673, + "id": 17782, "properties": { "east": "low", "north": "tall", @@ -104470,7 +110546,7 @@ } }, { - "id": 16674, + "id": 17783, "properties": { "east": "low", "north": "tall", @@ -104481,7 +110557,7 @@ } }, { - "id": 16675, + "id": 17784, "properties": { "east": "low", "north": "tall", @@ -104492,7 +110568,7 @@ } }, { - "id": 16676, + "id": 17785, "properties": { "east": "low", "north": "tall", @@ -104503,7 +110579,7 @@ } }, { - "id": 16677, + "id": 17786, "properties": { "east": "low", "north": "tall", @@ -104514,7 +110590,7 @@ } }, { - "id": 16678, + "id": 17787, "properties": { "east": "low", "north": "tall", @@ -104525,7 +110601,7 @@ } }, { - "id": 16679, + "id": 17788, "properties": { "east": "low", "north": "tall", @@ -104536,7 +110612,7 @@ } }, { - "id": 16680, + "id": 17789, "properties": { "east": "low", "north": "tall", @@ -104547,7 +110623,7 @@ } }, { - "id": 16681, + "id": 17790, "properties": { "east": "low", "north": "tall", @@ -104558,7 +110634,7 @@ } }, { - "id": 16682, + "id": 17791, "properties": { "east": "low", "north": "tall", @@ -104569,7 +110645,7 @@ } }, { - "id": 16683, + "id": 17792, "properties": { "east": "low", "north": "tall", @@ -104580,7 +110656,7 @@ } }, { - "id": 16684, + "id": 17793, "properties": { "east": "low", "north": "tall", @@ -104591,7 +110667,7 @@ } }, { - "id": 16685, + "id": 17794, "properties": { "east": "low", "north": "tall", @@ -104602,7 +110678,7 @@ } }, { - "id": 16686, + "id": 17795, "properties": { "east": "low", "north": "tall", @@ -104613,7 +110689,7 @@ } }, { - "id": 16687, + "id": 17796, "properties": { "east": "low", "north": "tall", @@ -104624,7 +110700,7 @@ } }, { - "id": 16688, + "id": 17797, "properties": { "east": "low", "north": "tall", @@ -104635,7 +110711,7 @@ } }, { - "id": 16689, + "id": 17798, "properties": { "east": "low", "north": "tall", @@ -104646,7 +110722,7 @@ } }, { - "id": 16690, + "id": 17799, "properties": { "east": "low", "north": "tall", @@ -104657,7 +110733,7 @@ } }, { - "id": 16691, + "id": 17800, "properties": { "east": "low", "north": "tall", @@ -104668,7 +110744,7 @@ } }, { - "id": 16692, + "id": 17801, "properties": { "east": "low", "north": "tall", @@ -104679,7 +110755,7 @@ } }, { - "id": 16693, + "id": 17802, "properties": { "east": "low", "north": "tall", @@ -104690,7 +110766,7 @@ } }, { - "id": 16694, + "id": 17803, "properties": { "east": "low", "north": "tall", @@ -104701,7 +110777,7 @@ } }, { - "id": 16695, + "id": 17804, "properties": { "east": "tall", "north": "none", @@ -104712,7 +110788,7 @@ } }, { - "id": 16696, + "id": 17805, "properties": { "east": "tall", "north": "none", @@ -104723,7 +110799,7 @@ } }, { - "id": 16697, + "id": 17806, "properties": { "east": "tall", "north": "none", @@ -104734,7 +110810,7 @@ } }, { - "id": 16698, + "id": 17807, "properties": { "east": "tall", "north": "none", @@ -104745,7 +110821,7 @@ } }, { - "id": 16699, + "id": 17808, "properties": { "east": "tall", "north": "none", @@ -104756,7 +110832,7 @@ } }, { - "id": 16700, + "id": 17809, "properties": { "east": "tall", "north": "none", @@ -104767,7 +110843,7 @@ } }, { - "id": 16701, + "id": 17810, "properties": { "east": "tall", "north": "none", @@ -104778,7 +110854,7 @@ } }, { - "id": 16702, + "id": 17811, "properties": { "east": "tall", "north": "none", @@ -104789,7 +110865,7 @@ } }, { - "id": 16703, + "id": 17812, "properties": { "east": "tall", "north": "none", @@ -104800,7 +110876,7 @@ } }, { - "id": 16704, + "id": 17813, "properties": { "east": "tall", "north": "none", @@ -104811,7 +110887,7 @@ } }, { - "id": 16705, + "id": 17814, "properties": { "east": "tall", "north": "none", @@ -104822,7 +110898,7 @@ } }, { - "id": 16706, + "id": 17815, "properties": { "east": "tall", "north": "none", @@ -104833,7 +110909,7 @@ } }, { - "id": 16707, + "id": 17816, "properties": { "east": "tall", "north": "none", @@ -104844,7 +110920,7 @@ } }, { - "id": 16708, + "id": 17817, "properties": { "east": "tall", "north": "none", @@ -104855,7 +110931,7 @@ } }, { - "id": 16709, + "id": 17818, "properties": { "east": "tall", "north": "none", @@ -104866,7 +110942,7 @@ } }, { - "id": 16710, + "id": 17819, "properties": { "east": "tall", "north": "none", @@ -104877,7 +110953,7 @@ } }, { - "id": 16711, + "id": 17820, "properties": { "east": "tall", "north": "none", @@ -104888,7 +110964,7 @@ } }, { - "id": 16712, + "id": 17821, "properties": { "east": "tall", "north": "none", @@ -104899,7 +110975,7 @@ } }, { - "id": 16713, + "id": 17822, "properties": { "east": "tall", "north": "none", @@ -104910,7 +110986,7 @@ } }, { - "id": 16714, + "id": 17823, "properties": { "east": "tall", "north": "none", @@ -104921,7 +110997,7 @@ } }, { - "id": 16715, + "id": 17824, "properties": { "east": "tall", "north": "none", @@ -104932,7 +111008,7 @@ } }, { - "id": 16716, + "id": 17825, "properties": { "east": "tall", "north": "none", @@ -104943,7 +111019,7 @@ } }, { - "id": 16717, + "id": 17826, "properties": { "east": "tall", "north": "none", @@ -104954,7 +111030,7 @@ } }, { - "id": 16718, + "id": 17827, "properties": { "east": "tall", "north": "none", @@ -104965,7 +111041,7 @@ } }, { - "id": 16719, + "id": 17828, "properties": { "east": "tall", "north": "none", @@ -104976,7 +111052,7 @@ } }, { - "id": 16720, + "id": 17829, "properties": { "east": "tall", "north": "none", @@ -104987,7 +111063,7 @@ } }, { - "id": 16721, + "id": 17830, "properties": { "east": "tall", "north": "none", @@ -104998,7 +111074,7 @@ } }, { - "id": 16722, + "id": 17831, "properties": { "east": "tall", "north": "none", @@ -105009,7 +111085,7 @@ } }, { - "id": 16723, + "id": 17832, "properties": { "east": "tall", "north": "none", @@ -105020,7 +111096,7 @@ } }, { - "id": 16724, + "id": 17833, "properties": { "east": "tall", "north": "none", @@ -105031,7 +111107,7 @@ } }, { - "id": 16725, + "id": 17834, "properties": { "east": "tall", "north": "none", @@ -105042,7 +111118,7 @@ } }, { - "id": 16726, + "id": 17835, "properties": { "east": "tall", "north": "none", @@ -105053,7 +111129,7 @@ } }, { - "id": 16727, + "id": 17836, "properties": { "east": "tall", "north": "none", @@ -105064,7 +111140,7 @@ } }, { - "id": 16728, + "id": 17837, "properties": { "east": "tall", "north": "none", @@ -105075,7 +111151,7 @@ } }, { - "id": 16729, + "id": 17838, "properties": { "east": "tall", "north": "none", @@ -105086,7 +111162,7 @@ } }, { - "id": 16730, + "id": 17839, "properties": { "east": "tall", "north": "none", @@ -105097,7 +111173,7 @@ } }, { - "id": 16731, + "id": 17840, "properties": { "east": "tall", "north": "low", @@ -105108,7 +111184,7 @@ } }, { - "id": 16732, + "id": 17841, "properties": { "east": "tall", "north": "low", @@ -105119,7 +111195,7 @@ } }, { - "id": 16733, + "id": 17842, "properties": { "east": "tall", "north": "low", @@ -105130,7 +111206,7 @@ } }, { - "id": 16734, + "id": 17843, "properties": { "east": "tall", "north": "low", @@ -105141,7 +111217,7 @@ } }, { - "id": 16735, + "id": 17844, "properties": { "east": "tall", "north": "low", @@ -105152,7 +111228,7 @@ } }, { - "id": 16736, + "id": 17845, "properties": { "east": "tall", "north": "low", @@ -105163,7 +111239,7 @@ } }, { - "id": 16737, + "id": 17846, "properties": { "east": "tall", "north": "low", @@ -105174,7 +111250,7 @@ } }, { - "id": 16738, + "id": 17847, "properties": { "east": "tall", "north": "low", @@ -105185,7 +111261,7 @@ } }, { - "id": 16739, + "id": 17848, "properties": { "east": "tall", "north": "low", @@ -105196,7 +111272,7 @@ } }, { - "id": 16740, + "id": 17849, "properties": { "east": "tall", "north": "low", @@ -105207,7 +111283,7 @@ } }, { - "id": 16741, + "id": 17850, "properties": { "east": "tall", "north": "low", @@ -105218,7 +111294,7 @@ } }, { - "id": 16742, + "id": 17851, "properties": { "east": "tall", "north": "low", @@ -105229,7 +111305,7 @@ } }, { - "id": 16743, + "id": 17852, "properties": { "east": "tall", "north": "low", @@ -105240,7 +111316,7 @@ } }, { - "id": 16744, + "id": 17853, "properties": { "east": "tall", "north": "low", @@ -105251,7 +111327,7 @@ } }, { - "id": 16745, + "id": 17854, "properties": { "east": "tall", "north": "low", @@ -105262,7 +111338,7 @@ } }, { - "id": 16746, + "id": 17855, "properties": { "east": "tall", "north": "low", @@ -105273,7 +111349,7 @@ } }, { - "id": 16747, + "id": 17856, "properties": { "east": "tall", "north": "low", @@ -105284,7 +111360,7 @@ } }, { - "id": 16748, + "id": 17857, "properties": { "east": "tall", "north": "low", @@ -105295,7 +111371,7 @@ } }, { - "id": 16749, + "id": 17858, "properties": { "east": "tall", "north": "low", @@ -105306,7 +111382,7 @@ } }, { - "id": 16750, + "id": 17859, "properties": { "east": "tall", "north": "low", @@ -105317,7 +111393,7 @@ } }, { - "id": 16751, + "id": 17860, "properties": { "east": "tall", "north": "low", @@ -105328,7 +111404,7 @@ } }, { - "id": 16752, + "id": 17861, "properties": { "east": "tall", "north": "low", @@ -105339,7 +111415,7 @@ } }, { - "id": 16753, + "id": 17862, "properties": { "east": "tall", "north": "low", @@ -105350,7 +111426,7 @@ } }, { - "id": 16754, + "id": 17863, "properties": { "east": "tall", "north": "low", @@ -105361,7 +111437,7 @@ } }, { - "id": 16755, + "id": 17864, "properties": { "east": "tall", "north": "low", @@ -105372,7 +111448,7 @@ } }, { - "id": 16756, + "id": 17865, "properties": { "east": "tall", "north": "low", @@ -105383,7 +111459,7 @@ } }, { - "id": 16757, + "id": 17866, "properties": { "east": "tall", "north": "low", @@ -105394,7 +111470,7 @@ } }, { - "id": 16758, + "id": 17867, "properties": { "east": "tall", "north": "low", @@ -105405,7 +111481,7 @@ } }, { - "id": 16759, + "id": 17868, "properties": { "east": "tall", "north": "low", @@ -105416,7 +111492,7 @@ } }, { - "id": 16760, + "id": 17869, "properties": { "east": "tall", "north": "low", @@ -105427,7 +111503,7 @@ } }, { - "id": 16761, + "id": 17870, "properties": { "east": "tall", "north": "low", @@ -105438,7 +111514,7 @@ } }, { - "id": 16762, + "id": 17871, "properties": { "east": "tall", "north": "low", @@ -105449,7 +111525,7 @@ } }, { - "id": 16763, + "id": 17872, "properties": { "east": "tall", "north": "low", @@ -105460,7 +111536,7 @@ } }, { - "id": 16764, + "id": 17873, "properties": { "east": "tall", "north": "low", @@ -105471,7 +111547,7 @@ } }, { - "id": 16765, + "id": 17874, "properties": { "east": "tall", "north": "low", @@ -105482,7 +111558,7 @@ } }, { - "id": 16766, + "id": 17875, "properties": { "east": "tall", "north": "low", @@ -105493,7 +111569,7 @@ } }, { - "id": 16767, + "id": 17876, "properties": { "east": "tall", "north": "tall", @@ -105504,7 +111580,7 @@ } }, { - "id": 16768, + "id": 17877, "properties": { "east": "tall", "north": "tall", @@ -105515,7 +111591,7 @@ } }, { - "id": 16769, + "id": 17878, "properties": { "east": "tall", "north": "tall", @@ -105526,7 +111602,7 @@ } }, { - "id": 16770, + "id": 17879, "properties": { "east": "tall", "north": "tall", @@ -105537,7 +111613,7 @@ } }, { - "id": 16771, + "id": 17880, "properties": { "east": "tall", "north": "tall", @@ -105548,7 +111624,7 @@ } }, { - "id": 16772, + "id": 17881, "properties": { "east": "tall", "north": "tall", @@ -105559,7 +111635,7 @@ } }, { - "id": 16773, + "id": 17882, "properties": { "east": "tall", "north": "tall", @@ -105570,7 +111646,7 @@ } }, { - "id": 16774, + "id": 17883, "properties": { "east": "tall", "north": "tall", @@ -105581,7 +111657,7 @@ } }, { - "id": 16775, + "id": 17884, "properties": { "east": "tall", "north": "tall", @@ -105592,7 +111668,7 @@ } }, { - "id": 16776, + "id": 17885, "properties": { "east": "tall", "north": "tall", @@ -105603,7 +111679,7 @@ } }, { - "id": 16777, + "id": 17886, "properties": { "east": "tall", "north": "tall", @@ -105614,7 +111690,7 @@ } }, { - "id": 16778, + "id": 17887, "properties": { "east": "tall", "north": "tall", @@ -105625,7 +111701,7 @@ } }, { - "id": 16779, + "id": 17888, "properties": { "east": "tall", "north": "tall", @@ -105636,7 +111712,7 @@ } }, { - "id": 16780, + "id": 17889, "properties": { "east": "tall", "north": "tall", @@ -105647,7 +111723,7 @@ } }, { - "id": 16781, + "id": 17890, "properties": { "east": "tall", "north": "tall", @@ -105658,7 +111734,7 @@ } }, { - "id": 16782, + "id": 17891, "properties": { "east": "tall", "north": "tall", @@ -105669,7 +111745,7 @@ } }, { - "id": 16783, + "id": 17892, "properties": { "east": "tall", "north": "tall", @@ -105680,7 +111756,7 @@ } }, { - "id": 16784, + "id": 17893, "properties": { "east": "tall", "north": "tall", @@ -105691,7 +111767,7 @@ } }, { - "id": 16785, + "id": 17894, "properties": { "east": "tall", "north": "tall", @@ -105702,7 +111778,7 @@ } }, { - "id": 16786, + "id": 17895, "properties": { "east": "tall", "north": "tall", @@ -105713,7 +111789,7 @@ } }, { - "id": 16787, + "id": 17896, "properties": { "east": "tall", "north": "tall", @@ -105724,7 +111800,7 @@ } }, { - "id": 16788, + "id": 17897, "properties": { "east": "tall", "north": "tall", @@ -105735,7 +111811,7 @@ } }, { - "id": 16789, + "id": 17898, "properties": { "east": "tall", "north": "tall", @@ -105746,7 +111822,7 @@ } }, { - "id": 16790, + "id": 17899, "properties": { "east": "tall", "north": "tall", @@ -105757,7 +111833,7 @@ } }, { - "id": 16791, + "id": 17900, "properties": { "east": "tall", "north": "tall", @@ -105768,7 +111844,7 @@ } }, { - "id": 16792, + "id": 17901, "properties": { "east": "tall", "north": "tall", @@ -105779,7 +111855,7 @@ } }, { - "id": 16793, + "id": 17902, "properties": { "east": "tall", "north": "tall", @@ -105790,7 +111866,7 @@ } }, { - "id": 16794, + "id": 17903, "properties": { "east": "tall", "north": "tall", @@ -105801,7 +111877,7 @@ } }, { - "id": 16795, + "id": 17904, "properties": { "east": "tall", "north": "tall", @@ -105812,7 +111888,7 @@ } }, { - "id": 16796, + "id": 17905, "properties": { "east": "tall", "north": "tall", @@ -105823,7 +111899,7 @@ } }, { - "id": 16797, + "id": 17906, "properties": { "east": "tall", "north": "tall", @@ -105834,7 +111910,7 @@ } }, { - "id": 16798, + "id": 17907, "properties": { "east": "tall", "north": "tall", @@ -105845,7 +111921,7 @@ } }, { - "id": 16799, + "id": 17908, "properties": { "east": "tall", "north": "tall", @@ -105856,7 +111932,7 @@ } }, { - "id": 16800, + "id": 17909, "properties": { "east": "tall", "north": "tall", @@ -105867,7 +111943,7 @@ } }, { - "id": 16801, + "id": 17910, "properties": { "east": "tall", "north": "tall", @@ -105878,7 +111954,7 @@ } }, { - "id": 16802, + "id": 17911, "properties": { "east": "tall", "north": "tall", @@ -105959,97 +112035,97 @@ "states": [ { "default": true, - "id": 11760, + "id": 12837, "properties": { "rotation": "0" } }, { - "id": 11761, + "id": 12838, "properties": { "rotation": "1" } }, { - "id": 11762, + "id": 12839, "properties": { "rotation": "2" } }, { - "id": 11763, + "id": 12840, "properties": { "rotation": "3" } }, { - "id": 11764, + "id": 12841, "properties": { "rotation": "4" } }, { - "id": 11765, + "id": 12842, "properties": { "rotation": "5" } }, { - "id": 11766, + "id": 12843, "properties": { "rotation": "6" } }, { - "id": 11767, + "id": 12844, "properties": { "rotation": "7" } }, { - "id": 11768, + "id": 12845, "properties": { "rotation": "8" } }, { - "id": 11769, + "id": 12846, "properties": { "rotation": "9" } }, { - "id": 11770, + "id": 12847, "properties": { "rotation": "10" } }, { - "id": 11771, + "id": 12848, "properties": { "rotation": "11" } }, { - "id": 11772, + "id": 12849, "properties": { "rotation": "12" } }, { - "id": 11773, + "id": 12850, "properties": { "rotation": "13" } }, { - "id": 11774, + "id": 12851, "properties": { "rotation": "14" } }, { - "id": 11775, + "id": 12852, "properties": { "rotation": "15" } @@ -106233,7 +112309,7 @@ }, "states": [ { - "id": 21881, + "id": 23022, "properties": { "candles": "1", "lit": "true", @@ -106241,7 +112317,7 @@ } }, { - "id": 21882, + "id": 23023, "properties": { "candles": "1", "lit": "true", @@ -106249,7 +112325,7 @@ } }, { - "id": 21883, + "id": 23024, "properties": { "candles": "1", "lit": "false", @@ -106258,7 +112334,7 @@ }, { "default": true, - "id": 21884, + "id": 23025, "properties": { "candles": "1", "lit": "false", @@ -106266,7 +112342,7 @@ } }, { - "id": 21885, + "id": 23026, "properties": { "candles": "2", "lit": "true", @@ -106274,7 +112350,7 @@ } }, { - "id": 21886, + "id": 23027, "properties": { "candles": "2", "lit": "true", @@ -106282,7 +112358,7 @@ } }, { - "id": 21887, + "id": 23028, "properties": { "candles": "2", "lit": "false", @@ -106290,7 +112366,7 @@ } }, { - "id": 21888, + "id": 23029, "properties": { "candles": "2", "lit": "false", @@ -106298,7 +112374,7 @@ } }, { - "id": 21889, + "id": 23030, "properties": { "candles": "3", "lit": "true", @@ -106306,7 +112382,7 @@ } }, { - "id": 21890, + "id": 23031, "properties": { "candles": "3", "lit": "true", @@ -106314,7 +112390,7 @@ } }, { - "id": 21891, + "id": 23032, "properties": { "candles": "3", "lit": "false", @@ -106322,7 +112398,7 @@ } }, { - "id": 21892, + "id": 23033, "properties": { "candles": "3", "lit": "false", @@ -106330,7 +112406,7 @@ } }, { - "id": 21893, + "id": 23034, "properties": { "candles": "4", "lit": "true", @@ -106338,7 +112414,7 @@ } }, { - "id": 21894, + "id": 23035, "properties": { "candles": "4", "lit": "true", @@ -106346,7 +112422,7 @@ } }, { - "id": 21895, + "id": 23036, "properties": { "candles": "4", "lit": "false", @@ -106354,7 +112430,7 @@ } }, { - "id": 21896, + "id": 23037, "properties": { "candles": "4", "lit": "false", @@ -106377,14 +112453,14 @@ }, "states": [ { - "id": 22041, + "id": 23182, "properties": { "lit": "true" } }, { "default": true, - "id": 22042, + "id": 23183, "properties": { "lit": "false" } @@ -106400,7 +112476,7 @@ "states": [ { "default": true, - "id": 11624 + "id": 12701 } ] }, @@ -106412,7 +112488,7 @@ "states": [ { "default": true, - "id": 13758 + "id": 14835 } ] }, @@ -106425,7 +112501,7 @@ "states": [ { "default": true, - "id": 13774 + "id": 14851 } ] }, @@ -106445,25 +112521,25 @@ "states": [ { "default": true, - "id": 13715, + "id": 14792, "properties": { "facing": "north" } }, { - "id": 13716, + "id": 14793, "properties": { "facing": "south" } }, { - "id": 13717, + "id": 14794, "properties": { "facing": "west" } }, { - "id": 13718, + "id": 14795, "properties": { "facing": "east" } @@ -106488,38 +112564,38 @@ }, "states": [ { - "id": 13633, + "id": 14710, "properties": { "facing": "north" } }, { - "id": 13634, + "id": 14711, "properties": { "facing": "east" } }, { - "id": 13635, + "id": 14712, "properties": { "facing": "south" } }, { - "id": 13636, + "id": 14713, "properties": { "facing": "west" } }, { "default": true, - "id": 13637, + "id": 14714, "properties": { "facing": "up" } }, { - "id": 13638, + "id": 14715, "properties": { "facing": "down" } @@ -106535,7 +112611,7 @@ "states": [ { "default": true, - "id": 6131 + "id": 6904 } ] }, @@ -106569,7 +112645,7 @@ }, "states": [ { - "id": 10405, + "id": 11482, "properties": { "east": "true", "north": "true", @@ -106579,7 +112655,7 @@ } }, { - "id": 10406, + "id": 11483, "properties": { "east": "true", "north": "true", @@ -106589,7 +112665,7 @@ } }, { - "id": 10407, + "id": 11484, "properties": { "east": "true", "north": "true", @@ -106599,7 +112675,7 @@ } }, { - "id": 10408, + "id": 11485, "properties": { "east": "true", "north": "true", @@ -106609,7 +112685,7 @@ } }, { - "id": 10409, + "id": 11486, "properties": { "east": "true", "north": "true", @@ -106619,7 +112695,7 @@ } }, { - "id": 10410, + "id": 11487, "properties": { "east": "true", "north": "true", @@ -106629,7 +112705,7 @@ } }, { - "id": 10411, + "id": 11488, "properties": { "east": "true", "north": "true", @@ -106639,7 +112715,7 @@ } }, { - "id": 10412, + "id": 11489, "properties": { "east": "true", "north": "true", @@ -106649,7 +112725,7 @@ } }, { - "id": 10413, + "id": 11490, "properties": { "east": "true", "north": "false", @@ -106659,7 +112735,7 @@ } }, { - "id": 10414, + "id": 11491, "properties": { "east": "true", "north": "false", @@ -106669,7 +112745,7 @@ } }, { - "id": 10415, + "id": 11492, "properties": { "east": "true", "north": "false", @@ -106679,7 +112755,7 @@ } }, { - "id": 10416, + "id": 11493, "properties": { "east": "true", "north": "false", @@ -106689,7 +112765,7 @@ } }, { - "id": 10417, + "id": 11494, "properties": { "east": "true", "north": "false", @@ -106699,7 +112775,7 @@ } }, { - "id": 10418, + "id": 11495, "properties": { "east": "true", "north": "false", @@ -106709,7 +112785,7 @@ } }, { - "id": 10419, + "id": 11496, "properties": { "east": "true", "north": "false", @@ -106719,7 +112795,7 @@ } }, { - "id": 10420, + "id": 11497, "properties": { "east": "true", "north": "false", @@ -106729,7 +112805,7 @@ } }, { - "id": 10421, + "id": 11498, "properties": { "east": "false", "north": "true", @@ -106739,7 +112815,7 @@ } }, { - "id": 10422, + "id": 11499, "properties": { "east": "false", "north": "true", @@ -106749,7 +112825,7 @@ } }, { - "id": 10423, + "id": 11500, "properties": { "east": "false", "north": "true", @@ -106759,7 +112835,7 @@ } }, { - "id": 10424, + "id": 11501, "properties": { "east": "false", "north": "true", @@ -106769,7 +112845,7 @@ } }, { - "id": 10425, + "id": 11502, "properties": { "east": "false", "north": "true", @@ -106779,7 +112855,7 @@ } }, { - "id": 10426, + "id": 11503, "properties": { "east": "false", "north": "true", @@ -106789,7 +112865,7 @@ } }, { - "id": 10427, + "id": 11504, "properties": { "east": "false", "north": "true", @@ -106799,7 +112875,7 @@ } }, { - "id": 10428, + "id": 11505, "properties": { "east": "false", "north": "true", @@ -106809,7 +112885,7 @@ } }, { - "id": 10429, + "id": 11506, "properties": { "east": "false", "north": "false", @@ -106819,7 +112895,7 @@ } }, { - "id": 10430, + "id": 11507, "properties": { "east": "false", "north": "false", @@ -106829,7 +112905,7 @@ } }, { - "id": 10431, + "id": 11508, "properties": { "east": "false", "north": "false", @@ -106839,7 +112915,7 @@ } }, { - "id": 10432, + "id": 11509, "properties": { "east": "false", "north": "false", @@ -106849,7 +112925,7 @@ } }, { - "id": 10433, + "id": 11510, "properties": { "east": "false", "north": "false", @@ -106859,7 +112935,7 @@ } }, { - "id": 10434, + "id": 11511, "properties": { "east": "false", "north": "false", @@ -106869,7 +112945,7 @@ } }, { - "id": 10435, + "id": 11512, "properties": { "east": "false", "north": "false", @@ -106880,7 +112956,7 @@ }, { "default": true, - "id": 10436, + "id": 11513, "properties": { "east": "false", "north": "false", @@ -106893,13 +112969,13 @@ }, "minecraft:gray_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10172 + "id": 11249 } ] }, @@ -106920,25 +112996,25 @@ "states": [ { "default": true, - "id": 11932, + "id": 13009, "properties": { "facing": "north" } }, { - "id": 11933, + "id": 13010, "properties": { "facing": "south" } }, { - "id": 11934, + "id": 13011, "properties": { "facing": "west" } }, { - "id": 11935, + "id": 13012, "properties": { "facing": "east" } @@ -106986,97 +113062,97 @@ "states": [ { "default": true, - "id": 11856, + "id": 12933, "properties": { "rotation": "0" } }, { - "id": 11857, + "id": 12934, "properties": { "rotation": "1" } }, { - "id": 11858, + "id": 12935, "properties": { "rotation": "2" } }, { - "id": 11859, + "id": 12936, "properties": { "rotation": "3" } }, { - "id": 11860, + "id": 12937, "properties": { "rotation": "4" } }, { - "id": 11861, + "id": 12938, "properties": { "rotation": "5" } }, { - "id": 11862, + "id": 12939, "properties": { "rotation": "6" } }, { - "id": 11863, + "id": 12940, "properties": { "rotation": "7" } }, { - "id": 11864, + "id": 12941, "properties": { "rotation": "8" } }, { - "id": 11865, + "id": 12942, "properties": { "rotation": "9" } }, { - "id": 11866, + "id": 12943, "properties": { "rotation": "10" } }, { - "id": 11867, + "id": 12944, "properties": { "rotation": "11" } }, { - "id": 11868, + "id": 12945, "properties": { "rotation": "12" } }, { - "id": 11869, + "id": 12946, "properties": { "rotation": "13" } }, { - "id": 11870, + "id": 12947, "properties": { "rotation": "14" } }, { - "id": 11871, + "id": 12948, "properties": { "rotation": "15" } @@ -107260,7 +113336,7 @@ }, "states": [ { - "id": 21977, + "id": 23118, "properties": { "candles": "1", "lit": "true", @@ -107268,7 +113344,7 @@ } }, { - "id": 21978, + "id": 23119, "properties": { "candles": "1", "lit": "true", @@ -107276,7 +113352,7 @@ } }, { - "id": 21979, + "id": 23120, "properties": { "candles": "1", "lit": "false", @@ -107285,7 +113361,7 @@ }, { "default": true, - "id": 21980, + "id": 23121, "properties": { "candles": "1", "lit": "false", @@ -107293,7 +113369,7 @@ } }, { - "id": 21981, + "id": 23122, "properties": { "candles": "2", "lit": "true", @@ -107301,7 +113377,7 @@ } }, { - "id": 21982, + "id": 23123, "properties": { "candles": "2", "lit": "true", @@ -107309,7 +113385,7 @@ } }, { - "id": 21983, + "id": 23124, "properties": { "candles": "2", "lit": "false", @@ -107317,7 +113393,7 @@ } }, { - "id": 21984, + "id": 23125, "properties": { "candles": "2", "lit": "false", @@ -107325,7 +113401,7 @@ } }, { - "id": 21985, + "id": 23126, "properties": { "candles": "3", "lit": "true", @@ -107333,7 +113409,7 @@ } }, { - "id": 21986, + "id": 23127, "properties": { "candles": "3", "lit": "true", @@ -107341,7 +113417,7 @@ } }, { - "id": 21987, + "id": 23128, "properties": { "candles": "3", "lit": "false", @@ -107349,7 +113425,7 @@ } }, { - "id": 21988, + "id": 23129, "properties": { "candles": "3", "lit": "false", @@ -107357,7 +113433,7 @@ } }, { - "id": 21989, + "id": 23130, "properties": { "candles": "4", "lit": "true", @@ -107365,7 +113441,7 @@ } }, { - "id": 21990, + "id": 23131, "properties": { "candles": "4", "lit": "true", @@ -107373,7 +113449,7 @@ } }, { - "id": 21991, + "id": 23132, "properties": { "candles": "4", "lit": "false", @@ -107381,7 +113457,7 @@ } }, { - "id": 21992, + "id": 23133, "properties": { "candles": "4", "lit": "false", @@ -107404,14 +113480,14 @@ }, "states": [ { - "id": 22053, + "id": 23194, "properties": { "lit": "true" } }, { "default": true, - "id": 22054, + "id": 23195, "properties": { "lit": "false" } @@ -107427,7 +113503,7 @@ "states": [ { "default": true, - "id": 11630 + "id": 12707 } ] }, @@ -107439,7 +113515,7 @@ "states": [ { "default": true, - "id": 13764 + "id": 14841 } ] }, @@ -107452,7 +113528,7 @@ "states": [ { "default": true, - "id": 13780 + "id": 14857 } ] }, @@ -107472,25 +113548,25 @@ "states": [ { "default": true, - "id": 13739, + "id": 14816, "properties": { "facing": "north" } }, { - "id": 13740, + "id": 14817, "properties": { "facing": "south" } }, { - "id": 13741, + "id": 14818, "properties": { "facing": "west" } }, { - "id": 13742, + "id": 14819, "properties": { "facing": "east" } @@ -107515,38 +113591,38 @@ }, "states": [ { - "id": 13669, + "id": 14746, "properties": { "facing": "north" } }, { - "id": 13670, + "id": 14747, "properties": { "facing": "east" } }, { - "id": 13671, + "id": 14748, "properties": { "facing": "south" } }, { - "id": 13672, + "id": 14749, "properties": { "facing": "west" } }, { "default": true, - "id": 13673, + "id": 14750, "properties": { "facing": "up" } }, { - "id": 13674, + "id": 14751, "properties": { "facing": "down" } @@ -107562,7 +113638,7 @@ "states": [ { "default": true, - "id": 6137 + "id": 6910 } ] }, @@ -107596,7 +113672,7 @@ }, "states": [ { - "id": 10597, + "id": 11674, "properties": { "east": "true", "north": "true", @@ -107606,7 +113682,7 @@ } }, { - "id": 10598, + "id": 11675, "properties": { "east": "true", "north": "true", @@ -107616,7 +113692,7 @@ } }, { - "id": 10599, + "id": 11676, "properties": { "east": "true", "north": "true", @@ -107626,7 +113702,7 @@ } }, { - "id": 10600, + "id": 11677, "properties": { "east": "true", "north": "true", @@ -107636,7 +113712,7 @@ } }, { - "id": 10601, + "id": 11678, "properties": { "east": "true", "north": "true", @@ -107646,7 +113722,7 @@ } }, { - "id": 10602, + "id": 11679, "properties": { "east": "true", "north": "true", @@ -107656,7 +113732,7 @@ } }, { - "id": 10603, + "id": 11680, "properties": { "east": "true", "north": "true", @@ -107666,7 +113742,7 @@ } }, { - "id": 10604, + "id": 11681, "properties": { "east": "true", "north": "true", @@ -107676,7 +113752,7 @@ } }, { - "id": 10605, + "id": 11682, "properties": { "east": "true", "north": "false", @@ -107686,7 +113762,7 @@ } }, { - "id": 10606, + "id": 11683, "properties": { "east": "true", "north": "false", @@ -107696,7 +113772,7 @@ } }, { - "id": 10607, + "id": 11684, "properties": { "east": "true", "north": "false", @@ -107706,7 +113782,7 @@ } }, { - "id": 10608, + "id": 11685, "properties": { "east": "true", "north": "false", @@ -107716,7 +113792,7 @@ } }, { - "id": 10609, + "id": 11686, "properties": { "east": "true", "north": "false", @@ -107726,7 +113802,7 @@ } }, { - "id": 10610, + "id": 11687, "properties": { "east": "true", "north": "false", @@ -107736,7 +113812,7 @@ } }, { - "id": 10611, + "id": 11688, "properties": { "east": "true", "north": "false", @@ -107746,7 +113822,7 @@ } }, { - "id": 10612, + "id": 11689, "properties": { "east": "true", "north": "false", @@ -107756,7 +113832,7 @@ } }, { - "id": 10613, + "id": 11690, "properties": { "east": "false", "north": "true", @@ -107766,7 +113842,7 @@ } }, { - "id": 10614, + "id": 11691, "properties": { "east": "false", "north": "true", @@ -107776,7 +113852,7 @@ } }, { - "id": 10615, + "id": 11692, "properties": { "east": "false", "north": "true", @@ -107786,7 +113862,7 @@ } }, { - "id": 10616, + "id": 11693, "properties": { "east": "false", "north": "true", @@ -107796,7 +113872,7 @@ } }, { - "id": 10617, + "id": 11694, "properties": { "east": "false", "north": "true", @@ -107806,7 +113882,7 @@ } }, { - "id": 10618, + "id": 11695, "properties": { "east": "false", "north": "true", @@ -107816,7 +113892,7 @@ } }, { - "id": 10619, + "id": 11696, "properties": { "east": "false", "north": "true", @@ -107826,7 +113902,7 @@ } }, { - "id": 10620, + "id": 11697, "properties": { "east": "false", "north": "true", @@ -107836,7 +113912,7 @@ } }, { - "id": 10621, + "id": 11698, "properties": { "east": "false", "north": "false", @@ -107846,7 +113922,7 @@ } }, { - "id": 10622, + "id": 11699, "properties": { "east": "false", "north": "false", @@ -107856,7 +113932,7 @@ } }, { - "id": 10623, + "id": 11700, "properties": { "east": "false", "north": "false", @@ -107866,7 +113942,7 @@ } }, { - "id": 10624, + "id": 11701, "properties": { "east": "false", "north": "false", @@ -107876,7 +113952,7 @@ } }, { - "id": 10625, + "id": 11702, "properties": { "east": "false", "north": "false", @@ -107886,7 +113962,7 @@ } }, { - "id": 10626, + "id": 11703, "properties": { "east": "false", "north": "false", @@ -107896,7 +113972,7 @@ } }, { - "id": 10627, + "id": 11704, "properties": { "east": "false", "north": "false", @@ -107907,7 +113983,7 @@ }, { "default": true, - "id": 10628, + "id": 11705, "properties": { "east": "false", "north": "false", @@ -107920,13 +113996,13 @@ }, "minecraft:green_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10178 + "id": 11255 } ] }, @@ -107947,25 +114023,25 @@ "states": [ { "default": true, - "id": 11956, + "id": 13033, "properties": { "facing": "north" } }, { - "id": 11957, + "id": 13034, "properties": { "facing": "south" } }, { - "id": 11958, + "id": 13035, "properties": { "facing": "west" } }, { - "id": 11959, + "id": 13036, "properties": { "facing": "east" } @@ -108004,28 +114080,28 @@ }, "states": [ { - "id": 19461, + "id": 20570, "properties": { "face": "floor", "facing": "north" } }, { - "id": 19462, + "id": 20571, "properties": { "face": "floor", "facing": "south" } }, { - "id": 19463, + "id": 20572, "properties": { "face": "floor", "facing": "west" } }, { - "id": 19464, + "id": 20573, "properties": { "face": "floor", "facing": "east" @@ -108033,56 +114109,56 @@ }, { "default": true, - "id": 19465, + "id": 20574, "properties": { "face": "wall", "facing": "north" } }, { - "id": 19466, + "id": 20575, "properties": { "face": "wall", "facing": "south" } }, { - "id": 19467, + "id": 20576, "properties": { "face": "wall", "facing": "west" } }, { - "id": 19468, + "id": 20577, "properties": { "face": "wall", "facing": "east" } }, { - "id": 19469, + "id": 20578, "properties": { "face": "ceiling", "facing": "north" } }, { - "id": 19470, + "id": 20579, "properties": { "face": "ceiling", "facing": "south" } }, { - "id": 19471, + "id": 20580, "properties": { "face": "ceiling", "facing": "west" } }, { - "id": 19472, + "id": 20581, "properties": { "face": "ceiling", "facing": "east" @@ -108103,14 +114179,14 @@ }, "states": [ { - "id": 25960, + "id": 27717, "properties": { "waterlogged": "true" } }, { "default": true, - "id": 25961, + "id": 27718, "properties": { "waterlogged": "false" } @@ -108131,20 +114207,20 @@ }, "states": [ { - "id": 11614, + "id": 12691, "properties": { "axis": "x" } }, { "default": true, - "id": 11615, + "id": 12692, "properties": { "axis": "y" } }, { - "id": 11616, + "id": 12693, "properties": { "axis": "z" } @@ -108164,14 +114240,14 @@ }, "states": [ { - "id": 27742, + "id": 29499, "properties": { "waterlogged": "true" } }, { "default": true, - "id": 27743, + "id": 29500, "properties": { "waterlogged": "false" } @@ -108208,97 +114284,97 @@ "states": [ { "default": true, - "id": 9968, + "id": 11045, "properties": { "power": "0" } }, { - "id": 9969, + "id": 11046, "properties": { "power": "1" } }, { - "id": 9970, + "id": 11047, "properties": { "power": "2" } }, { - "id": 9971, + "id": 11048, "properties": { "power": "3" } }, { - "id": 9972, + "id": 11049, "properties": { "power": "4" } }, { - "id": 9973, + "id": 11050, "properties": { "power": "5" } }, { - "id": 9974, + "id": 11051, "properties": { "power": "6" } }, { - "id": 9975, + "id": 11052, "properties": { "power": "7" } }, { - "id": 9976, + "id": 11053, "properties": { "power": "8" } }, { - "id": 9977, + "id": 11054, "properties": { "power": "9" } }, { - "id": 9978, + "id": 11055, "properties": { "power": "10" } }, { - "id": 9979, + "id": 11056, "properties": { "power": "11" } }, { - "id": 9980, + "id": 11057, "properties": { "power": "12" } }, { - "id": 9981, + "id": 11058, "properties": { "power": "13" } }, { - "id": 9982, + "id": 11059, "properties": { "power": "14" } }, { - "id": 9983, + "id": 11060, "properties": { "power": "15" } @@ -108313,7 +114389,7 @@ "states": [ { "default": true, - "id": 20473 + "id": 21614 } ] }, @@ -108325,7 +114401,7 @@ "states": [ { "default": true, - "id": 20474 + "id": 21615 } ] }, @@ -108350,70 +114426,70 @@ "states": [ { "default": true, - "id": 10034, + "id": 11111, "properties": { "enabled": "true", "facing": "down" } }, { - "id": 10035, + "id": 11112, "properties": { "enabled": "true", "facing": "north" } }, { - "id": 10036, + "id": 11113, "properties": { "enabled": "true", "facing": "south" } }, { - "id": 10037, + "id": 11114, "properties": { "enabled": "true", "facing": "west" } }, { - "id": 10038, + "id": 11115, "properties": { "enabled": "true", "facing": "east" } }, { - "id": 10039, + "id": 11116, "properties": { "enabled": "false", "facing": "down" } }, { - "id": 10040, + "id": 11117, "properties": { "enabled": "false", "facing": "north" } }, { - "id": 10041, + "id": 11118, "properties": { "enabled": "false", "facing": "south" } }, { - "id": 10042, + "id": 11119, "properties": { "enabled": "false", "facing": "west" } }, { - "id": 10043, + "id": 11120, "properties": { "enabled": "false", "facing": "east" @@ -108436,13 +114512,13 @@ "states": [ { "default": true, - "id": 13854, + "id": 14963, "properties": { "waterlogged": "true" } }, { - "id": 13855, + "id": 14964, "properties": { "waterlogged": "false" } @@ -108458,7 +114534,7 @@ "states": [ { "default": true, - "id": 13835 + "id": 14944 } ] }, @@ -108477,13 +114553,13 @@ "states": [ { "default": true, - "id": 13874, + "id": 14983, "properties": { "waterlogged": "true" } }, { - "id": 13875, + "id": 14984, "properties": { "waterlogged": "false" } @@ -108511,56 +114587,56 @@ "states": [ { "default": true, - "id": 13948, + "id": 15057, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13949, + "id": 15058, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13950, + "id": 15059, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13951, + "id": 15060, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13952, + "id": 15061, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13953, + "id": 15062, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13954, + "id": 15063, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13955, + "id": 15064, "properties": { "facing": "east", "waterlogged": "false" @@ -108576,7 +114652,7 @@ "states": [ { "default": true, - "id": 5958 + "id": 6726 } ] }, @@ -108589,7 +114665,7 @@ "states": [ { "default": true, - "id": 6791 + "id": 7564 } ] }, @@ -108602,7 +114678,7 @@ "states": [ { "default": true, - "id": 6787 + "id": 7560 } ] }, @@ -108615,7 +114691,7 @@ "states": [ { "default": true, - "id": 6790 + "id": 7563 } ] }, @@ -108634,20 +114710,20 @@ }, "states": [ { - "id": 27614, + "id": 29371, "properties": { "axis": "x" } }, { "default": true, - "id": 27615, + "id": 29372, "properties": { "axis": "y" } }, { - "id": 27616, + "id": 29373, "properties": { "axis": "z" } @@ -108663,7 +114739,7 @@ "states": [ { "default": true, - "id": 6789 + "id": 7562 } ] }, @@ -108676,7 +114752,7 @@ "states": [ { "default": true, - "id": 6786 + "id": 7559 } ] }, @@ -108689,7 +114765,7 @@ "states": [ { "default": true, - "id": 6788 + "id": 7561 } ] }, @@ -108722,7 +114798,7 @@ }, "states": [ { - "id": 6984, + "id": 7757, "properties": { "east": "true", "north": "true", @@ -108732,7 +114808,7 @@ } }, { - "id": 6985, + "id": 7758, "properties": { "east": "true", "north": "true", @@ -108742,7 +114818,7 @@ } }, { - "id": 6986, + "id": 7759, "properties": { "east": "true", "north": "true", @@ -108752,7 +114828,7 @@ } }, { - "id": 6987, + "id": 7760, "properties": { "east": "true", "north": "true", @@ -108762,7 +114838,7 @@ } }, { - "id": 6988, + "id": 7761, "properties": { "east": "true", "north": "true", @@ -108772,7 +114848,7 @@ } }, { - "id": 6989, + "id": 7762, "properties": { "east": "true", "north": "true", @@ -108782,7 +114858,7 @@ } }, { - "id": 6990, + "id": 7763, "properties": { "east": "true", "north": "true", @@ -108792,7 +114868,7 @@ } }, { - "id": 6991, + "id": 7764, "properties": { "east": "true", "north": "true", @@ -108802,7 +114878,7 @@ } }, { - "id": 6992, + "id": 7765, "properties": { "east": "true", "north": "false", @@ -108812,7 +114888,7 @@ } }, { - "id": 6993, + "id": 7766, "properties": { "east": "true", "north": "false", @@ -108822,7 +114898,7 @@ } }, { - "id": 6994, + "id": 7767, "properties": { "east": "true", "north": "false", @@ -108832,7 +114908,7 @@ } }, { - "id": 6995, + "id": 7768, "properties": { "east": "true", "north": "false", @@ -108842,7 +114918,7 @@ } }, { - "id": 6996, + "id": 7769, "properties": { "east": "true", "north": "false", @@ -108852,7 +114928,7 @@ } }, { - "id": 6997, + "id": 7770, "properties": { "east": "true", "north": "false", @@ -108862,7 +114938,7 @@ } }, { - "id": 6998, + "id": 7771, "properties": { "east": "true", "north": "false", @@ -108872,7 +114948,7 @@ } }, { - "id": 6999, + "id": 7772, "properties": { "east": "true", "north": "false", @@ -108882,7 +114958,7 @@ } }, { - "id": 7000, + "id": 7773, "properties": { "east": "false", "north": "true", @@ -108892,7 +114968,7 @@ } }, { - "id": 7001, + "id": 7774, "properties": { "east": "false", "north": "true", @@ -108902,7 +114978,7 @@ } }, { - "id": 7002, + "id": 7775, "properties": { "east": "false", "north": "true", @@ -108912,7 +114988,7 @@ } }, { - "id": 7003, + "id": 7776, "properties": { "east": "false", "north": "true", @@ -108922,7 +114998,7 @@ } }, { - "id": 7004, + "id": 7777, "properties": { "east": "false", "north": "true", @@ -108932,7 +115008,7 @@ } }, { - "id": 7005, + "id": 7778, "properties": { "east": "false", "north": "true", @@ -108942,7 +115018,7 @@ } }, { - "id": 7006, + "id": 7779, "properties": { "east": "false", "north": "true", @@ -108952,7 +115028,7 @@ } }, { - "id": 7007, + "id": 7780, "properties": { "east": "false", "north": "true", @@ -108962,7 +115038,7 @@ } }, { - "id": 7008, + "id": 7781, "properties": { "east": "false", "north": "false", @@ -108972,7 +115048,7 @@ } }, { - "id": 7009, + "id": 7782, "properties": { "east": "false", "north": "false", @@ -108982,7 +115058,7 @@ } }, { - "id": 7010, + "id": 7783, "properties": { "east": "false", "north": "false", @@ -108992,7 +115068,7 @@ } }, { - "id": 7011, + "id": 7784, "properties": { "east": "false", "north": "false", @@ -109002,7 +115078,7 @@ } }, { - "id": 7012, + "id": 7785, "properties": { "east": "false", "north": "false", @@ -109012,7 +115088,7 @@ } }, { - "id": 7013, + "id": 7786, "properties": { "east": "false", "north": "false", @@ -109022,7 +115098,7 @@ } }, { - "id": 7014, + "id": 7787, "properties": { "east": "false", "north": "false", @@ -109033,7 +115109,7 @@ }, { "default": true, - "id": 7015, + "id": 7788, "properties": { "east": "false", "north": "false", @@ -109056,6 +115132,68 @@ } ] }, + "minecraft:iron_chain": { + "definition": { + "type": "minecraft:chain", + "properties": {} + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8045, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8046, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8047, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8048, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8049, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8050, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, "minecraft:iron_door": { "definition": { "type": "minecraft:door", @@ -109088,7 +115226,7 @@ }, "states": [ { - "id": 5828, + "id": 6596, "properties": { "facing": "north", "half": "upper", @@ -109098,7 +115236,7 @@ } }, { - "id": 5829, + "id": 6597, "properties": { "facing": "north", "half": "upper", @@ -109108,7 +115246,7 @@ } }, { - "id": 5830, + "id": 6598, "properties": { "facing": "north", "half": "upper", @@ -109118,7 +115256,7 @@ } }, { - "id": 5831, + "id": 6599, "properties": { "facing": "north", "half": "upper", @@ -109128,7 +115266,7 @@ } }, { - "id": 5832, + "id": 6600, "properties": { "facing": "north", "half": "upper", @@ -109138,7 +115276,7 @@ } }, { - "id": 5833, + "id": 6601, "properties": { "facing": "north", "half": "upper", @@ -109148,7 +115286,7 @@ } }, { - "id": 5834, + "id": 6602, "properties": { "facing": "north", "half": "upper", @@ -109158,7 +115296,7 @@ } }, { - "id": 5835, + "id": 6603, "properties": { "facing": "north", "half": "upper", @@ -109168,7 +115306,7 @@ } }, { - "id": 5836, + "id": 6604, "properties": { "facing": "north", "half": "lower", @@ -109178,7 +115316,7 @@ } }, { - "id": 5837, + "id": 6605, "properties": { "facing": "north", "half": "lower", @@ -109188,7 +115326,7 @@ } }, { - "id": 5838, + "id": 6606, "properties": { "facing": "north", "half": "lower", @@ -109199,7 +115337,7 @@ }, { "default": true, - "id": 5839, + "id": 6607, "properties": { "facing": "north", "half": "lower", @@ -109209,7 +115347,7 @@ } }, { - "id": 5840, + "id": 6608, "properties": { "facing": "north", "half": "lower", @@ -109219,7 +115357,7 @@ } }, { - "id": 5841, + "id": 6609, "properties": { "facing": "north", "half": "lower", @@ -109229,7 +115367,7 @@ } }, { - "id": 5842, + "id": 6610, "properties": { "facing": "north", "half": "lower", @@ -109239,7 +115377,7 @@ } }, { - "id": 5843, + "id": 6611, "properties": { "facing": "north", "half": "lower", @@ -109249,7 +115387,7 @@ } }, { - "id": 5844, + "id": 6612, "properties": { "facing": "south", "half": "upper", @@ -109259,7 +115397,7 @@ } }, { - "id": 5845, + "id": 6613, "properties": { "facing": "south", "half": "upper", @@ -109269,7 +115407,7 @@ } }, { - "id": 5846, + "id": 6614, "properties": { "facing": "south", "half": "upper", @@ -109279,7 +115417,7 @@ } }, { - "id": 5847, + "id": 6615, "properties": { "facing": "south", "half": "upper", @@ -109289,7 +115427,7 @@ } }, { - "id": 5848, + "id": 6616, "properties": { "facing": "south", "half": "upper", @@ -109299,7 +115437,7 @@ } }, { - "id": 5849, + "id": 6617, "properties": { "facing": "south", "half": "upper", @@ -109309,7 +115447,7 @@ } }, { - "id": 5850, + "id": 6618, "properties": { "facing": "south", "half": "upper", @@ -109319,7 +115457,7 @@ } }, { - "id": 5851, + "id": 6619, "properties": { "facing": "south", "half": "upper", @@ -109329,7 +115467,7 @@ } }, { - "id": 5852, + "id": 6620, "properties": { "facing": "south", "half": "lower", @@ -109339,7 +115477,7 @@ } }, { - "id": 5853, + "id": 6621, "properties": { "facing": "south", "half": "lower", @@ -109349,7 +115487,7 @@ } }, { - "id": 5854, + "id": 6622, "properties": { "facing": "south", "half": "lower", @@ -109359,7 +115497,7 @@ } }, { - "id": 5855, + "id": 6623, "properties": { "facing": "south", "half": "lower", @@ -109369,7 +115507,7 @@ } }, { - "id": 5856, + "id": 6624, "properties": { "facing": "south", "half": "lower", @@ -109379,7 +115517,7 @@ } }, { - "id": 5857, + "id": 6625, "properties": { "facing": "south", "half": "lower", @@ -109389,7 +115527,7 @@ } }, { - "id": 5858, + "id": 6626, "properties": { "facing": "south", "half": "lower", @@ -109399,7 +115537,7 @@ } }, { - "id": 5859, + "id": 6627, "properties": { "facing": "south", "half": "lower", @@ -109409,7 +115547,7 @@ } }, { - "id": 5860, + "id": 6628, "properties": { "facing": "west", "half": "upper", @@ -109419,7 +115557,7 @@ } }, { - "id": 5861, + "id": 6629, "properties": { "facing": "west", "half": "upper", @@ -109429,7 +115567,7 @@ } }, { - "id": 5862, + "id": 6630, "properties": { "facing": "west", "half": "upper", @@ -109439,7 +115577,7 @@ } }, { - "id": 5863, + "id": 6631, "properties": { "facing": "west", "half": "upper", @@ -109449,7 +115587,7 @@ } }, { - "id": 5864, + "id": 6632, "properties": { "facing": "west", "half": "upper", @@ -109459,7 +115597,7 @@ } }, { - "id": 5865, + "id": 6633, "properties": { "facing": "west", "half": "upper", @@ -109469,7 +115607,7 @@ } }, { - "id": 5866, + "id": 6634, "properties": { "facing": "west", "half": "upper", @@ -109479,7 +115617,7 @@ } }, { - "id": 5867, + "id": 6635, "properties": { "facing": "west", "half": "upper", @@ -109489,7 +115627,7 @@ } }, { - "id": 5868, + "id": 6636, "properties": { "facing": "west", "half": "lower", @@ -109499,7 +115637,7 @@ } }, { - "id": 5869, + "id": 6637, "properties": { "facing": "west", "half": "lower", @@ -109509,7 +115647,7 @@ } }, { - "id": 5870, + "id": 6638, "properties": { "facing": "west", "half": "lower", @@ -109519,7 +115657,7 @@ } }, { - "id": 5871, + "id": 6639, "properties": { "facing": "west", "half": "lower", @@ -109529,7 +115667,7 @@ } }, { - "id": 5872, + "id": 6640, "properties": { "facing": "west", "half": "lower", @@ -109539,7 +115677,7 @@ } }, { - "id": 5873, + "id": 6641, "properties": { "facing": "west", "half": "lower", @@ -109549,7 +115687,7 @@ } }, { - "id": 5874, + "id": 6642, "properties": { "facing": "west", "half": "lower", @@ -109559,7 +115697,7 @@ } }, { - "id": 5875, + "id": 6643, "properties": { "facing": "west", "half": "lower", @@ -109569,7 +115707,7 @@ } }, { - "id": 5876, + "id": 6644, "properties": { "facing": "east", "half": "upper", @@ -109579,7 +115717,7 @@ } }, { - "id": 5877, + "id": 6645, "properties": { "facing": "east", "half": "upper", @@ -109589,7 +115727,7 @@ } }, { - "id": 5878, + "id": 6646, "properties": { "facing": "east", "half": "upper", @@ -109599,7 +115737,7 @@ } }, { - "id": 5879, + "id": 6647, "properties": { "facing": "east", "half": "upper", @@ -109609,7 +115747,7 @@ } }, { - "id": 5880, + "id": 6648, "properties": { "facing": "east", "half": "upper", @@ -109619,7 +115757,7 @@ } }, { - "id": 5881, + "id": 6649, "properties": { "facing": "east", "half": "upper", @@ -109629,7 +115767,7 @@ } }, { - "id": 5882, + "id": 6650, "properties": { "facing": "east", "half": "upper", @@ -109639,7 +115777,7 @@ } }, { - "id": 5883, + "id": 6651, "properties": { "facing": "east", "half": "upper", @@ -109649,7 +115787,7 @@ } }, { - "id": 5884, + "id": 6652, "properties": { "facing": "east", "half": "lower", @@ -109659,7 +115797,7 @@ } }, { - "id": 5885, + "id": 6653, "properties": { "facing": "east", "half": "lower", @@ -109669,7 +115807,7 @@ } }, { - "id": 5886, + "id": 6654, "properties": { "facing": "east", "half": "lower", @@ -109679,7 +115817,7 @@ } }, { - "id": 5887, + "id": 6655, "properties": { "facing": "east", "half": "lower", @@ -109689,7 +115827,7 @@ } }, { - "id": 5888, + "id": 6656, "properties": { "facing": "east", "half": "lower", @@ -109699,7 +115837,7 @@ } }, { - "id": 5889, + "id": 6657, "properties": { "facing": "east", "half": "lower", @@ -109709,7 +115847,7 @@ } }, { - "id": 5890, + "id": 6658, "properties": { "facing": "east", "half": "lower", @@ -109719,7 +115857,7 @@ } }, { - "id": 5891, + "id": 6659, "properties": { "facing": "east", "half": "lower", @@ -109775,7 +115913,7 @@ }, "states": [ { - "id": 11288, + "id": 12365, "properties": { "facing": "north", "half": "top", @@ -109785,7 +115923,7 @@ } }, { - "id": 11289, + "id": 12366, "properties": { "facing": "north", "half": "top", @@ -109795,7 +115933,7 @@ } }, { - "id": 11290, + "id": 12367, "properties": { "facing": "north", "half": "top", @@ -109805,7 +115943,7 @@ } }, { - "id": 11291, + "id": 12368, "properties": { "facing": "north", "half": "top", @@ -109815,7 +115953,7 @@ } }, { - "id": 11292, + "id": 12369, "properties": { "facing": "north", "half": "top", @@ -109825,7 +115963,7 @@ } }, { - "id": 11293, + "id": 12370, "properties": { "facing": "north", "half": "top", @@ -109835,7 +115973,7 @@ } }, { - "id": 11294, + "id": 12371, "properties": { "facing": "north", "half": "top", @@ -109845,7 +115983,7 @@ } }, { - "id": 11295, + "id": 12372, "properties": { "facing": "north", "half": "top", @@ -109855,7 +115993,7 @@ } }, { - "id": 11296, + "id": 12373, "properties": { "facing": "north", "half": "bottom", @@ -109865,7 +116003,7 @@ } }, { - "id": 11297, + "id": 12374, "properties": { "facing": "north", "half": "bottom", @@ -109875,7 +116013,7 @@ } }, { - "id": 11298, + "id": 12375, "properties": { "facing": "north", "half": "bottom", @@ -109885,7 +116023,7 @@ } }, { - "id": 11299, + "id": 12376, "properties": { "facing": "north", "half": "bottom", @@ -109895,7 +116033,7 @@ } }, { - "id": 11300, + "id": 12377, "properties": { "facing": "north", "half": "bottom", @@ -109905,7 +116043,7 @@ } }, { - "id": 11301, + "id": 12378, "properties": { "facing": "north", "half": "bottom", @@ -109915,7 +116053,7 @@ } }, { - "id": 11302, + "id": 12379, "properties": { "facing": "north", "half": "bottom", @@ -109926,7 +116064,7 @@ }, { "default": true, - "id": 11303, + "id": 12380, "properties": { "facing": "north", "half": "bottom", @@ -109936,7 +116074,7 @@ } }, { - "id": 11304, + "id": 12381, "properties": { "facing": "south", "half": "top", @@ -109946,7 +116084,7 @@ } }, { - "id": 11305, + "id": 12382, "properties": { "facing": "south", "half": "top", @@ -109956,7 +116094,7 @@ } }, { - "id": 11306, + "id": 12383, "properties": { "facing": "south", "half": "top", @@ -109966,7 +116104,7 @@ } }, { - "id": 11307, + "id": 12384, "properties": { "facing": "south", "half": "top", @@ -109976,7 +116114,7 @@ } }, { - "id": 11308, + "id": 12385, "properties": { "facing": "south", "half": "top", @@ -109986,7 +116124,7 @@ } }, { - "id": 11309, + "id": 12386, "properties": { "facing": "south", "half": "top", @@ -109996,7 +116134,7 @@ } }, { - "id": 11310, + "id": 12387, "properties": { "facing": "south", "half": "top", @@ -110006,7 +116144,7 @@ } }, { - "id": 11311, + "id": 12388, "properties": { "facing": "south", "half": "top", @@ -110016,7 +116154,7 @@ } }, { - "id": 11312, + "id": 12389, "properties": { "facing": "south", "half": "bottom", @@ -110026,7 +116164,7 @@ } }, { - "id": 11313, + "id": 12390, "properties": { "facing": "south", "half": "bottom", @@ -110036,7 +116174,7 @@ } }, { - "id": 11314, + "id": 12391, "properties": { "facing": "south", "half": "bottom", @@ -110046,7 +116184,7 @@ } }, { - "id": 11315, + "id": 12392, "properties": { "facing": "south", "half": "bottom", @@ -110056,7 +116194,7 @@ } }, { - "id": 11316, + "id": 12393, "properties": { "facing": "south", "half": "bottom", @@ -110066,7 +116204,7 @@ } }, { - "id": 11317, + "id": 12394, "properties": { "facing": "south", "half": "bottom", @@ -110076,7 +116214,7 @@ } }, { - "id": 11318, + "id": 12395, "properties": { "facing": "south", "half": "bottom", @@ -110086,7 +116224,7 @@ } }, { - "id": 11319, + "id": 12396, "properties": { "facing": "south", "half": "bottom", @@ -110096,7 +116234,7 @@ } }, { - "id": 11320, + "id": 12397, "properties": { "facing": "west", "half": "top", @@ -110106,7 +116244,7 @@ } }, { - "id": 11321, + "id": 12398, "properties": { "facing": "west", "half": "top", @@ -110116,7 +116254,7 @@ } }, { - "id": 11322, + "id": 12399, "properties": { "facing": "west", "half": "top", @@ -110126,7 +116264,7 @@ } }, { - "id": 11323, + "id": 12400, "properties": { "facing": "west", "half": "top", @@ -110136,7 +116274,7 @@ } }, { - "id": 11324, + "id": 12401, "properties": { "facing": "west", "half": "top", @@ -110146,7 +116284,7 @@ } }, { - "id": 11325, + "id": 12402, "properties": { "facing": "west", "half": "top", @@ -110156,7 +116294,7 @@ } }, { - "id": 11326, + "id": 12403, "properties": { "facing": "west", "half": "top", @@ -110166,7 +116304,7 @@ } }, { - "id": 11327, + "id": 12404, "properties": { "facing": "west", "half": "top", @@ -110176,7 +116314,7 @@ } }, { - "id": 11328, + "id": 12405, "properties": { "facing": "west", "half": "bottom", @@ -110186,7 +116324,7 @@ } }, { - "id": 11329, + "id": 12406, "properties": { "facing": "west", "half": "bottom", @@ -110196,7 +116334,7 @@ } }, { - "id": 11330, + "id": 12407, "properties": { "facing": "west", "half": "bottom", @@ -110206,7 +116344,7 @@ } }, { - "id": 11331, + "id": 12408, "properties": { "facing": "west", "half": "bottom", @@ -110216,7 +116354,7 @@ } }, { - "id": 11332, + "id": 12409, "properties": { "facing": "west", "half": "bottom", @@ -110226,7 +116364,7 @@ } }, { - "id": 11333, + "id": 12410, "properties": { "facing": "west", "half": "bottom", @@ -110236,7 +116374,7 @@ } }, { - "id": 11334, + "id": 12411, "properties": { "facing": "west", "half": "bottom", @@ -110246,7 +116384,7 @@ } }, { - "id": 11335, + "id": 12412, "properties": { "facing": "west", "half": "bottom", @@ -110256,7 +116394,7 @@ } }, { - "id": 11336, + "id": 12413, "properties": { "facing": "east", "half": "top", @@ -110266,7 +116404,7 @@ } }, { - "id": 11337, + "id": 12414, "properties": { "facing": "east", "half": "top", @@ -110276,7 +116414,7 @@ } }, { - "id": 11338, + "id": 12415, "properties": { "facing": "east", "half": "top", @@ -110286,7 +116424,7 @@ } }, { - "id": 11339, + "id": 12416, "properties": { "facing": "east", "half": "top", @@ -110296,7 +116434,7 @@ } }, { - "id": 11340, + "id": 12417, "properties": { "facing": "east", "half": "top", @@ -110306,7 +116444,7 @@ } }, { - "id": 11341, + "id": 12418, "properties": { "facing": "east", "half": "top", @@ -110316,7 +116454,7 @@ } }, { - "id": 11342, + "id": 12419, "properties": { "facing": "east", "half": "top", @@ -110326,7 +116464,7 @@ } }, { - "id": 11343, + "id": 12420, "properties": { "facing": "east", "half": "top", @@ -110336,7 +116474,7 @@ } }, { - "id": 11344, + "id": 12421, "properties": { "facing": "east", "half": "bottom", @@ -110346,7 +116484,7 @@ } }, { - "id": 11345, + "id": 12422, "properties": { "facing": "east", "half": "bottom", @@ -110356,7 +116494,7 @@ } }, { - "id": 11346, + "id": 12423, "properties": { "facing": "east", "half": "bottom", @@ -110366,7 +116504,7 @@ } }, { - "id": 11347, + "id": 12424, "properties": { "facing": "east", "half": "bottom", @@ -110376,7 +116514,7 @@ } }, { - "id": 11348, + "id": 12425, "properties": { "facing": "east", "half": "bottom", @@ -110386,7 +116524,7 @@ } }, { - "id": 11349, + "id": 12426, "properties": { "facing": "east", "half": "bottom", @@ -110396,7 +116534,7 @@ } }, { - "id": 11350, + "id": 12427, "properties": { "facing": "east", "half": "bottom", @@ -110406,7 +116544,7 @@ } }, { - "id": 11351, + "id": 12428, "properties": { "facing": "east", "half": "bottom", @@ -110433,25 +116571,25 @@ "states": [ { "default": true, - "id": 6049, + "id": 6822, "properties": { "facing": "north" } }, { - "id": 6050, + "id": 6823, "properties": { "facing": "south" } }, { - "id": 6051, + "id": 6824, "properties": { "facing": "west" } }, { - "id": 6052, + "id": 6825, "properties": { "facing": "east" } @@ -110481,74 +116619,74 @@ }, "states": [ { - "id": 20383, + "id": 21524, "properties": { "orientation": "down_east" } }, { - "id": 20384, + "id": 21525, "properties": { "orientation": "down_north" } }, { - "id": 20385, + "id": 21526, "properties": { "orientation": "down_south" } }, { - "id": 20386, + "id": 21527, "properties": { "orientation": "down_west" } }, { - "id": 20387, + "id": 21528, "properties": { "orientation": "up_east" } }, { - "id": 20388, + "id": 21529, "properties": { "orientation": "up_north" } }, { - "id": 20389, + "id": 21530, "properties": { "orientation": "up_south" } }, { - "id": 20390, + "id": 21531, "properties": { "orientation": "up_west" } }, { - "id": 20391, + "id": 21532, "properties": { "orientation": "west_up" } }, { - "id": 20392, + "id": 21533, "properties": { "orientation": "east_up" } }, { "default": true, - "id": 20393, + "id": 21534, "properties": { "orientation": "north_up" } }, { - "id": 20394, + "id": 21535, "properties": { "orientation": "south_up" } @@ -110568,14 +116706,14 @@ }, "states": [ { - "id": 5994, + "id": 6762, "properties": { "has_record": "true" } }, { "default": true, - "id": 5995, + "id": 6763, "properties": { "has_record": "false" } @@ -110608,7 +116746,7 @@ }, "states": [ { - "id": 9468, + "id": 10545, "properties": { "face": "floor", "facing": "north", @@ -110616,7 +116754,7 @@ } }, { - "id": 9469, + "id": 10546, "properties": { "face": "floor", "facing": "north", @@ -110624,7 +116762,7 @@ } }, { - "id": 9470, + "id": 10547, "properties": { "face": "floor", "facing": "south", @@ -110632,7 +116770,7 @@ } }, { - "id": 9471, + "id": 10548, "properties": { "face": "floor", "facing": "south", @@ -110640,7 +116778,7 @@ } }, { - "id": 9472, + "id": 10549, "properties": { "face": "floor", "facing": "west", @@ -110648,7 +116786,7 @@ } }, { - "id": 9473, + "id": 10550, "properties": { "face": "floor", "facing": "west", @@ -110656,7 +116794,7 @@ } }, { - "id": 9474, + "id": 10551, "properties": { "face": "floor", "facing": "east", @@ -110664,7 +116802,7 @@ } }, { - "id": 9475, + "id": 10552, "properties": { "face": "floor", "facing": "east", @@ -110672,7 +116810,7 @@ } }, { - "id": 9476, + "id": 10553, "properties": { "face": "wall", "facing": "north", @@ -110681,7 +116819,7 @@ }, { "default": true, - "id": 9477, + "id": 10554, "properties": { "face": "wall", "facing": "north", @@ -110689,7 +116827,7 @@ } }, { - "id": 9478, + "id": 10555, "properties": { "face": "wall", "facing": "south", @@ -110697,7 +116835,7 @@ } }, { - "id": 9479, + "id": 10556, "properties": { "face": "wall", "facing": "south", @@ -110705,7 +116843,7 @@ } }, { - "id": 9480, + "id": 10557, "properties": { "face": "wall", "facing": "west", @@ -110713,7 +116851,7 @@ } }, { - "id": 9481, + "id": 10558, "properties": { "face": "wall", "facing": "west", @@ -110721,7 +116859,7 @@ } }, { - "id": 9482, + "id": 10559, "properties": { "face": "wall", "facing": "east", @@ -110729,7 +116867,7 @@ } }, { - "id": 9483, + "id": 10560, "properties": { "face": "wall", "facing": "east", @@ -110737,7 +116875,7 @@ } }, { - "id": 9484, + "id": 10561, "properties": { "face": "ceiling", "facing": "north", @@ -110745,7 +116883,7 @@ } }, { - "id": 9485, + "id": 10562, "properties": { "face": "ceiling", "facing": "north", @@ -110753,7 +116891,7 @@ } }, { - "id": 9486, + "id": 10563, "properties": { "face": "ceiling", "facing": "south", @@ -110761,7 +116899,7 @@ } }, { - "id": 9487, + "id": 10564, "properties": { "face": "ceiling", "facing": "south", @@ -110769,7 +116907,7 @@ } }, { - "id": 9488, + "id": 10565, "properties": { "face": "ceiling", "facing": "west", @@ -110777,7 +116915,7 @@ } }, { - "id": 9489, + "id": 10566, "properties": { "face": "ceiling", "facing": "west", @@ -110785,7 +116923,7 @@ } }, { - "id": 9490, + "id": 10567, "properties": { "face": "ceiling", "facing": "east", @@ -110793,7 +116931,7 @@ } }, { - "id": 9491, + "id": 10568, "properties": { "face": "ceiling", "facing": "east", @@ -110834,7 +116972,7 @@ }, "states": [ { - "id": 12909, + "id": 13986, "properties": { "facing": "north", "half": "upper", @@ -110844,7 +116982,7 @@ } }, { - "id": 12910, + "id": 13987, "properties": { "facing": "north", "half": "upper", @@ -110854,7 +116992,7 @@ } }, { - "id": 12911, + "id": 13988, "properties": { "facing": "north", "half": "upper", @@ -110864,7 +117002,7 @@ } }, { - "id": 12912, + "id": 13989, "properties": { "facing": "north", "half": "upper", @@ -110874,7 +117012,7 @@ } }, { - "id": 12913, + "id": 13990, "properties": { "facing": "north", "half": "upper", @@ -110884,7 +117022,7 @@ } }, { - "id": 12914, + "id": 13991, "properties": { "facing": "north", "half": "upper", @@ -110894,7 +117032,7 @@ } }, { - "id": 12915, + "id": 13992, "properties": { "facing": "north", "half": "upper", @@ -110904,7 +117042,7 @@ } }, { - "id": 12916, + "id": 13993, "properties": { "facing": "north", "half": "upper", @@ -110914,7 +117052,7 @@ } }, { - "id": 12917, + "id": 13994, "properties": { "facing": "north", "half": "lower", @@ -110924,7 +117062,7 @@ } }, { - "id": 12918, + "id": 13995, "properties": { "facing": "north", "half": "lower", @@ -110934,7 +117072,7 @@ } }, { - "id": 12919, + "id": 13996, "properties": { "facing": "north", "half": "lower", @@ -110945,7 +117083,7 @@ }, { "default": true, - "id": 12920, + "id": 13997, "properties": { "facing": "north", "half": "lower", @@ -110955,7 +117093,7 @@ } }, { - "id": 12921, + "id": 13998, "properties": { "facing": "north", "half": "lower", @@ -110965,7 +117103,7 @@ } }, { - "id": 12922, + "id": 13999, "properties": { "facing": "north", "half": "lower", @@ -110975,7 +117113,7 @@ } }, { - "id": 12923, + "id": 14000, "properties": { "facing": "north", "half": "lower", @@ -110985,7 +117123,7 @@ } }, { - "id": 12924, + "id": 14001, "properties": { "facing": "north", "half": "lower", @@ -110995,7 +117133,7 @@ } }, { - "id": 12925, + "id": 14002, "properties": { "facing": "south", "half": "upper", @@ -111005,7 +117143,7 @@ } }, { - "id": 12926, + "id": 14003, "properties": { "facing": "south", "half": "upper", @@ -111015,7 +117153,7 @@ } }, { - "id": 12927, + "id": 14004, "properties": { "facing": "south", "half": "upper", @@ -111025,7 +117163,7 @@ } }, { - "id": 12928, + "id": 14005, "properties": { "facing": "south", "half": "upper", @@ -111035,7 +117173,7 @@ } }, { - "id": 12929, + "id": 14006, "properties": { "facing": "south", "half": "upper", @@ -111045,7 +117183,7 @@ } }, { - "id": 12930, + "id": 14007, "properties": { "facing": "south", "half": "upper", @@ -111055,7 +117193,7 @@ } }, { - "id": 12931, + "id": 14008, "properties": { "facing": "south", "half": "upper", @@ -111065,7 +117203,7 @@ } }, { - "id": 12932, + "id": 14009, "properties": { "facing": "south", "half": "upper", @@ -111075,7 +117213,7 @@ } }, { - "id": 12933, + "id": 14010, "properties": { "facing": "south", "half": "lower", @@ -111085,7 +117223,7 @@ } }, { - "id": 12934, + "id": 14011, "properties": { "facing": "south", "half": "lower", @@ -111095,7 +117233,7 @@ } }, { - "id": 12935, + "id": 14012, "properties": { "facing": "south", "half": "lower", @@ -111105,7 +117243,7 @@ } }, { - "id": 12936, + "id": 14013, "properties": { "facing": "south", "half": "lower", @@ -111115,7 +117253,7 @@ } }, { - "id": 12937, + "id": 14014, "properties": { "facing": "south", "half": "lower", @@ -111125,7 +117263,7 @@ } }, { - "id": 12938, + "id": 14015, "properties": { "facing": "south", "half": "lower", @@ -111135,7 +117273,7 @@ } }, { - "id": 12939, + "id": 14016, "properties": { "facing": "south", "half": "lower", @@ -111145,7 +117283,7 @@ } }, { - "id": 12940, + "id": 14017, "properties": { "facing": "south", "half": "lower", @@ -111155,7 +117293,7 @@ } }, { - "id": 12941, + "id": 14018, "properties": { "facing": "west", "half": "upper", @@ -111165,7 +117303,7 @@ } }, { - "id": 12942, + "id": 14019, "properties": { "facing": "west", "half": "upper", @@ -111175,7 +117313,7 @@ } }, { - "id": 12943, + "id": 14020, "properties": { "facing": "west", "half": "upper", @@ -111185,7 +117323,7 @@ } }, { - "id": 12944, + "id": 14021, "properties": { "facing": "west", "half": "upper", @@ -111195,7 +117333,7 @@ } }, { - "id": 12945, + "id": 14022, "properties": { "facing": "west", "half": "upper", @@ -111205,7 +117343,7 @@ } }, { - "id": 12946, + "id": 14023, "properties": { "facing": "west", "half": "upper", @@ -111215,7 +117353,7 @@ } }, { - "id": 12947, + "id": 14024, "properties": { "facing": "west", "half": "upper", @@ -111225,7 +117363,7 @@ } }, { - "id": 12948, + "id": 14025, "properties": { "facing": "west", "half": "upper", @@ -111235,7 +117373,7 @@ } }, { - "id": 12949, + "id": 14026, "properties": { "facing": "west", "half": "lower", @@ -111245,7 +117383,7 @@ } }, { - "id": 12950, + "id": 14027, "properties": { "facing": "west", "half": "lower", @@ -111255,7 +117393,7 @@ } }, { - "id": 12951, + "id": 14028, "properties": { "facing": "west", "half": "lower", @@ -111265,7 +117403,7 @@ } }, { - "id": 12952, + "id": 14029, "properties": { "facing": "west", "half": "lower", @@ -111275,7 +117413,7 @@ } }, { - "id": 12953, + "id": 14030, "properties": { "facing": "west", "half": "lower", @@ -111285,7 +117423,7 @@ } }, { - "id": 12954, + "id": 14031, "properties": { "facing": "west", "half": "lower", @@ -111295,7 +117433,7 @@ } }, { - "id": 12955, + "id": 14032, "properties": { "facing": "west", "half": "lower", @@ -111305,7 +117443,7 @@ } }, { - "id": 12956, + "id": 14033, "properties": { "facing": "west", "half": "lower", @@ -111315,7 +117453,7 @@ } }, { - "id": 12957, + "id": 14034, "properties": { "facing": "east", "half": "upper", @@ -111325,7 +117463,7 @@ } }, { - "id": 12958, + "id": 14035, "properties": { "facing": "east", "half": "upper", @@ -111335,7 +117473,7 @@ } }, { - "id": 12959, + "id": 14036, "properties": { "facing": "east", "half": "upper", @@ -111345,7 +117483,7 @@ } }, { - "id": 12960, + "id": 14037, "properties": { "facing": "east", "half": "upper", @@ -111355,7 +117493,7 @@ } }, { - "id": 12961, + "id": 14038, "properties": { "facing": "east", "half": "upper", @@ -111365,7 +117503,7 @@ } }, { - "id": 12962, + "id": 14039, "properties": { "facing": "east", "half": "upper", @@ -111375,7 +117513,7 @@ } }, { - "id": 12963, + "id": 14040, "properties": { "facing": "east", "half": "upper", @@ -111385,7 +117523,7 @@ } }, { - "id": 12964, + "id": 14041, "properties": { "facing": "east", "half": "upper", @@ -111395,7 +117533,7 @@ } }, { - "id": 12965, + "id": 14042, "properties": { "facing": "east", "half": "lower", @@ -111405,7 +117543,7 @@ } }, { - "id": 12966, + "id": 14043, "properties": { "facing": "east", "half": "lower", @@ -111415,7 +117553,7 @@ } }, { - "id": 12967, + "id": 14044, "properties": { "facing": "east", "half": "lower", @@ -111425,7 +117563,7 @@ } }, { - "id": 12968, + "id": 14045, "properties": { "facing": "east", "half": "lower", @@ -111435,7 +117573,7 @@ } }, { - "id": 12969, + "id": 14046, "properties": { "facing": "east", "half": "lower", @@ -111445,7 +117583,7 @@ } }, { - "id": 12970, + "id": 14047, "properties": { "facing": "east", "half": "lower", @@ -111455,7 +117593,7 @@ } }, { - "id": 12971, + "id": 14048, "properties": { "facing": "east", "half": "lower", @@ -111465,7 +117603,7 @@ } }, { - "id": 12972, + "id": 14049, "properties": { "facing": "east", "half": "lower", @@ -111505,7 +117643,7 @@ }, "states": [ { - "id": 12557, + "id": 13634, "properties": { "east": "true", "north": "true", @@ -111515,7 +117653,7 @@ } }, { - "id": 12558, + "id": 13635, "properties": { "east": "true", "north": "true", @@ -111525,7 +117663,7 @@ } }, { - "id": 12559, + "id": 13636, "properties": { "east": "true", "north": "true", @@ -111535,7 +117673,7 @@ } }, { - "id": 12560, + "id": 13637, "properties": { "east": "true", "north": "true", @@ -111545,7 +117683,7 @@ } }, { - "id": 12561, + "id": 13638, "properties": { "east": "true", "north": "true", @@ -111555,7 +117693,7 @@ } }, { - "id": 12562, + "id": 13639, "properties": { "east": "true", "north": "true", @@ -111565,7 +117703,7 @@ } }, { - "id": 12563, + "id": 13640, "properties": { "east": "true", "north": "true", @@ -111575,7 +117713,7 @@ } }, { - "id": 12564, + "id": 13641, "properties": { "east": "true", "north": "true", @@ -111585,7 +117723,7 @@ } }, { - "id": 12565, + "id": 13642, "properties": { "east": "true", "north": "false", @@ -111595,7 +117733,7 @@ } }, { - "id": 12566, + "id": 13643, "properties": { "east": "true", "north": "false", @@ -111605,7 +117743,7 @@ } }, { - "id": 12567, + "id": 13644, "properties": { "east": "true", "north": "false", @@ -111615,7 +117753,7 @@ } }, { - "id": 12568, + "id": 13645, "properties": { "east": "true", "north": "false", @@ -111625,7 +117763,7 @@ } }, { - "id": 12569, + "id": 13646, "properties": { "east": "true", "north": "false", @@ -111635,7 +117773,7 @@ } }, { - "id": 12570, + "id": 13647, "properties": { "east": "true", "north": "false", @@ -111645,7 +117783,7 @@ } }, { - "id": 12571, + "id": 13648, "properties": { "east": "true", "north": "false", @@ -111655,7 +117793,7 @@ } }, { - "id": 12572, + "id": 13649, "properties": { "east": "true", "north": "false", @@ -111665,7 +117803,7 @@ } }, { - "id": 12573, + "id": 13650, "properties": { "east": "false", "north": "true", @@ -111675,7 +117813,7 @@ } }, { - "id": 12574, + "id": 13651, "properties": { "east": "false", "north": "true", @@ -111685,7 +117823,7 @@ } }, { - "id": 12575, + "id": 13652, "properties": { "east": "false", "north": "true", @@ -111695,7 +117833,7 @@ } }, { - "id": 12576, + "id": 13653, "properties": { "east": "false", "north": "true", @@ -111705,7 +117843,7 @@ } }, { - "id": 12577, + "id": 13654, "properties": { "east": "false", "north": "true", @@ -111715,7 +117853,7 @@ } }, { - "id": 12578, + "id": 13655, "properties": { "east": "false", "north": "true", @@ -111725,7 +117863,7 @@ } }, { - "id": 12579, + "id": 13656, "properties": { "east": "false", "north": "true", @@ -111735,7 +117873,7 @@ } }, { - "id": 12580, + "id": 13657, "properties": { "east": "false", "north": "true", @@ -111745,7 +117883,7 @@ } }, { - "id": 12581, + "id": 13658, "properties": { "east": "false", "north": "false", @@ -111755,7 +117893,7 @@ } }, { - "id": 12582, + "id": 13659, "properties": { "east": "false", "north": "false", @@ -111765,7 +117903,7 @@ } }, { - "id": 12583, + "id": 13660, "properties": { "east": "false", "north": "false", @@ -111775,7 +117913,7 @@ } }, { - "id": 12584, + "id": 13661, "properties": { "east": "false", "north": "false", @@ -111785,7 +117923,7 @@ } }, { - "id": 12585, + "id": 13662, "properties": { "east": "false", "north": "false", @@ -111795,7 +117933,7 @@ } }, { - "id": 12586, + "id": 13663, "properties": { "east": "false", "north": "false", @@ -111805,7 +117943,7 @@ } }, { - "id": 12587, + "id": 13664, "properties": { "east": "false", "north": "false", @@ -111816,7 +117954,7 @@ }, { "default": true, - "id": 12588, + "id": 13665, "properties": { "east": "false", "north": "false", @@ -111855,7 +117993,7 @@ }, "states": [ { - "id": 12269, + "id": 13346, "properties": { "facing": "north", "in_wall": "true", @@ -111864,7 +118002,7 @@ } }, { - "id": 12270, + "id": 13347, "properties": { "facing": "north", "in_wall": "true", @@ -111873,7 +118011,7 @@ } }, { - "id": 12271, + "id": 13348, "properties": { "facing": "north", "in_wall": "true", @@ -111882,7 +118020,7 @@ } }, { - "id": 12272, + "id": 13349, "properties": { "facing": "north", "in_wall": "true", @@ -111891,7 +118029,7 @@ } }, { - "id": 12273, + "id": 13350, "properties": { "facing": "north", "in_wall": "false", @@ -111900,7 +118038,7 @@ } }, { - "id": 12274, + "id": 13351, "properties": { "facing": "north", "in_wall": "false", @@ -111909,7 +118047,7 @@ } }, { - "id": 12275, + "id": 13352, "properties": { "facing": "north", "in_wall": "false", @@ -111919,7 +118057,7 @@ }, { "default": true, - "id": 12276, + "id": 13353, "properties": { "facing": "north", "in_wall": "false", @@ -111928,7 +118066,7 @@ } }, { - "id": 12277, + "id": 13354, "properties": { "facing": "south", "in_wall": "true", @@ -111937,7 +118075,7 @@ } }, { - "id": 12278, + "id": 13355, "properties": { "facing": "south", "in_wall": "true", @@ -111946,7 +118084,7 @@ } }, { - "id": 12279, + "id": 13356, "properties": { "facing": "south", "in_wall": "true", @@ -111955,7 +118093,7 @@ } }, { - "id": 12280, + "id": 13357, "properties": { "facing": "south", "in_wall": "true", @@ -111964,7 +118102,7 @@ } }, { - "id": 12281, + "id": 13358, "properties": { "facing": "south", "in_wall": "false", @@ -111973,7 +118111,7 @@ } }, { - "id": 12282, + "id": 13359, "properties": { "facing": "south", "in_wall": "false", @@ -111982,7 +118120,7 @@ } }, { - "id": 12283, + "id": 13360, "properties": { "facing": "south", "in_wall": "false", @@ -111991,7 +118129,7 @@ } }, { - "id": 12284, + "id": 13361, "properties": { "facing": "south", "in_wall": "false", @@ -112000,7 +118138,7 @@ } }, { - "id": 12285, + "id": 13362, "properties": { "facing": "west", "in_wall": "true", @@ -112009,7 +118147,7 @@ } }, { - "id": 12286, + "id": 13363, "properties": { "facing": "west", "in_wall": "true", @@ -112018,7 +118156,7 @@ } }, { - "id": 12287, + "id": 13364, "properties": { "facing": "west", "in_wall": "true", @@ -112027,7 +118165,7 @@ } }, { - "id": 12288, + "id": 13365, "properties": { "facing": "west", "in_wall": "true", @@ -112036,7 +118174,7 @@ } }, { - "id": 12289, + "id": 13366, "properties": { "facing": "west", "in_wall": "false", @@ -112045,7 +118183,7 @@ } }, { - "id": 12290, + "id": 13367, "properties": { "facing": "west", "in_wall": "false", @@ -112054,7 +118192,7 @@ } }, { - "id": 12291, + "id": 13368, "properties": { "facing": "west", "in_wall": "false", @@ -112063,7 +118201,7 @@ } }, { - "id": 12292, + "id": 13369, "properties": { "facing": "west", "in_wall": "false", @@ -112072,7 +118210,7 @@ } }, { - "id": 12293, + "id": 13370, "properties": { "facing": "east", "in_wall": "true", @@ -112081,7 +118219,7 @@ } }, { - "id": 12294, + "id": 13371, "properties": { "facing": "east", "in_wall": "true", @@ -112090,7 +118228,7 @@ } }, { - "id": 12295, + "id": 13372, "properties": { "facing": "east", "in_wall": "true", @@ -112099,7 +118237,7 @@ } }, { - "id": 12296, + "id": 13373, "properties": { "facing": "east", "in_wall": "true", @@ -112108,7 +118246,7 @@ } }, { - "id": 12297, + "id": 13374, "properties": { "facing": "east", "in_wall": "false", @@ -112117,7 +118255,7 @@ } }, { - "id": 12298, + "id": 13375, "properties": { "facing": "east", "in_wall": "false", @@ -112126,7 +118264,7 @@ } }, { - "id": 12299, + "id": 13376, "properties": { "facing": "east", "in_wall": "false", @@ -112135,7 +118273,7 @@ } }, { - "id": 12300, + "id": 13377, "properties": { "facing": "east", "in_wall": "false", @@ -112181,7 +118319,7 @@ }, "states": [ { - "id": 5258, + "id": 6026, "properties": { "attached": "true", "rotation": "0", @@ -112189,7 +118327,7 @@ } }, { - "id": 5259, + "id": 6027, "properties": { "attached": "true", "rotation": "0", @@ -112197,7 +118335,7 @@ } }, { - "id": 5260, + "id": 6028, "properties": { "attached": "true", "rotation": "1", @@ -112205,7 +118343,7 @@ } }, { - "id": 5261, + "id": 6029, "properties": { "attached": "true", "rotation": "1", @@ -112213,7 +118351,7 @@ } }, { - "id": 5262, + "id": 6030, "properties": { "attached": "true", "rotation": "2", @@ -112221,7 +118359,7 @@ } }, { - "id": 5263, + "id": 6031, "properties": { "attached": "true", "rotation": "2", @@ -112229,7 +118367,7 @@ } }, { - "id": 5264, + "id": 6032, "properties": { "attached": "true", "rotation": "3", @@ -112237,7 +118375,7 @@ } }, { - "id": 5265, + "id": 6033, "properties": { "attached": "true", "rotation": "3", @@ -112245,7 +118383,7 @@ } }, { - "id": 5266, + "id": 6034, "properties": { "attached": "true", "rotation": "4", @@ -112253,7 +118391,7 @@ } }, { - "id": 5267, + "id": 6035, "properties": { "attached": "true", "rotation": "4", @@ -112261,7 +118399,7 @@ } }, { - "id": 5268, + "id": 6036, "properties": { "attached": "true", "rotation": "5", @@ -112269,7 +118407,7 @@ } }, { - "id": 5269, + "id": 6037, "properties": { "attached": "true", "rotation": "5", @@ -112277,7 +118415,7 @@ } }, { - "id": 5270, + "id": 6038, "properties": { "attached": "true", "rotation": "6", @@ -112285,7 +118423,7 @@ } }, { - "id": 5271, + "id": 6039, "properties": { "attached": "true", "rotation": "6", @@ -112293,7 +118431,7 @@ } }, { - "id": 5272, + "id": 6040, "properties": { "attached": "true", "rotation": "7", @@ -112301,7 +118439,7 @@ } }, { - "id": 5273, + "id": 6041, "properties": { "attached": "true", "rotation": "7", @@ -112309,7 +118447,7 @@ } }, { - "id": 5274, + "id": 6042, "properties": { "attached": "true", "rotation": "8", @@ -112317,7 +118455,7 @@ } }, { - "id": 5275, + "id": 6043, "properties": { "attached": "true", "rotation": "8", @@ -112325,7 +118463,7 @@ } }, { - "id": 5276, + "id": 6044, "properties": { "attached": "true", "rotation": "9", @@ -112333,7 +118471,7 @@ } }, { - "id": 5277, + "id": 6045, "properties": { "attached": "true", "rotation": "9", @@ -112341,7 +118479,7 @@ } }, { - "id": 5278, + "id": 6046, "properties": { "attached": "true", "rotation": "10", @@ -112349,7 +118487,7 @@ } }, { - "id": 5279, + "id": 6047, "properties": { "attached": "true", "rotation": "10", @@ -112357,7 +118495,7 @@ } }, { - "id": 5280, + "id": 6048, "properties": { "attached": "true", "rotation": "11", @@ -112365,7 +118503,7 @@ } }, { - "id": 5281, + "id": 6049, "properties": { "attached": "true", "rotation": "11", @@ -112373,7 +118511,7 @@ } }, { - "id": 5282, + "id": 6050, "properties": { "attached": "true", "rotation": "12", @@ -112381,7 +118519,7 @@ } }, { - "id": 5283, + "id": 6051, "properties": { "attached": "true", "rotation": "12", @@ -112389,7 +118527,7 @@ } }, { - "id": 5284, + "id": 6052, "properties": { "attached": "true", "rotation": "13", @@ -112397,7 +118535,7 @@ } }, { - "id": 5285, + "id": 6053, "properties": { "attached": "true", "rotation": "13", @@ -112405,7 +118543,7 @@ } }, { - "id": 5286, + "id": 6054, "properties": { "attached": "true", "rotation": "14", @@ -112413,7 +118551,7 @@ } }, { - "id": 5287, + "id": 6055, "properties": { "attached": "true", "rotation": "14", @@ -112421,7 +118559,7 @@ } }, { - "id": 5288, + "id": 6056, "properties": { "attached": "true", "rotation": "15", @@ -112429,7 +118567,7 @@ } }, { - "id": 5289, + "id": 6057, "properties": { "attached": "true", "rotation": "15", @@ -112437,7 +118575,7 @@ } }, { - "id": 5290, + "id": 6058, "properties": { "attached": "false", "rotation": "0", @@ -112446,7 +118584,7 @@ }, { "default": true, - "id": 5291, + "id": 6059, "properties": { "attached": "false", "rotation": "0", @@ -112454,7 +118592,7 @@ } }, { - "id": 5292, + "id": 6060, "properties": { "attached": "false", "rotation": "1", @@ -112462,7 +118600,7 @@ } }, { - "id": 5293, + "id": 6061, "properties": { "attached": "false", "rotation": "1", @@ -112470,7 +118608,7 @@ } }, { - "id": 5294, + "id": 6062, "properties": { "attached": "false", "rotation": "2", @@ -112478,7 +118616,7 @@ } }, { - "id": 5295, + "id": 6063, "properties": { "attached": "false", "rotation": "2", @@ -112486,7 +118624,7 @@ } }, { - "id": 5296, + "id": 6064, "properties": { "attached": "false", "rotation": "3", @@ -112494,7 +118632,7 @@ } }, { - "id": 5297, + "id": 6065, "properties": { "attached": "false", "rotation": "3", @@ -112502,7 +118640,7 @@ } }, { - "id": 5298, + "id": 6066, "properties": { "attached": "false", "rotation": "4", @@ -112510,7 +118648,7 @@ } }, { - "id": 5299, + "id": 6067, "properties": { "attached": "false", "rotation": "4", @@ -112518,7 +118656,7 @@ } }, { - "id": 5300, + "id": 6068, "properties": { "attached": "false", "rotation": "5", @@ -112526,7 +118664,7 @@ } }, { - "id": 5301, + "id": 6069, "properties": { "attached": "false", "rotation": "5", @@ -112534,7 +118672,7 @@ } }, { - "id": 5302, + "id": 6070, "properties": { "attached": "false", "rotation": "6", @@ -112542,7 +118680,7 @@ } }, { - "id": 5303, + "id": 6071, "properties": { "attached": "false", "rotation": "6", @@ -112550,7 +118688,7 @@ } }, { - "id": 5304, + "id": 6072, "properties": { "attached": "false", "rotation": "7", @@ -112558,7 +118696,7 @@ } }, { - "id": 5305, + "id": 6073, "properties": { "attached": "false", "rotation": "7", @@ -112566,7 +118704,7 @@ } }, { - "id": 5306, + "id": 6074, "properties": { "attached": "false", "rotation": "8", @@ -112574,7 +118712,7 @@ } }, { - "id": 5307, + "id": 6075, "properties": { "attached": "false", "rotation": "8", @@ -112582,7 +118720,7 @@ } }, { - "id": 5308, + "id": 6076, "properties": { "attached": "false", "rotation": "9", @@ -112590,7 +118728,7 @@ } }, { - "id": 5309, + "id": 6077, "properties": { "attached": "false", "rotation": "9", @@ -112598,7 +118736,7 @@ } }, { - "id": 5310, + "id": 6078, "properties": { "attached": "false", "rotation": "10", @@ -112606,7 +118744,7 @@ } }, { - "id": 5311, + "id": 6079, "properties": { "attached": "false", "rotation": "10", @@ -112614,7 +118752,7 @@ } }, { - "id": 5312, + "id": 6080, "properties": { "attached": "false", "rotation": "11", @@ -112622,7 +118760,7 @@ } }, { - "id": 5313, + "id": 6081, "properties": { "attached": "false", "rotation": "11", @@ -112630,7 +118768,7 @@ } }, { - "id": 5314, + "id": 6082, "properties": { "attached": "false", "rotation": "12", @@ -112638,7 +118776,7 @@ } }, { - "id": 5315, + "id": 6083, "properties": { "attached": "false", "rotation": "12", @@ -112646,7 +118784,7 @@ } }, { - "id": 5316, + "id": 6084, "properties": { "attached": "false", "rotation": "13", @@ -112654,7 +118792,7 @@ } }, { - "id": 5317, + "id": 6085, "properties": { "attached": "false", "rotation": "13", @@ -112662,7 +118800,7 @@ } }, { - "id": 5318, + "id": 6086, "properties": { "attached": "false", "rotation": "14", @@ -112670,7 +118808,7 @@ } }, { - "id": 5319, + "id": 6087, "properties": { "attached": "false", "rotation": "14", @@ -112678,7 +118816,7 @@ } }, { - "id": 5320, + "id": 6088, "properties": { "attached": "false", "rotation": "15", @@ -112686,7 +118824,7 @@ } }, { - "id": 5321, + "id": 6089, "properties": { "attached": "false", "rotation": "15", @@ -113008,14 +119146,14 @@ }, "states": [ { - "id": 5898, + "id": 6666, "properties": { "powered": "true" } }, { "default": true, - "id": 5899, + "id": 6667, "properties": { "powered": "false" } @@ -113050,6 +119188,613 @@ } ] }, + "minecraft:jungle_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2783, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2784, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2785, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2786, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2787, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2788, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2789, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2790, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2791, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2792, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2793, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2794, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2795, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2796, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2797, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2798, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2799, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2800, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2801, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2802, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2803, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2804, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2805, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2806, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2807, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2808, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2809, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2810, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2811, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2812, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2813, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2814, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2815, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2816, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2817, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2818, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2819, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2820, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2821, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2822, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2823, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2824, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2825, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2826, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2827, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2828, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2829, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2830, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2831, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2832, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2833, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2834, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2835, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2836, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2837, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2838, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2839, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2840, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2841, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2842, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2843, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2844, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2845, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2846, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:jungle_sign": { "definition": { "type": "minecraft:standing_sign", @@ -113082,7 +119827,7 @@ }, "states": [ { - "id": 4526, + "id": 5294, "properties": { "rotation": "0", "waterlogged": "true" @@ -113090,217 +119835,217 @@ }, { "default": true, - "id": 4527, + "id": 5295, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4528, + "id": 5296, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4529, + "id": 5297, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4530, + "id": 5298, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4531, + "id": 5299, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4532, + "id": 5300, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4533, + "id": 5301, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4534, + "id": 5302, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4535, + "id": 5303, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4536, + "id": 5304, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4537, + "id": 5305, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4538, + "id": 5306, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4539, + "id": 5307, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4540, + "id": 5308, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4541, + "id": 5309, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4542, + "id": 5310, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4543, + "id": 5311, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4544, + "id": 5312, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4545, + "id": 5313, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4546, + "id": 5314, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4547, + "id": 5315, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4548, + "id": 5316, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4549, + "id": 5317, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4550, + "id": 5318, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4551, + "id": 5319, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4552, + "id": 5320, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4553, + "id": 5321, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4554, + "id": 5322, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4555, + "id": 5323, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4556, + "id": 5324, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4557, + "id": 5325, "properties": { "rotation": "15", "waterlogged": "false" @@ -113326,21 +120071,21 @@ }, "states": [ { - "id": 12069, + "id": 13146, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12070, + "id": 13147, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12071, + "id": 13148, "properties": { "type": "bottom", "waterlogged": "true" @@ -113348,21 +120093,21 @@ }, { "default": true, - "id": 12072, + "id": 13149, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12073, + "id": 13150, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12074, + "id": 13151, "properties": { "type": "double", "waterlogged": "false" @@ -113403,7 +120148,7 @@ }, "states": [ { - "id": 8610, + "id": 9687, "properties": { "facing": "north", "half": "top", @@ -113412,7 +120157,7 @@ } }, { - "id": 8611, + "id": 9688, "properties": { "facing": "north", "half": "top", @@ -113421,7 +120166,7 @@ } }, { - "id": 8612, + "id": 9689, "properties": { "facing": "north", "half": "top", @@ -113430,7 +120175,7 @@ } }, { - "id": 8613, + "id": 9690, "properties": { "facing": "north", "half": "top", @@ -113439,7 +120184,7 @@ } }, { - "id": 8614, + "id": 9691, "properties": { "facing": "north", "half": "top", @@ -113448,7 +120193,7 @@ } }, { - "id": 8615, + "id": 9692, "properties": { "facing": "north", "half": "top", @@ -113457,7 +120202,7 @@ } }, { - "id": 8616, + "id": 9693, "properties": { "facing": "north", "half": "top", @@ -113466,7 +120211,7 @@ } }, { - "id": 8617, + "id": 9694, "properties": { "facing": "north", "half": "top", @@ -113475,7 +120220,7 @@ } }, { - "id": 8618, + "id": 9695, "properties": { "facing": "north", "half": "top", @@ -113484,7 +120229,7 @@ } }, { - "id": 8619, + "id": 9696, "properties": { "facing": "north", "half": "top", @@ -113493,7 +120238,7 @@ } }, { - "id": 8620, + "id": 9697, "properties": { "facing": "north", "half": "bottom", @@ -113503,7 +120248,7 @@ }, { "default": true, - "id": 8621, + "id": 9698, "properties": { "facing": "north", "half": "bottom", @@ -113512,7 +120257,7 @@ } }, { - "id": 8622, + "id": 9699, "properties": { "facing": "north", "half": "bottom", @@ -113521,7 +120266,7 @@ } }, { - "id": 8623, + "id": 9700, "properties": { "facing": "north", "half": "bottom", @@ -113530,7 +120275,7 @@ } }, { - "id": 8624, + "id": 9701, "properties": { "facing": "north", "half": "bottom", @@ -113539,7 +120284,7 @@ } }, { - "id": 8625, + "id": 9702, "properties": { "facing": "north", "half": "bottom", @@ -113548,7 +120293,7 @@ } }, { - "id": 8626, + "id": 9703, "properties": { "facing": "north", "half": "bottom", @@ -113557,7 +120302,7 @@ } }, { - "id": 8627, + "id": 9704, "properties": { "facing": "north", "half": "bottom", @@ -113566,7 +120311,7 @@ } }, { - "id": 8628, + "id": 9705, "properties": { "facing": "north", "half": "bottom", @@ -113575,7 +120320,7 @@ } }, { - "id": 8629, + "id": 9706, "properties": { "facing": "north", "half": "bottom", @@ -113584,7 +120329,7 @@ } }, { - "id": 8630, + "id": 9707, "properties": { "facing": "south", "half": "top", @@ -113593,7 +120338,7 @@ } }, { - "id": 8631, + "id": 9708, "properties": { "facing": "south", "half": "top", @@ -113602,7 +120347,7 @@ } }, { - "id": 8632, + "id": 9709, "properties": { "facing": "south", "half": "top", @@ -113611,7 +120356,7 @@ } }, { - "id": 8633, + "id": 9710, "properties": { "facing": "south", "half": "top", @@ -113620,7 +120365,7 @@ } }, { - "id": 8634, + "id": 9711, "properties": { "facing": "south", "half": "top", @@ -113629,7 +120374,7 @@ } }, { - "id": 8635, + "id": 9712, "properties": { "facing": "south", "half": "top", @@ -113638,7 +120383,7 @@ } }, { - "id": 8636, + "id": 9713, "properties": { "facing": "south", "half": "top", @@ -113647,7 +120392,7 @@ } }, { - "id": 8637, + "id": 9714, "properties": { "facing": "south", "half": "top", @@ -113656,7 +120401,7 @@ } }, { - "id": 8638, + "id": 9715, "properties": { "facing": "south", "half": "top", @@ -113665,7 +120410,7 @@ } }, { - "id": 8639, + "id": 9716, "properties": { "facing": "south", "half": "top", @@ -113674,7 +120419,7 @@ } }, { - "id": 8640, + "id": 9717, "properties": { "facing": "south", "half": "bottom", @@ -113683,7 +120428,7 @@ } }, { - "id": 8641, + "id": 9718, "properties": { "facing": "south", "half": "bottom", @@ -113692,7 +120437,7 @@ } }, { - "id": 8642, + "id": 9719, "properties": { "facing": "south", "half": "bottom", @@ -113701,7 +120446,7 @@ } }, { - "id": 8643, + "id": 9720, "properties": { "facing": "south", "half": "bottom", @@ -113710,7 +120455,7 @@ } }, { - "id": 8644, + "id": 9721, "properties": { "facing": "south", "half": "bottom", @@ -113719,7 +120464,7 @@ } }, { - "id": 8645, + "id": 9722, "properties": { "facing": "south", "half": "bottom", @@ -113728,7 +120473,7 @@ } }, { - "id": 8646, + "id": 9723, "properties": { "facing": "south", "half": "bottom", @@ -113737,7 +120482,7 @@ } }, { - "id": 8647, + "id": 9724, "properties": { "facing": "south", "half": "bottom", @@ -113746,7 +120491,7 @@ } }, { - "id": 8648, + "id": 9725, "properties": { "facing": "south", "half": "bottom", @@ -113755,7 +120500,7 @@ } }, { - "id": 8649, + "id": 9726, "properties": { "facing": "south", "half": "bottom", @@ -113764,7 +120509,7 @@ } }, { - "id": 8650, + "id": 9727, "properties": { "facing": "west", "half": "top", @@ -113773,7 +120518,7 @@ } }, { - "id": 8651, + "id": 9728, "properties": { "facing": "west", "half": "top", @@ -113782,7 +120527,7 @@ } }, { - "id": 8652, + "id": 9729, "properties": { "facing": "west", "half": "top", @@ -113791,7 +120536,7 @@ } }, { - "id": 8653, + "id": 9730, "properties": { "facing": "west", "half": "top", @@ -113800,7 +120545,7 @@ } }, { - "id": 8654, + "id": 9731, "properties": { "facing": "west", "half": "top", @@ -113809,7 +120554,7 @@ } }, { - "id": 8655, + "id": 9732, "properties": { "facing": "west", "half": "top", @@ -113818,7 +120563,7 @@ } }, { - "id": 8656, + "id": 9733, "properties": { "facing": "west", "half": "top", @@ -113827,7 +120572,7 @@ } }, { - "id": 8657, + "id": 9734, "properties": { "facing": "west", "half": "top", @@ -113836,7 +120581,7 @@ } }, { - "id": 8658, + "id": 9735, "properties": { "facing": "west", "half": "top", @@ -113845,7 +120590,7 @@ } }, { - "id": 8659, + "id": 9736, "properties": { "facing": "west", "half": "top", @@ -113854,7 +120599,7 @@ } }, { - "id": 8660, + "id": 9737, "properties": { "facing": "west", "half": "bottom", @@ -113863,7 +120608,7 @@ } }, { - "id": 8661, + "id": 9738, "properties": { "facing": "west", "half": "bottom", @@ -113872,7 +120617,7 @@ } }, { - "id": 8662, + "id": 9739, "properties": { "facing": "west", "half": "bottom", @@ -113881,7 +120626,7 @@ } }, { - "id": 8663, + "id": 9740, "properties": { "facing": "west", "half": "bottom", @@ -113890,7 +120635,7 @@ } }, { - "id": 8664, + "id": 9741, "properties": { "facing": "west", "half": "bottom", @@ -113899,7 +120644,7 @@ } }, { - "id": 8665, + "id": 9742, "properties": { "facing": "west", "half": "bottom", @@ -113908,7 +120653,7 @@ } }, { - "id": 8666, + "id": 9743, "properties": { "facing": "west", "half": "bottom", @@ -113917,7 +120662,7 @@ } }, { - "id": 8667, + "id": 9744, "properties": { "facing": "west", "half": "bottom", @@ -113926,7 +120671,7 @@ } }, { - "id": 8668, + "id": 9745, "properties": { "facing": "west", "half": "bottom", @@ -113935,7 +120680,7 @@ } }, { - "id": 8669, + "id": 9746, "properties": { "facing": "west", "half": "bottom", @@ -113944,7 +120689,7 @@ } }, { - "id": 8670, + "id": 9747, "properties": { "facing": "east", "half": "top", @@ -113953,7 +120698,7 @@ } }, { - "id": 8671, + "id": 9748, "properties": { "facing": "east", "half": "top", @@ -113962,7 +120707,7 @@ } }, { - "id": 8672, + "id": 9749, "properties": { "facing": "east", "half": "top", @@ -113971,7 +120716,7 @@ } }, { - "id": 8673, + "id": 9750, "properties": { "facing": "east", "half": "top", @@ -113980,7 +120725,7 @@ } }, { - "id": 8674, + "id": 9751, "properties": { "facing": "east", "half": "top", @@ -113989,7 +120734,7 @@ } }, { - "id": 8675, + "id": 9752, "properties": { "facing": "east", "half": "top", @@ -113998,7 +120743,7 @@ } }, { - "id": 8676, + "id": 9753, "properties": { "facing": "east", "half": "top", @@ -114007,7 +120752,7 @@ } }, { - "id": 8677, + "id": 9754, "properties": { "facing": "east", "half": "top", @@ -114016,7 +120761,7 @@ } }, { - "id": 8678, + "id": 9755, "properties": { "facing": "east", "half": "top", @@ -114025,7 +120770,7 @@ } }, { - "id": 8679, + "id": 9756, "properties": { "facing": "east", "half": "top", @@ -114034,7 +120779,7 @@ } }, { - "id": 8680, + "id": 9757, "properties": { "facing": "east", "half": "bottom", @@ -114043,7 +120788,7 @@ } }, { - "id": 8681, + "id": 9758, "properties": { "facing": "east", "half": "bottom", @@ -114052,7 +120797,7 @@ } }, { - "id": 8682, + "id": 9759, "properties": { "facing": "east", "half": "bottom", @@ -114061,7 +120806,7 @@ } }, { - "id": 8683, + "id": 9760, "properties": { "facing": "east", "half": "bottom", @@ -114070,7 +120815,7 @@ } }, { - "id": 8684, + "id": 9761, "properties": { "facing": "east", "half": "bottom", @@ -114079,7 +120824,7 @@ } }, { - "id": 8685, + "id": 9762, "properties": { "facing": "east", "half": "bottom", @@ -114088,7 +120833,7 @@ } }, { - "id": 8686, + "id": 9763, "properties": { "facing": "east", "half": "bottom", @@ -114097,7 +120842,7 @@ } }, { - "id": 8687, + "id": 9764, "properties": { "facing": "east", "half": "bottom", @@ -114106,7 +120851,7 @@ } }, { - "id": 8688, + "id": 9765, "properties": { "facing": "east", "half": "bottom", @@ -114115,7 +120860,7 @@ } }, { - "id": 8689, + "id": 9766, "properties": { "facing": "east", "half": "bottom", @@ -114157,7 +120902,7 @@ }, "states": [ { - "id": 6332, + "id": 7105, "properties": { "facing": "north", "half": "top", @@ -114167,7 +120912,7 @@ } }, { - "id": 6333, + "id": 7106, "properties": { "facing": "north", "half": "top", @@ -114177,7 +120922,7 @@ } }, { - "id": 6334, + "id": 7107, "properties": { "facing": "north", "half": "top", @@ -114187,7 +120932,7 @@ } }, { - "id": 6335, + "id": 7108, "properties": { "facing": "north", "half": "top", @@ -114197,7 +120942,7 @@ } }, { - "id": 6336, + "id": 7109, "properties": { "facing": "north", "half": "top", @@ -114207,7 +120952,7 @@ } }, { - "id": 6337, + "id": 7110, "properties": { "facing": "north", "half": "top", @@ -114217,7 +120962,7 @@ } }, { - "id": 6338, + "id": 7111, "properties": { "facing": "north", "half": "top", @@ -114227,7 +120972,7 @@ } }, { - "id": 6339, + "id": 7112, "properties": { "facing": "north", "half": "top", @@ -114237,7 +120982,7 @@ } }, { - "id": 6340, + "id": 7113, "properties": { "facing": "north", "half": "bottom", @@ -114247,7 +120992,7 @@ } }, { - "id": 6341, + "id": 7114, "properties": { "facing": "north", "half": "bottom", @@ -114257,7 +121002,7 @@ } }, { - "id": 6342, + "id": 7115, "properties": { "facing": "north", "half": "bottom", @@ -114267,7 +121012,7 @@ } }, { - "id": 6343, + "id": 7116, "properties": { "facing": "north", "half": "bottom", @@ -114277,7 +121022,7 @@ } }, { - "id": 6344, + "id": 7117, "properties": { "facing": "north", "half": "bottom", @@ -114287,7 +121032,7 @@ } }, { - "id": 6345, + "id": 7118, "properties": { "facing": "north", "half": "bottom", @@ -114297,7 +121042,7 @@ } }, { - "id": 6346, + "id": 7119, "properties": { "facing": "north", "half": "bottom", @@ -114308,7 +121053,7 @@ }, { "default": true, - "id": 6347, + "id": 7120, "properties": { "facing": "north", "half": "bottom", @@ -114318,7 +121063,7 @@ } }, { - "id": 6348, + "id": 7121, "properties": { "facing": "south", "half": "top", @@ -114328,7 +121073,7 @@ } }, { - "id": 6349, + "id": 7122, "properties": { "facing": "south", "half": "top", @@ -114338,7 +121083,7 @@ } }, { - "id": 6350, + "id": 7123, "properties": { "facing": "south", "half": "top", @@ -114348,7 +121093,7 @@ } }, { - "id": 6351, + "id": 7124, "properties": { "facing": "south", "half": "top", @@ -114358,7 +121103,7 @@ } }, { - "id": 6352, + "id": 7125, "properties": { "facing": "south", "half": "top", @@ -114368,7 +121113,7 @@ } }, { - "id": 6353, + "id": 7126, "properties": { "facing": "south", "half": "top", @@ -114378,7 +121123,7 @@ } }, { - "id": 6354, + "id": 7127, "properties": { "facing": "south", "half": "top", @@ -114388,7 +121133,7 @@ } }, { - "id": 6355, + "id": 7128, "properties": { "facing": "south", "half": "top", @@ -114398,7 +121143,7 @@ } }, { - "id": 6356, + "id": 7129, "properties": { "facing": "south", "half": "bottom", @@ -114408,7 +121153,7 @@ } }, { - "id": 6357, + "id": 7130, "properties": { "facing": "south", "half": "bottom", @@ -114418,7 +121163,7 @@ } }, { - "id": 6358, + "id": 7131, "properties": { "facing": "south", "half": "bottom", @@ -114428,7 +121173,7 @@ } }, { - "id": 6359, + "id": 7132, "properties": { "facing": "south", "half": "bottom", @@ -114438,7 +121183,7 @@ } }, { - "id": 6360, + "id": 7133, "properties": { "facing": "south", "half": "bottom", @@ -114448,7 +121193,7 @@ } }, { - "id": 6361, + "id": 7134, "properties": { "facing": "south", "half": "bottom", @@ -114458,7 +121203,7 @@ } }, { - "id": 6362, + "id": 7135, "properties": { "facing": "south", "half": "bottom", @@ -114468,7 +121213,7 @@ } }, { - "id": 6363, + "id": 7136, "properties": { "facing": "south", "half": "bottom", @@ -114478,7 +121223,7 @@ } }, { - "id": 6364, + "id": 7137, "properties": { "facing": "west", "half": "top", @@ -114488,7 +121233,7 @@ } }, { - "id": 6365, + "id": 7138, "properties": { "facing": "west", "half": "top", @@ -114498,7 +121243,7 @@ } }, { - "id": 6366, + "id": 7139, "properties": { "facing": "west", "half": "top", @@ -114508,7 +121253,7 @@ } }, { - "id": 6367, + "id": 7140, "properties": { "facing": "west", "half": "top", @@ -114518,7 +121263,7 @@ } }, { - "id": 6368, + "id": 7141, "properties": { "facing": "west", "half": "top", @@ -114528,7 +121273,7 @@ } }, { - "id": 6369, + "id": 7142, "properties": { "facing": "west", "half": "top", @@ -114538,7 +121283,7 @@ } }, { - "id": 6370, + "id": 7143, "properties": { "facing": "west", "half": "top", @@ -114548,7 +121293,7 @@ } }, { - "id": 6371, + "id": 7144, "properties": { "facing": "west", "half": "top", @@ -114558,7 +121303,7 @@ } }, { - "id": 6372, + "id": 7145, "properties": { "facing": "west", "half": "bottom", @@ -114568,7 +121313,7 @@ } }, { - "id": 6373, + "id": 7146, "properties": { "facing": "west", "half": "bottom", @@ -114578,7 +121323,7 @@ } }, { - "id": 6374, + "id": 7147, "properties": { "facing": "west", "half": "bottom", @@ -114588,7 +121333,7 @@ } }, { - "id": 6375, + "id": 7148, "properties": { "facing": "west", "half": "bottom", @@ -114598,7 +121343,7 @@ } }, { - "id": 6376, + "id": 7149, "properties": { "facing": "west", "half": "bottom", @@ -114608,7 +121353,7 @@ } }, { - "id": 6377, + "id": 7150, "properties": { "facing": "west", "half": "bottom", @@ -114618,7 +121363,7 @@ } }, { - "id": 6378, + "id": 7151, "properties": { "facing": "west", "half": "bottom", @@ -114628,7 +121373,7 @@ } }, { - "id": 6379, + "id": 7152, "properties": { "facing": "west", "half": "bottom", @@ -114638,7 +121383,7 @@ } }, { - "id": 6380, + "id": 7153, "properties": { "facing": "east", "half": "top", @@ -114648,7 +121393,7 @@ } }, { - "id": 6381, + "id": 7154, "properties": { "facing": "east", "half": "top", @@ -114658,7 +121403,7 @@ } }, { - "id": 6382, + "id": 7155, "properties": { "facing": "east", "half": "top", @@ -114668,7 +121413,7 @@ } }, { - "id": 6383, + "id": 7156, "properties": { "facing": "east", "half": "top", @@ -114678,7 +121423,7 @@ } }, { - "id": 6384, + "id": 7157, "properties": { "facing": "east", "half": "top", @@ -114688,7 +121433,7 @@ } }, { - "id": 6385, + "id": 7158, "properties": { "facing": "east", "half": "top", @@ -114698,7 +121443,7 @@ } }, { - "id": 6386, + "id": 7159, "properties": { "facing": "east", "half": "top", @@ -114708,7 +121453,7 @@ } }, { - "id": 6387, + "id": 7160, "properties": { "facing": "east", "half": "top", @@ -114718,7 +121463,7 @@ } }, { - "id": 6388, + "id": 7161, "properties": { "facing": "east", "half": "bottom", @@ -114728,7 +121473,7 @@ } }, { - "id": 6389, + "id": 7162, "properties": { "facing": "east", "half": "bottom", @@ -114738,7 +121483,7 @@ } }, { - "id": 6390, + "id": 7163, "properties": { "facing": "east", "half": "bottom", @@ -114748,7 +121493,7 @@ } }, { - "id": 6391, + "id": 7164, "properties": { "facing": "east", "half": "bottom", @@ -114758,7 +121503,7 @@ } }, { - "id": 6392, + "id": 7165, "properties": { "facing": "east", "half": "bottom", @@ -114768,7 +121513,7 @@ } }, { - "id": 6393, + "id": 7166, "properties": { "facing": "east", "half": "bottom", @@ -114778,7 +121523,7 @@ } }, { - "id": 6394, + "id": 7167, "properties": { "facing": "east", "half": "bottom", @@ -114788,7 +121533,7 @@ } }, { - "id": 6395, + "id": 7168, "properties": { "facing": "east", "half": "bottom", @@ -114819,7 +121564,7 @@ }, "states": [ { - "id": 5746, + "id": 6514, "properties": { "facing": "north", "waterlogged": "true" @@ -114827,49 +121572,49 @@ }, { "default": true, - "id": 5747, + "id": 6515, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5748, + "id": 6516, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5749, + "id": 6517, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5750, + "id": 6518, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5751, + "id": 6519, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5752, + "id": 6520, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5753, + "id": 6521, "properties": { "facing": "east", "waterlogged": "false" @@ -114897,7 +121642,7 @@ }, "states": [ { - "id": 4898, + "id": 5666, "properties": { "facing": "north", "waterlogged": "true" @@ -114905,49 +121650,49 @@ }, { "default": true, - "id": 4899, + "id": 5667, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4900, + "id": 5668, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4901, + "id": 5669, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4902, + "id": 5670, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4903, + "id": 5671, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4904, + "id": 5672, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4905, + "id": 5673, "properties": { "facing": "east", "waterlogged": "false" @@ -115027,157 +121772,157 @@ "states": [ { "default": true, - "id": 13783, + "id": 14860, "properties": { "age": "0" } }, { - "id": 13784, + "id": 14861, "properties": { "age": "1" } }, { - "id": 13785, + "id": 14862, "properties": { "age": "2" } }, { - "id": 13786, + "id": 14863, "properties": { "age": "3" } }, { - "id": 13787, + "id": 14864, "properties": { "age": "4" } }, { - "id": 13788, + "id": 14865, "properties": { "age": "5" } }, { - "id": 13789, + "id": 14866, "properties": { "age": "6" } }, { - "id": 13790, + "id": 14867, "properties": { "age": "7" } }, { - "id": 13791, + "id": 14868, "properties": { "age": "8" } }, { - "id": 13792, + "id": 14869, "properties": { "age": "9" } }, { - "id": 13793, + "id": 14870, "properties": { "age": "10" } }, { - "id": 13794, + "id": 14871, "properties": { "age": "11" } }, { - "id": 13795, + "id": 14872, "properties": { "age": "12" } }, { - "id": 13796, + "id": 14873, "properties": { "age": "13" } }, { - "id": 13797, + "id": 14874, "properties": { "age": "14" } }, { - "id": 13798, + "id": 14875, "properties": { "age": "15" } }, { - "id": 13799, + "id": 14876, "properties": { "age": "16" } }, { - "id": 13800, + "id": 14877, "properties": { "age": "17" } }, { - "id": 13801, + "id": 14878, "properties": { "age": "18" } }, { - "id": 13802, + "id": 14879, "properties": { "age": "19" } }, { - "id": 13803, + "id": 14880, "properties": { "age": "20" } }, { - "id": 13804, + "id": 14881, "properties": { "age": "21" } }, { - "id": 13805, + "id": 14882, "properties": { "age": "22" } }, { - "id": 13806, + "id": 14883, "properties": { "age": "23" } }, { - "id": 13807, + "id": 14884, "properties": { "age": "24" } }, { - "id": 13808, + "id": 14885, "properties": { "age": "25" } @@ -115192,7 +121937,7 @@ "states": [ { "default": true, - "id": 13809 + "id": 14886 } ] }, @@ -115215,7 +121960,7 @@ }, "states": [ { - "id": 4750, + "id": 5518, "properties": { "facing": "north", "waterlogged": "true" @@ -115223,49 +121968,49 @@ }, { "default": true, - "id": 4751, + "id": 5519, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4752, + "id": 5520, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4753, + "id": 5521, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4754, + "id": 5522, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4755, + "id": 5523, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4756, + "id": 5524, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4757, + "id": 5525, "properties": { "facing": "east", "waterlogged": "false" @@ -115290,21 +122035,21 @@ }, "states": [ { - "id": 19526, + "id": 20635, "properties": { "hanging": "true", "waterlogged": "true" } }, { - "id": 19527, + "id": 20636, "properties": { "hanging": "true", "waterlogged": "false" } }, { - "id": 19528, + "id": 20637, "properties": { "hanging": "false", "waterlogged": "true" @@ -115312,7 +122057,7 @@ }, { "default": true, - "id": 19529, + "id": 20638, "properties": { "hanging": "false", "waterlogged": "false" @@ -115372,63 +122117,63 @@ }, "states": [ { - "id": 22073, + "id": 23214, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 22074, + "id": 23215, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 22075, + "id": 23216, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 22076, + "id": 23217, "properties": { "facing": "east", "waterlogged": "false" } }, { - "id": 22077, + "id": 23218, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 22078, + "id": 23219, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 22079, + "id": 23220, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 22080, + "id": 23221, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 22081, + "id": 23222, "properties": { "facing": "up", "waterlogged": "true" @@ -115436,21 +122181,21 @@ }, { "default": true, - "id": 22082, + "id": 23223, "properties": { "facing": "up", "waterlogged": "false" } }, { - "id": 22083, + "id": 23224, "properties": { "facing": "down", "waterlogged": "true" } }, { - "id": 22084, + "id": 23225, "properties": { "facing": "down", "waterlogged": "false" @@ -115471,14 +122216,14 @@ }, "states": [ { - "id": 11646, + "id": 12723, "properties": { "half": "upper" } }, { "default": true, - "id": 11647, + "id": 12724, "properties": { "half": "lower" } @@ -115619,7 +122364,7 @@ "states": [ { "default": true, - "id": 8186 + "id": 9263 } ] }, @@ -115645,112 +122390,112 @@ "states": [ { "default": true, - "id": 25887, + "id": 27644, "properties": { "facing": "north", "segment_amount": "1" } }, { - "id": 25888, + "id": 27645, "properties": { "facing": "north", "segment_amount": "2" } }, { - "id": 25889, + "id": 27646, "properties": { "facing": "north", "segment_amount": "3" } }, { - "id": 25890, + "id": 27647, "properties": { "facing": "north", "segment_amount": "4" } }, { - "id": 25891, + "id": 27648, "properties": { "facing": "south", "segment_amount": "1" } }, { - "id": 25892, + "id": 27649, "properties": { "facing": "south", "segment_amount": "2" } }, { - "id": 25893, + "id": 27650, "properties": { "facing": "south", "segment_amount": "3" } }, { - "id": 25894, + "id": 27651, "properties": { "facing": "south", "segment_amount": "4" } }, { - "id": 25895, + "id": 27652, "properties": { "facing": "west", "segment_amount": "1" } }, { - "id": 25896, + "id": 27653, "properties": { "facing": "west", "segment_amount": "2" } }, { - "id": 25897, + "id": 27654, "properties": { "facing": "west", "segment_amount": "3" } }, { - "id": 25898, + "id": 27655, "properties": { "facing": "west", "segment_amount": "4" } }, { - "id": 25899, + "id": 27656, "properties": { "facing": "east", "segment_amount": "1" } }, { - "id": 25900, + "id": 27657, "properties": { "facing": "east", "segment_amount": "2" } }, { - "id": 25901, + "id": 27658, "properties": { "facing": "east", "segment_amount": "3" } }, { - "id": 25902, + "id": 27659, "properties": { "facing": "east", "segment_amount": "4" @@ -115781,7 +122526,7 @@ }, "states": [ { - "id": 19473, + "id": 20582, "properties": { "facing": "north", "has_book": "true", @@ -115789,7 +122534,7 @@ } }, { - "id": 19474, + "id": 20583, "properties": { "facing": "north", "has_book": "true", @@ -115797,7 +122542,7 @@ } }, { - "id": 19475, + "id": 20584, "properties": { "facing": "north", "has_book": "false", @@ -115806,7 +122551,7 @@ }, { "default": true, - "id": 19476, + "id": 20585, "properties": { "facing": "north", "has_book": "false", @@ -115814,7 +122559,7 @@ } }, { - "id": 19477, + "id": 20586, "properties": { "facing": "south", "has_book": "true", @@ -115822,7 +122567,7 @@ } }, { - "id": 19478, + "id": 20587, "properties": { "facing": "south", "has_book": "true", @@ -115830,7 +122575,7 @@ } }, { - "id": 19479, + "id": 20588, "properties": { "facing": "south", "has_book": "false", @@ -115838,7 +122583,7 @@ } }, { - "id": 19480, + "id": 20589, "properties": { "facing": "south", "has_book": "false", @@ -115846,7 +122591,7 @@ } }, { - "id": 19481, + "id": 20590, "properties": { "facing": "west", "has_book": "true", @@ -115854,7 +122599,7 @@ } }, { - "id": 19482, + "id": 20591, "properties": { "facing": "west", "has_book": "true", @@ -115862,7 +122607,7 @@ } }, { - "id": 19483, + "id": 20592, "properties": { "facing": "west", "has_book": "false", @@ -115870,7 +122615,7 @@ } }, { - "id": 19484, + "id": 20593, "properties": { "facing": "west", "has_book": "false", @@ -115878,7 +122623,7 @@ } }, { - "id": 19485, + "id": 20594, "properties": { "facing": "east", "has_book": "true", @@ -115886,7 +122631,7 @@ } }, { - "id": 19486, + "id": 20595, "properties": { "facing": "east", "has_book": "true", @@ -115894,7 +122639,7 @@ } }, { - "id": 19487, + "id": 20596, "properties": { "facing": "east", "has_book": "false", @@ -115902,7 +122647,7 @@ } }, { - "id": 19488, + "id": 20597, "properties": { "facing": "east", "has_book": "false", @@ -115935,7 +122680,7 @@ }, "states": [ { - "id": 5802, + "id": 6570, "properties": { "face": "floor", "facing": "north", @@ -115943,7 +122688,7 @@ } }, { - "id": 5803, + "id": 6571, "properties": { "face": "floor", "facing": "north", @@ -115951,7 +122696,7 @@ } }, { - "id": 5804, + "id": 6572, "properties": { "face": "floor", "facing": "south", @@ -115959,7 +122704,7 @@ } }, { - "id": 5805, + "id": 6573, "properties": { "face": "floor", "facing": "south", @@ -115967,7 +122712,7 @@ } }, { - "id": 5806, + "id": 6574, "properties": { "face": "floor", "facing": "west", @@ -115975,7 +122720,7 @@ } }, { - "id": 5807, + "id": 6575, "properties": { "face": "floor", "facing": "west", @@ -115983,7 +122728,7 @@ } }, { - "id": 5808, + "id": 6576, "properties": { "face": "floor", "facing": "east", @@ -115991,7 +122736,7 @@ } }, { - "id": 5809, + "id": 6577, "properties": { "face": "floor", "facing": "east", @@ -115999,7 +122744,7 @@ } }, { - "id": 5810, + "id": 6578, "properties": { "face": "wall", "facing": "north", @@ -116008,7 +122753,7 @@ }, { "default": true, - "id": 5811, + "id": 6579, "properties": { "face": "wall", "facing": "north", @@ -116016,7 +122761,7 @@ } }, { - "id": 5812, + "id": 6580, "properties": { "face": "wall", "facing": "south", @@ -116024,7 +122769,7 @@ } }, { - "id": 5813, + "id": 6581, "properties": { "face": "wall", "facing": "south", @@ -116032,7 +122777,7 @@ } }, { - "id": 5814, + "id": 6582, "properties": { "face": "wall", "facing": "west", @@ -116040,7 +122785,7 @@ } }, { - "id": 5815, + "id": 6583, "properties": { "face": "wall", "facing": "west", @@ -116048,7 +122793,7 @@ } }, { - "id": 5816, + "id": 6584, "properties": { "face": "wall", "facing": "east", @@ -116056,7 +122801,7 @@ } }, { - "id": 5817, + "id": 6585, "properties": { "face": "wall", "facing": "east", @@ -116064,7 +122809,7 @@ } }, { - "id": 5818, + "id": 6586, "properties": { "face": "ceiling", "facing": "north", @@ -116072,7 +122817,7 @@ } }, { - "id": 5819, + "id": 6587, "properties": { "face": "ceiling", "facing": "north", @@ -116080,7 +122825,7 @@ } }, { - "id": 5820, + "id": 6588, "properties": { "face": "ceiling", "facing": "south", @@ -116088,7 +122833,7 @@ } }, { - "id": 5821, + "id": 6589, "properties": { "face": "ceiling", "facing": "south", @@ -116096,7 +122841,7 @@ } }, { - "id": 5822, + "id": 6590, "properties": { "face": "ceiling", "facing": "west", @@ -116104,7 +122849,7 @@ } }, { - "id": 5823, + "id": 6591, "properties": { "face": "ceiling", "facing": "west", @@ -116112,7 +122857,7 @@ } }, { - "id": 5824, + "id": 6592, "properties": { "face": "ceiling", "facing": "east", @@ -116120,7 +122865,7 @@ } }, { - "id": 5825, + "id": 6593, "properties": { "face": "ceiling", "facing": "east", @@ -116160,217 +122905,217 @@ }, "states": [ { - "id": 11256, + "id": 12333, "properties": { "level": "0", "waterlogged": "true" } }, { - "id": 11257, + "id": 12334, "properties": { "level": "0", "waterlogged": "false" } }, { - "id": 11258, + "id": 12335, "properties": { "level": "1", "waterlogged": "true" } }, { - "id": 11259, + "id": 12336, "properties": { "level": "1", "waterlogged": "false" } }, { - "id": 11260, + "id": 12337, "properties": { "level": "2", "waterlogged": "true" } }, { - "id": 11261, + "id": 12338, "properties": { "level": "2", "waterlogged": "false" } }, { - "id": 11262, + "id": 12339, "properties": { "level": "3", "waterlogged": "true" } }, { - "id": 11263, + "id": 12340, "properties": { "level": "3", "waterlogged": "false" } }, { - "id": 11264, + "id": 12341, "properties": { "level": "4", "waterlogged": "true" } }, { - "id": 11265, + "id": 12342, "properties": { "level": "4", "waterlogged": "false" } }, { - "id": 11266, + "id": 12343, "properties": { "level": "5", "waterlogged": "true" } }, { - "id": 11267, + "id": 12344, "properties": { "level": "5", "waterlogged": "false" } }, { - "id": 11268, + "id": 12345, "properties": { "level": "6", "waterlogged": "true" } }, { - "id": 11269, + "id": 12346, "properties": { "level": "6", "waterlogged": "false" } }, { - "id": 11270, + "id": 12347, "properties": { "level": "7", "waterlogged": "true" } }, { - "id": 11271, + "id": 12348, "properties": { "level": "7", "waterlogged": "false" } }, { - "id": 11272, + "id": 12349, "properties": { "level": "8", "waterlogged": "true" } }, { - "id": 11273, + "id": 12350, "properties": { "level": "8", "waterlogged": "false" } }, { - "id": 11274, + "id": 12351, "properties": { "level": "9", "waterlogged": "true" } }, { - "id": 11275, + "id": 12352, "properties": { "level": "9", "waterlogged": "false" } }, { - "id": 11276, + "id": 12353, "properties": { "level": "10", "waterlogged": "true" } }, { - "id": 11277, + "id": 12354, "properties": { "level": "10", "waterlogged": "false" } }, { - "id": 11278, + "id": 12355, "properties": { "level": "11", "waterlogged": "true" } }, { - "id": 11279, + "id": 12356, "properties": { "level": "11", "waterlogged": "false" } }, { - "id": 11280, + "id": 12357, "properties": { "level": "12", "waterlogged": "true" } }, { - "id": 11281, + "id": 12358, "properties": { "level": "12", "waterlogged": "false" } }, { - "id": 11282, + "id": 12359, "properties": { "level": "13", "waterlogged": "true" } }, { - "id": 11283, + "id": 12360, "properties": { "level": "13", "waterlogged": "false" } }, { - "id": 11284, + "id": 12361, "properties": { "level": "14", "waterlogged": "true" } }, { - "id": 11285, + "id": 12362, "properties": { "level": "14", "waterlogged": "false" } }, { - "id": 11286, + "id": 12363, "properties": { "level": "15", "waterlogged": "true" @@ -116378,7 +123123,7 @@ }, { "default": true, - "id": 11287, + "id": 12364, "properties": { "level": "15", "waterlogged": "false" @@ -116415,97 +123160,97 @@ "states": [ { "default": true, - "id": 11696, + "id": 12773, "properties": { "rotation": "0" } }, { - "id": 11697, + "id": 12774, "properties": { "rotation": "1" } }, { - "id": 11698, + "id": 12775, "properties": { "rotation": "2" } }, { - "id": 11699, + "id": 12776, "properties": { "rotation": "3" } }, { - "id": 11700, + "id": 12777, "properties": { "rotation": "4" } }, { - "id": 11701, + "id": 12778, "properties": { "rotation": "5" } }, { - "id": 11702, + "id": 12779, "properties": { "rotation": "6" } }, { - "id": 11703, + "id": 12780, "properties": { "rotation": "7" } }, { - "id": 11704, + "id": 12781, "properties": { "rotation": "8" } }, { - "id": 11705, + "id": 12782, "properties": { "rotation": "9" } }, { - "id": 11706, + "id": 12783, "properties": { "rotation": "10" } }, { - "id": 11707, + "id": 12784, "properties": { "rotation": "11" } }, { - "id": 11708, + "id": 12785, "properties": { "rotation": "12" } }, { - "id": 11709, + "id": 12786, "properties": { "rotation": "13" } }, { - "id": 11710, + "id": 12787, "properties": { "rotation": "14" } }, { - "id": 11711, + "id": 12788, "properties": { "rotation": "15" } @@ -116689,7 +123434,7 @@ }, "states": [ { - "id": 21817, + "id": 22958, "properties": { "candles": "1", "lit": "true", @@ -116697,7 +123442,7 @@ } }, { - "id": 21818, + "id": 22959, "properties": { "candles": "1", "lit": "true", @@ -116705,7 +123450,7 @@ } }, { - "id": 21819, + "id": 22960, "properties": { "candles": "1", "lit": "false", @@ -116714,7 +123459,7 @@ }, { "default": true, - "id": 21820, + "id": 22961, "properties": { "candles": "1", "lit": "false", @@ -116722,7 +123467,7 @@ } }, { - "id": 21821, + "id": 22962, "properties": { "candles": "2", "lit": "true", @@ -116730,7 +123475,7 @@ } }, { - "id": 21822, + "id": 22963, "properties": { "candles": "2", "lit": "true", @@ -116738,7 +123483,7 @@ } }, { - "id": 21823, + "id": 22964, "properties": { "candles": "2", "lit": "false", @@ -116746,7 +123491,7 @@ } }, { - "id": 21824, + "id": 22965, "properties": { "candles": "2", "lit": "false", @@ -116754,7 +123499,7 @@ } }, { - "id": 21825, + "id": 22966, "properties": { "candles": "3", "lit": "true", @@ -116762,7 +123507,7 @@ } }, { - "id": 21826, + "id": 22967, "properties": { "candles": "3", "lit": "true", @@ -116770,7 +123515,7 @@ } }, { - "id": 21827, + "id": 22968, "properties": { "candles": "3", "lit": "false", @@ -116778,7 +123523,7 @@ } }, { - "id": 21828, + "id": 22969, "properties": { "candles": "3", "lit": "false", @@ -116786,7 +123531,7 @@ } }, { - "id": 21829, + "id": 22970, "properties": { "candles": "4", "lit": "true", @@ -116794,7 +123539,7 @@ } }, { - "id": 21830, + "id": 22971, "properties": { "candles": "4", "lit": "true", @@ -116802,7 +123547,7 @@ } }, { - "id": 21831, + "id": 22972, "properties": { "candles": "4", "lit": "false", @@ -116810,7 +123555,7 @@ } }, { - "id": 21832, + "id": 22973, "properties": { "candles": "4", "lit": "false", @@ -116833,14 +123578,14 @@ }, "states": [ { - "id": 22033, + "id": 23174, "properties": { "lit": "true" } }, { "default": true, - "id": 22034, + "id": 23175, "properties": { "lit": "false" } @@ -116856,7 +123601,7 @@ "states": [ { "default": true, - "id": 11620 + "id": 12697 } ] }, @@ -116868,7 +123613,7 @@ "states": [ { "default": true, - "id": 13754 + "id": 14831 } ] }, @@ -116881,7 +123626,7 @@ "states": [ { "default": true, - "id": 13770 + "id": 14847 } ] }, @@ -116901,25 +123646,25 @@ "states": [ { "default": true, - "id": 13699, + "id": 14776, "properties": { "facing": "north" } }, { - "id": 13700, + "id": 14777, "properties": { "facing": "south" } }, { - "id": 13701, + "id": 14778, "properties": { "facing": "west" } }, { - "id": 13702, + "id": 14779, "properties": { "facing": "east" } @@ -116944,38 +123689,38 @@ }, "states": [ { - "id": 13609, + "id": 14686, "properties": { "facing": "north" } }, { - "id": 13610, + "id": 14687, "properties": { "facing": "east" } }, { - "id": 13611, + "id": 14688, "properties": { "facing": "south" } }, { - "id": 13612, + "id": 14689, "properties": { "facing": "west" } }, { "default": true, - "id": 13613, + "id": 14690, "properties": { "facing": "up" } }, { - "id": 13614, + "id": 14691, "properties": { "facing": "down" } @@ -116991,7 +123736,7 @@ "states": [ { "default": true, - "id": 6127 + "id": 6900 } ] }, @@ -117025,7 +123770,7 @@ }, "states": [ { - "id": 10277, + "id": 11354, "properties": { "east": "true", "north": "true", @@ -117035,7 +123780,7 @@ } }, { - "id": 10278, + "id": 11355, "properties": { "east": "true", "north": "true", @@ -117045,7 +123790,7 @@ } }, { - "id": 10279, + "id": 11356, "properties": { "east": "true", "north": "true", @@ -117055,7 +123800,7 @@ } }, { - "id": 10280, + "id": 11357, "properties": { "east": "true", "north": "true", @@ -117065,7 +123810,7 @@ } }, { - "id": 10281, + "id": 11358, "properties": { "east": "true", "north": "true", @@ -117075,7 +123820,7 @@ } }, { - "id": 10282, + "id": 11359, "properties": { "east": "true", "north": "true", @@ -117085,7 +123830,7 @@ } }, { - "id": 10283, + "id": 11360, "properties": { "east": "true", "north": "true", @@ -117095,7 +123840,7 @@ } }, { - "id": 10284, + "id": 11361, "properties": { "east": "true", "north": "true", @@ -117105,7 +123850,7 @@ } }, { - "id": 10285, + "id": 11362, "properties": { "east": "true", "north": "false", @@ -117115,7 +123860,7 @@ } }, { - "id": 10286, + "id": 11363, "properties": { "east": "true", "north": "false", @@ -117125,7 +123870,7 @@ } }, { - "id": 10287, + "id": 11364, "properties": { "east": "true", "north": "false", @@ -117135,7 +123880,7 @@ } }, { - "id": 10288, + "id": 11365, "properties": { "east": "true", "north": "false", @@ -117145,7 +123890,7 @@ } }, { - "id": 10289, + "id": 11366, "properties": { "east": "true", "north": "false", @@ -117155,7 +123900,7 @@ } }, { - "id": 10290, + "id": 11367, "properties": { "east": "true", "north": "false", @@ -117165,7 +123910,7 @@ } }, { - "id": 10291, + "id": 11368, "properties": { "east": "true", "north": "false", @@ -117175,7 +123920,7 @@ } }, { - "id": 10292, + "id": 11369, "properties": { "east": "true", "north": "false", @@ -117185,7 +123930,7 @@ } }, { - "id": 10293, + "id": 11370, "properties": { "east": "false", "north": "true", @@ -117195,7 +123940,7 @@ } }, { - "id": 10294, + "id": 11371, "properties": { "east": "false", "north": "true", @@ -117205,7 +123950,7 @@ } }, { - "id": 10295, + "id": 11372, "properties": { "east": "false", "north": "true", @@ -117215,7 +123960,7 @@ } }, { - "id": 10296, + "id": 11373, "properties": { "east": "false", "north": "true", @@ -117225,7 +123970,7 @@ } }, { - "id": 10297, + "id": 11374, "properties": { "east": "false", "north": "true", @@ -117235,7 +123980,7 @@ } }, { - "id": 10298, + "id": 11375, "properties": { "east": "false", "north": "true", @@ -117245,7 +123990,7 @@ } }, { - "id": 10299, + "id": 11376, "properties": { "east": "false", "north": "true", @@ -117255,7 +124000,7 @@ } }, { - "id": 10300, + "id": 11377, "properties": { "east": "false", "north": "true", @@ -117265,7 +124010,7 @@ } }, { - "id": 10301, + "id": 11378, "properties": { "east": "false", "north": "false", @@ -117275,7 +124020,7 @@ } }, { - "id": 10302, + "id": 11379, "properties": { "east": "false", "north": "false", @@ -117285,7 +124030,7 @@ } }, { - "id": 10303, + "id": 11380, "properties": { "east": "false", "north": "false", @@ -117295,7 +124040,7 @@ } }, { - "id": 10304, + "id": 11381, "properties": { "east": "false", "north": "false", @@ -117305,7 +124050,7 @@ } }, { - "id": 10305, + "id": 11382, "properties": { "east": "false", "north": "false", @@ -117315,7 +124060,7 @@ } }, { - "id": 10306, + "id": 11383, "properties": { "east": "false", "north": "false", @@ -117325,7 +124070,7 @@ } }, { - "id": 10307, + "id": 11384, "properties": { "east": "false", "north": "false", @@ -117336,7 +124081,7 @@ }, { "default": true, - "id": 10308, + "id": 11385, "properties": { "east": "false", "north": "false", @@ -117349,13 +124094,13 @@ }, "minecraft:light_blue_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10168 + "id": 11245 } ] }, @@ -117376,25 +124121,25 @@ "states": [ { "default": true, - "id": 11916, + "id": 12993, "properties": { "facing": "north" } }, { - "id": 11917, + "id": 12994, "properties": { "facing": "south" } }, { - "id": 11918, + "id": 12995, "properties": { "facing": "west" } }, { - "id": 11919, + "id": 12996, "properties": { "facing": "east" } @@ -117442,97 +124187,97 @@ "states": [ { "default": true, - "id": 11776, + "id": 12853, "properties": { "rotation": "0" } }, { - "id": 11777, + "id": 12854, "properties": { "rotation": "1" } }, { - "id": 11778, + "id": 12855, "properties": { "rotation": "2" } }, { - "id": 11779, + "id": 12856, "properties": { "rotation": "3" } }, { - "id": 11780, + "id": 12857, "properties": { "rotation": "4" } }, { - "id": 11781, + "id": 12858, "properties": { "rotation": "5" } }, { - "id": 11782, + "id": 12859, "properties": { "rotation": "6" } }, { - "id": 11783, + "id": 12860, "properties": { "rotation": "7" } }, { - "id": 11784, + "id": 12861, "properties": { "rotation": "8" } }, { - "id": 11785, + "id": 12862, "properties": { "rotation": "9" } }, { - "id": 11786, + "id": 12863, "properties": { "rotation": "10" } }, { - "id": 11787, + "id": 12864, "properties": { "rotation": "11" } }, { - "id": 11788, + "id": 12865, "properties": { "rotation": "12" } }, { - "id": 11789, + "id": 12866, "properties": { "rotation": "13" } }, { - "id": 11790, + "id": 12867, "properties": { "rotation": "14" } }, { - "id": 11791, + "id": 12868, "properties": { "rotation": "15" } @@ -117716,7 +124461,7 @@ }, "states": [ { - "id": 21897, + "id": 23038, "properties": { "candles": "1", "lit": "true", @@ -117724,7 +124469,7 @@ } }, { - "id": 21898, + "id": 23039, "properties": { "candles": "1", "lit": "true", @@ -117732,7 +124477,7 @@ } }, { - "id": 21899, + "id": 23040, "properties": { "candles": "1", "lit": "false", @@ -117741,7 +124486,7 @@ }, { "default": true, - "id": 21900, + "id": 23041, "properties": { "candles": "1", "lit": "false", @@ -117749,7 +124494,7 @@ } }, { - "id": 21901, + "id": 23042, "properties": { "candles": "2", "lit": "true", @@ -117757,7 +124502,7 @@ } }, { - "id": 21902, + "id": 23043, "properties": { "candles": "2", "lit": "true", @@ -117765,7 +124510,7 @@ } }, { - "id": 21903, + "id": 23044, "properties": { "candles": "2", "lit": "false", @@ -117773,7 +124518,7 @@ } }, { - "id": 21904, + "id": 23045, "properties": { "candles": "2", "lit": "false", @@ -117781,7 +124526,7 @@ } }, { - "id": 21905, + "id": 23046, "properties": { "candles": "3", "lit": "true", @@ -117789,7 +124534,7 @@ } }, { - "id": 21906, + "id": 23047, "properties": { "candles": "3", "lit": "true", @@ -117797,7 +124542,7 @@ } }, { - "id": 21907, + "id": 23048, "properties": { "candles": "3", "lit": "false", @@ -117805,7 +124550,7 @@ } }, { - "id": 21908, + "id": 23049, "properties": { "candles": "3", "lit": "false", @@ -117813,7 +124558,7 @@ } }, { - "id": 21909, + "id": 23050, "properties": { "candles": "4", "lit": "true", @@ -117821,7 +124566,7 @@ } }, { - "id": 21910, + "id": 23051, "properties": { "candles": "4", "lit": "true", @@ -117829,7 +124574,7 @@ } }, { - "id": 21911, + "id": 23052, "properties": { "candles": "4", "lit": "false", @@ -117837,7 +124582,7 @@ } }, { - "id": 21912, + "id": 23053, "properties": { "candles": "4", "lit": "false", @@ -117860,14 +124605,14 @@ }, "states": [ { - "id": 22043, + "id": 23184, "properties": { "lit": "true" } }, { "default": true, - "id": 22044, + "id": 23185, "properties": { "lit": "false" } @@ -117883,7 +124628,7 @@ "states": [ { "default": true, - "id": 11625 + "id": 12702 } ] }, @@ -117895,7 +124640,7 @@ "states": [ { "default": true, - "id": 13759 + "id": 14836 } ] }, @@ -117908,7 +124653,7 @@ "states": [ { "default": true, - "id": 13775 + "id": 14852 } ] }, @@ -117928,25 +124673,25 @@ "states": [ { "default": true, - "id": 13719, + "id": 14796, "properties": { "facing": "north" } }, { - "id": 13720, + "id": 14797, "properties": { "facing": "south" } }, { - "id": 13721, + "id": 14798, "properties": { "facing": "west" } }, { - "id": 13722, + "id": 14799, "properties": { "facing": "east" } @@ -117971,38 +124716,38 @@ }, "states": [ { - "id": 13639, + "id": 14716, "properties": { "facing": "north" } }, { - "id": 13640, + "id": 14717, "properties": { "facing": "east" } }, { - "id": 13641, + "id": 14718, "properties": { "facing": "south" } }, { - "id": 13642, + "id": 14719, "properties": { "facing": "west" } }, { "default": true, - "id": 13643, + "id": 14720, "properties": { "facing": "up" } }, { - "id": 13644, + "id": 14721, "properties": { "facing": "down" } @@ -118018,7 +124763,7 @@ "states": [ { "default": true, - "id": 6132 + "id": 6905 } ] }, @@ -118052,7 +124797,7 @@ }, "states": [ { - "id": 10437, + "id": 11514, "properties": { "east": "true", "north": "true", @@ -118062,7 +124807,7 @@ } }, { - "id": 10438, + "id": 11515, "properties": { "east": "true", "north": "true", @@ -118072,7 +124817,7 @@ } }, { - "id": 10439, + "id": 11516, "properties": { "east": "true", "north": "true", @@ -118082,7 +124827,7 @@ } }, { - "id": 10440, + "id": 11517, "properties": { "east": "true", "north": "true", @@ -118092,7 +124837,7 @@ } }, { - "id": 10441, + "id": 11518, "properties": { "east": "true", "north": "true", @@ -118102,7 +124847,7 @@ } }, { - "id": 10442, + "id": 11519, "properties": { "east": "true", "north": "true", @@ -118112,7 +124857,7 @@ } }, { - "id": 10443, + "id": 11520, "properties": { "east": "true", "north": "true", @@ -118122,7 +124867,7 @@ } }, { - "id": 10444, + "id": 11521, "properties": { "east": "true", "north": "true", @@ -118132,7 +124877,7 @@ } }, { - "id": 10445, + "id": 11522, "properties": { "east": "true", "north": "false", @@ -118142,7 +124887,7 @@ } }, { - "id": 10446, + "id": 11523, "properties": { "east": "true", "north": "false", @@ -118152,7 +124897,7 @@ } }, { - "id": 10447, + "id": 11524, "properties": { "east": "true", "north": "false", @@ -118162,7 +124907,7 @@ } }, { - "id": 10448, + "id": 11525, "properties": { "east": "true", "north": "false", @@ -118172,7 +124917,7 @@ } }, { - "id": 10449, + "id": 11526, "properties": { "east": "true", "north": "false", @@ -118182,7 +124927,7 @@ } }, { - "id": 10450, + "id": 11527, "properties": { "east": "true", "north": "false", @@ -118192,7 +124937,7 @@ } }, { - "id": 10451, + "id": 11528, "properties": { "east": "true", "north": "false", @@ -118202,7 +124947,7 @@ } }, { - "id": 10452, + "id": 11529, "properties": { "east": "true", "north": "false", @@ -118212,7 +124957,7 @@ } }, { - "id": 10453, + "id": 11530, "properties": { "east": "false", "north": "true", @@ -118222,7 +124967,7 @@ } }, { - "id": 10454, + "id": 11531, "properties": { "east": "false", "north": "true", @@ -118232,7 +124977,7 @@ } }, { - "id": 10455, + "id": 11532, "properties": { "east": "false", "north": "true", @@ -118242,7 +124987,7 @@ } }, { - "id": 10456, + "id": 11533, "properties": { "east": "false", "north": "true", @@ -118252,7 +124997,7 @@ } }, { - "id": 10457, + "id": 11534, "properties": { "east": "false", "north": "true", @@ -118262,7 +125007,7 @@ } }, { - "id": 10458, + "id": 11535, "properties": { "east": "false", "north": "true", @@ -118272,7 +125017,7 @@ } }, { - "id": 10459, + "id": 11536, "properties": { "east": "false", "north": "true", @@ -118282,7 +125027,7 @@ } }, { - "id": 10460, + "id": 11537, "properties": { "east": "false", "north": "true", @@ -118292,7 +125037,7 @@ } }, { - "id": 10461, + "id": 11538, "properties": { "east": "false", "north": "false", @@ -118302,7 +125047,7 @@ } }, { - "id": 10462, + "id": 11539, "properties": { "east": "false", "north": "false", @@ -118312,7 +125057,7 @@ } }, { - "id": 10463, + "id": 11540, "properties": { "east": "false", "north": "false", @@ -118322,7 +125067,7 @@ } }, { - "id": 10464, + "id": 11541, "properties": { "east": "false", "north": "false", @@ -118332,7 +125077,7 @@ } }, { - "id": 10465, + "id": 11542, "properties": { "east": "false", "north": "false", @@ -118342,7 +125087,7 @@ } }, { - "id": 10466, + "id": 11543, "properties": { "east": "false", "north": "false", @@ -118352,7 +125097,7 @@ } }, { - "id": 10467, + "id": 11544, "properties": { "east": "false", "north": "false", @@ -118363,7 +125108,7 @@ }, { "default": true, - "id": 10468, + "id": 11545, "properties": { "east": "false", "north": "false", @@ -118376,13 +125121,13 @@ }, "minecraft:light_gray_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10173 + "id": 11250 } ] }, @@ -118403,25 +125148,25 @@ "states": [ { "default": true, - "id": 11936, + "id": 13013, "properties": { "facing": "north" } }, { - "id": 11937, + "id": 13014, "properties": { "facing": "south" } }, { - "id": 11938, + "id": 13015, "properties": { "facing": "west" } }, { - "id": 11939, + "id": 13016, "properties": { "facing": "east" } @@ -118470,97 +125215,97 @@ "states": [ { "default": true, - "id": 9952, + "id": 11029, "properties": { "power": "0" } }, { - "id": 9953, + "id": 11030, "properties": { "power": "1" } }, { - "id": 9954, + "id": 11031, "properties": { "power": "2" } }, { - "id": 9955, + "id": 11032, "properties": { "power": "3" } }, { - "id": 9956, + "id": 11033, "properties": { "power": "4" } }, { - "id": 9957, + "id": 11034, "properties": { "power": "5" } }, { - "id": 9958, + "id": 11035, "properties": { "power": "6" } }, { - "id": 9959, + "id": 11036, "properties": { "power": "7" } }, { - "id": 9960, + "id": 11037, "properties": { "power": "8" } }, { - "id": 9961, + "id": 11038, "properties": { "power": "9" } }, { - "id": 9962, + "id": 11039, "properties": { "power": "10" } }, { - "id": 9963, + "id": 11040, "properties": { "power": "11" } }, { - "id": 9964, + "id": 11041, "properties": { "power": "12" } }, { - "id": 9965, + "id": 11042, "properties": { "power": "13" } }, { - "id": 9966, + "id": 11043, "properties": { "power": "14" } }, { - "id": 9967, + "id": 11044, "properties": { "power": "15" } @@ -118569,8 +125314,9 @@ }, "minecraft:lightning_rod": { "definition": { - "type": "minecraft:lightning_rod", - "properties": {} + "type": "minecraft:weathering_lightning_rod", + "properties": {}, + "weathering_state": "unaffected" }, "properties": { "facing": [ @@ -118592,7 +125338,7 @@ }, "states": [ { - "id": 25752, + "id": 27341, "properties": { "facing": "north", "powered": "true", @@ -118600,7 +125346,7 @@ } }, { - "id": 25753, + "id": 27342, "properties": { "facing": "north", "powered": "true", @@ -118608,7 +125354,7 @@ } }, { - "id": 25754, + "id": 27343, "properties": { "facing": "north", "powered": "false", @@ -118616,7 +125362,7 @@ } }, { - "id": 25755, + "id": 27344, "properties": { "facing": "north", "powered": "false", @@ -118624,7 +125370,7 @@ } }, { - "id": 25756, + "id": 27345, "properties": { "facing": "east", "powered": "true", @@ -118632,7 +125378,7 @@ } }, { - "id": 25757, + "id": 27346, "properties": { "facing": "east", "powered": "true", @@ -118640,7 +125386,7 @@ } }, { - "id": 25758, + "id": 27347, "properties": { "facing": "east", "powered": "false", @@ -118648,7 +125394,7 @@ } }, { - "id": 25759, + "id": 27348, "properties": { "facing": "east", "powered": "false", @@ -118656,7 +125402,7 @@ } }, { - "id": 25760, + "id": 27349, "properties": { "facing": "south", "powered": "true", @@ -118664,7 +125410,7 @@ } }, { - "id": 25761, + "id": 27350, "properties": { "facing": "south", "powered": "true", @@ -118672,7 +125418,7 @@ } }, { - "id": 25762, + "id": 27351, "properties": { "facing": "south", "powered": "false", @@ -118680,7 +125426,7 @@ } }, { - "id": 25763, + "id": 27352, "properties": { "facing": "south", "powered": "false", @@ -118688,7 +125434,7 @@ } }, { - "id": 25764, + "id": 27353, "properties": { "facing": "west", "powered": "true", @@ -118696,7 +125442,7 @@ } }, { - "id": 25765, + "id": 27354, "properties": { "facing": "west", "powered": "true", @@ -118704,7 +125450,7 @@ } }, { - "id": 25766, + "id": 27355, "properties": { "facing": "west", "powered": "false", @@ -118712,7 +125458,7 @@ } }, { - "id": 25767, + "id": 27356, "properties": { "facing": "west", "powered": "false", @@ -118720,7 +125466,7 @@ } }, { - "id": 25768, + "id": 27357, "properties": { "facing": "up", "powered": "true", @@ -118728,7 +125474,7 @@ } }, { - "id": 25769, + "id": 27358, "properties": { "facing": "up", "powered": "true", @@ -118736,7 +125482,7 @@ } }, { - "id": 25770, + "id": 27359, "properties": { "facing": "up", "powered": "false", @@ -118745,7 +125491,7 @@ }, { "default": true, - "id": 25771, + "id": 27360, "properties": { "facing": "up", "powered": "false", @@ -118753,7 +125499,7 @@ } }, { - "id": 25772, + "id": 27361, "properties": { "facing": "down", "powered": "true", @@ -118761,7 +125507,7 @@ } }, { - "id": 25773, + "id": 27362, "properties": { "facing": "down", "powered": "true", @@ -118769,7 +125515,7 @@ } }, { - "id": 25774, + "id": 27363, "properties": { "facing": "down", "powered": "false", @@ -118777,7 +125523,7 @@ } }, { - "id": 25775, + "id": 27364, "properties": { "facing": "down", "powered": "false", @@ -118799,14 +125545,14 @@ }, "states": [ { - "id": 11638, + "id": 12715, "properties": { "half": "upper" } }, { "default": true, - "id": 11639, + "id": 12716, "properties": { "half": "lower" } @@ -118839,7 +125585,7 @@ "states": [ { "default": true, - "id": 7642 + "id": 8719 } ] }, @@ -118872,97 +125618,97 @@ "states": [ { "default": true, - "id": 11728, + "id": 12805, "properties": { "rotation": "0" } }, { - "id": 11729, + "id": 12806, "properties": { "rotation": "1" } }, { - "id": 11730, + "id": 12807, "properties": { "rotation": "2" } }, { - "id": 11731, + "id": 12808, "properties": { "rotation": "3" } }, { - "id": 11732, + "id": 12809, "properties": { "rotation": "4" } }, { - "id": 11733, + "id": 12810, "properties": { "rotation": "5" } }, { - "id": 11734, + "id": 12811, "properties": { "rotation": "6" } }, { - "id": 11735, + "id": 12812, "properties": { "rotation": "7" } }, { - "id": 11736, + "id": 12813, "properties": { "rotation": "8" } }, { - "id": 11737, + "id": 12814, "properties": { "rotation": "9" } }, { - "id": 11738, + "id": 12815, "properties": { "rotation": "10" } }, { - "id": 11739, + "id": 12816, "properties": { "rotation": "11" } }, { - "id": 11740, + "id": 12817, "properties": { "rotation": "12" } }, { - "id": 11741, + "id": 12818, "properties": { "rotation": "13" } }, { - "id": 11742, + "id": 12819, "properties": { "rotation": "14" } }, { - "id": 11743, + "id": 12820, "properties": { "rotation": "15" } @@ -119146,7 +125892,7 @@ }, "states": [ { - "id": 21849, + "id": 22990, "properties": { "candles": "1", "lit": "true", @@ -119154,7 +125900,7 @@ } }, { - "id": 21850, + "id": 22991, "properties": { "candles": "1", "lit": "true", @@ -119162,7 +125908,7 @@ } }, { - "id": 21851, + "id": 22992, "properties": { "candles": "1", "lit": "false", @@ -119171,7 +125917,7 @@ }, { "default": true, - "id": 21852, + "id": 22993, "properties": { "candles": "1", "lit": "false", @@ -119179,7 +125925,7 @@ } }, { - "id": 21853, + "id": 22994, "properties": { "candles": "2", "lit": "true", @@ -119187,7 +125933,7 @@ } }, { - "id": 21854, + "id": 22995, "properties": { "candles": "2", "lit": "true", @@ -119195,7 +125941,7 @@ } }, { - "id": 21855, + "id": 22996, "properties": { "candles": "2", "lit": "false", @@ -119203,7 +125949,7 @@ } }, { - "id": 21856, + "id": 22997, "properties": { "candles": "2", "lit": "false", @@ -119211,7 +125957,7 @@ } }, { - "id": 21857, + "id": 22998, "properties": { "candles": "3", "lit": "true", @@ -119219,7 +125965,7 @@ } }, { - "id": 21858, + "id": 22999, "properties": { "candles": "3", "lit": "true", @@ -119227,7 +125973,7 @@ } }, { - "id": 21859, + "id": 23000, "properties": { "candles": "3", "lit": "false", @@ -119235,7 +125981,7 @@ } }, { - "id": 21860, + "id": 23001, "properties": { "candles": "3", "lit": "false", @@ -119243,7 +125989,7 @@ } }, { - "id": 21861, + "id": 23002, "properties": { "candles": "4", "lit": "true", @@ -119251,7 +125997,7 @@ } }, { - "id": 21862, + "id": 23003, "properties": { "candles": "4", "lit": "true", @@ -119259,7 +126005,7 @@ } }, { - "id": 21863, + "id": 23004, "properties": { "candles": "4", "lit": "false", @@ -119267,7 +126013,7 @@ } }, { - "id": 21864, + "id": 23005, "properties": { "candles": "4", "lit": "false", @@ -119290,14 +126036,14 @@ }, "states": [ { - "id": 22037, + "id": 23178, "properties": { "lit": "true" } }, { "default": true, - "id": 22038, + "id": 23179, "properties": { "lit": "false" } @@ -119313,7 +126059,7 @@ "states": [ { "default": true, - "id": 11622 + "id": 12699 } ] }, @@ -119325,7 +126071,7 @@ "states": [ { "default": true, - "id": 13756 + "id": 14833 } ] }, @@ -119338,7 +126084,7 @@ "states": [ { "default": true, - "id": 13772 + "id": 14849 } ] }, @@ -119358,25 +126104,25 @@ "states": [ { "default": true, - "id": 13707, + "id": 14784, "properties": { "facing": "north" } }, { - "id": 13708, + "id": 14785, "properties": { "facing": "south" } }, { - "id": 13709, + "id": 14786, "properties": { "facing": "west" } }, { - "id": 13710, + "id": 14787, "properties": { "facing": "east" } @@ -119401,38 +126147,38 @@ }, "states": [ { - "id": 13621, + "id": 14698, "properties": { "facing": "north" } }, { - "id": 13622, + "id": 14699, "properties": { "facing": "east" } }, { - "id": 13623, + "id": 14700, "properties": { "facing": "south" } }, { - "id": 13624, + "id": 14701, "properties": { "facing": "west" } }, { "default": true, - "id": 13625, + "id": 14702, "properties": { "facing": "up" } }, { - "id": 13626, + "id": 14703, "properties": { "facing": "down" } @@ -119448,7 +126194,7 @@ "states": [ { "default": true, - "id": 6129 + "id": 6902 } ] }, @@ -119482,7 +126228,7 @@ }, "states": [ { - "id": 10341, + "id": 11418, "properties": { "east": "true", "north": "true", @@ -119492,7 +126238,7 @@ } }, { - "id": 10342, + "id": 11419, "properties": { "east": "true", "north": "true", @@ -119502,7 +126248,7 @@ } }, { - "id": 10343, + "id": 11420, "properties": { "east": "true", "north": "true", @@ -119512,7 +126258,7 @@ } }, { - "id": 10344, + "id": 11421, "properties": { "east": "true", "north": "true", @@ -119522,7 +126268,7 @@ } }, { - "id": 10345, + "id": 11422, "properties": { "east": "true", "north": "true", @@ -119532,7 +126278,7 @@ } }, { - "id": 10346, + "id": 11423, "properties": { "east": "true", "north": "true", @@ -119542,7 +126288,7 @@ } }, { - "id": 10347, + "id": 11424, "properties": { "east": "true", "north": "true", @@ -119552,7 +126298,7 @@ } }, { - "id": 10348, + "id": 11425, "properties": { "east": "true", "north": "true", @@ -119562,7 +126308,7 @@ } }, { - "id": 10349, + "id": 11426, "properties": { "east": "true", "north": "false", @@ -119572,7 +126318,7 @@ } }, { - "id": 10350, + "id": 11427, "properties": { "east": "true", "north": "false", @@ -119582,7 +126328,7 @@ } }, { - "id": 10351, + "id": 11428, "properties": { "east": "true", "north": "false", @@ -119592,7 +126338,7 @@ } }, { - "id": 10352, + "id": 11429, "properties": { "east": "true", "north": "false", @@ -119602,7 +126348,7 @@ } }, { - "id": 10353, + "id": 11430, "properties": { "east": "true", "north": "false", @@ -119612,7 +126358,7 @@ } }, { - "id": 10354, + "id": 11431, "properties": { "east": "true", "north": "false", @@ -119622,7 +126368,7 @@ } }, { - "id": 10355, + "id": 11432, "properties": { "east": "true", "north": "false", @@ -119632,7 +126378,7 @@ } }, { - "id": 10356, + "id": 11433, "properties": { "east": "true", "north": "false", @@ -119642,7 +126388,7 @@ } }, { - "id": 10357, + "id": 11434, "properties": { "east": "false", "north": "true", @@ -119652,7 +126398,7 @@ } }, { - "id": 10358, + "id": 11435, "properties": { "east": "false", "north": "true", @@ -119662,7 +126408,7 @@ } }, { - "id": 10359, + "id": 11436, "properties": { "east": "false", "north": "true", @@ -119672,7 +126418,7 @@ } }, { - "id": 10360, + "id": 11437, "properties": { "east": "false", "north": "true", @@ -119682,7 +126428,7 @@ } }, { - "id": 10361, + "id": 11438, "properties": { "east": "false", "north": "true", @@ -119692,7 +126438,7 @@ } }, { - "id": 10362, + "id": 11439, "properties": { "east": "false", "north": "true", @@ -119702,7 +126448,7 @@ } }, { - "id": 10363, + "id": 11440, "properties": { "east": "false", "north": "true", @@ -119712,7 +126458,7 @@ } }, { - "id": 10364, + "id": 11441, "properties": { "east": "false", "north": "true", @@ -119722,7 +126468,7 @@ } }, { - "id": 10365, + "id": 11442, "properties": { "east": "false", "north": "false", @@ -119732,7 +126478,7 @@ } }, { - "id": 10366, + "id": 11443, "properties": { "east": "false", "north": "false", @@ -119742,7 +126488,7 @@ } }, { - "id": 10367, + "id": 11444, "properties": { "east": "false", "north": "false", @@ -119752,7 +126498,7 @@ } }, { - "id": 10368, + "id": 11445, "properties": { "east": "false", "north": "false", @@ -119762,7 +126508,7 @@ } }, { - "id": 10369, + "id": 11446, "properties": { "east": "false", "north": "false", @@ -119772,7 +126518,7 @@ } }, { - "id": 10370, + "id": 11447, "properties": { "east": "false", "north": "false", @@ -119782,7 +126528,7 @@ } }, { - "id": 10371, + "id": 11448, "properties": { "east": "false", "north": "false", @@ -119793,7 +126539,7 @@ }, { "default": true, - "id": 10372, + "id": 11449, "properties": { "east": "false", "north": "false", @@ -119806,13 +126552,13 @@ }, "minecraft:lime_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10170 + "id": 11247 } ] }, @@ -119833,25 +126579,25 @@ "states": [ { "default": true, - "id": 11924, + "id": 13001, "properties": { "facing": "north" } }, { - "id": 11925, + "id": 13002, "properties": { "facing": "south" } }, { - "id": 11926, + "id": 13003, "properties": { "facing": "west" } }, { - "id": 11927, + "id": 13004, "properties": { "facing": "east" } @@ -119878,7 +126624,7 @@ "states": [ { "default": true, - "id": 20487 + "id": 21628 } ] }, @@ -119898,25 +126644,25 @@ "states": [ { "default": true, - "id": 19427, + "id": 20536, "properties": { "facing": "north" } }, { - "id": 19428, + "id": 20537, "properties": { "facing": "south" } }, { - "id": 19429, + "id": 20538, "properties": { "facing": "west" } }, { - "id": 19430, + "id": 20539, "properties": { "facing": "east" } @@ -119952,97 +126698,97 @@ "states": [ { "default": true, - "id": 11680, + "id": 12757, "properties": { "rotation": "0" } }, { - "id": 11681, + "id": 12758, "properties": { "rotation": "1" } }, { - "id": 11682, + "id": 12759, "properties": { "rotation": "2" } }, { - "id": 11683, + "id": 12760, "properties": { "rotation": "3" } }, { - "id": 11684, + "id": 12761, "properties": { "rotation": "4" } }, { - "id": 11685, + "id": 12762, "properties": { "rotation": "5" } }, { - "id": 11686, + "id": 12763, "properties": { "rotation": "6" } }, { - "id": 11687, + "id": 12764, "properties": { "rotation": "7" } }, { - "id": 11688, + "id": 12765, "properties": { "rotation": "8" } }, { - "id": 11689, + "id": 12766, "properties": { "rotation": "9" } }, { - "id": 11690, + "id": 12767, "properties": { "rotation": "10" } }, { - "id": 11691, + "id": 12768, "properties": { "rotation": "11" } }, { - "id": 11692, + "id": 12769, "properties": { "rotation": "12" } }, { - "id": 11693, + "id": 12770, "properties": { "rotation": "13" } }, { - "id": 11694, + "id": 12771, "properties": { "rotation": "14" } }, { - "id": 11695, + "id": 12772, "properties": { "rotation": "15" } @@ -120226,7 +126972,7 @@ }, "states": [ { - "id": 21801, + "id": 22942, "properties": { "candles": "1", "lit": "true", @@ -120234,7 +126980,7 @@ } }, { - "id": 21802, + "id": 22943, "properties": { "candles": "1", "lit": "true", @@ -120242,7 +126988,7 @@ } }, { - "id": 21803, + "id": 22944, "properties": { "candles": "1", "lit": "false", @@ -120251,7 +126997,7 @@ }, { "default": true, - "id": 21804, + "id": 22945, "properties": { "candles": "1", "lit": "false", @@ -120259,7 +127005,7 @@ } }, { - "id": 21805, + "id": 22946, "properties": { "candles": "2", "lit": "true", @@ -120267,7 +127013,7 @@ } }, { - "id": 21806, + "id": 22947, "properties": { "candles": "2", "lit": "true", @@ -120275,7 +127021,7 @@ } }, { - "id": 21807, + "id": 22948, "properties": { "candles": "2", "lit": "false", @@ -120283,7 +127029,7 @@ } }, { - "id": 21808, + "id": 22949, "properties": { "candles": "2", "lit": "false", @@ -120291,7 +127037,7 @@ } }, { - "id": 21809, + "id": 22950, "properties": { "candles": "3", "lit": "true", @@ -120299,7 +127045,7 @@ } }, { - "id": 21810, + "id": 22951, "properties": { "candles": "3", "lit": "true", @@ -120307,7 +127053,7 @@ } }, { - "id": 21811, + "id": 22952, "properties": { "candles": "3", "lit": "false", @@ -120315,7 +127061,7 @@ } }, { - "id": 21812, + "id": 22953, "properties": { "candles": "3", "lit": "false", @@ -120323,7 +127069,7 @@ } }, { - "id": 21813, + "id": 22954, "properties": { "candles": "4", "lit": "true", @@ -120331,7 +127077,7 @@ } }, { - "id": 21814, + "id": 22955, "properties": { "candles": "4", "lit": "true", @@ -120339,7 +127085,7 @@ } }, { - "id": 21815, + "id": 22956, "properties": { "candles": "4", "lit": "false", @@ -120347,7 +127093,7 @@ } }, { - "id": 21816, + "id": 22957, "properties": { "candles": "4", "lit": "false", @@ -120370,14 +127116,14 @@ }, "states": [ { - "id": 22031, + "id": 23172, "properties": { "lit": "true" } }, { "default": true, - "id": 22032, + "id": 23173, "properties": { "lit": "false" } @@ -120393,7 +127139,7 @@ "states": [ { "default": true, - "id": 11619 + "id": 12696 } ] }, @@ -120405,7 +127151,7 @@ "states": [ { "default": true, - "id": 13753 + "id": 14830 } ] }, @@ -120418,7 +127164,7 @@ "states": [ { "default": true, - "id": 13769 + "id": 14846 } ] }, @@ -120438,25 +127184,25 @@ "states": [ { "default": true, - "id": 13695, + "id": 14772, "properties": { "facing": "north" } }, { - "id": 13696, + "id": 14773, "properties": { "facing": "south" } }, { - "id": 13697, + "id": 14774, "properties": { "facing": "west" } }, { - "id": 13698, + "id": 14775, "properties": { "facing": "east" } @@ -120481,38 +127227,38 @@ }, "states": [ { - "id": 13603, + "id": 14680, "properties": { "facing": "north" } }, { - "id": 13604, + "id": 14681, "properties": { "facing": "east" } }, { - "id": 13605, + "id": 14682, "properties": { "facing": "south" } }, { - "id": 13606, + "id": 14683, "properties": { "facing": "west" } }, { "default": true, - "id": 13607, + "id": 14684, "properties": { "facing": "up" } }, { - "id": 13608, + "id": 14685, "properties": { "facing": "down" } @@ -120528,7 +127274,7 @@ "states": [ { "default": true, - "id": 6126 + "id": 6899 } ] }, @@ -120562,7 +127308,7 @@ }, "states": [ { - "id": 10245, + "id": 11322, "properties": { "east": "true", "north": "true", @@ -120572,7 +127318,7 @@ } }, { - "id": 10246, + "id": 11323, "properties": { "east": "true", "north": "true", @@ -120582,7 +127328,7 @@ } }, { - "id": 10247, + "id": 11324, "properties": { "east": "true", "north": "true", @@ -120592,7 +127338,7 @@ } }, { - "id": 10248, + "id": 11325, "properties": { "east": "true", "north": "true", @@ -120602,7 +127348,7 @@ } }, { - "id": 10249, + "id": 11326, "properties": { "east": "true", "north": "true", @@ -120612,7 +127358,7 @@ } }, { - "id": 10250, + "id": 11327, "properties": { "east": "true", "north": "true", @@ -120622,7 +127368,7 @@ } }, { - "id": 10251, + "id": 11328, "properties": { "east": "true", "north": "true", @@ -120632,7 +127378,7 @@ } }, { - "id": 10252, + "id": 11329, "properties": { "east": "true", "north": "true", @@ -120642,7 +127388,7 @@ } }, { - "id": 10253, + "id": 11330, "properties": { "east": "true", "north": "false", @@ -120652,7 +127398,7 @@ } }, { - "id": 10254, + "id": 11331, "properties": { "east": "true", "north": "false", @@ -120662,7 +127408,7 @@ } }, { - "id": 10255, + "id": 11332, "properties": { "east": "true", "north": "false", @@ -120672,7 +127418,7 @@ } }, { - "id": 10256, + "id": 11333, "properties": { "east": "true", "north": "false", @@ -120682,7 +127428,7 @@ } }, { - "id": 10257, + "id": 11334, "properties": { "east": "true", "north": "false", @@ -120692,7 +127438,7 @@ } }, { - "id": 10258, + "id": 11335, "properties": { "east": "true", "north": "false", @@ -120702,7 +127448,7 @@ } }, { - "id": 10259, + "id": 11336, "properties": { "east": "true", "north": "false", @@ -120712,7 +127458,7 @@ } }, { - "id": 10260, + "id": 11337, "properties": { "east": "true", "north": "false", @@ -120722,7 +127468,7 @@ } }, { - "id": 10261, + "id": 11338, "properties": { "east": "false", "north": "true", @@ -120732,7 +127478,7 @@ } }, { - "id": 10262, + "id": 11339, "properties": { "east": "false", "north": "true", @@ -120742,7 +127488,7 @@ } }, { - "id": 10263, + "id": 11340, "properties": { "east": "false", "north": "true", @@ -120752,7 +127498,7 @@ } }, { - "id": 10264, + "id": 11341, "properties": { "east": "false", "north": "true", @@ -120762,7 +127508,7 @@ } }, { - "id": 10265, + "id": 11342, "properties": { "east": "false", "north": "true", @@ -120772,7 +127518,7 @@ } }, { - "id": 10266, + "id": 11343, "properties": { "east": "false", "north": "true", @@ -120782,7 +127528,7 @@ } }, { - "id": 10267, + "id": 11344, "properties": { "east": "false", "north": "true", @@ -120792,7 +127538,7 @@ } }, { - "id": 10268, + "id": 11345, "properties": { "east": "false", "north": "true", @@ -120802,7 +127548,7 @@ } }, { - "id": 10269, + "id": 11346, "properties": { "east": "false", "north": "false", @@ -120812,7 +127558,7 @@ } }, { - "id": 10270, + "id": 11347, "properties": { "east": "false", "north": "false", @@ -120822,7 +127568,7 @@ } }, { - "id": 10271, + "id": 11348, "properties": { "east": "false", "north": "false", @@ -120832,7 +127578,7 @@ } }, { - "id": 10272, + "id": 11349, "properties": { "east": "false", "north": "false", @@ -120842,7 +127588,7 @@ } }, { - "id": 10273, + "id": 11350, "properties": { "east": "false", "north": "false", @@ -120852,7 +127598,7 @@ } }, { - "id": 10274, + "id": 11351, "properties": { "east": "false", "north": "false", @@ -120862,7 +127608,7 @@ } }, { - "id": 10275, + "id": 11352, "properties": { "east": "false", "north": "false", @@ -120873,7 +127619,7 @@ }, { "default": true, - "id": 10276, + "id": 11353, "properties": { "east": "false", "north": "false", @@ -120886,13 +127632,13 @@ }, "minecraft:magenta_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10167 + "id": 11244 } ] }, @@ -120913,25 +127659,25 @@ "states": [ { "default": true, - "id": 11912, + "id": 12989, "properties": { "facing": "north" } }, { - "id": 11913, + "id": 12990, "properties": { "facing": "south" } }, { - "id": 11914, + "id": 12991, "properties": { "facing": "west" } }, { - "id": 11915, + "id": 12992, "properties": { "facing": "east" } @@ -120958,7 +127704,7 @@ "states": [ { "default": true, - "id": 13566 + "id": 14643 } ] }, @@ -120988,7 +127734,7 @@ }, "states": [ { - "id": 9588, + "id": 10665, "properties": { "face": "floor", "facing": "north", @@ -120996,7 +127742,7 @@ } }, { - "id": 9589, + "id": 10666, "properties": { "face": "floor", "facing": "north", @@ -121004,7 +127750,7 @@ } }, { - "id": 9590, + "id": 10667, "properties": { "face": "floor", "facing": "south", @@ -121012,7 +127758,7 @@ } }, { - "id": 9591, + "id": 10668, "properties": { "face": "floor", "facing": "south", @@ -121020,7 +127766,7 @@ } }, { - "id": 9592, + "id": 10669, "properties": { "face": "floor", "facing": "west", @@ -121028,7 +127774,7 @@ } }, { - "id": 9593, + "id": 10670, "properties": { "face": "floor", "facing": "west", @@ -121036,7 +127782,7 @@ } }, { - "id": 9594, + "id": 10671, "properties": { "face": "floor", "facing": "east", @@ -121044,7 +127790,7 @@ } }, { - "id": 9595, + "id": 10672, "properties": { "face": "floor", "facing": "east", @@ -121052,7 +127798,7 @@ } }, { - "id": 9596, + "id": 10673, "properties": { "face": "wall", "facing": "north", @@ -121061,7 +127807,7 @@ }, { "default": true, - "id": 9597, + "id": 10674, "properties": { "face": "wall", "facing": "north", @@ -121069,7 +127815,7 @@ } }, { - "id": 9598, + "id": 10675, "properties": { "face": "wall", "facing": "south", @@ -121077,7 +127823,7 @@ } }, { - "id": 9599, + "id": 10676, "properties": { "face": "wall", "facing": "south", @@ -121085,7 +127831,7 @@ } }, { - "id": 9600, + "id": 10677, "properties": { "face": "wall", "facing": "west", @@ -121093,7 +127839,7 @@ } }, { - "id": 9601, + "id": 10678, "properties": { "face": "wall", "facing": "west", @@ -121101,7 +127847,7 @@ } }, { - "id": 9602, + "id": 10679, "properties": { "face": "wall", "facing": "east", @@ -121109,7 +127855,7 @@ } }, { - "id": 9603, + "id": 10680, "properties": { "face": "wall", "facing": "east", @@ -121117,7 +127863,7 @@ } }, { - "id": 9604, + "id": 10681, "properties": { "face": "ceiling", "facing": "north", @@ -121125,7 +127871,7 @@ } }, { - "id": 9605, + "id": 10682, "properties": { "face": "ceiling", "facing": "north", @@ -121133,7 +127879,7 @@ } }, { - "id": 9606, + "id": 10683, "properties": { "face": "ceiling", "facing": "south", @@ -121141,7 +127887,7 @@ } }, { - "id": 9607, + "id": 10684, "properties": { "face": "ceiling", "facing": "south", @@ -121149,7 +127895,7 @@ } }, { - "id": 9608, + "id": 10685, "properties": { "face": "ceiling", "facing": "west", @@ -121157,7 +127903,7 @@ } }, { - "id": 9609, + "id": 10686, "properties": { "face": "ceiling", "facing": "west", @@ -121165,7 +127911,7 @@ } }, { - "id": 9610, + "id": 10687, "properties": { "face": "ceiling", "facing": "east", @@ -121173,7 +127919,7 @@ } }, { - "id": 9611, + "id": 10688, "properties": { "face": "ceiling", "facing": "east", @@ -121214,7 +127960,7 @@ }, "states": [ { - "id": 13229, + "id": 14306, "properties": { "facing": "north", "half": "upper", @@ -121224,7 +127970,7 @@ } }, { - "id": 13230, + "id": 14307, "properties": { "facing": "north", "half": "upper", @@ -121234,7 +127980,7 @@ } }, { - "id": 13231, + "id": 14308, "properties": { "facing": "north", "half": "upper", @@ -121244,7 +127990,7 @@ } }, { - "id": 13232, + "id": 14309, "properties": { "facing": "north", "half": "upper", @@ -121254,7 +128000,7 @@ } }, { - "id": 13233, + "id": 14310, "properties": { "facing": "north", "half": "upper", @@ -121264,7 +128010,7 @@ } }, { - "id": 13234, + "id": 14311, "properties": { "facing": "north", "half": "upper", @@ -121274,7 +128020,7 @@ } }, { - "id": 13235, + "id": 14312, "properties": { "facing": "north", "half": "upper", @@ -121284,7 +128030,7 @@ } }, { - "id": 13236, + "id": 14313, "properties": { "facing": "north", "half": "upper", @@ -121294,7 +128040,7 @@ } }, { - "id": 13237, + "id": 14314, "properties": { "facing": "north", "half": "lower", @@ -121304,7 +128050,7 @@ } }, { - "id": 13238, + "id": 14315, "properties": { "facing": "north", "half": "lower", @@ -121314,7 +128060,7 @@ } }, { - "id": 13239, + "id": 14316, "properties": { "facing": "north", "half": "lower", @@ -121325,7 +128071,7 @@ }, { "default": true, - "id": 13240, + "id": 14317, "properties": { "facing": "north", "half": "lower", @@ -121335,7 +128081,7 @@ } }, { - "id": 13241, + "id": 14318, "properties": { "facing": "north", "half": "lower", @@ -121345,7 +128091,7 @@ } }, { - "id": 13242, + "id": 14319, "properties": { "facing": "north", "half": "lower", @@ -121355,7 +128101,7 @@ } }, { - "id": 13243, + "id": 14320, "properties": { "facing": "north", "half": "lower", @@ -121365,7 +128111,7 @@ } }, { - "id": 13244, + "id": 14321, "properties": { "facing": "north", "half": "lower", @@ -121375,7 +128121,7 @@ } }, { - "id": 13245, + "id": 14322, "properties": { "facing": "south", "half": "upper", @@ -121385,7 +128131,7 @@ } }, { - "id": 13246, + "id": 14323, "properties": { "facing": "south", "half": "upper", @@ -121395,7 +128141,7 @@ } }, { - "id": 13247, + "id": 14324, "properties": { "facing": "south", "half": "upper", @@ -121405,7 +128151,7 @@ } }, { - "id": 13248, + "id": 14325, "properties": { "facing": "south", "half": "upper", @@ -121415,7 +128161,7 @@ } }, { - "id": 13249, + "id": 14326, "properties": { "facing": "south", "half": "upper", @@ -121425,7 +128171,7 @@ } }, { - "id": 13250, + "id": 14327, "properties": { "facing": "south", "half": "upper", @@ -121435,7 +128181,7 @@ } }, { - "id": 13251, + "id": 14328, "properties": { "facing": "south", "half": "upper", @@ -121445,7 +128191,7 @@ } }, { - "id": 13252, + "id": 14329, "properties": { "facing": "south", "half": "upper", @@ -121455,7 +128201,7 @@ } }, { - "id": 13253, + "id": 14330, "properties": { "facing": "south", "half": "lower", @@ -121465,7 +128211,7 @@ } }, { - "id": 13254, + "id": 14331, "properties": { "facing": "south", "half": "lower", @@ -121475,7 +128221,7 @@ } }, { - "id": 13255, + "id": 14332, "properties": { "facing": "south", "half": "lower", @@ -121485,7 +128231,7 @@ } }, { - "id": 13256, + "id": 14333, "properties": { "facing": "south", "half": "lower", @@ -121495,7 +128241,7 @@ } }, { - "id": 13257, + "id": 14334, "properties": { "facing": "south", "half": "lower", @@ -121505,7 +128251,7 @@ } }, { - "id": 13258, + "id": 14335, "properties": { "facing": "south", "half": "lower", @@ -121515,7 +128261,7 @@ } }, { - "id": 13259, + "id": 14336, "properties": { "facing": "south", "half": "lower", @@ -121525,7 +128271,7 @@ } }, { - "id": 13260, + "id": 14337, "properties": { "facing": "south", "half": "lower", @@ -121535,7 +128281,7 @@ } }, { - "id": 13261, + "id": 14338, "properties": { "facing": "west", "half": "upper", @@ -121545,7 +128291,7 @@ } }, { - "id": 13262, + "id": 14339, "properties": { "facing": "west", "half": "upper", @@ -121555,7 +128301,7 @@ } }, { - "id": 13263, + "id": 14340, "properties": { "facing": "west", "half": "upper", @@ -121565,7 +128311,7 @@ } }, { - "id": 13264, + "id": 14341, "properties": { "facing": "west", "half": "upper", @@ -121575,7 +128321,7 @@ } }, { - "id": 13265, + "id": 14342, "properties": { "facing": "west", "half": "upper", @@ -121585,7 +128331,7 @@ } }, { - "id": 13266, + "id": 14343, "properties": { "facing": "west", "half": "upper", @@ -121595,7 +128341,7 @@ } }, { - "id": 13267, + "id": 14344, "properties": { "facing": "west", "half": "upper", @@ -121605,7 +128351,7 @@ } }, { - "id": 13268, + "id": 14345, "properties": { "facing": "west", "half": "upper", @@ -121615,7 +128361,7 @@ } }, { - "id": 13269, + "id": 14346, "properties": { "facing": "west", "half": "lower", @@ -121625,7 +128371,7 @@ } }, { - "id": 13270, + "id": 14347, "properties": { "facing": "west", "half": "lower", @@ -121635,7 +128381,7 @@ } }, { - "id": 13271, + "id": 14348, "properties": { "facing": "west", "half": "lower", @@ -121645,7 +128391,7 @@ } }, { - "id": 13272, + "id": 14349, "properties": { "facing": "west", "half": "lower", @@ -121655,7 +128401,7 @@ } }, { - "id": 13273, + "id": 14350, "properties": { "facing": "west", "half": "lower", @@ -121665,7 +128411,7 @@ } }, { - "id": 13274, + "id": 14351, "properties": { "facing": "west", "half": "lower", @@ -121675,7 +128421,7 @@ } }, { - "id": 13275, + "id": 14352, "properties": { "facing": "west", "half": "lower", @@ -121685,7 +128431,7 @@ } }, { - "id": 13276, + "id": 14353, "properties": { "facing": "west", "half": "lower", @@ -121695,7 +128441,7 @@ } }, { - "id": 13277, + "id": 14354, "properties": { "facing": "east", "half": "upper", @@ -121705,7 +128451,7 @@ } }, { - "id": 13278, + "id": 14355, "properties": { "facing": "east", "half": "upper", @@ -121715,7 +128461,7 @@ } }, { - "id": 13279, + "id": 14356, "properties": { "facing": "east", "half": "upper", @@ -121725,7 +128471,7 @@ } }, { - "id": 13280, + "id": 14357, "properties": { "facing": "east", "half": "upper", @@ -121735,7 +128481,7 @@ } }, { - "id": 13281, + "id": 14358, "properties": { "facing": "east", "half": "upper", @@ -121745,7 +128491,7 @@ } }, { - "id": 13282, + "id": 14359, "properties": { "facing": "east", "half": "upper", @@ -121755,7 +128501,7 @@ } }, { - "id": 13283, + "id": 14360, "properties": { "facing": "east", "half": "upper", @@ -121765,7 +128511,7 @@ } }, { - "id": 13284, + "id": 14361, "properties": { "facing": "east", "half": "upper", @@ -121775,7 +128521,7 @@ } }, { - "id": 13285, + "id": 14362, "properties": { "facing": "east", "half": "lower", @@ -121785,7 +128531,7 @@ } }, { - "id": 13286, + "id": 14363, "properties": { "facing": "east", "half": "lower", @@ -121795,7 +128541,7 @@ } }, { - "id": 13287, + "id": 14364, "properties": { "facing": "east", "half": "lower", @@ -121805,7 +128551,7 @@ } }, { - "id": 13288, + "id": 14365, "properties": { "facing": "east", "half": "lower", @@ -121815,7 +128561,7 @@ } }, { - "id": 13289, + "id": 14366, "properties": { "facing": "east", "half": "lower", @@ -121825,7 +128571,7 @@ } }, { - "id": 13290, + "id": 14367, "properties": { "facing": "east", "half": "lower", @@ -121835,7 +128581,7 @@ } }, { - "id": 13291, + "id": 14368, "properties": { "facing": "east", "half": "lower", @@ -121845,7 +128591,7 @@ } }, { - "id": 13292, + "id": 14369, "properties": { "facing": "east", "half": "lower", @@ -121885,7 +128631,7 @@ }, "states": [ { - "id": 12717, + "id": 13794, "properties": { "east": "true", "north": "true", @@ -121895,7 +128641,7 @@ } }, { - "id": 12718, + "id": 13795, "properties": { "east": "true", "north": "true", @@ -121905,7 +128651,7 @@ } }, { - "id": 12719, + "id": 13796, "properties": { "east": "true", "north": "true", @@ -121915,7 +128661,7 @@ } }, { - "id": 12720, + "id": 13797, "properties": { "east": "true", "north": "true", @@ -121925,7 +128671,7 @@ } }, { - "id": 12721, + "id": 13798, "properties": { "east": "true", "north": "true", @@ -121935,7 +128681,7 @@ } }, { - "id": 12722, + "id": 13799, "properties": { "east": "true", "north": "true", @@ -121945,7 +128691,7 @@ } }, { - "id": 12723, + "id": 13800, "properties": { "east": "true", "north": "true", @@ -121955,7 +128701,7 @@ } }, { - "id": 12724, + "id": 13801, "properties": { "east": "true", "north": "true", @@ -121965,7 +128711,7 @@ } }, { - "id": 12725, + "id": 13802, "properties": { "east": "true", "north": "false", @@ -121975,7 +128721,7 @@ } }, { - "id": 12726, + "id": 13803, "properties": { "east": "true", "north": "false", @@ -121985,7 +128731,7 @@ } }, { - "id": 12727, + "id": 13804, "properties": { "east": "true", "north": "false", @@ -121995,7 +128741,7 @@ } }, { - "id": 12728, + "id": 13805, "properties": { "east": "true", "north": "false", @@ -122005,7 +128751,7 @@ } }, { - "id": 12729, + "id": 13806, "properties": { "east": "true", "north": "false", @@ -122015,7 +128761,7 @@ } }, { - "id": 12730, + "id": 13807, "properties": { "east": "true", "north": "false", @@ -122025,7 +128771,7 @@ } }, { - "id": 12731, + "id": 13808, "properties": { "east": "true", "north": "false", @@ -122035,7 +128781,7 @@ } }, { - "id": 12732, + "id": 13809, "properties": { "east": "true", "north": "false", @@ -122045,7 +128791,7 @@ } }, { - "id": 12733, + "id": 13810, "properties": { "east": "false", "north": "true", @@ -122055,7 +128801,7 @@ } }, { - "id": 12734, + "id": 13811, "properties": { "east": "false", "north": "true", @@ -122065,7 +128811,7 @@ } }, { - "id": 12735, + "id": 13812, "properties": { "east": "false", "north": "true", @@ -122075,7 +128821,7 @@ } }, { - "id": 12736, + "id": 13813, "properties": { "east": "false", "north": "true", @@ -122085,7 +128831,7 @@ } }, { - "id": 12737, + "id": 13814, "properties": { "east": "false", "north": "true", @@ -122095,7 +128841,7 @@ } }, { - "id": 12738, + "id": 13815, "properties": { "east": "false", "north": "true", @@ -122105,7 +128851,7 @@ } }, { - "id": 12739, + "id": 13816, "properties": { "east": "false", "north": "true", @@ -122115,7 +128861,7 @@ } }, { - "id": 12740, + "id": 13817, "properties": { "east": "false", "north": "true", @@ -122125,7 +128871,7 @@ } }, { - "id": 12741, + "id": 13818, "properties": { "east": "false", "north": "false", @@ -122135,7 +128881,7 @@ } }, { - "id": 12742, + "id": 13819, "properties": { "east": "false", "north": "false", @@ -122145,7 +128891,7 @@ } }, { - "id": 12743, + "id": 13820, "properties": { "east": "false", "north": "false", @@ -122155,7 +128901,7 @@ } }, { - "id": 12744, + "id": 13821, "properties": { "east": "false", "north": "false", @@ -122165,7 +128911,7 @@ } }, { - "id": 12745, + "id": 13822, "properties": { "east": "false", "north": "false", @@ -122175,7 +128921,7 @@ } }, { - "id": 12746, + "id": 13823, "properties": { "east": "false", "north": "false", @@ -122185,7 +128931,7 @@ } }, { - "id": 12747, + "id": 13824, "properties": { "east": "false", "north": "false", @@ -122196,7 +128942,7 @@ }, { "default": true, - "id": 12748, + "id": 13825, "properties": { "east": "false", "north": "false", @@ -122235,7 +128981,7 @@ }, "states": [ { - "id": 12429, + "id": 13506, "properties": { "facing": "north", "in_wall": "true", @@ -122244,7 +128990,7 @@ } }, { - "id": 12430, + "id": 13507, "properties": { "facing": "north", "in_wall": "true", @@ -122253,7 +128999,7 @@ } }, { - "id": 12431, + "id": 13508, "properties": { "facing": "north", "in_wall": "true", @@ -122262,7 +129008,7 @@ } }, { - "id": 12432, + "id": 13509, "properties": { "facing": "north", "in_wall": "true", @@ -122271,7 +129017,7 @@ } }, { - "id": 12433, + "id": 13510, "properties": { "facing": "north", "in_wall": "false", @@ -122280,7 +129026,7 @@ } }, { - "id": 12434, + "id": 13511, "properties": { "facing": "north", "in_wall": "false", @@ -122289,7 +129035,7 @@ } }, { - "id": 12435, + "id": 13512, "properties": { "facing": "north", "in_wall": "false", @@ -122299,7 +129045,7 @@ }, { "default": true, - "id": 12436, + "id": 13513, "properties": { "facing": "north", "in_wall": "false", @@ -122308,7 +129054,7 @@ } }, { - "id": 12437, + "id": 13514, "properties": { "facing": "south", "in_wall": "true", @@ -122317,7 +129063,7 @@ } }, { - "id": 12438, + "id": 13515, "properties": { "facing": "south", "in_wall": "true", @@ -122326,7 +129072,7 @@ } }, { - "id": 12439, + "id": 13516, "properties": { "facing": "south", "in_wall": "true", @@ -122335,7 +129081,7 @@ } }, { - "id": 12440, + "id": 13517, "properties": { "facing": "south", "in_wall": "true", @@ -122344,7 +129090,7 @@ } }, { - "id": 12441, + "id": 13518, "properties": { "facing": "south", "in_wall": "false", @@ -122353,7 +129099,7 @@ } }, { - "id": 12442, + "id": 13519, "properties": { "facing": "south", "in_wall": "false", @@ -122362,7 +129108,7 @@ } }, { - "id": 12443, + "id": 13520, "properties": { "facing": "south", "in_wall": "false", @@ -122371,7 +129117,7 @@ } }, { - "id": 12444, + "id": 13521, "properties": { "facing": "south", "in_wall": "false", @@ -122380,7 +129126,7 @@ } }, { - "id": 12445, + "id": 13522, "properties": { "facing": "west", "in_wall": "true", @@ -122389,7 +129135,7 @@ } }, { - "id": 12446, + "id": 13523, "properties": { "facing": "west", "in_wall": "true", @@ -122398,7 +129144,7 @@ } }, { - "id": 12447, + "id": 13524, "properties": { "facing": "west", "in_wall": "true", @@ -122407,7 +129153,7 @@ } }, { - "id": 12448, + "id": 13525, "properties": { "facing": "west", "in_wall": "true", @@ -122416,7 +129162,7 @@ } }, { - "id": 12449, + "id": 13526, "properties": { "facing": "west", "in_wall": "false", @@ -122425,7 +129171,7 @@ } }, { - "id": 12450, + "id": 13527, "properties": { "facing": "west", "in_wall": "false", @@ -122434,7 +129180,7 @@ } }, { - "id": 12451, + "id": 13528, "properties": { "facing": "west", "in_wall": "false", @@ -122443,7 +129189,7 @@ } }, { - "id": 12452, + "id": 13529, "properties": { "facing": "west", "in_wall": "false", @@ -122452,7 +129198,7 @@ } }, { - "id": 12453, + "id": 13530, "properties": { "facing": "east", "in_wall": "true", @@ -122461,7 +129207,7 @@ } }, { - "id": 12454, + "id": 13531, "properties": { "facing": "east", "in_wall": "true", @@ -122470,7 +129216,7 @@ } }, { - "id": 12455, + "id": 13532, "properties": { "facing": "east", "in_wall": "true", @@ -122479,7 +129225,7 @@ } }, { - "id": 12456, + "id": 13533, "properties": { "facing": "east", "in_wall": "true", @@ -122488,7 +129234,7 @@ } }, { - "id": 12457, + "id": 13534, "properties": { "facing": "east", "in_wall": "false", @@ -122497,7 +129243,7 @@ } }, { - "id": 12458, + "id": 13535, "properties": { "facing": "east", "in_wall": "false", @@ -122506,7 +129252,7 @@ } }, { - "id": 12459, + "id": 13536, "properties": { "facing": "east", "in_wall": "false", @@ -122515,7 +129261,7 @@ } }, { - "id": 12460, + "id": 13537, "properties": { "facing": "east", "in_wall": "false", @@ -122561,7 +129307,7 @@ }, "states": [ { - "id": 5578, + "id": 6346, "properties": { "attached": "true", "rotation": "0", @@ -122569,7 +129315,7 @@ } }, { - "id": 5579, + "id": 6347, "properties": { "attached": "true", "rotation": "0", @@ -122577,7 +129323,7 @@ } }, { - "id": 5580, + "id": 6348, "properties": { "attached": "true", "rotation": "1", @@ -122585,7 +129331,7 @@ } }, { - "id": 5581, + "id": 6349, "properties": { "attached": "true", "rotation": "1", @@ -122593,7 +129339,7 @@ } }, { - "id": 5582, + "id": 6350, "properties": { "attached": "true", "rotation": "2", @@ -122601,7 +129347,7 @@ } }, { - "id": 5583, + "id": 6351, "properties": { "attached": "true", "rotation": "2", @@ -122609,7 +129355,7 @@ } }, { - "id": 5584, + "id": 6352, "properties": { "attached": "true", "rotation": "3", @@ -122617,7 +129363,7 @@ } }, { - "id": 5585, + "id": 6353, "properties": { "attached": "true", "rotation": "3", @@ -122625,7 +129371,7 @@ } }, { - "id": 5586, + "id": 6354, "properties": { "attached": "true", "rotation": "4", @@ -122633,7 +129379,7 @@ } }, { - "id": 5587, + "id": 6355, "properties": { "attached": "true", "rotation": "4", @@ -122641,7 +129387,7 @@ } }, { - "id": 5588, + "id": 6356, "properties": { "attached": "true", "rotation": "5", @@ -122649,7 +129395,7 @@ } }, { - "id": 5589, + "id": 6357, "properties": { "attached": "true", "rotation": "5", @@ -122657,7 +129403,7 @@ } }, { - "id": 5590, + "id": 6358, "properties": { "attached": "true", "rotation": "6", @@ -122665,7 +129411,7 @@ } }, { - "id": 5591, + "id": 6359, "properties": { "attached": "true", "rotation": "6", @@ -122673,7 +129419,7 @@ } }, { - "id": 5592, + "id": 6360, "properties": { "attached": "true", "rotation": "7", @@ -122681,7 +129427,7 @@ } }, { - "id": 5593, + "id": 6361, "properties": { "attached": "true", "rotation": "7", @@ -122689,7 +129435,7 @@ } }, { - "id": 5594, + "id": 6362, "properties": { "attached": "true", "rotation": "8", @@ -122697,7 +129443,7 @@ } }, { - "id": 5595, + "id": 6363, "properties": { "attached": "true", "rotation": "8", @@ -122705,7 +129451,7 @@ } }, { - "id": 5596, + "id": 6364, "properties": { "attached": "true", "rotation": "9", @@ -122713,7 +129459,7 @@ } }, { - "id": 5597, + "id": 6365, "properties": { "attached": "true", "rotation": "9", @@ -122721,7 +129467,7 @@ } }, { - "id": 5598, + "id": 6366, "properties": { "attached": "true", "rotation": "10", @@ -122729,7 +129475,7 @@ } }, { - "id": 5599, + "id": 6367, "properties": { "attached": "true", "rotation": "10", @@ -122737,7 +129483,7 @@ } }, { - "id": 5600, + "id": 6368, "properties": { "attached": "true", "rotation": "11", @@ -122745,7 +129491,7 @@ } }, { - "id": 5601, + "id": 6369, "properties": { "attached": "true", "rotation": "11", @@ -122753,7 +129499,7 @@ } }, { - "id": 5602, + "id": 6370, "properties": { "attached": "true", "rotation": "12", @@ -122761,7 +129507,7 @@ } }, { - "id": 5603, + "id": 6371, "properties": { "attached": "true", "rotation": "12", @@ -122769,7 +129515,7 @@ } }, { - "id": 5604, + "id": 6372, "properties": { "attached": "true", "rotation": "13", @@ -122777,7 +129523,7 @@ } }, { - "id": 5605, + "id": 6373, "properties": { "attached": "true", "rotation": "13", @@ -122785,7 +129531,7 @@ } }, { - "id": 5606, + "id": 6374, "properties": { "attached": "true", "rotation": "14", @@ -122793,7 +129539,7 @@ } }, { - "id": 5607, + "id": 6375, "properties": { "attached": "true", "rotation": "14", @@ -122801,7 +129547,7 @@ } }, { - "id": 5608, + "id": 6376, "properties": { "attached": "true", "rotation": "15", @@ -122809,7 +129555,7 @@ } }, { - "id": 5609, + "id": 6377, "properties": { "attached": "true", "rotation": "15", @@ -122817,7 +129563,7 @@ } }, { - "id": 5610, + "id": 6378, "properties": { "attached": "false", "rotation": "0", @@ -122826,7 +129572,7 @@ }, { "default": true, - "id": 5611, + "id": 6379, "properties": { "attached": "false", "rotation": "0", @@ -122834,7 +129580,7 @@ } }, { - "id": 5612, + "id": 6380, "properties": { "attached": "false", "rotation": "1", @@ -122842,7 +129588,7 @@ } }, { - "id": 5613, + "id": 6381, "properties": { "attached": "false", "rotation": "1", @@ -122850,7 +129596,7 @@ } }, { - "id": 5614, + "id": 6382, "properties": { "attached": "false", "rotation": "2", @@ -122858,7 +129604,7 @@ } }, { - "id": 5615, + "id": 6383, "properties": { "attached": "false", "rotation": "2", @@ -122866,7 +129612,7 @@ } }, { - "id": 5616, + "id": 6384, "properties": { "attached": "false", "rotation": "3", @@ -122874,7 +129620,7 @@ } }, { - "id": 5617, + "id": 6385, "properties": { "attached": "false", "rotation": "3", @@ -122882,7 +129628,7 @@ } }, { - "id": 5618, + "id": 6386, "properties": { "attached": "false", "rotation": "4", @@ -122890,7 +129636,7 @@ } }, { - "id": 5619, + "id": 6387, "properties": { "attached": "false", "rotation": "4", @@ -122898,7 +129644,7 @@ } }, { - "id": 5620, + "id": 6388, "properties": { "attached": "false", "rotation": "5", @@ -122906,7 +129652,7 @@ } }, { - "id": 5621, + "id": 6389, "properties": { "attached": "false", "rotation": "5", @@ -122914,7 +129660,7 @@ } }, { - "id": 5622, + "id": 6390, "properties": { "attached": "false", "rotation": "6", @@ -122922,7 +129668,7 @@ } }, { - "id": 5623, + "id": 6391, "properties": { "attached": "false", "rotation": "6", @@ -122930,7 +129676,7 @@ } }, { - "id": 5624, + "id": 6392, "properties": { "attached": "false", "rotation": "7", @@ -122938,7 +129684,7 @@ } }, { - "id": 5625, + "id": 6393, "properties": { "attached": "false", "rotation": "7", @@ -122946,7 +129692,7 @@ } }, { - "id": 5626, + "id": 6394, "properties": { "attached": "false", "rotation": "8", @@ -122954,7 +129700,7 @@ } }, { - "id": 5627, + "id": 6395, "properties": { "attached": "false", "rotation": "8", @@ -122962,7 +129708,7 @@ } }, { - "id": 5628, + "id": 6396, "properties": { "attached": "false", "rotation": "9", @@ -122970,7 +129716,7 @@ } }, { - "id": 5629, + "id": 6397, "properties": { "attached": "false", "rotation": "9", @@ -122978,7 +129724,7 @@ } }, { - "id": 5630, + "id": 6398, "properties": { "attached": "false", "rotation": "10", @@ -122986,7 +129732,7 @@ } }, { - "id": 5631, + "id": 6399, "properties": { "attached": "false", "rotation": "10", @@ -122994,7 +129740,7 @@ } }, { - "id": 5632, + "id": 6400, "properties": { "attached": "false", "rotation": "11", @@ -123002,7 +129748,7 @@ } }, { - "id": 5633, + "id": 6401, "properties": { "attached": "false", "rotation": "11", @@ -123010,7 +129756,7 @@ } }, { - "id": 5634, + "id": 6402, "properties": { "attached": "false", "rotation": "12", @@ -123018,7 +129764,7 @@ } }, { - "id": 5635, + "id": 6403, "properties": { "attached": "false", "rotation": "12", @@ -123026,7 +129772,7 @@ } }, { - "id": 5636, + "id": 6404, "properties": { "attached": "false", "rotation": "13", @@ -123034,7 +129780,7 @@ } }, { - "id": 5637, + "id": 6405, "properties": { "attached": "false", "rotation": "13", @@ -123042,7 +129788,7 @@ } }, { - "id": 5638, + "id": 6406, "properties": { "attached": "false", "rotation": "14", @@ -123050,7 +129796,7 @@ } }, { - "id": 5639, + "id": 6407, "properties": { "attached": "false", "rotation": "14", @@ -123058,7 +129804,7 @@ } }, { - "id": 5640, + "id": 6408, "properties": { "attached": "false", "rotation": "15", @@ -123066,7 +129812,7 @@ } }, { - "id": 5641, + "id": 6409, "properties": { "attached": "false", "rotation": "15", @@ -123388,14 +130134,14 @@ }, "states": [ { - "id": 5908, + "id": 6676, "properties": { "powered": "true" } }, { "default": true, - "id": 5909, + "id": 6677, "properties": { "powered": "false" } @@ -123820,6 +130566,613 @@ } ] }, + "minecraft:mangrove_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2847, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2848, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2849, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2850, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2851, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2852, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2853, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2854, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2855, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2856, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2857, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2858, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2859, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2860, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2861, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2862, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2863, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2864, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2865, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2866, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2867, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2868, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2869, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2870, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2871, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2872, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2873, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2874, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2875, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2876, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2877, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2878, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2879, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2880, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2881, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2882, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2883, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2884, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2885, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2886, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2887, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2888, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2889, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2890, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2891, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2892, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2893, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2894, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2895, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2896, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2897, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2898, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2899, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2900, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2901, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2902, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2903, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2904, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2905, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2906, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2907, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2908, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2909, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2910, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:mangrove_sign": { "definition": { "type": "minecraft:standing_sign", @@ -123852,7 +131205,7 @@ }, "states": [ { - "id": 4622, + "id": 5390, "properties": { "rotation": "0", "waterlogged": "true" @@ -123860,217 +131213,217 @@ }, { "default": true, - "id": 4623, + "id": 5391, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4624, + "id": 5392, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4625, + "id": 5393, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4626, + "id": 5394, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4627, + "id": 5395, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4628, + "id": 5396, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4629, + "id": 5397, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4630, + "id": 5398, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4631, + "id": 5399, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4632, + "id": 5400, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4633, + "id": 5401, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4634, + "id": 5402, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4635, + "id": 5403, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4636, + "id": 5404, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4637, + "id": 5405, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4638, + "id": 5406, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4639, + "id": 5407, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4640, + "id": 5408, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4641, + "id": 5409, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4642, + "id": 5410, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4643, + "id": 5411, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4644, + "id": 5412, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4645, + "id": 5413, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4646, + "id": 5414, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4647, + "id": 5415, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4648, + "id": 5416, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4649, + "id": 5417, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4650, + "id": 5418, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4651, + "id": 5419, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4652, + "id": 5420, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4653, + "id": 5421, "properties": { "rotation": "15", "waterlogged": "false" @@ -124096,21 +131449,21 @@ }, "states": [ { - "id": 12099, + "id": 13176, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12100, + "id": 13177, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12101, + "id": 13178, "properties": { "type": "bottom", "waterlogged": "true" @@ -124118,21 +131471,21 @@ }, { "default": true, - "id": 12102, + "id": 13179, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12103, + "id": 13180, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12104, + "id": 13181, "properties": { "type": "double", "waterlogged": "false" @@ -124173,7 +131526,7 @@ }, "states": [ { - "id": 11013, + "id": 12090, "properties": { "facing": "north", "half": "top", @@ -124182,7 +131535,7 @@ } }, { - "id": 11014, + "id": 12091, "properties": { "facing": "north", "half": "top", @@ -124191,7 +131544,7 @@ } }, { - "id": 11015, + "id": 12092, "properties": { "facing": "north", "half": "top", @@ -124200,7 +131553,7 @@ } }, { - "id": 11016, + "id": 12093, "properties": { "facing": "north", "half": "top", @@ -124209,7 +131562,7 @@ } }, { - "id": 11017, + "id": 12094, "properties": { "facing": "north", "half": "top", @@ -124218,7 +131571,7 @@ } }, { - "id": 11018, + "id": 12095, "properties": { "facing": "north", "half": "top", @@ -124227,7 +131580,7 @@ } }, { - "id": 11019, + "id": 12096, "properties": { "facing": "north", "half": "top", @@ -124236,7 +131589,7 @@ } }, { - "id": 11020, + "id": 12097, "properties": { "facing": "north", "half": "top", @@ -124245,7 +131598,7 @@ } }, { - "id": 11021, + "id": 12098, "properties": { "facing": "north", "half": "top", @@ -124254,7 +131607,7 @@ } }, { - "id": 11022, + "id": 12099, "properties": { "facing": "north", "half": "top", @@ -124263,7 +131616,7 @@ } }, { - "id": 11023, + "id": 12100, "properties": { "facing": "north", "half": "bottom", @@ -124273,7 +131626,7 @@ }, { "default": true, - "id": 11024, + "id": 12101, "properties": { "facing": "north", "half": "bottom", @@ -124282,7 +131635,7 @@ } }, { - "id": 11025, + "id": 12102, "properties": { "facing": "north", "half": "bottom", @@ -124291,7 +131644,7 @@ } }, { - "id": 11026, + "id": 12103, "properties": { "facing": "north", "half": "bottom", @@ -124300,7 +131653,7 @@ } }, { - "id": 11027, + "id": 12104, "properties": { "facing": "north", "half": "bottom", @@ -124309,7 +131662,7 @@ } }, { - "id": 11028, + "id": 12105, "properties": { "facing": "north", "half": "bottom", @@ -124318,7 +131671,7 @@ } }, { - "id": 11029, + "id": 12106, "properties": { "facing": "north", "half": "bottom", @@ -124327,7 +131680,7 @@ } }, { - "id": 11030, + "id": 12107, "properties": { "facing": "north", "half": "bottom", @@ -124336,7 +131689,7 @@ } }, { - "id": 11031, + "id": 12108, "properties": { "facing": "north", "half": "bottom", @@ -124345,7 +131698,7 @@ } }, { - "id": 11032, + "id": 12109, "properties": { "facing": "north", "half": "bottom", @@ -124354,7 +131707,7 @@ } }, { - "id": 11033, + "id": 12110, "properties": { "facing": "south", "half": "top", @@ -124363,7 +131716,7 @@ } }, { - "id": 11034, + "id": 12111, "properties": { "facing": "south", "half": "top", @@ -124372,7 +131725,7 @@ } }, { - "id": 11035, + "id": 12112, "properties": { "facing": "south", "half": "top", @@ -124381,7 +131734,7 @@ } }, { - "id": 11036, + "id": 12113, "properties": { "facing": "south", "half": "top", @@ -124390,7 +131743,7 @@ } }, { - "id": 11037, + "id": 12114, "properties": { "facing": "south", "half": "top", @@ -124399,7 +131752,7 @@ } }, { - "id": 11038, + "id": 12115, "properties": { "facing": "south", "half": "top", @@ -124408,7 +131761,7 @@ } }, { - "id": 11039, + "id": 12116, "properties": { "facing": "south", "half": "top", @@ -124417,7 +131770,7 @@ } }, { - "id": 11040, + "id": 12117, "properties": { "facing": "south", "half": "top", @@ -124426,7 +131779,7 @@ } }, { - "id": 11041, + "id": 12118, "properties": { "facing": "south", "half": "top", @@ -124435,7 +131788,7 @@ } }, { - "id": 11042, + "id": 12119, "properties": { "facing": "south", "half": "top", @@ -124444,7 +131797,7 @@ } }, { - "id": 11043, + "id": 12120, "properties": { "facing": "south", "half": "bottom", @@ -124453,7 +131806,7 @@ } }, { - "id": 11044, + "id": 12121, "properties": { "facing": "south", "half": "bottom", @@ -124462,7 +131815,7 @@ } }, { - "id": 11045, + "id": 12122, "properties": { "facing": "south", "half": "bottom", @@ -124471,7 +131824,7 @@ } }, { - "id": 11046, + "id": 12123, "properties": { "facing": "south", "half": "bottom", @@ -124480,7 +131833,7 @@ } }, { - "id": 11047, + "id": 12124, "properties": { "facing": "south", "half": "bottom", @@ -124489,7 +131842,7 @@ } }, { - "id": 11048, + "id": 12125, "properties": { "facing": "south", "half": "bottom", @@ -124498,7 +131851,7 @@ } }, { - "id": 11049, + "id": 12126, "properties": { "facing": "south", "half": "bottom", @@ -124507,7 +131860,7 @@ } }, { - "id": 11050, + "id": 12127, "properties": { "facing": "south", "half": "bottom", @@ -124516,7 +131869,7 @@ } }, { - "id": 11051, + "id": 12128, "properties": { "facing": "south", "half": "bottom", @@ -124525,7 +131878,7 @@ } }, { - "id": 11052, + "id": 12129, "properties": { "facing": "south", "half": "bottom", @@ -124534,7 +131887,7 @@ } }, { - "id": 11053, + "id": 12130, "properties": { "facing": "west", "half": "top", @@ -124543,7 +131896,7 @@ } }, { - "id": 11054, + "id": 12131, "properties": { "facing": "west", "half": "top", @@ -124552,7 +131905,7 @@ } }, { - "id": 11055, + "id": 12132, "properties": { "facing": "west", "half": "top", @@ -124561,7 +131914,7 @@ } }, { - "id": 11056, + "id": 12133, "properties": { "facing": "west", "half": "top", @@ -124570,7 +131923,7 @@ } }, { - "id": 11057, + "id": 12134, "properties": { "facing": "west", "half": "top", @@ -124579,7 +131932,7 @@ } }, { - "id": 11058, + "id": 12135, "properties": { "facing": "west", "half": "top", @@ -124588,7 +131941,7 @@ } }, { - "id": 11059, + "id": 12136, "properties": { "facing": "west", "half": "top", @@ -124597,7 +131950,7 @@ } }, { - "id": 11060, + "id": 12137, "properties": { "facing": "west", "half": "top", @@ -124606,7 +131959,7 @@ } }, { - "id": 11061, + "id": 12138, "properties": { "facing": "west", "half": "top", @@ -124615,7 +131968,7 @@ } }, { - "id": 11062, + "id": 12139, "properties": { "facing": "west", "half": "top", @@ -124624,7 +131977,7 @@ } }, { - "id": 11063, + "id": 12140, "properties": { "facing": "west", "half": "bottom", @@ -124633,7 +131986,7 @@ } }, { - "id": 11064, + "id": 12141, "properties": { "facing": "west", "half": "bottom", @@ -124642,7 +131995,7 @@ } }, { - "id": 11065, + "id": 12142, "properties": { "facing": "west", "half": "bottom", @@ -124651,7 +132004,7 @@ } }, { - "id": 11066, + "id": 12143, "properties": { "facing": "west", "half": "bottom", @@ -124660,7 +132013,7 @@ } }, { - "id": 11067, + "id": 12144, "properties": { "facing": "west", "half": "bottom", @@ -124669,7 +132022,7 @@ } }, { - "id": 11068, + "id": 12145, "properties": { "facing": "west", "half": "bottom", @@ -124678,7 +132031,7 @@ } }, { - "id": 11069, + "id": 12146, "properties": { "facing": "west", "half": "bottom", @@ -124687,7 +132040,7 @@ } }, { - "id": 11070, + "id": 12147, "properties": { "facing": "west", "half": "bottom", @@ -124696,7 +132049,7 @@ } }, { - "id": 11071, + "id": 12148, "properties": { "facing": "west", "half": "bottom", @@ -124705,7 +132058,7 @@ } }, { - "id": 11072, + "id": 12149, "properties": { "facing": "west", "half": "bottom", @@ -124714,7 +132067,7 @@ } }, { - "id": 11073, + "id": 12150, "properties": { "facing": "east", "half": "top", @@ -124723,7 +132076,7 @@ } }, { - "id": 11074, + "id": 12151, "properties": { "facing": "east", "half": "top", @@ -124732,7 +132085,7 @@ } }, { - "id": 11075, + "id": 12152, "properties": { "facing": "east", "half": "top", @@ -124741,7 +132094,7 @@ } }, { - "id": 11076, + "id": 12153, "properties": { "facing": "east", "half": "top", @@ -124750,7 +132103,7 @@ } }, { - "id": 11077, + "id": 12154, "properties": { "facing": "east", "half": "top", @@ -124759,7 +132112,7 @@ } }, { - "id": 11078, + "id": 12155, "properties": { "facing": "east", "half": "top", @@ -124768,7 +132121,7 @@ } }, { - "id": 11079, + "id": 12156, "properties": { "facing": "east", "half": "top", @@ -124777,7 +132130,7 @@ } }, { - "id": 11080, + "id": 12157, "properties": { "facing": "east", "half": "top", @@ -124786,7 +132139,7 @@ } }, { - "id": 11081, + "id": 12158, "properties": { "facing": "east", "half": "top", @@ -124795,7 +132148,7 @@ } }, { - "id": 11082, + "id": 12159, "properties": { "facing": "east", "half": "top", @@ -124804,7 +132157,7 @@ } }, { - "id": 11083, + "id": 12160, "properties": { "facing": "east", "half": "bottom", @@ -124813,7 +132166,7 @@ } }, { - "id": 11084, + "id": 12161, "properties": { "facing": "east", "half": "bottom", @@ -124822,7 +132175,7 @@ } }, { - "id": 11085, + "id": 12162, "properties": { "facing": "east", "half": "bottom", @@ -124831,7 +132184,7 @@ } }, { - "id": 11086, + "id": 12163, "properties": { "facing": "east", "half": "bottom", @@ -124840,7 +132193,7 @@ } }, { - "id": 11087, + "id": 12164, "properties": { "facing": "east", "half": "bottom", @@ -124849,7 +132202,7 @@ } }, { - "id": 11088, + "id": 12165, "properties": { "facing": "east", "half": "bottom", @@ -124858,7 +132211,7 @@ } }, { - "id": 11089, + "id": 12166, "properties": { "facing": "east", "half": "bottom", @@ -124867,7 +132220,7 @@ } }, { - "id": 11090, + "id": 12167, "properties": { "facing": "east", "half": "bottom", @@ -124876,7 +132229,7 @@ } }, { - "id": 11091, + "id": 12168, "properties": { "facing": "east", "half": "bottom", @@ -124885,7 +132238,7 @@ } }, { - "id": 11092, + "id": 12169, "properties": { "facing": "east", "half": "bottom", @@ -124927,7 +132280,7 @@ }, "states": [ { - "id": 6652, + "id": 7425, "properties": { "facing": "north", "half": "top", @@ -124937,7 +132290,7 @@ } }, { - "id": 6653, + "id": 7426, "properties": { "facing": "north", "half": "top", @@ -124947,7 +132300,7 @@ } }, { - "id": 6654, + "id": 7427, "properties": { "facing": "north", "half": "top", @@ -124957,7 +132310,7 @@ } }, { - "id": 6655, + "id": 7428, "properties": { "facing": "north", "half": "top", @@ -124967,7 +132320,7 @@ } }, { - "id": 6656, + "id": 7429, "properties": { "facing": "north", "half": "top", @@ -124977,7 +132330,7 @@ } }, { - "id": 6657, + "id": 7430, "properties": { "facing": "north", "half": "top", @@ -124987,7 +132340,7 @@ } }, { - "id": 6658, + "id": 7431, "properties": { "facing": "north", "half": "top", @@ -124997,7 +132350,7 @@ } }, { - "id": 6659, + "id": 7432, "properties": { "facing": "north", "half": "top", @@ -125007,7 +132360,7 @@ } }, { - "id": 6660, + "id": 7433, "properties": { "facing": "north", "half": "bottom", @@ -125017,7 +132370,7 @@ } }, { - "id": 6661, + "id": 7434, "properties": { "facing": "north", "half": "bottom", @@ -125027,7 +132380,7 @@ } }, { - "id": 6662, + "id": 7435, "properties": { "facing": "north", "half": "bottom", @@ -125037,7 +132390,7 @@ } }, { - "id": 6663, + "id": 7436, "properties": { "facing": "north", "half": "bottom", @@ -125047,7 +132400,7 @@ } }, { - "id": 6664, + "id": 7437, "properties": { "facing": "north", "half": "bottom", @@ -125057,7 +132410,7 @@ } }, { - "id": 6665, + "id": 7438, "properties": { "facing": "north", "half": "bottom", @@ -125067,7 +132420,7 @@ } }, { - "id": 6666, + "id": 7439, "properties": { "facing": "north", "half": "bottom", @@ -125078,7 +132431,7 @@ }, { "default": true, - "id": 6667, + "id": 7440, "properties": { "facing": "north", "half": "bottom", @@ -125088,7 +132441,7 @@ } }, { - "id": 6668, + "id": 7441, "properties": { "facing": "south", "half": "top", @@ -125098,7 +132451,7 @@ } }, { - "id": 6669, + "id": 7442, "properties": { "facing": "south", "half": "top", @@ -125108,7 +132461,7 @@ } }, { - "id": 6670, + "id": 7443, "properties": { "facing": "south", "half": "top", @@ -125118,7 +132471,7 @@ } }, { - "id": 6671, + "id": 7444, "properties": { "facing": "south", "half": "top", @@ -125128,7 +132481,7 @@ } }, { - "id": 6672, + "id": 7445, "properties": { "facing": "south", "half": "top", @@ -125138,7 +132491,7 @@ } }, { - "id": 6673, + "id": 7446, "properties": { "facing": "south", "half": "top", @@ -125148,7 +132501,7 @@ } }, { - "id": 6674, + "id": 7447, "properties": { "facing": "south", "half": "top", @@ -125158,7 +132511,7 @@ } }, { - "id": 6675, + "id": 7448, "properties": { "facing": "south", "half": "top", @@ -125168,7 +132521,7 @@ } }, { - "id": 6676, + "id": 7449, "properties": { "facing": "south", "half": "bottom", @@ -125178,7 +132531,7 @@ } }, { - "id": 6677, + "id": 7450, "properties": { "facing": "south", "half": "bottom", @@ -125188,7 +132541,7 @@ } }, { - "id": 6678, + "id": 7451, "properties": { "facing": "south", "half": "bottom", @@ -125198,7 +132551,7 @@ } }, { - "id": 6679, + "id": 7452, "properties": { "facing": "south", "half": "bottom", @@ -125208,7 +132561,7 @@ } }, { - "id": 6680, + "id": 7453, "properties": { "facing": "south", "half": "bottom", @@ -125218,7 +132571,7 @@ } }, { - "id": 6681, + "id": 7454, "properties": { "facing": "south", "half": "bottom", @@ -125228,7 +132581,7 @@ } }, { - "id": 6682, + "id": 7455, "properties": { "facing": "south", "half": "bottom", @@ -125238,7 +132591,7 @@ } }, { - "id": 6683, + "id": 7456, "properties": { "facing": "south", "half": "bottom", @@ -125248,7 +132601,7 @@ } }, { - "id": 6684, + "id": 7457, "properties": { "facing": "west", "half": "top", @@ -125258,7 +132611,7 @@ } }, { - "id": 6685, + "id": 7458, "properties": { "facing": "west", "half": "top", @@ -125268,7 +132621,7 @@ } }, { - "id": 6686, + "id": 7459, "properties": { "facing": "west", "half": "top", @@ -125278,7 +132631,7 @@ } }, { - "id": 6687, + "id": 7460, "properties": { "facing": "west", "half": "top", @@ -125288,7 +132641,7 @@ } }, { - "id": 6688, + "id": 7461, "properties": { "facing": "west", "half": "top", @@ -125298,7 +132651,7 @@ } }, { - "id": 6689, + "id": 7462, "properties": { "facing": "west", "half": "top", @@ -125308,7 +132661,7 @@ } }, { - "id": 6690, + "id": 7463, "properties": { "facing": "west", "half": "top", @@ -125318,7 +132671,7 @@ } }, { - "id": 6691, + "id": 7464, "properties": { "facing": "west", "half": "top", @@ -125328,7 +132681,7 @@ } }, { - "id": 6692, + "id": 7465, "properties": { "facing": "west", "half": "bottom", @@ -125338,7 +132691,7 @@ } }, { - "id": 6693, + "id": 7466, "properties": { "facing": "west", "half": "bottom", @@ -125348,7 +132701,7 @@ } }, { - "id": 6694, + "id": 7467, "properties": { "facing": "west", "half": "bottom", @@ -125358,7 +132711,7 @@ } }, { - "id": 6695, + "id": 7468, "properties": { "facing": "west", "half": "bottom", @@ -125368,7 +132721,7 @@ } }, { - "id": 6696, + "id": 7469, "properties": { "facing": "west", "half": "bottom", @@ -125378,7 +132731,7 @@ } }, { - "id": 6697, + "id": 7470, "properties": { "facing": "west", "half": "bottom", @@ -125388,7 +132741,7 @@ } }, { - "id": 6698, + "id": 7471, "properties": { "facing": "west", "half": "bottom", @@ -125398,7 +132751,7 @@ } }, { - "id": 6699, + "id": 7472, "properties": { "facing": "west", "half": "bottom", @@ -125408,7 +132761,7 @@ } }, { - "id": 6700, + "id": 7473, "properties": { "facing": "east", "half": "top", @@ -125418,7 +132771,7 @@ } }, { - "id": 6701, + "id": 7474, "properties": { "facing": "east", "half": "top", @@ -125428,7 +132781,7 @@ } }, { - "id": 6702, + "id": 7475, "properties": { "facing": "east", "half": "top", @@ -125438,7 +132791,7 @@ } }, { - "id": 6703, + "id": 7476, "properties": { "facing": "east", "half": "top", @@ -125448,7 +132801,7 @@ } }, { - "id": 6704, + "id": 7477, "properties": { "facing": "east", "half": "top", @@ -125458,7 +132811,7 @@ } }, { - "id": 6705, + "id": 7478, "properties": { "facing": "east", "half": "top", @@ -125468,7 +132821,7 @@ } }, { - "id": 6706, + "id": 7479, "properties": { "facing": "east", "half": "top", @@ -125478,7 +132831,7 @@ } }, { - "id": 6707, + "id": 7480, "properties": { "facing": "east", "half": "top", @@ -125488,7 +132841,7 @@ } }, { - "id": 6708, + "id": 7481, "properties": { "facing": "east", "half": "bottom", @@ -125498,7 +132851,7 @@ } }, { - "id": 6709, + "id": 7482, "properties": { "facing": "east", "half": "bottom", @@ -125508,7 +132861,7 @@ } }, { - "id": 6710, + "id": 7483, "properties": { "facing": "east", "half": "bottom", @@ -125518,7 +132871,7 @@ } }, { - "id": 6711, + "id": 7484, "properties": { "facing": "east", "half": "bottom", @@ -125528,7 +132881,7 @@ } }, { - "id": 6712, + "id": 7485, "properties": { "facing": "east", "half": "bottom", @@ -125538,7 +132891,7 @@ } }, { - "id": 6713, + "id": 7486, "properties": { "facing": "east", "half": "bottom", @@ -125548,7 +132901,7 @@ } }, { - "id": 6714, + "id": 7487, "properties": { "facing": "east", "half": "bottom", @@ -125558,7 +132911,7 @@ } }, { - "id": 6715, + "id": 7488, "properties": { "facing": "east", "half": "bottom", @@ -125589,7 +132942,7 @@ }, "states": [ { - "id": 5770, + "id": 6538, "properties": { "facing": "north", "waterlogged": "true" @@ -125597,49 +132950,49 @@ }, { "default": true, - "id": 5771, + "id": 6539, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5772, + "id": 6540, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5773, + "id": 6541, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5774, + "id": 6542, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5775, + "id": 6543, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5776, + "id": 6544, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5777, + "id": 6545, "properties": { "facing": "east", "waterlogged": "false" @@ -125667,7 +133020,7 @@ }, "states": [ { - "id": 4922, + "id": 5690, "properties": { "facing": "north", "waterlogged": "true" @@ -125675,49 +133028,49 @@ }, { "default": true, - "id": 4923, + "id": 5691, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4924, + "id": 5692, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4925, + "id": 5693, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4926, + "id": 5694, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4927, + "id": 5695, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4928, + "id": 5696, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4929, + "id": 5697, "properties": { "facing": "east", "waterlogged": "false" @@ -125782,63 +133135,63 @@ }, "states": [ { - "id": 22085, + "id": 23226, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 22086, + "id": 23227, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 22087, + "id": 23228, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 22088, + "id": 23229, "properties": { "facing": "east", "waterlogged": "false" } }, { - "id": 22089, + "id": 23230, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 22090, + "id": 23231, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 22091, + "id": 23232, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 22092, + "id": 23233, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 22093, + "id": 23234, "properties": { "facing": "up", "waterlogged": "true" @@ -125846,21 +133199,21 @@ }, { "default": true, - "id": 22094, + "id": 23235, "properties": { "facing": "up", "waterlogged": "false" } }, { - "id": 22095, + "id": 23236, "properties": { "facing": "down", "waterlogged": "true" } }, { - "id": 22096, + "id": 23237, "properties": { "facing": "down", "waterlogged": "false" @@ -125876,7 +133229,7 @@ "states": [ { "default": true, - "id": 7055 + "id": 8132 } ] }, @@ -125903,49 +133256,49 @@ "states": [ { "default": true, - "id": 7072, + "id": 8149, "properties": { "age": "0" } }, { - "id": 7073, + "id": 8150, "properties": { "age": "1" } }, { - "id": 7074, + "id": 8151, "properties": { "age": "2" } }, { - "id": 7075, + "id": 8152, "properties": { "age": "3" } }, { - "id": 7076, + "id": 8153, "properties": { "age": "4" } }, { - "id": 7077, + "id": 8154, "properties": { "age": "5" } }, { - "id": 7078, + "id": 8155, "properties": { "age": "6" } }, { - "id": 7079, + "id": 8156, "properties": { "age": "7" } @@ -125961,7 +133314,7 @@ "states": [ { "default": true, - "id": 25903 + "id": 27660 } ] }, @@ -125973,7 +133326,7 @@ "states": [ { "default": true, - "id": 25854 + "id": 27611 } ] }, @@ -125985,7 +133338,7 @@ "states": [ { "default": true, - "id": 2399 + "id": 3167 } ] }, @@ -126007,21 +133360,21 @@ }, "states": [ { - "id": 15129, + "id": 16238, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15130, + "id": 16239, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15131, + "id": 16240, "properties": { "type": "bottom", "waterlogged": "true" @@ -126029,21 +133382,21 @@ }, { "default": true, - "id": 15132, + "id": 16241, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15133, + "id": 16242, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15134, + "id": 16243, "properties": { "type": "double", "waterlogged": "false" @@ -126084,7 +133437,7 @@ }, "states": [ { - "id": 14305, + "id": 15414, "properties": { "facing": "north", "half": "top", @@ -126093,7 +133446,7 @@ } }, { - "id": 14306, + "id": 15415, "properties": { "facing": "north", "half": "top", @@ -126102,7 +133455,7 @@ } }, { - "id": 14307, + "id": 15416, "properties": { "facing": "north", "half": "top", @@ -126111,7 +133464,7 @@ } }, { - "id": 14308, + "id": 15417, "properties": { "facing": "north", "half": "top", @@ -126120,7 +133473,7 @@ } }, { - "id": 14309, + "id": 15418, "properties": { "facing": "north", "half": "top", @@ -126129,7 +133482,7 @@ } }, { - "id": 14310, + "id": 15419, "properties": { "facing": "north", "half": "top", @@ -126138,7 +133491,7 @@ } }, { - "id": 14311, + "id": 15420, "properties": { "facing": "north", "half": "top", @@ -126147,7 +133500,7 @@ } }, { - "id": 14312, + "id": 15421, "properties": { "facing": "north", "half": "top", @@ -126156,7 +133509,7 @@ } }, { - "id": 14313, + "id": 15422, "properties": { "facing": "north", "half": "top", @@ -126165,7 +133518,7 @@ } }, { - "id": 14314, + "id": 15423, "properties": { "facing": "north", "half": "top", @@ -126174,7 +133527,7 @@ } }, { - "id": 14315, + "id": 15424, "properties": { "facing": "north", "half": "bottom", @@ -126184,7 +133537,7 @@ }, { "default": true, - "id": 14316, + "id": 15425, "properties": { "facing": "north", "half": "bottom", @@ -126193,7 +133546,7 @@ } }, { - "id": 14317, + "id": 15426, "properties": { "facing": "north", "half": "bottom", @@ -126202,7 +133555,7 @@ } }, { - "id": 14318, + "id": 15427, "properties": { "facing": "north", "half": "bottom", @@ -126211,7 +133564,7 @@ } }, { - "id": 14319, + "id": 15428, "properties": { "facing": "north", "half": "bottom", @@ -126220,7 +133573,7 @@ } }, { - "id": 14320, + "id": 15429, "properties": { "facing": "north", "half": "bottom", @@ -126229,7 +133582,7 @@ } }, { - "id": 14321, + "id": 15430, "properties": { "facing": "north", "half": "bottom", @@ -126238,7 +133591,7 @@ } }, { - "id": 14322, + "id": 15431, "properties": { "facing": "north", "half": "bottom", @@ -126247,7 +133600,7 @@ } }, { - "id": 14323, + "id": 15432, "properties": { "facing": "north", "half": "bottom", @@ -126256,7 +133609,7 @@ } }, { - "id": 14324, + "id": 15433, "properties": { "facing": "north", "half": "bottom", @@ -126265,7 +133618,7 @@ } }, { - "id": 14325, + "id": 15434, "properties": { "facing": "south", "half": "top", @@ -126274,7 +133627,7 @@ } }, { - "id": 14326, + "id": 15435, "properties": { "facing": "south", "half": "top", @@ -126283,7 +133636,7 @@ } }, { - "id": 14327, + "id": 15436, "properties": { "facing": "south", "half": "top", @@ -126292,7 +133645,7 @@ } }, { - "id": 14328, + "id": 15437, "properties": { "facing": "south", "half": "top", @@ -126301,7 +133654,7 @@ } }, { - "id": 14329, + "id": 15438, "properties": { "facing": "south", "half": "top", @@ -126310,7 +133663,7 @@ } }, { - "id": 14330, + "id": 15439, "properties": { "facing": "south", "half": "top", @@ -126319,7 +133672,7 @@ } }, { - "id": 14331, + "id": 15440, "properties": { "facing": "south", "half": "top", @@ -126328,7 +133681,7 @@ } }, { - "id": 14332, + "id": 15441, "properties": { "facing": "south", "half": "top", @@ -126337,7 +133690,7 @@ } }, { - "id": 14333, + "id": 15442, "properties": { "facing": "south", "half": "top", @@ -126346,7 +133699,7 @@ } }, { - "id": 14334, + "id": 15443, "properties": { "facing": "south", "half": "top", @@ -126355,7 +133708,7 @@ } }, { - "id": 14335, + "id": 15444, "properties": { "facing": "south", "half": "bottom", @@ -126364,7 +133717,7 @@ } }, { - "id": 14336, + "id": 15445, "properties": { "facing": "south", "half": "bottom", @@ -126373,7 +133726,7 @@ } }, { - "id": 14337, + "id": 15446, "properties": { "facing": "south", "half": "bottom", @@ -126382,7 +133735,7 @@ } }, { - "id": 14338, + "id": 15447, "properties": { "facing": "south", "half": "bottom", @@ -126391,7 +133744,7 @@ } }, { - "id": 14339, + "id": 15448, "properties": { "facing": "south", "half": "bottom", @@ -126400,7 +133753,7 @@ } }, { - "id": 14340, + "id": 15449, "properties": { "facing": "south", "half": "bottom", @@ -126409,7 +133762,7 @@ } }, { - "id": 14341, + "id": 15450, "properties": { "facing": "south", "half": "bottom", @@ -126418,7 +133771,7 @@ } }, { - "id": 14342, + "id": 15451, "properties": { "facing": "south", "half": "bottom", @@ -126427,7 +133780,7 @@ } }, { - "id": 14343, + "id": 15452, "properties": { "facing": "south", "half": "bottom", @@ -126436,7 +133789,7 @@ } }, { - "id": 14344, + "id": 15453, "properties": { "facing": "south", "half": "bottom", @@ -126445,7 +133798,7 @@ } }, { - "id": 14345, + "id": 15454, "properties": { "facing": "west", "half": "top", @@ -126454,7 +133807,7 @@ } }, { - "id": 14346, + "id": 15455, "properties": { "facing": "west", "half": "top", @@ -126463,7 +133816,7 @@ } }, { - "id": 14347, + "id": 15456, "properties": { "facing": "west", "half": "top", @@ -126472,7 +133825,7 @@ } }, { - "id": 14348, + "id": 15457, "properties": { "facing": "west", "half": "top", @@ -126481,7 +133834,7 @@ } }, { - "id": 14349, + "id": 15458, "properties": { "facing": "west", "half": "top", @@ -126490,7 +133843,7 @@ } }, { - "id": 14350, + "id": 15459, "properties": { "facing": "west", "half": "top", @@ -126499,7 +133852,7 @@ } }, { - "id": 14351, + "id": 15460, "properties": { "facing": "west", "half": "top", @@ -126508,7 +133861,7 @@ } }, { - "id": 14352, + "id": 15461, "properties": { "facing": "west", "half": "top", @@ -126517,7 +133870,7 @@ } }, { - "id": 14353, + "id": 15462, "properties": { "facing": "west", "half": "top", @@ -126526,7 +133879,7 @@ } }, { - "id": 14354, + "id": 15463, "properties": { "facing": "west", "half": "top", @@ -126535,7 +133888,7 @@ } }, { - "id": 14355, + "id": 15464, "properties": { "facing": "west", "half": "bottom", @@ -126544,7 +133897,7 @@ } }, { - "id": 14356, + "id": 15465, "properties": { "facing": "west", "half": "bottom", @@ -126553,7 +133906,7 @@ } }, { - "id": 14357, + "id": 15466, "properties": { "facing": "west", "half": "bottom", @@ -126562,7 +133915,7 @@ } }, { - "id": 14358, + "id": 15467, "properties": { "facing": "west", "half": "bottom", @@ -126571,7 +133924,7 @@ } }, { - "id": 14359, + "id": 15468, "properties": { "facing": "west", "half": "bottom", @@ -126580,7 +133933,7 @@ } }, { - "id": 14360, + "id": 15469, "properties": { "facing": "west", "half": "bottom", @@ -126589,7 +133942,7 @@ } }, { - "id": 14361, + "id": 15470, "properties": { "facing": "west", "half": "bottom", @@ -126598,7 +133951,7 @@ } }, { - "id": 14362, + "id": 15471, "properties": { "facing": "west", "half": "bottom", @@ -126607,7 +133960,7 @@ } }, { - "id": 14363, + "id": 15472, "properties": { "facing": "west", "half": "bottom", @@ -126616,7 +133969,7 @@ } }, { - "id": 14364, + "id": 15473, "properties": { "facing": "west", "half": "bottom", @@ -126625,7 +133978,7 @@ } }, { - "id": 14365, + "id": 15474, "properties": { "facing": "east", "half": "top", @@ -126634,7 +133987,7 @@ } }, { - "id": 14366, + "id": 15475, "properties": { "facing": "east", "half": "top", @@ -126643,7 +133996,7 @@ } }, { - "id": 14367, + "id": 15476, "properties": { "facing": "east", "half": "top", @@ -126652,7 +134005,7 @@ } }, { - "id": 14368, + "id": 15477, "properties": { "facing": "east", "half": "top", @@ -126661,7 +134014,7 @@ } }, { - "id": 14369, + "id": 15478, "properties": { "facing": "east", "half": "top", @@ -126670,7 +134023,7 @@ } }, { - "id": 14370, + "id": 15479, "properties": { "facing": "east", "half": "top", @@ -126679,7 +134032,7 @@ } }, { - "id": 14371, + "id": 15480, "properties": { "facing": "east", "half": "top", @@ -126688,7 +134041,7 @@ } }, { - "id": 14372, + "id": 15481, "properties": { "facing": "east", "half": "top", @@ -126697,7 +134050,7 @@ } }, { - "id": 14373, + "id": 15482, "properties": { "facing": "east", "half": "top", @@ -126706,7 +134059,7 @@ } }, { - "id": 14374, + "id": 15483, "properties": { "facing": "east", "half": "top", @@ -126715,7 +134068,7 @@ } }, { - "id": 14375, + "id": 15484, "properties": { "facing": "east", "half": "bottom", @@ -126724,7 +134077,7 @@ } }, { - "id": 14376, + "id": 15485, "properties": { "facing": "east", "half": "bottom", @@ -126733,7 +134086,7 @@ } }, { - "id": 14377, + "id": 15486, "properties": { "facing": "east", "half": "bottom", @@ -126742,7 +134095,7 @@ } }, { - "id": 14378, + "id": 15487, "properties": { "facing": "east", "half": "bottom", @@ -126751,7 +134104,7 @@ } }, { - "id": 14379, + "id": 15488, "properties": { "facing": "east", "half": "bottom", @@ -126760,7 +134113,7 @@ } }, { - "id": 14380, + "id": 15489, "properties": { "facing": "east", "half": "bottom", @@ -126769,7 +134122,7 @@ } }, { - "id": 14381, + "id": 15490, "properties": { "facing": "east", "half": "bottom", @@ -126778,7 +134131,7 @@ } }, { - "id": 14382, + "id": 15491, "properties": { "facing": "east", "half": "bottom", @@ -126787,7 +134140,7 @@ } }, { - "id": 14383, + "id": 15492, "properties": { "facing": "east", "half": "bottom", @@ -126796,7 +134149,7 @@ } }, { - "id": 14384, + "id": 15493, "properties": { "facing": "east", "half": "bottom", @@ -126843,7 +134196,7 @@ }, "states": [ { - "id": 9027, + "id": 10104, "properties": { "east": "none", "north": "none", @@ -126854,7 +134207,7 @@ } }, { - "id": 9028, + "id": 10105, "properties": { "east": "none", "north": "none", @@ -126865,7 +134218,7 @@ } }, { - "id": 9029, + "id": 10106, "properties": { "east": "none", "north": "none", @@ -126877,7 +134230,7 @@ }, { "default": true, - "id": 9030, + "id": 10107, "properties": { "east": "none", "north": "none", @@ -126888,7 +134241,7 @@ } }, { - "id": 9031, + "id": 10108, "properties": { "east": "none", "north": "none", @@ -126899,7 +134252,7 @@ } }, { - "id": 9032, + "id": 10109, "properties": { "east": "none", "north": "none", @@ -126910,7 +134263,7 @@ } }, { - "id": 9033, + "id": 10110, "properties": { "east": "none", "north": "none", @@ -126921,7 +134274,7 @@ } }, { - "id": 9034, + "id": 10111, "properties": { "east": "none", "north": "none", @@ -126932,7 +134285,7 @@ } }, { - "id": 9035, + "id": 10112, "properties": { "east": "none", "north": "none", @@ -126943,7 +134296,7 @@ } }, { - "id": 9036, + "id": 10113, "properties": { "east": "none", "north": "none", @@ -126954,7 +134307,7 @@ } }, { - "id": 9037, + "id": 10114, "properties": { "east": "none", "north": "none", @@ -126965,7 +134318,7 @@ } }, { - "id": 9038, + "id": 10115, "properties": { "east": "none", "north": "none", @@ -126976,7 +134329,7 @@ } }, { - "id": 9039, + "id": 10116, "properties": { "east": "none", "north": "none", @@ -126987,7 +134340,7 @@ } }, { - "id": 9040, + "id": 10117, "properties": { "east": "none", "north": "none", @@ -126998,7 +134351,7 @@ } }, { - "id": 9041, + "id": 10118, "properties": { "east": "none", "north": "none", @@ -127009,7 +134362,7 @@ } }, { - "id": 9042, + "id": 10119, "properties": { "east": "none", "north": "none", @@ -127020,7 +134373,7 @@ } }, { - "id": 9043, + "id": 10120, "properties": { "east": "none", "north": "none", @@ -127031,7 +134384,7 @@ } }, { - "id": 9044, + "id": 10121, "properties": { "east": "none", "north": "none", @@ -127042,7 +134395,7 @@ } }, { - "id": 9045, + "id": 10122, "properties": { "east": "none", "north": "none", @@ -127053,7 +134406,7 @@ } }, { - "id": 9046, + "id": 10123, "properties": { "east": "none", "north": "none", @@ -127064,7 +134417,7 @@ } }, { - "id": 9047, + "id": 10124, "properties": { "east": "none", "north": "none", @@ -127075,7 +134428,7 @@ } }, { - "id": 9048, + "id": 10125, "properties": { "east": "none", "north": "none", @@ -127086,7 +134439,7 @@ } }, { - "id": 9049, + "id": 10126, "properties": { "east": "none", "north": "none", @@ -127097,7 +134450,7 @@ } }, { - "id": 9050, + "id": 10127, "properties": { "east": "none", "north": "none", @@ -127108,7 +134461,7 @@ } }, { - "id": 9051, + "id": 10128, "properties": { "east": "none", "north": "none", @@ -127119,7 +134472,7 @@ } }, { - "id": 9052, + "id": 10129, "properties": { "east": "none", "north": "none", @@ -127130,7 +134483,7 @@ } }, { - "id": 9053, + "id": 10130, "properties": { "east": "none", "north": "none", @@ -127141,7 +134494,7 @@ } }, { - "id": 9054, + "id": 10131, "properties": { "east": "none", "north": "none", @@ -127152,7 +134505,7 @@ } }, { - "id": 9055, + "id": 10132, "properties": { "east": "none", "north": "none", @@ -127163,7 +134516,7 @@ } }, { - "id": 9056, + "id": 10133, "properties": { "east": "none", "north": "none", @@ -127174,7 +134527,7 @@ } }, { - "id": 9057, + "id": 10134, "properties": { "east": "none", "north": "none", @@ -127185,7 +134538,7 @@ } }, { - "id": 9058, + "id": 10135, "properties": { "east": "none", "north": "none", @@ -127196,7 +134549,7 @@ } }, { - "id": 9059, + "id": 10136, "properties": { "east": "none", "north": "none", @@ -127207,7 +134560,7 @@ } }, { - "id": 9060, + "id": 10137, "properties": { "east": "none", "north": "none", @@ -127218,7 +134571,7 @@ } }, { - "id": 9061, + "id": 10138, "properties": { "east": "none", "north": "none", @@ -127229,7 +134582,7 @@ } }, { - "id": 9062, + "id": 10139, "properties": { "east": "none", "north": "none", @@ -127240,7 +134593,7 @@ } }, { - "id": 9063, + "id": 10140, "properties": { "east": "none", "north": "low", @@ -127251,7 +134604,7 @@ } }, { - "id": 9064, + "id": 10141, "properties": { "east": "none", "north": "low", @@ -127262,7 +134615,7 @@ } }, { - "id": 9065, + "id": 10142, "properties": { "east": "none", "north": "low", @@ -127273,7 +134626,7 @@ } }, { - "id": 9066, + "id": 10143, "properties": { "east": "none", "north": "low", @@ -127284,7 +134637,7 @@ } }, { - "id": 9067, + "id": 10144, "properties": { "east": "none", "north": "low", @@ -127295,7 +134648,7 @@ } }, { - "id": 9068, + "id": 10145, "properties": { "east": "none", "north": "low", @@ -127306,7 +134659,7 @@ } }, { - "id": 9069, + "id": 10146, "properties": { "east": "none", "north": "low", @@ -127317,7 +134670,7 @@ } }, { - "id": 9070, + "id": 10147, "properties": { "east": "none", "north": "low", @@ -127328,7 +134681,7 @@ } }, { - "id": 9071, + "id": 10148, "properties": { "east": "none", "north": "low", @@ -127339,7 +134692,7 @@ } }, { - "id": 9072, + "id": 10149, "properties": { "east": "none", "north": "low", @@ -127350,7 +134703,7 @@ } }, { - "id": 9073, + "id": 10150, "properties": { "east": "none", "north": "low", @@ -127361,7 +134714,7 @@ } }, { - "id": 9074, + "id": 10151, "properties": { "east": "none", "north": "low", @@ -127372,7 +134725,7 @@ } }, { - "id": 9075, + "id": 10152, "properties": { "east": "none", "north": "low", @@ -127383,7 +134736,7 @@ } }, { - "id": 9076, + "id": 10153, "properties": { "east": "none", "north": "low", @@ -127394,7 +134747,7 @@ } }, { - "id": 9077, + "id": 10154, "properties": { "east": "none", "north": "low", @@ -127405,7 +134758,7 @@ } }, { - "id": 9078, + "id": 10155, "properties": { "east": "none", "north": "low", @@ -127416,7 +134769,7 @@ } }, { - "id": 9079, + "id": 10156, "properties": { "east": "none", "north": "low", @@ -127427,7 +134780,7 @@ } }, { - "id": 9080, + "id": 10157, "properties": { "east": "none", "north": "low", @@ -127438,7 +134791,7 @@ } }, { - "id": 9081, + "id": 10158, "properties": { "east": "none", "north": "low", @@ -127449,7 +134802,7 @@ } }, { - "id": 9082, + "id": 10159, "properties": { "east": "none", "north": "low", @@ -127460,7 +134813,7 @@ } }, { - "id": 9083, + "id": 10160, "properties": { "east": "none", "north": "low", @@ -127471,7 +134824,7 @@ } }, { - "id": 9084, + "id": 10161, "properties": { "east": "none", "north": "low", @@ -127482,7 +134835,7 @@ } }, { - "id": 9085, + "id": 10162, "properties": { "east": "none", "north": "low", @@ -127493,7 +134846,7 @@ } }, { - "id": 9086, + "id": 10163, "properties": { "east": "none", "north": "low", @@ -127504,7 +134857,7 @@ } }, { - "id": 9087, + "id": 10164, "properties": { "east": "none", "north": "low", @@ -127515,7 +134868,7 @@ } }, { - "id": 9088, + "id": 10165, "properties": { "east": "none", "north": "low", @@ -127526,7 +134879,7 @@ } }, { - "id": 9089, + "id": 10166, "properties": { "east": "none", "north": "low", @@ -127537,7 +134890,7 @@ } }, { - "id": 9090, + "id": 10167, "properties": { "east": "none", "north": "low", @@ -127548,7 +134901,7 @@ } }, { - "id": 9091, + "id": 10168, "properties": { "east": "none", "north": "low", @@ -127559,7 +134912,7 @@ } }, { - "id": 9092, + "id": 10169, "properties": { "east": "none", "north": "low", @@ -127570,7 +134923,7 @@ } }, { - "id": 9093, + "id": 10170, "properties": { "east": "none", "north": "low", @@ -127581,7 +134934,7 @@ } }, { - "id": 9094, + "id": 10171, "properties": { "east": "none", "north": "low", @@ -127592,7 +134945,7 @@ } }, { - "id": 9095, + "id": 10172, "properties": { "east": "none", "north": "low", @@ -127603,7 +134956,7 @@ } }, { - "id": 9096, + "id": 10173, "properties": { "east": "none", "north": "low", @@ -127614,7 +134967,7 @@ } }, { - "id": 9097, + "id": 10174, "properties": { "east": "none", "north": "low", @@ -127625,7 +134978,7 @@ } }, { - "id": 9098, + "id": 10175, "properties": { "east": "none", "north": "low", @@ -127636,7 +134989,7 @@ } }, { - "id": 9099, + "id": 10176, "properties": { "east": "none", "north": "tall", @@ -127647,7 +135000,7 @@ } }, { - "id": 9100, + "id": 10177, "properties": { "east": "none", "north": "tall", @@ -127658,7 +135011,7 @@ } }, { - "id": 9101, + "id": 10178, "properties": { "east": "none", "north": "tall", @@ -127669,7 +135022,7 @@ } }, { - "id": 9102, + "id": 10179, "properties": { "east": "none", "north": "tall", @@ -127680,7 +135033,7 @@ } }, { - "id": 9103, + "id": 10180, "properties": { "east": "none", "north": "tall", @@ -127691,7 +135044,7 @@ } }, { - "id": 9104, + "id": 10181, "properties": { "east": "none", "north": "tall", @@ -127702,7 +135055,7 @@ } }, { - "id": 9105, + "id": 10182, "properties": { "east": "none", "north": "tall", @@ -127713,7 +135066,7 @@ } }, { - "id": 9106, + "id": 10183, "properties": { "east": "none", "north": "tall", @@ -127724,7 +135077,7 @@ } }, { - "id": 9107, + "id": 10184, "properties": { "east": "none", "north": "tall", @@ -127735,7 +135088,7 @@ } }, { - "id": 9108, + "id": 10185, "properties": { "east": "none", "north": "tall", @@ -127746,7 +135099,7 @@ } }, { - "id": 9109, + "id": 10186, "properties": { "east": "none", "north": "tall", @@ -127757,7 +135110,7 @@ } }, { - "id": 9110, + "id": 10187, "properties": { "east": "none", "north": "tall", @@ -127768,7 +135121,7 @@ } }, { - "id": 9111, + "id": 10188, "properties": { "east": "none", "north": "tall", @@ -127779,7 +135132,7 @@ } }, { - "id": 9112, + "id": 10189, "properties": { "east": "none", "north": "tall", @@ -127790,7 +135143,7 @@ } }, { - "id": 9113, + "id": 10190, "properties": { "east": "none", "north": "tall", @@ -127801,7 +135154,7 @@ } }, { - "id": 9114, + "id": 10191, "properties": { "east": "none", "north": "tall", @@ -127812,7 +135165,7 @@ } }, { - "id": 9115, + "id": 10192, "properties": { "east": "none", "north": "tall", @@ -127823,7 +135176,7 @@ } }, { - "id": 9116, + "id": 10193, "properties": { "east": "none", "north": "tall", @@ -127834,7 +135187,7 @@ } }, { - "id": 9117, + "id": 10194, "properties": { "east": "none", "north": "tall", @@ -127845,7 +135198,7 @@ } }, { - "id": 9118, + "id": 10195, "properties": { "east": "none", "north": "tall", @@ -127856,7 +135209,7 @@ } }, { - "id": 9119, + "id": 10196, "properties": { "east": "none", "north": "tall", @@ -127867,7 +135220,7 @@ } }, { - "id": 9120, + "id": 10197, "properties": { "east": "none", "north": "tall", @@ -127878,7 +135231,7 @@ } }, { - "id": 9121, + "id": 10198, "properties": { "east": "none", "north": "tall", @@ -127889,7 +135242,7 @@ } }, { - "id": 9122, + "id": 10199, "properties": { "east": "none", "north": "tall", @@ -127900,7 +135253,7 @@ } }, { - "id": 9123, + "id": 10200, "properties": { "east": "none", "north": "tall", @@ -127911,7 +135264,7 @@ } }, { - "id": 9124, + "id": 10201, "properties": { "east": "none", "north": "tall", @@ -127922,7 +135275,7 @@ } }, { - "id": 9125, + "id": 10202, "properties": { "east": "none", "north": "tall", @@ -127933,7 +135286,7 @@ } }, { - "id": 9126, + "id": 10203, "properties": { "east": "none", "north": "tall", @@ -127944,7 +135297,7 @@ } }, { - "id": 9127, + "id": 10204, "properties": { "east": "none", "north": "tall", @@ -127955,7 +135308,7 @@ } }, { - "id": 9128, + "id": 10205, "properties": { "east": "none", "north": "tall", @@ -127966,7 +135319,7 @@ } }, { - "id": 9129, + "id": 10206, "properties": { "east": "none", "north": "tall", @@ -127977,7 +135330,7 @@ } }, { - "id": 9130, + "id": 10207, "properties": { "east": "none", "north": "tall", @@ -127988,7 +135341,7 @@ } }, { - "id": 9131, + "id": 10208, "properties": { "east": "none", "north": "tall", @@ -127999,7 +135352,7 @@ } }, { - "id": 9132, + "id": 10209, "properties": { "east": "none", "north": "tall", @@ -128010,7 +135363,7 @@ } }, { - "id": 9133, + "id": 10210, "properties": { "east": "none", "north": "tall", @@ -128021,7 +135374,7 @@ } }, { - "id": 9134, + "id": 10211, "properties": { "east": "none", "north": "tall", @@ -128032,7 +135385,7 @@ } }, { - "id": 9135, + "id": 10212, "properties": { "east": "low", "north": "none", @@ -128043,7 +135396,7 @@ } }, { - "id": 9136, + "id": 10213, "properties": { "east": "low", "north": "none", @@ -128054,7 +135407,7 @@ } }, { - "id": 9137, + "id": 10214, "properties": { "east": "low", "north": "none", @@ -128065,7 +135418,7 @@ } }, { - "id": 9138, + "id": 10215, "properties": { "east": "low", "north": "none", @@ -128076,7 +135429,7 @@ } }, { - "id": 9139, + "id": 10216, "properties": { "east": "low", "north": "none", @@ -128087,7 +135440,7 @@ } }, { - "id": 9140, + "id": 10217, "properties": { "east": "low", "north": "none", @@ -128098,7 +135451,7 @@ } }, { - "id": 9141, + "id": 10218, "properties": { "east": "low", "north": "none", @@ -128109,7 +135462,7 @@ } }, { - "id": 9142, + "id": 10219, "properties": { "east": "low", "north": "none", @@ -128120,7 +135473,7 @@ } }, { - "id": 9143, + "id": 10220, "properties": { "east": "low", "north": "none", @@ -128131,7 +135484,7 @@ } }, { - "id": 9144, + "id": 10221, "properties": { "east": "low", "north": "none", @@ -128142,7 +135495,7 @@ } }, { - "id": 9145, + "id": 10222, "properties": { "east": "low", "north": "none", @@ -128153,7 +135506,7 @@ } }, { - "id": 9146, + "id": 10223, "properties": { "east": "low", "north": "none", @@ -128164,7 +135517,7 @@ } }, { - "id": 9147, + "id": 10224, "properties": { "east": "low", "north": "none", @@ -128175,7 +135528,7 @@ } }, { - "id": 9148, + "id": 10225, "properties": { "east": "low", "north": "none", @@ -128186,7 +135539,7 @@ } }, { - "id": 9149, + "id": 10226, "properties": { "east": "low", "north": "none", @@ -128197,7 +135550,7 @@ } }, { - "id": 9150, + "id": 10227, "properties": { "east": "low", "north": "none", @@ -128208,7 +135561,7 @@ } }, { - "id": 9151, + "id": 10228, "properties": { "east": "low", "north": "none", @@ -128219,7 +135572,7 @@ } }, { - "id": 9152, + "id": 10229, "properties": { "east": "low", "north": "none", @@ -128230,7 +135583,7 @@ } }, { - "id": 9153, + "id": 10230, "properties": { "east": "low", "north": "none", @@ -128241,7 +135594,7 @@ } }, { - "id": 9154, + "id": 10231, "properties": { "east": "low", "north": "none", @@ -128252,7 +135605,7 @@ } }, { - "id": 9155, + "id": 10232, "properties": { "east": "low", "north": "none", @@ -128263,7 +135616,7 @@ } }, { - "id": 9156, + "id": 10233, "properties": { "east": "low", "north": "none", @@ -128274,7 +135627,7 @@ } }, { - "id": 9157, + "id": 10234, "properties": { "east": "low", "north": "none", @@ -128285,7 +135638,7 @@ } }, { - "id": 9158, + "id": 10235, "properties": { "east": "low", "north": "none", @@ -128296,7 +135649,7 @@ } }, { - "id": 9159, + "id": 10236, "properties": { "east": "low", "north": "none", @@ -128307,7 +135660,7 @@ } }, { - "id": 9160, + "id": 10237, "properties": { "east": "low", "north": "none", @@ -128318,7 +135671,7 @@ } }, { - "id": 9161, + "id": 10238, "properties": { "east": "low", "north": "none", @@ -128329,7 +135682,7 @@ } }, { - "id": 9162, + "id": 10239, "properties": { "east": "low", "north": "none", @@ -128340,7 +135693,7 @@ } }, { - "id": 9163, + "id": 10240, "properties": { "east": "low", "north": "none", @@ -128351,7 +135704,7 @@ } }, { - "id": 9164, + "id": 10241, "properties": { "east": "low", "north": "none", @@ -128362,7 +135715,7 @@ } }, { - "id": 9165, + "id": 10242, "properties": { "east": "low", "north": "none", @@ -128373,7 +135726,7 @@ } }, { - "id": 9166, + "id": 10243, "properties": { "east": "low", "north": "none", @@ -128384,7 +135737,7 @@ } }, { - "id": 9167, + "id": 10244, "properties": { "east": "low", "north": "none", @@ -128395,7 +135748,7 @@ } }, { - "id": 9168, + "id": 10245, "properties": { "east": "low", "north": "none", @@ -128406,7 +135759,7 @@ } }, { - "id": 9169, + "id": 10246, "properties": { "east": "low", "north": "none", @@ -128417,7 +135770,7 @@ } }, { - "id": 9170, + "id": 10247, "properties": { "east": "low", "north": "none", @@ -128428,7 +135781,7 @@ } }, { - "id": 9171, + "id": 10248, "properties": { "east": "low", "north": "low", @@ -128439,7 +135792,7 @@ } }, { - "id": 9172, + "id": 10249, "properties": { "east": "low", "north": "low", @@ -128450,7 +135803,7 @@ } }, { - "id": 9173, + "id": 10250, "properties": { "east": "low", "north": "low", @@ -128461,7 +135814,7 @@ } }, { - "id": 9174, + "id": 10251, "properties": { "east": "low", "north": "low", @@ -128472,7 +135825,7 @@ } }, { - "id": 9175, + "id": 10252, "properties": { "east": "low", "north": "low", @@ -128483,7 +135836,7 @@ } }, { - "id": 9176, + "id": 10253, "properties": { "east": "low", "north": "low", @@ -128494,7 +135847,7 @@ } }, { - "id": 9177, + "id": 10254, "properties": { "east": "low", "north": "low", @@ -128505,7 +135858,7 @@ } }, { - "id": 9178, + "id": 10255, "properties": { "east": "low", "north": "low", @@ -128516,7 +135869,7 @@ } }, { - "id": 9179, + "id": 10256, "properties": { "east": "low", "north": "low", @@ -128527,7 +135880,7 @@ } }, { - "id": 9180, + "id": 10257, "properties": { "east": "low", "north": "low", @@ -128538,7 +135891,7 @@ } }, { - "id": 9181, + "id": 10258, "properties": { "east": "low", "north": "low", @@ -128549,7 +135902,7 @@ } }, { - "id": 9182, + "id": 10259, "properties": { "east": "low", "north": "low", @@ -128560,7 +135913,7 @@ } }, { - "id": 9183, + "id": 10260, "properties": { "east": "low", "north": "low", @@ -128571,7 +135924,7 @@ } }, { - "id": 9184, + "id": 10261, "properties": { "east": "low", "north": "low", @@ -128582,7 +135935,7 @@ } }, { - "id": 9185, + "id": 10262, "properties": { "east": "low", "north": "low", @@ -128593,7 +135946,7 @@ } }, { - "id": 9186, + "id": 10263, "properties": { "east": "low", "north": "low", @@ -128604,7 +135957,7 @@ } }, { - "id": 9187, + "id": 10264, "properties": { "east": "low", "north": "low", @@ -128615,7 +135968,7 @@ } }, { - "id": 9188, + "id": 10265, "properties": { "east": "low", "north": "low", @@ -128626,7 +135979,7 @@ } }, { - "id": 9189, + "id": 10266, "properties": { "east": "low", "north": "low", @@ -128637,7 +135990,7 @@ } }, { - "id": 9190, + "id": 10267, "properties": { "east": "low", "north": "low", @@ -128648,7 +136001,7 @@ } }, { - "id": 9191, + "id": 10268, "properties": { "east": "low", "north": "low", @@ -128659,7 +136012,7 @@ } }, { - "id": 9192, + "id": 10269, "properties": { "east": "low", "north": "low", @@ -128670,7 +136023,7 @@ } }, { - "id": 9193, + "id": 10270, "properties": { "east": "low", "north": "low", @@ -128681,7 +136034,7 @@ } }, { - "id": 9194, + "id": 10271, "properties": { "east": "low", "north": "low", @@ -128692,7 +136045,7 @@ } }, { - "id": 9195, + "id": 10272, "properties": { "east": "low", "north": "low", @@ -128703,7 +136056,7 @@ } }, { - "id": 9196, + "id": 10273, "properties": { "east": "low", "north": "low", @@ -128714,7 +136067,7 @@ } }, { - "id": 9197, + "id": 10274, "properties": { "east": "low", "north": "low", @@ -128725,7 +136078,7 @@ } }, { - "id": 9198, + "id": 10275, "properties": { "east": "low", "north": "low", @@ -128736,7 +136089,7 @@ } }, { - "id": 9199, + "id": 10276, "properties": { "east": "low", "north": "low", @@ -128747,7 +136100,7 @@ } }, { - "id": 9200, + "id": 10277, "properties": { "east": "low", "north": "low", @@ -128758,7 +136111,7 @@ } }, { - "id": 9201, + "id": 10278, "properties": { "east": "low", "north": "low", @@ -128769,7 +136122,7 @@ } }, { - "id": 9202, + "id": 10279, "properties": { "east": "low", "north": "low", @@ -128780,7 +136133,7 @@ } }, { - "id": 9203, + "id": 10280, "properties": { "east": "low", "north": "low", @@ -128791,7 +136144,7 @@ } }, { - "id": 9204, + "id": 10281, "properties": { "east": "low", "north": "low", @@ -128802,7 +136155,7 @@ } }, { - "id": 9205, + "id": 10282, "properties": { "east": "low", "north": "low", @@ -128813,7 +136166,7 @@ } }, { - "id": 9206, + "id": 10283, "properties": { "east": "low", "north": "low", @@ -128824,7 +136177,7 @@ } }, { - "id": 9207, + "id": 10284, "properties": { "east": "low", "north": "tall", @@ -128835,7 +136188,7 @@ } }, { - "id": 9208, + "id": 10285, "properties": { "east": "low", "north": "tall", @@ -128846,7 +136199,7 @@ } }, { - "id": 9209, + "id": 10286, "properties": { "east": "low", "north": "tall", @@ -128857,7 +136210,7 @@ } }, { - "id": 9210, + "id": 10287, "properties": { "east": "low", "north": "tall", @@ -128868,7 +136221,7 @@ } }, { - "id": 9211, + "id": 10288, "properties": { "east": "low", "north": "tall", @@ -128879,7 +136232,7 @@ } }, { - "id": 9212, + "id": 10289, "properties": { "east": "low", "north": "tall", @@ -128890,7 +136243,7 @@ } }, { - "id": 9213, + "id": 10290, "properties": { "east": "low", "north": "tall", @@ -128901,7 +136254,7 @@ } }, { - "id": 9214, + "id": 10291, "properties": { "east": "low", "north": "tall", @@ -128912,7 +136265,7 @@ } }, { - "id": 9215, + "id": 10292, "properties": { "east": "low", "north": "tall", @@ -128923,7 +136276,7 @@ } }, { - "id": 9216, + "id": 10293, "properties": { "east": "low", "north": "tall", @@ -128934,7 +136287,7 @@ } }, { - "id": 9217, + "id": 10294, "properties": { "east": "low", "north": "tall", @@ -128945,7 +136298,7 @@ } }, { - "id": 9218, + "id": 10295, "properties": { "east": "low", "north": "tall", @@ -128956,7 +136309,7 @@ } }, { - "id": 9219, + "id": 10296, "properties": { "east": "low", "north": "tall", @@ -128967,7 +136320,7 @@ } }, { - "id": 9220, + "id": 10297, "properties": { "east": "low", "north": "tall", @@ -128978,7 +136331,7 @@ } }, { - "id": 9221, + "id": 10298, "properties": { "east": "low", "north": "tall", @@ -128989,7 +136342,7 @@ } }, { - "id": 9222, + "id": 10299, "properties": { "east": "low", "north": "tall", @@ -129000,7 +136353,7 @@ } }, { - "id": 9223, + "id": 10300, "properties": { "east": "low", "north": "tall", @@ -129011,7 +136364,7 @@ } }, { - "id": 9224, + "id": 10301, "properties": { "east": "low", "north": "tall", @@ -129022,7 +136375,7 @@ } }, { - "id": 9225, + "id": 10302, "properties": { "east": "low", "north": "tall", @@ -129033,7 +136386,7 @@ } }, { - "id": 9226, + "id": 10303, "properties": { "east": "low", "north": "tall", @@ -129044,7 +136397,7 @@ } }, { - "id": 9227, + "id": 10304, "properties": { "east": "low", "north": "tall", @@ -129055,7 +136408,7 @@ } }, { - "id": 9228, + "id": 10305, "properties": { "east": "low", "north": "tall", @@ -129066,7 +136419,7 @@ } }, { - "id": 9229, + "id": 10306, "properties": { "east": "low", "north": "tall", @@ -129077,7 +136430,7 @@ } }, { - "id": 9230, + "id": 10307, "properties": { "east": "low", "north": "tall", @@ -129088,7 +136441,7 @@ } }, { - "id": 9231, + "id": 10308, "properties": { "east": "low", "north": "tall", @@ -129099,7 +136452,7 @@ } }, { - "id": 9232, + "id": 10309, "properties": { "east": "low", "north": "tall", @@ -129110,7 +136463,7 @@ } }, { - "id": 9233, + "id": 10310, "properties": { "east": "low", "north": "tall", @@ -129121,7 +136474,7 @@ } }, { - "id": 9234, + "id": 10311, "properties": { "east": "low", "north": "tall", @@ -129132,7 +136485,7 @@ } }, { - "id": 9235, + "id": 10312, "properties": { "east": "low", "north": "tall", @@ -129143,7 +136496,7 @@ } }, { - "id": 9236, + "id": 10313, "properties": { "east": "low", "north": "tall", @@ -129154,7 +136507,7 @@ } }, { - "id": 9237, + "id": 10314, "properties": { "east": "low", "north": "tall", @@ -129165,7 +136518,7 @@ } }, { - "id": 9238, + "id": 10315, "properties": { "east": "low", "north": "tall", @@ -129176,7 +136529,7 @@ } }, { - "id": 9239, + "id": 10316, "properties": { "east": "low", "north": "tall", @@ -129187,7 +136540,7 @@ } }, { - "id": 9240, + "id": 10317, "properties": { "east": "low", "north": "tall", @@ -129198,7 +136551,7 @@ } }, { - "id": 9241, + "id": 10318, "properties": { "east": "low", "north": "tall", @@ -129209,7 +136562,7 @@ } }, { - "id": 9242, + "id": 10319, "properties": { "east": "low", "north": "tall", @@ -129220,7 +136573,7 @@ } }, { - "id": 9243, + "id": 10320, "properties": { "east": "tall", "north": "none", @@ -129231,7 +136584,7 @@ } }, { - "id": 9244, + "id": 10321, "properties": { "east": "tall", "north": "none", @@ -129242,7 +136595,7 @@ } }, { - "id": 9245, + "id": 10322, "properties": { "east": "tall", "north": "none", @@ -129253,7 +136606,7 @@ } }, { - "id": 9246, + "id": 10323, "properties": { "east": "tall", "north": "none", @@ -129264,7 +136617,7 @@ } }, { - "id": 9247, + "id": 10324, "properties": { "east": "tall", "north": "none", @@ -129275,7 +136628,7 @@ } }, { - "id": 9248, + "id": 10325, "properties": { "east": "tall", "north": "none", @@ -129286,7 +136639,7 @@ } }, { - "id": 9249, + "id": 10326, "properties": { "east": "tall", "north": "none", @@ -129297,7 +136650,7 @@ } }, { - "id": 9250, + "id": 10327, "properties": { "east": "tall", "north": "none", @@ -129308,7 +136661,7 @@ } }, { - "id": 9251, + "id": 10328, "properties": { "east": "tall", "north": "none", @@ -129319,7 +136672,7 @@ } }, { - "id": 9252, + "id": 10329, "properties": { "east": "tall", "north": "none", @@ -129330,7 +136683,7 @@ } }, { - "id": 9253, + "id": 10330, "properties": { "east": "tall", "north": "none", @@ -129341,7 +136694,7 @@ } }, { - "id": 9254, + "id": 10331, "properties": { "east": "tall", "north": "none", @@ -129352,7 +136705,7 @@ } }, { - "id": 9255, + "id": 10332, "properties": { "east": "tall", "north": "none", @@ -129363,7 +136716,7 @@ } }, { - "id": 9256, + "id": 10333, "properties": { "east": "tall", "north": "none", @@ -129374,7 +136727,7 @@ } }, { - "id": 9257, + "id": 10334, "properties": { "east": "tall", "north": "none", @@ -129385,7 +136738,7 @@ } }, { - "id": 9258, + "id": 10335, "properties": { "east": "tall", "north": "none", @@ -129396,7 +136749,7 @@ } }, { - "id": 9259, + "id": 10336, "properties": { "east": "tall", "north": "none", @@ -129407,7 +136760,7 @@ } }, { - "id": 9260, + "id": 10337, "properties": { "east": "tall", "north": "none", @@ -129418,7 +136771,7 @@ } }, { - "id": 9261, + "id": 10338, "properties": { "east": "tall", "north": "none", @@ -129429,7 +136782,7 @@ } }, { - "id": 9262, + "id": 10339, "properties": { "east": "tall", "north": "none", @@ -129440,7 +136793,7 @@ } }, { - "id": 9263, + "id": 10340, "properties": { "east": "tall", "north": "none", @@ -129451,7 +136804,7 @@ } }, { - "id": 9264, + "id": 10341, "properties": { "east": "tall", "north": "none", @@ -129462,7 +136815,7 @@ } }, { - "id": 9265, + "id": 10342, "properties": { "east": "tall", "north": "none", @@ -129473,7 +136826,7 @@ } }, { - "id": 9266, + "id": 10343, "properties": { "east": "tall", "north": "none", @@ -129484,7 +136837,7 @@ } }, { - "id": 9267, + "id": 10344, "properties": { "east": "tall", "north": "none", @@ -129495,7 +136848,7 @@ } }, { - "id": 9268, + "id": 10345, "properties": { "east": "tall", "north": "none", @@ -129506,7 +136859,7 @@ } }, { - "id": 9269, + "id": 10346, "properties": { "east": "tall", "north": "none", @@ -129517,7 +136870,7 @@ } }, { - "id": 9270, + "id": 10347, "properties": { "east": "tall", "north": "none", @@ -129528,7 +136881,7 @@ } }, { - "id": 9271, + "id": 10348, "properties": { "east": "tall", "north": "none", @@ -129539,7 +136892,7 @@ } }, { - "id": 9272, + "id": 10349, "properties": { "east": "tall", "north": "none", @@ -129550,7 +136903,7 @@ } }, { - "id": 9273, + "id": 10350, "properties": { "east": "tall", "north": "none", @@ -129561,7 +136914,7 @@ } }, { - "id": 9274, + "id": 10351, "properties": { "east": "tall", "north": "none", @@ -129572,7 +136925,7 @@ } }, { - "id": 9275, + "id": 10352, "properties": { "east": "tall", "north": "none", @@ -129583,7 +136936,7 @@ } }, { - "id": 9276, + "id": 10353, "properties": { "east": "tall", "north": "none", @@ -129594,7 +136947,7 @@ } }, { - "id": 9277, + "id": 10354, "properties": { "east": "tall", "north": "none", @@ -129605,7 +136958,7 @@ } }, { - "id": 9278, + "id": 10355, "properties": { "east": "tall", "north": "none", @@ -129616,7 +136969,7 @@ } }, { - "id": 9279, + "id": 10356, "properties": { "east": "tall", "north": "low", @@ -129627,7 +136980,7 @@ } }, { - "id": 9280, + "id": 10357, "properties": { "east": "tall", "north": "low", @@ -129638,7 +136991,7 @@ } }, { - "id": 9281, + "id": 10358, "properties": { "east": "tall", "north": "low", @@ -129649,7 +137002,7 @@ } }, { - "id": 9282, + "id": 10359, "properties": { "east": "tall", "north": "low", @@ -129660,7 +137013,7 @@ } }, { - "id": 9283, + "id": 10360, "properties": { "east": "tall", "north": "low", @@ -129671,7 +137024,7 @@ } }, { - "id": 9284, + "id": 10361, "properties": { "east": "tall", "north": "low", @@ -129682,7 +137035,7 @@ } }, { - "id": 9285, + "id": 10362, "properties": { "east": "tall", "north": "low", @@ -129693,7 +137046,7 @@ } }, { - "id": 9286, + "id": 10363, "properties": { "east": "tall", "north": "low", @@ -129704,7 +137057,7 @@ } }, { - "id": 9287, + "id": 10364, "properties": { "east": "tall", "north": "low", @@ -129715,7 +137068,7 @@ } }, { - "id": 9288, + "id": 10365, "properties": { "east": "tall", "north": "low", @@ -129726,7 +137079,7 @@ } }, { - "id": 9289, + "id": 10366, "properties": { "east": "tall", "north": "low", @@ -129737,7 +137090,7 @@ } }, { - "id": 9290, + "id": 10367, "properties": { "east": "tall", "north": "low", @@ -129748,7 +137101,7 @@ } }, { - "id": 9291, + "id": 10368, "properties": { "east": "tall", "north": "low", @@ -129759,7 +137112,7 @@ } }, { - "id": 9292, + "id": 10369, "properties": { "east": "tall", "north": "low", @@ -129770,7 +137123,7 @@ } }, { - "id": 9293, + "id": 10370, "properties": { "east": "tall", "north": "low", @@ -129781,7 +137134,7 @@ } }, { - "id": 9294, + "id": 10371, "properties": { "east": "tall", "north": "low", @@ -129792,7 +137145,7 @@ } }, { - "id": 9295, + "id": 10372, "properties": { "east": "tall", "north": "low", @@ -129803,7 +137156,7 @@ } }, { - "id": 9296, + "id": 10373, "properties": { "east": "tall", "north": "low", @@ -129814,7 +137167,7 @@ } }, { - "id": 9297, + "id": 10374, "properties": { "east": "tall", "north": "low", @@ -129825,7 +137178,7 @@ } }, { - "id": 9298, + "id": 10375, "properties": { "east": "tall", "north": "low", @@ -129836,7 +137189,7 @@ } }, { - "id": 9299, + "id": 10376, "properties": { "east": "tall", "north": "low", @@ -129847,7 +137200,7 @@ } }, { - "id": 9300, + "id": 10377, "properties": { "east": "tall", "north": "low", @@ -129858,7 +137211,7 @@ } }, { - "id": 9301, + "id": 10378, "properties": { "east": "tall", "north": "low", @@ -129869,7 +137222,7 @@ } }, { - "id": 9302, + "id": 10379, "properties": { "east": "tall", "north": "low", @@ -129880,7 +137233,7 @@ } }, { - "id": 9303, + "id": 10380, "properties": { "east": "tall", "north": "low", @@ -129891,7 +137244,7 @@ } }, { - "id": 9304, + "id": 10381, "properties": { "east": "tall", "north": "low", @@ -129902,7 +137255,7 @@ } }, { - "id": 9305, + "id": 10382, "properties": { "east": "tall", "north": "low", @@ -129913,7 +137266,7 @@ } }, { - "id": 9306, + "id": 10383, "properties": { "east": "tall", "north": "low", @@ -129924,7 +137277,7 @@ } }, { - "id": 9307, + "id": 10384, "properties": { "east": "tall", "north": "low", @@ -129935,7 +137288,7 @@ } }, { - "id": 9308, + "id": 10385, "properties": { "east": "tall", "north": "low", @@ -129946,7 +137299,7 @@ } }, { - "id": 9309, + "id": 10386, "properties": { "east": "tall", "north": "low", @@ -129957,7 +137310,7 @@ } }, { - "id": 9310, + "id": 10387, "properties": { "east": "tall", "north": "low", @@ -129968,7 +137321,7 @@ } }, { - "id": 9311, + "id": 10388, "properties": { "east": "tall", "north": "low", @@ -129979,7 +137332,7 @@ } }, { - "id": 9312, + "id": 10389, "properties": { "east": "tall", "north": "low", @@ -129990,7 +137343,7 @@ } }, { - "id": 9313, + "id": 10390, "properties": { "east": "tall", "north": "low", @@ -130001,7 +137354,7 @@ } }, { - "id": 9314, + "id": 10391, "properties": { "east": "tall", "north": "low", @@ -130012,7 +137365,7 @@ } }, { - "id": 9315, + "id": 10392, "properties": { "east": "tall", "north": "tall", @@ -130023,7 +137376,7 @@ } }, { - "id": 9316, + "id": 10393, "properties": { "east": "tall", "north": "tall", @@ -130034,7 +137387,7 @@ } }, { - "id": 9317, + "id": 10394, "properties": { "east": "tall", "north": "tall", @@ -130045,7 +137398,7 @@ } }, { - "id": 9318, + "id": 10395, "properties": { "east": "tall", "north": "tall", @@ -130056,7 +137409,7 @@ } }, { - "id": 9319, + "id": 10396, "properties": { "east": "tall", "north": "tall", @@ -130067,7 +137420,7 @@ } }, { - "id": 9320, + "id": 10397, "properties": { "east": "tall", "north": "tall", @@ -130078,7 +137431,7 @@ } }, { - "id": 9321, + "id": 10398, "properties": { "east": "tall", "north": "tall", @@ -130089,7 +137442,7 @@ } }, { - "id": 9322, + "id": 10399, "properties": { "east": "tall", "north": "tall", @@ -130100,7 +137453,7 @@ } }, { - "id": 9323, + "id": 10400, "properties": { "east": "tall", "north": "tall", @@ -130111,7 +137464,7 @@ } }, { - "id": 9324, + "id": 10401, "properties": { "east": "tall", "north": "tall", @@ -130122,7 +137475,7 @@ } }, { - "id": 9325, + "id": 10402, "properties": { "east": "tall", "north": "tall", @@ -130133,7 +137486,7 @@ } }, { - "id": 9326, + "id": 10403, "properties": { "east": "tall", "north": "tall", @@ -130144,7 +137497,7 @@ } }, { - "id": 9327, + "id": 10404, "properties": { "east": "tall", "north": "tall", @@ -130155,7 +137508,7 @@ } }, { - "id": 9328, + "id": 10405, "properties": { "east": "tall", "north": "tall", @@ -130166,7 +137519,7 @@ } }, { - "id": 9329, + "id": 10406, "properties": { "east": "tall", "north": "tall", @@ -130177,7 +137530,7 @@ } }, { - "id": 9330, + "id": 10407, "properties": { "east": "tall", "north": "tall", @@ -130188,7 +137541,7 @@ } }, { - "id": 9331, + "id": 10408, "properties": { "east": "tall", "north": "tall", @@ -130199,7 +137552,7 @@ } }, { - "id": 9332, + "id": 10409, "properties": { "east": "tall", "north": "tall", @@ -130210,7 +137563,7 @@ } }, { - "id": 9333, + "id": 10410, "properties": { "east": "tall", "north": "tall", @@ -130221,7 +137574,7 @@ } }, { - "id": 9334, + "id": 10411, "properties": { "east": "tall", "north": "tall", @@ -130232,7 +137585,7 @@ } }, { - "id": 9335, + "id": 10412, "properties": { "east": "tall", "north": "tall", @@ -130243,7 +137596,7 @@ } }, { - "id": 9336, + "id": 10413, "properties": { "east": "tall", "north": "tall", @@ -130254,7 +137607,7 @@ } }, { - "id": 9337, + "id": 10414, "properties": { "east": "tall", "north": "tall", @@ -130265,7 +137618,7 @@ } }, { - "id": 9338, + "id": 10415, "properties": { "east": "tall", "north": "tall", @@ -130276,7 +137629,7 @@ } }, { - "id": 9339, + "id": 10416, "properties": { "east": "tall", "north": "tall", @@ -130287,7 +137640,7 @@ } }, { - "id": 9340, + "id": 10417, "properties": { "east": "tall", "north": "tall", @@ -130298,7 +137651,7 @@ } }, { - "id": 9341, + "id": 10418, "properties": { "east": "tall", "north": "tall", @@ -130309,7 +137662,7 @@ } }, { - "id": 9342, + "id": 10419, "properties": { "east": "tall", "north": "tall", @@ -130320,7 +137673,7 @@ } }, { - "id": 9343, + "id": 10420, "properties": { "east": "tall", "north": "tall", @@ -130331,7 +137684,7 @@ } }, { - "id": 9344, + "id": 10421, "properties": { "east": "tall", "north": "tall", @@ -130342,7 +137695,7 @@ } }, { - "id": 9345, + "id": 10422, "properties": { "east": "tall", "north": "tall", @@ -130353,7 +137706,7 @@ } }, { - "id": 9346, + "id": 10423, "properties": { "east": "tall", "north": "tall", @@ -130364,7 +137717,7 @@ } }, { - "id": 9347, + "id": 10424, "properties": { "east": "tall", "north": "tall", @@ -130375,7 +137728,7 @@ } }, { - "id": 9348, + "id": 10425, "properties": { "east": "tall", "north": "tall", @@ -130386,7 +137739,7 @@ } }, { - "id": 9349, + "id": 10426, "properties": { "east": "tall", "north": "tall", @@ -130397,7 +137750,7 @@ } }, { - "id": 9350, + "id": 10427, "properties": { "east": "tall", "north": "tall", @@ -130427,21 +137780,21 @@ }, "states": [ { - "id": 15117, + "id": 16226, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15118, + "id": 16227, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15119, + "id": 16228, "properties": { "type": "bottom", "waterlogged": "true" @@ -130449,21 +137802,21 @@ }, { "default": true, - "id": 15120, + "id": 16229, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15121, + "id": 16230, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15122, + "id": 16231, "properties": { "type": "double", "waterlogged": "false" @@ -130504,7 +137857,7 @@ }, "states": [ { - "id": 14145, + "id": 15254, "properties": { "facing": "north", "half": "top", @@ -130513,7 +137866,7 @@ } }, { - "id": 14146, + "id": 15255, "properties": { "facing": "north", "half": "top", @@ -130522,7 +137875,7 @@ } }, { - "id": 14147, + "id": 15256, "properties": { "facing": "north", "half": "top", @@ -130531,7 +137884,7 @@ } }, { - "id": 14148, + "id": 15257, "properties": { "facing": "north", "half": "top", @@ -130540,7 +137893,7 @@ } }, { - "id": 14149, + "id": 15258, "properties": { "facing": "north", "half": "top", @@ -130549,7 +137902,7 @@ } }, { - "id": 14150, + "id": 15259, "properties": { "facing": "north", "half": "top", @@ -130558,7 +137911,7 @@ } }, { - "id": 14151, + "id": 15260, "properties": { "facing": "north", "half": "top", @@ -130567,7 +137920,7 @@ } }, { - "id": 14152, + "id": 15261, "properties": { "facing": "north", "half": "top", @@ -130576,7 +137929,7 @@ } }, { - "id": 14153, + "id": 15262, "properties": { "facing": "north", "half": "top", @@ -130585,7 +137938,7 @@ } }, { - "id": 14154, + "id": 15263, "properties": { "facing": "north", "half": "top", @@ -130594,7 +137947,7 @@ } }, { - "id": 14155, + "id": 15264, "properties": { "facing": "north", "half": "bottom", @@ -130604,7 +137957,7 @@ }, { "default": true, - "id": 14156, + "id": 15265, "properties": { "facing": "north", "half": "bottom", @@ -130613,7 +137966,7 @@ } }, { - "id": 14157, + "id": 15266, "properties": { "facing": "north", "half": "bottom", @@ -130622,7 +137975,7 @@ } }, { - "id": 14158, + "id": 15267, "properties": { "facing": "north", "half": "bottom", @@ -130631,7 +137984,7 @@ } }, { - "id": 14159, + "id": 15268, "properties": { "facing": "north", "half": "bottom", @@ -130640,7 +137993,7 @@ } }, { - "id": 14160, + "id": 15269, "properties": { "facing": "north", "half": "bottom", @@ -130649,7 +138002,7 @@ } }, { - "id": 14161, + "id": 15270, "properties": { "facing": "north", "half": "bottom", @@ -130658,7 +138011,7 @@ } }, { - "id": 14162, + "id": 15271, "properties": { "facing": "north", "half": "bottom", @@ -130667,7 +138020,7 @@ } }, { - "id": 14163, + "id": 15272, "properties": { "facing": "north", "half": "bottom", @@ -130676,7 +138029,7 @@ } }, { - "id": 14164, + "id": 15273, "properties": { "facing": "north", "half": "bottom", @@ -130685,7 +138038,7 @@ } }, { - "id": 14165, + "id": 15274, "properties": { "facing": "south", "half": "top", @@ -130694,7 +138047,7 @@ } }, { - "id": 14166, + "id": 15275, "properties": { "facing": "south", "half": "top", @@ -130703,7 +138056,7 @@ } }, { - "id": 14167, + "id": 15276, "properties": { "facing": "south", "half": "top", @@ -130712,7 +138065,7 @@ } }, { - "id": 14168, + "id": 15277, "properties": { "facing": "south", "half": "top", @@ -130721,7 +138074,7 @@ } }, { - "id": 14169, + "id": 15278, "properties": { "facing": "south", "half": "top", @@ -130730,7 +138083,7 @@ } }, { - "id": 14170, + "id": 15279, "properties": { "facing": "south", "half": "top", @@ -130739,7 +138092,7 @@ } }, { - "id": 14171, + "id": 15280, "properties": { "facing": "south", "half": "top", @@ -130748,7 +138101,7 @@ } }, { - "id": 14172, + "id": 15281, "properties": { "facing": "south", "half": "top", @@ -130757,7 +138110,7 @@ } }, { - "id": 14173, + "id": 15282, "properties": { "facing": "south", "half": "top", @@ -130766,7 +138119,7 @@ } }, { - "id": 14174, + "id": 15283, "properties": { "facing": "south", "half": "top", @@ -130775,7 +138128,7 @@ } }, { - "id": 14175, + "id": 15284, "properties": { "facing": "south", "half": "bottom", @@ -130784,7 +138137,7 @@ } }, { - "id": 14176, + "id": 15285, "properties": { "facing": "south", "half": "bottom", @@ -130793,7 +138146,7 @@ } }, { - "id": 14177, + "id": 15286, "properties": { "facing": "south", "half": "bottom", @@ -130802,7 +138155,7 @@ } }, { - "id": 14178, + "id": 15287, "properties": { "facing": "south", "half": "bottom", @@ -130811,7 +138164,7 @@ } }, { - "id": 14179, + "id": 15288, "properties": { "facing": "south", "half": "bottom", @@ -130820,7 +138173,7 @@ } }, { - "id": 14180, + "id": 15289, "properties": { "facing": "south", "half": "bottom", @@ -130829,7 +138182,7 @@ } }, { - "id": 14181, + "id": 15290, "properties": { "facing": "south", "half": "bottom", @@ -130838,7 +138191,7 @@ } }, { - "id": 14182, + "id": 15291, "properties": { "facing": "south", "half": "bottom", @@ -130847,7 +138200,7 @@ } }, { - "id": 14183, + "id": 15292, "properties": { "facing": "south", "half": "bottom", @@ -130856,7 +138209,7 @@ } }, { - "id": 14184, + "id": 15293, "properties": { "facing": "south", "half": "bottom", @@ -130865,7 +138218,7 @@ } }, { - "id": 14185, + "id": 15294, "properties": { "facing": "west", "half": "top", @@ -130874,7 +138227,7 @@ } }, { - "id": 14186, + "id": 15295, "properties": { "facing": "west", "half": "top", @@ -130883,7 +138236,7 @@ } }, { - "id": 14187, + "id": 15296, "properties": { "facing": "west", "half": "top", @@ -130892,7 +138245,7 @@ } }, { - "id": 14188, + "id": 15297, "properties": { "facing": "west", "half": "top", @@ -130901,7 +138254,7 @@ } }, { - "id": 14189, + "id": 15298, "properties": { "facing": "west", "half": "top", @@ -130910,7 +138263,7 @@ } }, { - "id": 14190, + "id": 15299, "properties": { "facing": "west", "half": "top", @@ -130919,7 +138272,7 @@ } }, { - "id": 14191, + "id": 15300, "properties": { "facing": "west", "half": "top", @@ -130928,7 +138281,7 @@ } }, { - "id": 14192, + "id": 15301, "properties": { "facing": "west", "half": "top", @@ -130937,7 +138290,7 @@ } }, { - "id": 14193, + "id": 15302, "properties": { "facing": "west", "half": "top", @@ -130946,7 +138299,7 @@ } }, { - "id": 14194, + "id": 15303, "properties": { "facing": "west", "half": "top", @@ -130955,7 +138308,7 @@ } }, { - "id": 14195, + "id": 15304, "properties": { "facing": "west", "half": "bottom", @@ -130964,7 +138317,7 @@ } }, { - "id": 14196, + "id": 15305, "properties": { "facing": "west", "half": "bottom", @@ -130973,7 +138326,7 @@ } }, { - "id": 14197, + "id": 15306, "properties": { "facing": "west", "half": "bottom", @@ -130982,7 +138335,7 @@ } }, { - "id": 14198, + "id": 15307, "properties": { "facing": "west", "half": "bottom", @@ -130991,7 +138344,7 @@ } }, { - "id": 14199, + "id": 15308, "properties": { "facing": "west", "half": "bottom", @@ -131000,7 +138353,7 @@ } }, { - "id": 14200, + "id": 15309, "properties": { "facing": "west", "half": "bottom", @@ -131009,7 +138362,7 @@ } }, { - "id": 14201, + "id": 15310, "properties": { "facing": "west", "half": "bottom", @@ -131018,7 +138371,7 @@ } }, { - "id": 14202, + "id": 15311, "properties": { "facing": "west", "half": "bottom", @@ -131027,7 +138380,7 @@ } }, { - "id": 14203, + "id": 15312, "properties": { "facing": "west", "half": "bottom", @@ -131036,7 +138389,7 @@ } }, { - "id": 14204, + "id": 15313, "properties": { "facing": "west", "half": "bottom", @@ -131045,7 +138398,7 @@ } }, { - "id": 14205, + "id": 15314, "properties": { "facing": "east", "half": "top", @@ -131054,7 +138407,7 @@ } }, { - "id": 14206, + "id": 15315, "properties": { "facing": "east", "half": "top", @@ -131063,7 +138416,7 @@ } }, { - "id": 14207, + "id": 15316, "properties": { "facing": "east", "half": "top", @@ -131072,7 +138425,7 @@ } }, { - "id": 14208, + "id": 15317, "properties": { "facing": "east", "half": "top", @@ -131081,7 +138434,7 @@ } }, { - "id": 14209, + "id": 15318, "properties": { "facing": "east", "half": "top", @@ -131090,7 +138443,7 @@ } }, { - "id": 14210, + "id": 15319, "properties": { "facing": "east", "half": "top", @@ -131099,7 +138452,7 @@ } }, { - "id": 14211, + "id": 15320, "properties": { "facing": "east", "half": "top", @@ -131108,7 +138461,7 @@ } }, { - "id": 14212, + "id": 15321, "properties": { "facing": "east", "half": "top", @@ -131117,7 +138470,7 @@ } }, { - "id": 14213, + "id": 15322, "properties": { "facing": "east", "half": "top", @@ -131126,7 +138479,7 @@ } }, { - "id": 14214, + "id": 15323, "properties": { "facing": "east", "half": "top", @@ -131135,7 +138488,7 @@ } }, { - "id": 14215, + "id": 15324, "properties": { "facing": "east", "half": "bottom", @@ -131144,7 +138497,7 @@ } }, { - "id": 14216, + "id": 15325, "properties": { "facing": "east", "half": "bottom", @@ -131153,7 +138506,7 @@ } }, { - "id": 14217, + "id": 15326, "properties": { "facing": "east", "half": "bottom", @@ -131162,7 +138515,7 @@ } }, { - "id": 14218, + "id": 15327, "properties": { "facing": "east", "half": "bottom", @@ -131171,7 +138524,7 @@ } }, { - "id": 14219, + "id": 15328, "properties": { "facing": "east", "half": "bottom", @@ -131180,7 +138533,7 @@ } }, { - "id": 14220, + "id": 15329, "properties": { "facing": "east", "half": "bottom", @@ -131189,7 +138542,7 @@ } }, { - "id": 14221, + "id": 15330, "properties": { "facing": "east", "half": "bottom", @@ -131198,7 +138551,7 @@ } }, { - "id": 14222, + "id": 15331, "properties": { "facing": "east", "half": "bottom", @@ -131207,7 +138560,7 @@ } }, { - "id": 14223, + "id": 15332, "properties": { "facing": "east", "half": "bottom", @@ -131216,7 +138569,7 @@ } }, { - "id": 14224, + "id": 15333, "properties": { "facing": "east", "half": "bottom", @@ -131263,7 +138616,7 @@ }, "states": [ { - "id": 16155, + "id": 17264, "properties": { "east": "none", "north": "none", @@ -131274,7 +138627,7 @@ } }, { - "id": 16156, + "id": 17265, "properties": { "east": "none", "north": "none", @@ -131285,7 +138638,7 @@ } }, { - "id": 16157, + "id": 17266, "properties": { "east": "none", "north": "none", @@ -131297,7 +138650,7 @@ }, { "default": true, - "id": 16158, + "id": 17267, "properties": { "east": "none", "north": "none", @@ -131308,7 +138661,7 @@ } }, { - "id": 16159, + "id": 17268, "properties": { "east": "none", "north": "none", @@ -131319,7 +138672,7 @@ } }, { - "id": 16160, + "id": 17269, "properties": { "east": "none", "north": "none", @@ -131330,7 +138683,7 @@ } }, { - "id": 16161, + "id": 17270, "properties": { "east": "none", "north": "none", @@ -131341,7 +138694,7 @@ } }, { - "id": 16162, + "id": 17271, "properties": { "east": "none", "north": "none", @@ -131352,7 +138705,7 @@ } }, { - "id": 16163, + "id": 17272, "properties": { "east": "none", "north": "none", @@ -131363,7 +138716,7 @@ } }, { - "id": 16164, + "id": 17273, "properties": { "east": "none", "north": "none", @@ -131374,7 +138727,7 @@ } }, { - "id": 16165, + "id": 17274, "properties": { "east": "none", "north": "none", @@ -131385,7 +138738,7 @@ } }, { - "id": 16166, + "id": 17275, "properties": { "east": "none", "north": "none", @@ -131396,7 +138749,7 @@ } }, { - "id": 16167, + "id": 17276, "properties": { "east": "none", "north": "none", @@ -131407,7 +138760,7 @@ } }, { - "id": 16168, + "id": 17277, "properties": { "east": "none", "north": "none", @@ -131418,7 +138771,7 @@ } }, { - "id": 16169, + "id": 17278, "properties": { "east": "none", "north": "none", @@ -131429,7 +138782,7 @@ } }, { - "id": 16170, + "id": 17279, "properties": { "east": "none", "north": "none", @@ -131440,7 +138793,7 @@ } }, { - "id": 16171, + "id": 17280, "properties": { "east": "none", "north": "none", @@ -131451,7 +138804,7 @@ } }, { - "id": 16172, + "id": 17281, "properties": { "east": "none", "north": "none", @@ -131462,7 +138815,7 @@ } }, { - "id": 16173, + "id": 17282, "properties": { "east": "none", "north": "none", @@ -131473,7 +138826,7 @@ } }, { - "id": 16174, + "id": 17283, "properties": { "east": "none", "north": "none", @@ -131484,7 +138837,7 @@ } }, { - "id": 16175, + "id": 17284, "properties": { "east": "none", "north": "none", @@ -131495,7 +138848,7 @@ } }, { - "id": 16176, + "id": 17285, "properties": { "east": "none", "north": "none", @@ -131506,7 +138859,7 @@ } }, { - "id": 16177, + "id": 17286, "properties": { "east": "none", "north": "none", @@ -131517,7 +138870,7 @@ } }, { - "id": 16178, + "id": 17287, "properties": { "east": "none", "north": "none", @@ -131528,7 +138881,7 @@ } }, { - "id": 16179, + "id": 17288, "properties": { "east": "none", "north": "none", @@ -131539,7 +138892,7 @@ } }, { - "id": 16180, + "id": 17289, "properties": { "east": "none", "north": "none", @@ -131550,7 +138903,7 @@ } }, { - "id": 16181, + "id": 17290, "properties": { "east": "none", "north": "none", @@ -131561,7 +138914,7 @@ } }, { - "id": 16182, + "id": 17291, "properties": { "east": "none", "north": "none", @@ -131572,7 +138925,7 @@ } }, { - "id": 16183, + "id": 17292, "properties": { "east": "none", "north": "none", @@ -131583,7 +138936,7 @@ } }, { - "id": 16184, + "id": 17293, "properties": { "east": "none", "north": "none", @@ -131594,7 +138947,7 @@ } }, { - "id": 16185, + "id": 17294, "properties": { "east": "none", "north": "none", @@ -131605,7 +138958,7 @@ } }, { - "id": 16186, + "id": 17295, "properties": { "east": "none", "north": "none", @@ -131616,7 +138969,7 @@ } }, { - "id": 16187, + "id": 17296, "properties": { "east": "none", "north": "none", @@ -131627,7 +138980,7 @@ } }, { - "id": 16188, + "id": 17297, "properties": { "east": "none", "north": "none", @@ -131638,7 +138991,7 @@ } }, { - "id": 16189, + "id": 17298, "properties": { "east": "none", "north": "none", @@ -131649,7 +139002,7 @@ } }, { - "id": 16190, + "id": 17299, "properties": { "east": "none", "north": "none", @@ -131660,7 +139013,7 @@ } }, { - "id": 16191, + "id": 17300, "properties": { "east": "none", "north": "low", @@ -131671,7 +139024,7 @@ } }, { - "id": 16192, + "id": 17301, "properties": { "east": "none", "north": "low", @@ -131682,7 +139035,7 @@ } }, { - "id": 16193, + "id": 17302, "properties": { "east": "none", "north": "low", @@ -131693,7 +139046,7 @@ } }, { - "id": 16194, + "id": 17303, "properties": { "east": "none", "north": "low", @@ -131704,7 +139057,7 @@ } }, { - "id": 16195, + "id": 17304, "properties": { "east": "none", "north": "low", @@ -131715,7 +139068,7 @@ } }, { - "id": 16196, + "id": 17305, "properties": { "east": "none", "north": "low", @@ -131726,7 +139079,7 @@ } }, { - "id": 16197, + "id": 17306, "properties": { "east": "none", "north": "low", @@ -131737,7 +139090,7 @@ } }, { - "id": 16198, + "id": 17307, "properties": { "east": "none", "north": "low", @@ -131748,7 +139101,7 @@ } }, { - "id": 16199, + "id": 17308, "properties": { "east": "none", "north": "low", @@ -131759,7 +139112,7 @@ } }, { - "id": 16200, + "id": 17309, "properties": { "east": "none", "north": "low", @@ -131770,7 +139123,7 @@ } }, { - "id": 16201, + "id": 17310, "properties": { "east": "none", "north": "low", @@ -131781,7 +139134,7 @@ } }, { - "id": 16202, + "id": 17311, "properties": { "east": "none", "north": "low", @@ -131792,7 +139145,7 @@ } }, { - "id": 16203, + "id": 17312, "properties": { "east": "none", "north": "low", @@ -131803,7 +139156,7 @@ } }, { - "id": 16204, + "id": 17313, "properties": { "east": "none", "north": "low", @@ -131814,7 +139167,7 @@ } }, { - "id": 16205, + "id": 17314, "properties": { "east": "none", "north": "low", @@ -131825,7 +139178,7 @@ } }, { - "id": 16206, + "id": 17315, "properties": { "east": "none", "north": "low", @@ -131836,7 +139189,7 @@ } }, { - "id": 16207, + "id": 17316, "properties": { "east": "none", "north": "low", @@ -131847,7 +139200,7 @@ } }, { - "id": 16208, + "id": 17317, "properties": { "east": "none", "north": "low", @@ -131858,7 +139211,7 @@ } }, { - "id": 16209, + "id": 17318, "properties": { "east": "none", "north": "low", @@ -131869,7 +139222,7 @@ } }, { - "id": 16210, + "id": 17319, "properties": { "east": "none", "north": "low", @@ -131880,7 +139233,7 @@ } }, { - "id": 16211, + "id": 17320, "properties": { "east": "none", "north": "low", @@ -131891,7 +139244,7 @@ } }, { - "id": 16212, + "id": 17321, "properties": { "east": "none", "north": "low", @@ -131902,7 +139255,7 @@ } }, { - "id": 16213, + "id": 17322, "properties": { "east": "none", "north": "low", @@ -131913,7 +139266,7 @@ } }, { - "id": 16214, + "id": 17323, "properties": { "east": "none", "north": "low", @@ -131924,7 +139277,7 @@ } }, { - "id": 16215, + "id": 17324, "properties": { "east": "none", "north": "low", @@ -131935,7 +139288,7 @@ } }, { - "id": 16216, + "id": 17325, "properties": { "east": "none", "north": "low", @@ -131946,7 +139299,7 @@ } }, { - "id": 16217, + "id": 17326, "properties": { "east": "none", "north": "low", @@ -131957,7 +139310,7 @@ } }, { - "id": 16218, + "id": 17327, "properties": { "east": "none", "north": "low", @@ -131968,7 +139321,7 @@ } }, { - "id": 16219, + "id": 17328, "properties": { "east": "none", "north": "low", @@ -131979,7 +139332,7 @@ } }, { - "id": 16220, + "id": 17329, "properties": { "east": "none", "north": "low", @@ -131990,7 +139343,7 @@ } }, { - "id": 16221, + "id": 17330, "properties": { "east": "none", "north": "low", @@ -132001,7 +139354,7 @@ } }, { - "id": 16222, + "id": 17331, "properties": { "east": "none", "north": "low", @@ -132012,7 +139365,7 @@ } }, { - "id": 16223, + "id": 17332, "properties": { "east": "none", "north": "low", @@ -132023,7 +139376,7 @@ } }, { - "id": 16224, + "id": 17333, "properties": { "east": "none", "north": "low", @@ -132034,7 +139387,7 @@ } }, { - "id": 16225, + "id": 17334, "properties": { "east": "none", "north": "low", @@ -132045,7 +139398,7 @@ } }, { - "id": 16226, + "id": 17335, "properties": { "east": "none", "north": "low", @@ -132056,7 +139409,7 @@ } }, { - "id": 16227, + "id": 17336, "properties": { "east": "none", "north": "tall", @@ -132067,7 +139420,7 @@ } }, { - "id": 16228, + "id": 17337, "properties": { "east": "none", "north": "tall", @@ -132078,7 +139431,7 @@ } }, { - "id": 16229, + "id": 17338, "properties": { "east": "none", "north": "tall", @@ -132089,7 +139442,7 @@ } }, { - "id": 16230, + "id": 17339, "properties": { "east": "none", "north": "tall", @@ -132100,7 +139453,7 @@ } }, { - "id": 16231, + "id": 17340, "properties": { "east": "none", "north": "tall", @@ -132111,7 +139464,7 @@ } }, { - "id": 16232, + "id": 17341, "properties": { "east": "none", "north": "tall", @@ -132122,7 +139475,7 @@ } }, { - "id": 16233, + "id": 17342, "properties": { "east": "none", "north": "tall", @@ -132133,7 +139486,7 @@ } }, { - "id": 16234, + "id": 17343, "properties": { "east": "none", "north": "tall", @@ -132144,7 +139497,7 @@ } }, { - "id": 16235, + "id": 17344, "properties": { "east": "none", "north": "tall", @@ -132155,7 +139508,7 @@ } }, { - "id": 16236, + "id": 17345, "properties": { "east": "none", "north": "tall", @@ -132166,7 +139519,7 @@ } }, { - "id": 16237, + "id": 17346, "properties": { "east": "none", "north": "tall", @@ -132177,7 +139530,7 @@ } }, { - "id": 16238, + "id": 17347, "properties": { "east": "none", "north": "tall", @@ -132188,7 +139541,7 @@ } }, { - "id": 16239, + "id": 17348, "properties": { "east": "none", "north": "tall", @@ -132199,7 +139552,7 @@ } }, { - "id": 16240, + "id": 17349, "properties": { "east": "none", "north": "tall", @@ -132210,7 +139563,7 @@ } }, { - "id": 16241, + "id": 17350, "properties": { "east": "none", "north": "tall", @@ -132221,7 +139574,7 @@ } }, { - "id": 16242, + "id": 17351, "properties": { "east": "none", "north": "tall", @@ -132232,7 +139585,7 @@ } }, { - "id": 16243, + "id": 17352, "properties": { "east": "none", "north": "tall", @@ -132243,7 +139596,7 @@ } }, { - "id": 16244, + "id": 17353, "properties": { "east": "none", "north": "tall", @@ -132254,7 +139607,7 @@ } }, { - "id": 16245, + "id": 17354, "properties": { "east": "none", "north": "tall", @@ -132265,7 +139618,7 @@ } }, { - "id": 16246, + "id": 17355, "properties": { "east": "none", "north": "tall", @@ -132276,7 +139629,7 @@ } }, { - "id": 16247, + "id": 17356, "properties": { "east": "none", "north": "tall", @@ -132287,7 +139640,7 @@ } }, { - "id": 16248, + "id": 17357, "properties": { "east": "none", "north": "tall", @@ -132298,7 +139651,7 @@ } }, { - "id": 16249, + "id": 17358, "properties": { "east": "none", "north": "tall", @@ -132309,7 +139662,7 @@ } }, { - "id": 16250, + "id": 17359, "properties": { "east": "none", "north": "tall", @@ -132320,7 +139673,7 @@ } }, { - "id": 16251, + "id": 17360, "properties": { "east": "none", "north": "tall", @@ -132331,7 +139684,7 @@ } }, { - "id": 16252, + "id": 17361, "properties": { "east": "none", "north": "tall", @@ -132342,7 +139695,7 @@ } }, { - "id": 16253, + "id": 17362, "properties": { "east": "none", "north": "tall", @@ -132353,7 +139706,7 @@ } }, { - "id": 16254, + "id": 17363, "properties": { "east": "none", "north": "tall", @@ -132364,7 +139717,7 @@ } }, { - "id": 16255, + "id": 17364, "properties": { "east": "none", "north": "tall", @@ -132375,7 +139728,7 @@ } }, { - "id": 16256, + "id": 17365, "properties": { "east": "none", "north": "tall", @@ -132386,7 +139739,7 @@ } }, { - "id": 16257, + "id": 17366, "properties": { "east": "none", "north": "tall", @@ -132397,7 +139750,7 @@ } }, { - "id": 16258, + "id": 17367, "properties": { "east": "none", "north": "tall", @@ -132408,7 +139761,7 @@ } }, { - "id": 16259, + "id": 17368, "properties": { "east": "none", "north": "tall", @@ -132419,7 +139772,7 @@ } }, { - "id": 16260, + "id": 17369, "properties": { "east": "none", "north": "tall", @@ -132430,7 +139783,7 @@ } }, { - "id": 16261, + "id": 17370, "properties": { "east": "none", "north": "tall", @@ -132441,7 +139794,7 @@ } }, { - "id": 16262, + "id": 17371, "properties": { "east": "none", "north": "tall", @@ -132452,7 +139805,7 @@ } }, { - "id": 16263, + "id": 17372, "properties": { "east": "low", "north": "none", @@ -132463,7 +139816,7 @@ } }, { - "id": 16264, + "id": 17373, "properties": { "east": "low", "north": "none", @@ -132474,7 +139827,7 @@ } }, { - "id": 16265, + "id": 17374, "properties": { "east": "low", "north": "none", @@ -132485,7 +139838,7 @@ } }, { - "id": 16266, + "id": 17375, "properties": { "east": "low", "north": "none", @@ -132496,7 +139849,7 @@ } }, { - "id": 16267, + "id": 17376, "properties": { "east": "low", "north": "none", @@ -132507,7 +139860,7 @@ } }, { - "id": 16268, + "id": 17377, "properties": { "east": "low", "north": "none", @@ -132518,7 +139871,7 @@ } }, { - "id": 16269, + "id": 17378, "properties": { "east": "low", "north": "none", @@ -132529,7 +139882,7 @@ } }, { - "id": 16270, + "id": 17379, "properties": { "east": "low", "north": "none", @@ -132540,7 +139893,7 @@ } }, { - "id": 16271, + "id": 17380, "properties": { "east": "low", "north": "none", @@ -132551,7 +139904,7 @@ } }, { - "id": 16272, + "id": 17381, "properties": { "east": "low", "north": "none", @@ -132562,7 +139915,7 @@ } }, { - "id": 16273, + "id": 17382, "properties": { "east": "low", "north": "none", @@ -132573,7 +139926,7 @@ } }, { - "id": 16274, + "id": 17383, "properties": { "east": "low", "north": "none", @@ -132584,7 +139937,7 @@ } }, { - "id": 16275, + "id": 17384, "properties": { "east": "low", "north": "none", @@ -132595,7 +139948,7 @@ } }, { - "id": 16276, + "id": 17385, "properties": { "east": "low", "north": "none", @@ -132606,7 +139959,7 @@ } }, { - "id": 16277, + "id": 17386, "properties": { "east": "low", "north": "none", @@ -132617,7 +139970,7 @@ } }, { - "id": 16278, + "id": 17387, "properties": { "east": "low", "north": "none", @@ -132628,7 +139981,7 @@ } }, { - "id": 16279, + "id": 17388, "properties": { "east": "low", "north": "none", @@ -132639,7 +139992,7 @@ } }, { - "id": 16280, + "id": 17389, "properties": { "east": "low", "north": "none", @@ -132650,7 +140003,7 @@ } }, { - "id": 16281, + "id": 17390, "properties": { "east": "low", "north": "none", @@ -132661,7 +140014,7 @@ } }, { - "id": 16282, + "id": 17391, "properties": { "east": "low", "north": "none", @@ -132672,7 +140025,7 @@ } }, { - "id": 16283, + "id": 17392, "properties": { "east": "low", "north": "none", @@ -132683,7 +140036,7 @@ } }, { - "id": 16284, + "id": 17393, "properties": { "east": "low", "north": "none", @@ -132694,7 +140047,7 @@ } }, { - "id": 16285, + "id": 17394, "properties": { "east": "low", "north": "none", @@ -132705,7 +140058,7 @@ } }, { - "id": 16286, + "id": 17395, "properties": { "east": "low", "north": "none", @@ -132716,7 +140069,7 @@ } }, { - "id": 16287, + "id": 17396, "properties": { "east": "low", "north": "none", @@ -132727,7 +140080,7 @@ } }, { - "id": 16288, + "id": 17397, "properties": { "east": "low", "north": "none", @@ -132738,7 +140091,7 @@ } }, { - "id": 16289, + "id": 17398, "properties": { "east": "low", "north": "none", @@ -132749,7 +140102,7 @@ } }, { - "id": 16290, + "id": 17399, "properties": { "east": "low", "north": "none", @@ -132760,7 +140113,7 @@ } }, { - "id": 16291, + "id": 17400, "properties": { "east": "low", "north": "none", @@ -132771,7 +140124,7 @@ } }, { - "id": 16292, + "id": 17401, "properties": { "east": "low", "north": "none", @@ -132782,7 +140135,7 @@ } }, { - "id": 16293, + "id": 17402, "properties": { "east": "low", "north": "none", @@ -132793,7 +140146,7 @@ } }, { - "id": 16294, + "id": 17403, "properties": { "east": "low", "north": "none", @@ -132804,7 +140157,7 @@ } }, { - "id": 16295, + "id": 17404, "properties": { "east": "low", "north": "none", @@ -132815,7 +140168,7 @@ } }, { - "id": 16296, + "id": 17405, "properties": { "east": "low", "north": "none", @@ -132826,7 +140179,7 @@ } }, { - "id": 16297, + "id": 17406, "properties": { "east": "low", "north": "none", @@ -132837,7 +140190,7 @@ } }, { - "id": 16298, + "id": 17407, "properties": { "east": "low", "north": "none", @@ -132848,7 +140201,7 @@ } }, { - "id": 16299, + "id": 17408, "properties": { "east": "low", "north": "low", @@ -132859,7 +140212,7 @@ } }, { - "id": 16300, + "id": 17409, "properties": { "east": "low", "north": "low", @@ -132870,7 +140223,7 @@ } }, { - "id": 16301, + "id": 17410, "properties": { "east": "low", "north": "low", @@ -132881,7 +140234,7 @@ } }, { - "id": 16302, + "id": 17411, "properties": { "east": "low", "north": "low", @@ -132892,7 +140245,7 @@ } }, { - "id": 16303, + "id": 17412, "properties": { "east": "low", "north": "low", @@ -132903,7 +140256,7 @@ } }, { - "id": 16304, + "id": 17413, "properties": { "east": "low", "north": "low", @@ -132914,7 +140267,7 @@ } }, { - "id": 16305, + "id": 17414, "properties": { "east": "low", "north": "low", @@ -132925,7 +140278,7 @@ } }, { - "id": 16306, + "id": 17415, "properties": { "east": "low", "north": "low", @@ -132936,7 +140289,7 @@ } }, { - "id": 16307, + "id": 17416, "properties": { "east": "low", "north": "low", @@ -132947,7 +140300,7 @@ } }, { - "id": 16308, + "id": 17417, "properties": { "east": "low", "north": "low", @@ -132958,7 +140311,7 @@ } }, { - "id": 16309, + "id": 17418, "properties": { "east": "low", "north": "low", @@ -132969,7 +140322,7 @@ } }, { - "id": 16310, + "id": 17419, "properties": { "east": "low", "north": "low", @@ -132980,7 +140333,7 @@ } }, { - "id": 16311, + "id": 17420, "properties": { "east": "low", "north": "low", @@ -132991,7 +140344,7 @@ } }, { - "id": 16312, + "id": 17421, "properties": { "east": "low", "north": "low", @@ -133002,7 +140355,7 @@ } }, { - "id": 16313, + "id": 17422, "properties": { "east": "low", "north": "low", @@ -133013,7 +140366,7 @@ } }, { - "id": 16314, + "id": 17423, "properties": { "east": "low", "north": "low", @@ -133024,7 +140377,7 @@ } }, { - "id": 16315, + "id": 17424, "properties": { "east": "low", "north": "low", @@ -133035,7 +140388,7 @@ } }, { - "id": 16316, + "id": 17425, "properties": { "east": "low", "north": "low", @@ -133046,7 +140399,7 @@ } }, { - "id": 16317, + "id": 17426, "properties": { "east": "low", "north": "low", @@ -133057,7 +140410,7 @@ } }, { - "id": 16318, + "id": 17427, "properties": { "east": "low", "north": "low", @@ -133068,7 +140421,7 @@ } }, { - "id": 16319, + "id": 17428, "properties": { "east": "low", "north": "low", @@ -133079,7 +140432,7 @@ } }, { - "id": 16320, + "id": 17429, "properties": { "east": "low", "north": "low", @@ -133090,7 +140443,7 @@ } }, { - "id": 16321, + "id": 17430, "properties": { "east": "low", "north": "low", @@ -133101,7 +140454,7 @@ } }, { - "id": 16322, + "id": 17431, "properties": { "east": "low", "north": "low", @@ -133112,7 +140465,7 @@ } }, { - "id": 16323, + "id": 17432, "properties": { "east": "low", "north": "low", @@ -133123,7 +140476,7 @@ } }, { - "id": 16324, + "id": 17433, "properties": { "east": "low", "north": "low", @@ -133134,7 +140487,7 @@ } }, { - "id": 16325, + "id": 17434, "properties": { "east": "low", "north": "low", @@ -133145,7 +140498,7 @@ } }, { - "id": 16326, + "id": 17435, "properties": { "east": "low", "north": "low", @@ -133156,7 +140509,7 @@ } }, { - "id": 16327, + "id": 17436, "properties": { "east": "low", "north": "low", @@ -133167,7 +140520,7 @@ } }, { - "id": 16328, + "id": 17437, "properties": { "east": "low", "north": "low", @@ -133178,7 +140531,7 @@ } }, { - "id": 16329, + "id": 17438, "properties": { "east": "low", "north": "low", @@ -133189,7 +140542,7 @@ } }, { - "id": 16330, + "id": 17439, "properties": { "east": "low", "north": "low", @@ -133200,7 +140553,7 @@ } }, { - "id": 16331, + "id": 17440, "properties": { "east": "low", "north": "low", @@ -133211,7 +140564,7 @@ } }, { - "id": 16332, + "id": 17441, "properties": { "east": "low", "north": "low", @@ -133222,7 +140575,7 @@ } }, { - "id": 16333, + "id": 17442, "properties": { "east": "low", "north": "low", @@ -133233,7 +140586,7 @@ } }, { - "id": 16334, + "id": 17443, "properties": { "east": "low", "north": "low", @@ -133244,7 +140597,7 @@ } }, { - "id": 16335, + "id": 17444, "properties": { "east": "low", "north": "tall", @@ -133255,7 +140608,7 @@ } }, { - "id": 16336, + "id": 17445, "properties": { "east": "low", "north": "tall", @@ -133266,7 +140619,7 @@ } }, { - "id": 16337, + "id": 17446, "properties": { "east": "low", "north": "tall", @@ -133277,7 +140630,7 @@ } }, { - "id": 16338, + "id": 17447, "properties": { "east": "low", "north": "tall", @@ -133288,7 +140641,7 @@ } }, { - "id": 16339, + "id": 17448, "properties": { "east": "low", "north": "tall", @@ -133299,7 +140652,7 @@ } }, { - "id": 16340, + "id": 17449, "properties": { "east": "low", "north": "tall", @@ -133310,7 +140663,7 @@ } }, { - "id": 16341, + "id": 17450, "properties": { "east": "low", "north": "tall", @@ -133321,7 +140674,7 @@ } }, { - "id": 16342, + "id": 17451, "properties": { "east": "low", "north": "tall", @@ -133332,7 +140685,7 @@ } }, { - "id": 16343, + "id": 17452, "properties": { "east": "low", "north": "tall", @@ -133343,7 +140696,7 @@ } }, { - "id": 16344, + "id": 17453, "properties": { "east": "low", "north": "tall", @@ -133354,7 +140707,7 @@ } }, { - "id": 16345, + "id": 17454, "properties": { "east": "low", "north": "tall", @@ -133365,7 +140718,7 @@ } }, { - "id": 16346, + "id": 17455, "properties": { "east": "low", "north": "tall", @@ -133376,7 +140729,7 @@ } }, { - "id": 16347, + "id": 17456, "properties": { "east": "low", "north": "tall", @@ -133387,7 +140740,7 @@ } }, { - "id": 16348, + "id": 17457, "properties": { "east": "low", "north": "tall", @@ -133398,7 +140751,7 @@ } }, { - "id": 16349, + "id": 17458, "properties": { "east": "low", "north": "tall", @@ -133409,7 +140762,7 @@ } }, { - "id": 16350, + "id": 17459, "properties": { "east": "low", "north": "tall", @@ -133420,7 +140773,7 @@ } }, { - "id": 16351, + "id": 17460, "properties": { "east": "low", "north": "tall", @@ -133431,7 +140784,7 @@ } }, { - "id": 16352, + "id": 17461, "properties": { "east": "low", "north": "tall", @@ -133442,7 +140795,7 @@ } }, { - "id": 16353, + "id": 17462, "properties": { "east": "low", "north": "tall", @@ -133453,7 +140806,7 @@ } }, { - "id": 16354, + "id": 17463, "properties": { "east": "low", "north": "tall", @@ -133464,7 +140817,7 @@ } }, { - "id": 16355, + "id": 17464, "properties": { "east": "low", "north": "tall", @@ -133475,7 +140828,7 @@ } }, { - "id": 16356, + "id": 17465, "properties": { "east": "low", "north": "tall", @@ -133486,7 +140839,7 @@ } }, { - "id": 16357, + "id": 17466, "properties": { "east": "low", "north": "tall", @@ -133497,7 +140850,7 @@ } }, { - "id": 16358, + "id": 17467, "properties": { "east": "low", "north": "tall", @@ -133508,7 +140861,7 @@ } }, { - "id": 16359, + "id": 17468, "properties": { "east": "low", "north": "tall", @@ -133519,7 +140872,7 @@ } }, { - "id": 16360, + "id": 17469, "properties": { "east": "low", "north": "tall", @@ -133530,7 +140883,7 @@ } }, { - "id": 16361, + "id": 17470, "properties": { "east": "low", "north": "tall", @@ -133541,7 +140894,7 @@ } }, { - "id": 16362, + "id": 17471, "properties": { "east": "low", "north": "tall", @@ -133552,7 +140905,7 @@ } }, { - "id": 16363, + "id": 17472, "properties": { "east": "low", "north": "tall", @@ -133563,7 +140916,7 @@ } }, { - "id": 16364, + "id": 17473, "properties": { "east": "low", "north": "tall", @@ -133574,7 +140927,7 @@ } }, { - "id": 16365, + "id": 17474, "properties": { "east": "low", "north": "tall", @@ -133585,7 +140938,7 @@ } }, { - "id": 16366, + "id": 17475, "properties": { "east": "low", "north": "tall", @@ -133596,7 +140949,7 @@ } }, { - "id": 16367, + "id": 17476, "properties": { "east": "low", "north": "tall", @@ -133607,7 +140960,7 @@ } }, { - "id": 16368, + "id": 17477, "properties": { "east": "low", "north": "tall", @@ -133618,7 +140971,7 @@ } }, { - "id": 16369, + "id": 17478, "properties": { "east": "low", "north": "tall", @@ -133629,7 +140982,7 @@ } }, { - "id": 16370, + "id": 17479, "properties": { "east": "low", "north": "tall", @@ -133640,7 +140993,7 @@ } }, { - "id": 16371, + "id": 17480, "properties": { "east": "tall", "north": "none", @@ -133651,7 +141004,7 @@ } }, { - "id": 16372, + "id": 17481, "properties": { "east": "tall", "north": "none", @@ -133662,7 +141015,7 @@ } }, { - "id": 16373, + "id": 17482, "properties": { "east": "tall", "north": "none", @@ -133673,7 +141026,7 @@ } }, { - "id": 16374, + "id": 17483, "properties": { "east": "tall", "north": "none", @@ -133684,7 +141037,7 @@ } }, { - "id": 16375, + "id": 17484, "properties": { "east": "tall", "north": "none", @@ -133695,7 +141048,7 @@ } }, { - "id": 16376, + "id": 17485, "properties": { "east": "tall", "north": "none", @@ -133706,7 +141059,7 @@ } }, { - "id": 16377, + "id": 17486, "properties": { "east": "tall", "north": "none", @@ -133717,7 +141070,7 @@ } }, { - "id": 16378, + "id": 17487, "properties": { "east": "tall", "north": "none", @@ -133728,7 +141081,7 @@ } }, { - "id": 16379, + "id": 17488, "properties": { "east": "tall", "north": "none", @@ -133739,7 +141092,7 @@ } }, { - "id": 16380, + "id": 17489, "properties": { "east": "tall", "north": "none", @@ -133750,7 +141103,7 @@ } }, { - "id": 16381, + "id": 17490, "properties": { "east": "tall", "north": "none", @@ -133761,7 +141114,7 @@ } }, { - "id": 16382, + "id": 17491, "properties": { "east": "tall", "north": "none", @@ -133772,7 +141125,7 @@ } }, { - "id": 16383, + "id": 17492, "properties": { "east": "tall", "north": "none", @@ -133783,7 +141136,7 @@ } }, { - "id": 16384, + "id": 17493, "properties": { "east": "tall", "north": "none", @@ -133794,7 +141147,7 @@ } }, { - "id": 16385, + "id": 17494, "properties": { "east": "tall", "north": "none", @@ -133805,7 +141158,7 @@ } }, { - "id": 16386, + "id": 17495, "properties": { "east": "tall", "north": "none", @@ -133816,7 +141169,7 @@ } }, { - "id": 16387, + "id": 17496, "properties": { "east": "tall", "north": "none", @@ -133827,7 +141180,7 @@ } }, { - "id": 16388, + "id": 17497, "properties": { "east": "tall", "north": "none", @@ -133838,7 +141191,7 @@ } }, { - "id": 16389, + "id": 17498, "properties": { "east": "tall", "north": "none", @@ -133849,7 +141202,7 @@ } }, { - "id": 16390, + "id": 17499, "properties": { "east": "tall", "north": "none", @@ -133860,7 +141213,7 @@ } }, { - "id": 16391, + "id": 17500, "properties": { "east": "tall", "north": "none", @@ -133871,7 +141224,7 @@ } }, { - "id": 16392, + "id": 17501, "properties": { "east": "tall", "north": "none", @@ -133882,7 +141235,7 @@ } }, { - "id": 16393, + "id": 17502, "properties": { "east": "tall", "north": "none", @@ -133893,7 +141246,7 @@ } }, { - "id": 16394, + "id": 17503, "properties": { "east": "tall", "north": "none", @@ -133904,7 +141257,7 @@ } }, { - "id": 16395, + "id": 17504, "properties": { "east": "tall", "north": "none", @@ -133915,7 +141268,7 @@ } }, { - "id": 16396, + "id": 17505, "properties": { "east": "tall", "north": "none", @@ -133926,7 +141279,7 @@ } }, { - "id": 16397, + "id": 17506, "properties": { "east": "tall", "north": "none", @@ -133937,7 +141290,7 @@ } }, { - "id": 16398, + "id": 17507, "properties": { "east": "tall", "north": "none", @@ -133948,7 +141301,7 @@ } }, { - "id": 16399, + "id": 17508, "properties": { "east": "tall", "north": "none", @@ -133959,7 +141312,7 @@ } }, { - "id": 16400, + "id": 17509, "properties": { "east": "tall", "north": "none", @@ -133970,7 +141323,7 @@ } }, { - "id": 16401, + "id": 17510, "properties": { "east": "tall", "north": "none", @@ -133981,7 +141334,7 @@ } }, { - "id": 16402, + "id": 17511, "properties": { "east": "tall", "north": "none", @@ -133992,7 +141345,7 @@ } }, { - "id": 16403, + "id": 17512, "properties": { "east": "tall", "north": "none", @@ -134003,7 +141356,7 @@ } }, { - "id": 16404, + "id": 17513, "properties": { "east": "tall", "north": "none", @@ -134014,7 +141367,7 @@ } }, { - "id": 16405, + "id": 17514, "properties": { "east": "tall", "north": "none", @@ -134025,7 +141378,7 @@ } }, { - "id": 16406, + "id": 17515, "properties": { "east": "tall", "north": "none", @@ -134036,7 +141389,7 @@ } }, { - "id": 16407, + "id": 17516, "properties": { "east": "tall", "north": "low", @@ -134047,7 +141400,7 @@ } }, { - "id": 16408, + "id": 17517, "properties": { "east": "tall", "north": "low", @@ -134058,7 +141411,7 @@ } }, { - "id": 16409, + "id": 17518, "properties": { "east": "tall", "north": "low", @@ -134069,7 +141422,7 @@ } }, { - "id": 16410, + "id": 17519, "properties": { "east": "tall", "north": "low", @@ -134080,7 +141433,7 @@ } }, { - "id": 16411, + "id": 17520, "properties": { "east": "tall", "north": "low", @@ -134091,7 +141444,7 @@ } }, { - "id": 16412, + "id": 17521, "properties": { "east": "tall", "north": "low", @@ -134102,7 +141455,7 @@ } }, { - "id": 16413, + "id": 17522, "properties": { "east": "tall", "north": "low", @@ -134113,7 +141466,7 @@ } }, { - "id": 16414, + "id": 17523, "properties": { "east": "tall", "north": "low", @@ -134124,7 +141477,7 @@ } }, { - "id": 16415, + "id": 17524, "properties": { "east": "tall", "north": "low", @@ -134135,7 +141488,7 @@ } }, { - "id": 16416, + "id": 17525, "properties": { "east": "tall", "north": "low", @@ -134146,7 +141499,7 @@ } }, { - "id": 16417, + "id": 17526, "properties": { "east": "tall", "north": "low", @@ -134157,7 +141510,7 @@ } }, { - "id": 16418, + "id": 17527, "properties": { "east": "tall", "north": "low", @@ -134168,7 +141521,7 @@ } }, { - "id": 16419, + "id": 17528, "properties": { "east": "tall", "north": "low", @@ -134179,7 +141532,7 @@ } }, { - "id": 16420, + "id": 17529, "properties": { "east": "tall", "north": "low", @@ -134190,7 +141543,7 @@ } }, { - "id": 16421, + "id": 17530, "properties": { "east": "tall", "north": "low", @@ -134201,7 +141554,7 @@ } }, { - "id": 16422, + "id": 17531, "properties": { "east": "tall", "north": "low", @@ -134212,7 +141565,7 @@ } }, { - "id": 16423, + "id": 17532, "properties": { "east": "tall", "north": "low", @@ -134223,7 +141576,7 @@ } }, { - "id": 16424, + "id": 17533, "properties": { "east": "tall", "north": "low", @@ -134234,7 +141587,7 @@ } }, { - "id": 16425, + "id": 17534, "properties": { "east": "tall", "north": "low", @@ -134245,7 +141598,7 @@ } }, { - "id": 16426, + "id": 17535, "properties": { "east": "tall", "north": "low", @@ -134256,7 +141609,7 @@ } }, { - "id": 16427, + "id": 17536, "properties": { "east": "tall", "north": "low", @@ -134267,7 +141620,7 @@ } }, { - "id": 16428, + "id": 17537, "properties": { "east": "tall", "north": "low", @@ -134278,7 +141631,7 @@ } }, { - "id": 16429, + "id": 17538, "properties": { "east": "tall", "north": "low", @@ -134289,7 +141642,7 @@ } }, { - "id": 16430, + "id": 17539, "properties": { "east": "tall", "north": "low", @@ -134300,7 +141653,7 @@ } }, { - "id": 16431, + "id": 17540, "properties": { "east": "tall", "north": "low", @@ -134311,7 +141664,7 @@ } }, { - "id": 16432, + "id": 17541, "properties": { "east": "tall", "north": "low", @@ -134322,7 +141675,7 @@ } }, { - "id": 16433, + "id": 17542, "properties": { "east": "tall", "north": "low", @@ -134333,7 +141686,7 @@ } }, { - "id": 16434, + "id": 17543, "properties": { "east": "tall", "north": "low", @@ -134344,7 +141697,7 @@ } }, { - "id": 16435, + "id": 17544, "properties": { "east": "tall", "north": "low", @@ -134355,7 +141708,7 @@ } }, { - "id": 16436, + "id": 17545, "properties": { "east": "tall", "north": "low", @@ -134366,7 +141719,7 @@ } }, { - "id": 16437, + "id": 17546, "properties": { "east": "tall", "north": "low", @@ -134377,7 +141730,7 @@ } }, { - "id": 16438, + "id": 17547, "properties": { "east": "tall", "north": "low", @@ -134388,7 +141741,7 @@ } }, { - "id": 16439, + "id": 17548, "properties": { "east": "tall", "north": "low", @@ -134399,7 +141752,7 @@ } }, { - "id": 16440, + "id": 17549, "properties": { "east": "tall", "north": "low", @@ -134410,7 +141763,7 @@ } }, { - "id": 16441, + "id": 17550, "properties": { "east": "tall", "north": "low", @@ -134421,7 +141774,7 @@ } }, { - "id": 16442, + "id": 17551, "properties": { "east": "tall", "north": "low", @@ -134432,7 +141785,7 @@ } }, { - "id": 16443, + "id": 17552, "properties": { "east": "tall", "north": "tall", @@ -134443,7 +141796,7 @@ } }, { - "id": 16444, + "id": 17553, "properties": { "east": "tall", "north": "tall", @@ -134454,7 +141807,7 @@ } }, { - "id": 16445, + "id": 17554, "properties": { "east": "tall", "north": "tall", @@ -134465,7 +141818,7 @@ } }, { - "id": 16446, + "id": 17555, "properties": { "east": "tall", "north": "tall", @@ -134476,7 +141829,7 @@ } }, { - "id": 16447, + "id": 17556, "properties": { "east": "tall", "north": "tall", @@ -134487,7 +141840,7 @@ } }, { - "id": 16448, + "id": 17557, "properties": { "east": "tall", "north": "tall", @@ -134498,7 +141851,7 @@ } }, { - "id": 16449, + "id": 17558, "properties": { "east": "tall", "north": "tall", @@ -134509,7 +141862,7 @@ } }, { - "id": 16450, + "id": 17559, "properties": { "east": "tall", "north": "tall", @@ -134520,7 +141873,7 @@ } }, { - "id": 16451, + "id": 17560, "properties": { "east": "tall", "north": "tall", @@ -134531,7 +141884,7 @@ } }, { - "id": 16452, + "id": 17561, "properties": { "east": "tall", "north": "tall", @@ -134542,7 +141895,7 @@ } }, { - "id": 16453, + "id": 17562, "properties": { "east": "tall", "north": "tall", @@ -134553,7 +141906,7 @@ } }, { - "id": 16454, + "id": 17563, "properties": { "east": "tall", "north": "tall", @@ -134564,7 +141917,7 @@ } }, { - "id": 16455, + "id": 17564, "properties": { "east": "tall", "north": "tall", @@ -134575,7 +141928,7 @@ } }, { - "id": 16456, + "id": 17565, "properties": { "east": "tall", "north": "tall", @@ -134586,7 +141939,7 @@ } }, { - "id": 16457, + "id": 17566, "properties": { "east": "tall", "north": "tall", @@ -134597,7 +141950,7 @@ } }, { - "id": 16458, + "id": 17567, "properties": { "east": "tall", "north": "tall", @@ -134608,7 +141961,7 @@ } }, { - "id": 16459, + "id": 17568, "properties": { "east": "tall", "north": "tall", @@ -134619,7 +141972,7 @@ } }, { - "id": 16460, + "id": 17569, "properties": { "east": "tall", "north": "tall", @@ -134630,7 +141983,7 @@ } }, { - "id": 16461, + "id": 17570, "properties": { "east": "tall", "north": "tall", @@ -134641,7 +141994,7 @@ } }, { - "id": 16462, + "id": 17571, "properties": { "east": "tall", "north": "tall", @@ -134652,7 +142005,7 @@ } }, { - "id": 16463, + "id": 17572, "properties": { "east": "tall", "north": "tall", @@ -134663,7 +142016,7 @@ } }, { - "id": 16464, + "id": 17573, "properties": { "east": "tall", "north": "tall", @@ -134674,7 +142027,7 @@ } }, { - "id": 16465, + "id": 17574, "properties": { "east": "tall", "north": "tall", @@ -134685,7 +142038,7 @@ } }, { - "id": 16466, + "id": 17575, "properties": { "east": "tall", "north": "tall", @@ -134696,7 +142049,7 @@ } }, { - "id": 16467, + "id": 17576, "properties": { "east": "tall", "north": "tall", @@ -134707,7 +142060,7 @@ } }, { - "id": 16468, + "id": 17577, "properties": { "east": "tall", "north": "tall", @@ -134718,7 +142071,7 @@ } }, { - "id": 16469, + "id": 17578, "properties": { "east": "tall", "north": "tall", @@ -134729,7 +142082,7 @@ } }, { - "id": 16470, + "id": 17579, "properties": { "east": "tall", "north": "tall", @@ -134740,7 +142093,7 @@ } }, { - "id": 16471, + "id": 17580, "properties": { "east": "tall", "north": "tall", @@ -134751,7 +142104,7 @@ } }, { - "id": 16472, + "id": 17581, "properties": { "east": "tall", "north": "tall", @@ -134762,7 +142115,7 @@ } }, { - "id": 16473, + "id": 17582, "properties": { "east": "tall", "north": "tall", @@ -134773,7 +142126,7 @@ } }, { - "id": 16474, + "id": 17583, "properties": { "east": "tall", "north": "tall", @@ -134784,7 +142137,7 @@ } }, { - "id": 16475, + "id": 17584, "properties": { "east": "tall", "north": "tall", @@ -134795,7 +142148,7 @@ } }, { - "id": 16476, + "id": 17585, "properties": { "east": "tall", "north": "tall", @@ -134806,7 +142159,7 @@ } }, { - "id": 16477, + "id": 17586, "properties": { "east": "tall", "north": "tall", @@ -134817,7 +142170,7 @@ } }, { - "id": 16478, + "id": 17587, "properties": { "east": "tall", "north": "tall", @@ -134837,7 +142190,7 @@ "states": [ { "default": true, - "id": 6781 + "id": 7554 } ] }, @@ -134956,7 +142309,7 @@ "states": [ { "default": true, - "id": 25963 + "id": 27720 } ] }, @@ -134978,21 +142331,21 @@ }, "states": [ { - "id": 12165, + "id": 13242, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12166, + "id": 13243, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12167, + "id": 13244, "properties": { "type": "bottom", "waterlogged": "true" @@ -135000,21 +142353,21 @@ }, { "default": true, - "id": 12168, + "id": 13245, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12169, + "id": 13246, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12170, + "id": 13247, "properties": { "type": "double", "waterlogged": "false" @@ -135055,7 +142408,7 @@ }, "states": [ { - "id": 7560, + "id": 8637, "properties": { "facing": "north", "half": "top", @@ -135064,7 +142417,7 @@ } }, { - "id": 7561, + "id": 8638, "properties": { "facing": "north", "half": "top", @@ -135073,7 +142426,7 @@ } }, { - "id": 7562, + "id": 8639, "properties": { "facing": "north", "half": "top", @@ -135082,7 +142435,7 @@ } }, { - "id": 7563, + "id": 8640, "properties": { "facing": "north", "half": "top", @@ -135091,7 +142444,7 @@ } }, { - "id": 7564, + "id": 8641, "properties": { "facing": "north", "half": "top", @@ -135100,7 +142453,7 @@ } }, { - "id": 7565, + "id": 8642, "properties": { "facing": "north", "half": "top", @@ -135109,7 +142462,7 @@ } }, { - "id": 7566, + "id": 8643, "properties": { "facing": "north", "half": "top", @@ -135118,7 +142471,7 @@ } }, { - "id": 7567, + "id": 8644, "properties": { "facing": "north", "half": "top", @@ -135127,7 +142480,7 @@ } }, { - "id": 7568, + "id": 8645, "properties": { "facing": "north", "half": "top", @@ -135136,7 +142489,7 @@ } }, { - "id": 7569, + "id": 8646, "properties": { "facing": "north", "half": "top", @@ -135145,7 +142498,7 @@ } }, { - "id": 7570, + "id": 8647, "properties": { "facing": "north", "half": "bottom", @@ -135155,7 +142508,7 @@ }, { "default": true, - "id": 7571, + "id": 8648, "properties": { "facing": "north", "half": "bottom", @@ -135164,7 +142517,7 @@ } }, { - "id": 7572, + "id": 8649, "properties": { "facing": "north", "half": "bottom", @@ -135173,7 +142526,7 @@ } }, { - "id": 7573, + "id": 8650, "properties": { "facing": "north", "half": "bottom", @@ -135182,7 +142535,7 @@ } }, { - "id": 7574, + "id": 8651, "properties": { "facing": "north", "half": "bottom", @@ -135191,7 +142544,7 @@ } }, { - "id": 7575, + "id": 8652, "properties": { "facing": "north", "half": "bottom", @@ -135200,7 +142553,7 @@ } }, { - "id": 7576, + "id": 8653, "properties": { "facing": "north", "half": "bottom", @@ -135209,7 +142562,7 @@ } }, { - "id": 7577, + "id": 8654, "properties": { "facing": "north", "half": "bottom", @@ -135218,7 +142571,7 @@ } }, { - "id": 7578, + "id": 8655, "properties": { "facing": "north", "half": "bottom", @@ -135227,7 +142580,7 @@ } }, { - "id": 7579, + "id": 8656, "properties": { "facing": "north", "half": "bottom", @@ -135236,7 +142589,7 @@ } }, { - "id": 7580, + "id": 8657, "properties": { "facing": "south", "half": "top", @@ -135245,7 +142598,7 @@ } }, { - "id": 7581, + "id": 8658, "properties": { "facing": "south", "half": "top", @@ -135254,7 +142607,7 @@ } }, { - "id": 7582, + "id": 8659, "properties": { "facing": "south", "half": "top", @@ -135263,7 +142616,7 @@ } }, { - "id": 7583, + "id": 8660, "properties": { "facing": "south", "half": "top", @@ -135272,7 +142625,7 @@ } }, { - "id": 7584, + "id": 8661, "properties": { "facing": "south", "half": "top", @@ -135281,7 +142634,7 @@ } }, { - "id": 7585, + "id": 8662, "properties": { "facing": "south", "half": "top", @@ -135290,7 +142643,7 @@ } }, { - "id": 7586, + "id": 8663, "properties": { "facing": "south", "half": "top", @@ -135299,7 +142652,7 @@ } }, { - "id": 7587, + "id": 8664, "properties": { "facing": "south", "half": "top", @@ -135308,7 +142661,7 @@ } }, { - "id": 7588, + "id": 8665, "properties": { "facing": "south", "half": "top", @@ -135317,7 +142670,7 @@ } }, { - "id": 7589, + "id": 8666, "properties": { "facing": "south", "half": "top", @@ -135326,7 +142679,7 @@ } }, { - "id": 7590, + "id": 8667, "properties": { "facing": "south", "half": "bottom", @@ -135335,7 +142688,7 @@ } }, { - "id": 7591, + "id": 8668, "properties": { "facing": "south", "half": "bottom", @@ -135344,7 +142697,7 @@ } }, { - "id": 7592, + "id": 8669, "properties": { "facing": "south", "half": "bottom", @@ -135353,7 +142706,7 @@ } }, { - "id": 7593, + "id": 8670, "properties": { "facing": "south", "half": "bottom", @@ -135362,7 +142715,7 @@ } }, { - "id": 7594, + "id": 8671, "properties": { "facing": "south", "half": "bottom", @@ -135371,7 +142724,7 @@ } }, { - "id": 7595, + "id": 8672, "properties": { "facing": "south", "half": "bottom", @@ -135380,7 +142733,7 @@ } }, { - "id": 7596, + "id": 8673, "properties": { "facing": "south", "half": "bottom", @@ -135389,7 +142742,7 @@ } }, { - "id": 7597, + "id": 8674, "properties": { "facing": "south", "half": "bottom", @@ -135398,7 +142751,7 @@ } }, { - "id": 7598, + "id": 8675, "properties": { "facing": "south", "half": "bottom", @@ -135407,7 +142760,7 @@ } }, { - "id": 7599, + "id": 8676, "properties": { "facing": "south", "half": "bottom", @@ -135416,7 +142769,7 @@ } }, { - "id": 7600, + "id": 8677, "properties": { "facing": "west", "half": "top", @@ -135425,7 +142778,7 @@ } }, { - "id": 7601, + "id": 8678, "properties": { "facing": "west", "half": "top", @@ -135434,7 +142787,7 @@ } }, { - "id": 7602, + "id": 8679, "properties": { "facing": "west", "half": "top", @@ -135443,7 +142796,7 @@ } }, { - "id": 7603, + "id": 8680, "properties": { "facing": "west", "half": "top", @@ -135452,7 +142805,7 @@ } }, { - "id": 7604, + "id": 8681, "properties": { "facing": "west", "half": "top", @@ -135461,7 +142814,7 @@ } }, { - "id": 7605, + "id": 8682, "properties": { "facing": "west", "half": "top", @@ -135470,7 +142823,7 @@ } }, { - "id": 7606, + "id": 8683, "properties": { "facing": "west", "half": "top", @@ -135479,7 +142832,7 @@ } }, { - "id": 7607, + "id": 8684, "properties": { "facing": "west", "half": "top", @@ -135488,7 +142841,7 @@ } }, { - "id": 7608, + "id": 8685, "properties": { "facing": "west", "half": "top", @@ -135497,7 +142850,7 @@ } }, { - "id": 7609, + "id": 8686, "properties": { "facing": "west", "half": "top", @@ -135506,7 +142859,7 @@ } }, { - "id": 7610, + "id": 8687, "properties": { "facing": "west", "half": "bottom", @@ -135515,7 +142868,7 @@ } }, { - "id": 7611, + "id": 8688, "properties": { "facing": "west", "half": "bottom", @@ -135524,7 +142877,7 @@ } }, { - "id": 7612, + "id": 8689, "properties": { "facing": "west", "half": "bottom", @@ -135533,7 +142886,7 @@ } }, { - "id": 7613, + "id": 8690, "properties": { "facing": "west", "half": "bottom", @@ -135542,7 +142895,7 @@ } }, { - "id": 7614, + "id": 8691, "properties": { "facing": "west", "half": "bottom", @@ -135551,7 +142904,7 @@ } }, { - "id": 7615, + "id": 8692, "properties": { "facing": "west", "half": "bottom", @@ -135560,7 +142913,7 @@ } }, { - "id": 7616, + "id": 8693, "properties": { "facing": "west", "half": "bottom", @@ -135569,7 +142922,7 @@ } }, { - "id": 7617, + "id": 8694, "properties": { "facing": "west", "half": "bottom", @@ -135578,7 +142931,7 @@ } }, { - "id": 7618, + "id": 8695, "properties": { "facing": "west", "half": "bottom", @@ -135587,7 +142940,7 @@ } }, { - "id": 7619, + "id": 8696, "properties": { "facing": "west", "half": "bottom", @@ -135596,7 +142949,7 @@ } }, { - "id": 7620, + "id": 8697, "properties": { "facing": "east", "half": "top", @@ -135605,7 +142958,7 @@ } }, { - "id": 7621, + "id": 8698, "properties": { "facing": "east", "half": "top", @@ -135614,7 +142967,7 @@ } }, { - "id": 7622, + "id": 8699, "properties": { "facing": "east", "half": "top", @@ -135623,7 +142976,7 @@ } }, { - "id": 7623, + "id": 8700, "properties": { "facing": "east", "half": "top", @@ -135632,7 +142985,7 @@ } }, { - "id": 7624, + "id": 8701, "properties": { "facing": "east", "half": "top", @@ -135641,7 +142994,7 @@ } }, { - "id": 7625, + "id": 8702, "properties": { "facing": "east", "half": "top", @@ -135650,7 +143003,7 @@ } }, { - "id": 7626, + "id": 8703, "properties": { "facing": "east", "half": "top", @@ -135659,7 +143012,7 @@ } }, { - "id": 7627, + "id": 8704, "properties": { "facing": "east", "half": "top", @@ -135668,7 +143021,7 @@ } }, { - "id": 7628, + "id": 8705, "properties": { "facing": "east", "half": "top", @@ -135677,7 +143030,7 @@ } }, { - "id": 7629, + "id": 8706, "properties": { "facing": "east", "half": "top", @@ -135686,7 +143039,7 @@ } }, { - "id": 7630, + "id": 8707, "properties": { "facing": "east", "half": "bottom", @@ -135695,7 +143048,7 @@ } }, { - "id": 7631, + "id": 8708, "properties": { "facing": "east", "half": "bottom", @@ -135704,7 +143057,7 @@ } }, { - "id": 7632, + "id": 8709, "properties": { "facing": "east", "half": "bottom", @@ -135713,7 +143066,7 @@ } }, { - "id": 7633, + "id": 8710, "properties": { "facing": "east", "half": "bottom", @@ -135722,7 +143075,7 @@ } }, { - "id": 7634, + "id": 8711, "properties": { "facing": "east", "half": "bottom", @@ -135731,7 +143084,7 @@ } }, { - "id": 7635, + "id": 8712, "properties": { "facing": "east", "half": "bottom", @@ -135740,7 +143093,7 @@ } }, { - "id": 7636, + "id": 8713, "properties": { "facing": "east", "half": "bottom", @@ -135749,7 +143102,7 @@ } }, { - "id": 7637, + "id": 8714, "properties": { "facing": "east", "half": "bottom", @@ -135758,7 +143111,7 @@ } }, { - "id": 7638, + "id": 8715, "properties": { "facing": "east", "half": "bottom", @@ -135767,7 +143120,7 @@ } }, { - "id": 7639, + "id": 8716, "properties": { "facing": "east", "half": "bottom", @@ -135814,7 +143167,7 @@ }, "states": [ { - "id": 17127, + "id": 18236, "properties": { "east": "none", "north": "none", @@ -135825,7 +143178,7 @@ } }, { - "id": 17128, + "id": 18237, "properties": { "east": "none", "north": "none", @@ -135836,7 +143189,7 @@ } }, { - "id": 17129, + "id": 18238, "properties": { "east": "none", "north": "none", @@ -135848,7 +143201,7 @@ }, { "default": true, - "id": 17130, + "id": 18239, "properties": { "east": "none", "north": "none", @@ -135859,7 +143212,7 @@ } }, { - "id": 17131, + "id": 18240, "properties": { "east": "none", "north": "none", @@ -135870,7 +143223,7 @@ } }, { - "id": 17132, + "id": 18241, "properties": { "east": "none", "north": "none", @@ -135881,7 +143234,7 @@ } }, { - "id": 17133, + "id": 18242, "properties": { "east": "none", "north": "none", @@ -135892,7 +143245,7 @@ } }, { - "id": 17134, + "id": 18243, "properties": { "east": "none", "north": "none", @@ -135903,7 +143256,7 @@ } }, { - "id": 17135, + "id": 18244, "properties": { "east": "none", "north": "none", @@ -135914,7 +143267,7 @@ } }, { - "id": 17136, + "id": 18245, "properties": { "east": "none", "north": "none", @@ -135925,7 +143278,7 @@ } }, { - "id": 17137, + "id": 18246, "properties": { "east": "none", "north": "none", @@ -135936,7 +143289,7 @@ } }, { - "id": 17138, + "id": 18247, "properties": { "east": "none", "north": "none", @@ -135947,7 +143300,7 @@ } }, { - "id": 17139, + "id": 18248, "properties": { "east": "none", "north": "none", @@ -135958,7 +143311,7 @@ } }, { - "id": 17140, + "id": 18249, "properties": { "east": "none", "north": "none", @@ -135969,7 +143322,7 @@ } }, { - "id": 17141, + "id": 18250, "properties": { "east": "none", "north": "none", @@ -135980,7 +143333,7 @@ } }, { - "id": 17142, + "id": 18251, "properties": { "east": "none", "north": "none", @@ -135991,7 +143344,7 @@ } }, { - "id": 17143, + "id": 18252, "properties": { "east": "none", "north": "none", @@ -136002,7 +143355,7 @@ } }, { - "id": 17144, + "id": 18253, "properties": { "east": "none", "north": "none", @@ -136013,7 +143366,7 @@ } }, { - "id": 17145, + "id": 18254, "properties": { "east": "none", "north": "none", @@ -136024,7 +143377,7 @@ } }, { - "id": 17146, + "id": 18255, "properties": { "east": "none", "north": "none", @@ -136035,7 +143388,7 @@ } }, { - "id": 17147, + "id": 18256, "properties": { "east": "none", "north": "none", @@ -136046,7 +143399,7 @@ } }, { - "id": 17148, + "id": 18257, "properties": { "east": "none", "north": "none", @@ -136057,7 +143410,7 @@ } }, { - "id": 17149, + "id": 18258, "properties": { "east": "none", "north": "none", @@ -136068,7 +143421,7 @@ } }, { - "id": 17150, + "id": 18259, "properties": { "east": "none", "north": "none", @@ -136079,7 +143432,7 @@ } }, { - "id": 17151, + "id": 18260, "properties": { "east": "none", "north": "none", @@ -136090,7 +143443,7 @@ } }, { - "id": 17152, + "id": 18261, "properties": { "east": "none", "north": "none", @@ -136101,7 +143454,7 @@ } }, { - "id": 17153, + "id": 18262, "properties": { "east": "none", "north": "none", @@ -136112,7 +143465,7 @@ } }, { - "id": 17154, + "id": 18263, "properties": { "east": "none", "north": "none", @@ -136123,7 +143476,7 @@ } }, { - "id": 17155, + "id": 18264, "properties": { "east": "none", "north": "none", @@ -136134,7 +143487,7 @@ } }, { - "id": 17156, + "id": 18265, "properties": { "east": "none", "north": "none", @@ -136145,7 +143498,7 @@ } }, { - "id": 17157, + "id": 18266, "properties": { "east": "none", "north": "none", @@ -136156,7 +143509,7 @@ } }, { - "id": 17158, + "id": 18267, "properties": { "east": "none", "north": "none", @@ -136167,7 +143520,7 @@ } }, { - "id": 17159, + "id": 18268, "properties": { "east": "none", "north": "none", @@ -136178,7 +143531,7 @@ } }, { - "id": 17160, + "id": 18269, "properties": { "east": "none", "north": "none", @@ -136189,7 +143542,7 @@ } }, { - "id": 17161, + "id": 18270, "properties": { "east": "none", "north": "none", @@ -136200,7 +143553,7 @@ } }, { - "id": 17162, + "id": 18271, "properties": { "east": "none", "north": "none", @@ -136211,7 +143564,7 @@ } }, { - "id": 17163, + "id": 18272, "properties": { "east": "none", "north": "low", @@ -136222,7 +143575,7 @@ } }, { - "id": 17164, + "id": 18273, "properties": { "east": "none", "north": "low", @@ -136233,7 +143586,7 @@ } }, { - "id": 17165, + "id": 18274, "properties": { "east": "none", "north": "low", @@ -136244,7 +143597,7 @@ } }, { - "id": 17166, + "id": 18275, "properties": { "east": "none", "north": "low", @@ -136255,7 +143608,7 @@ } }, { - "id": 17167, + "id": 18276, "properties": { "east": "none", "north": "low", @@ -136266,7 +143619,7 @@ } }, { - "id": 17168, + "id": 18277, "properties": { "east": "none", "north": "low", @@ -136277,7 +143630,7 @@ } }, { - "id": 17169, + "id": 18278, "properties": { "east": "none", "north": "low", @@ -136288,7 +143641,7 @@ } }, { - "id": 17170, + "id": 18279, "properties": { "east": "none", "north": "low", @@ -136299,7 +143652,7 @@ } }, { - "id": 17171, + "id": 18280, "properties": { "east": "none", "north": "low", @@ -136310,7 +143663,7 @@ } }, { - "id": 17172, + "id": 18281, "properties": { "east": "none", "north": "low", @@ -136321,7 +143674,7 @@ } }, { - "id": 17173, + "id": 18282, "properties": { "east": "none", "north": "low", @@ -136332,7 +143685,7 @@ } }, { - "id": 17174, + "id": 18283, "properties": { "east": "none", "north": "low", @@ -136343,7 +143696,7 @@ } }, { - "id": 17175, + "id": 18284, "properties": { "east": "none", "north": "low", @@ -136354,7 +143707,7 @@ } }, { - "id": 17176, + "id": 18285, "properties": { "east": "none", "north": "low", @@ -136365,7 +143718,7 @@ } }, { - "id": 17177, + "id": 18286, "properties": { "east": "none", "north": "low", @@ -136376,7 +143729,7 @@ } }, { - "id": 17178, + "id": 18287, "properties": { "east": "none", "north": "low", @@ -136387,7 +143740,7 @@ } }, { - "id": 17179, + "id": 18288, "properties": { "east": "none", "north": "low", @@ -136398,7 +143751,7 @@ } }, { - "id": 17180, + "id": 18289, "properties": { "east": "none", "north": "low", @@ -136409,7 +143762,7 @@ } }, { - "id": 17181, + "id": 18290, "properties": { "east": "none", "north": "low", @@ -136420,7 +143773,7 @@ } }, { - "id": 17182, + "id": 18291, "properties": { "east": "none", "north": "low", @@ -136431,7 +143784,7 @@ } }, { - "id": 17183, + "id": 18292, "properties": { "east": "none", "north": "low", @@ -136442,7 +143795,7 @@ } }, { - "id": 17184, + "id": 18293, "properties": { "east": "none", "north": "low", @@ -136453,7 +143806,7 @@ } }, { - "id": 17185, + "id": 18294, "properties": { "east": "none", "north": "low", @@ -136464,7 +143817,7 @@ } }, { - "id": 17186, + "id": 18295, "properties": { "east": "none", "north": "low", @@ -136475,7 +143828,7 @@ } }, { - "id": 17187, + "id": 18296, "properties": { "east": "none", "north": "low", @@ -136486,7 +143839,7 @@ } }, { - "id": 17188, + "id": 18297, "properties": { "east": "none", "north": "low", @@ -136497,7 +143850,7 @@ } }, { - "id": 17189, + "id": 18298, "properties": { "east": "none", "north": "low", @@ -136508,7 +143861,7 @@ } }, { - "id": 17190, + "id": 18299, "properties": { "east": "none", "north": "low", @@ -136519,7 +143872,7 @@ } }, { - "id": 17191, + "id": 18300, "properties": { "east": "none", "north": "low", @@ -136530,7 +143883,7 @@ } }, { - "id": 17192, + "id": 18301, "properties": { "east": "none", "north": "low", @@ -136541,7 +143894,7 @@ } }, { - "id": 17193, + "id": 18302, "properties": { "east": "none", "north": "low", @@ -136552,7 +143905,7 @@ } }, { - "id": 17194, + "id": 18303, "properties": { "east": "none", "north": "low", @@ -136563,7 +143916,7 @@ } }, { - "id": 17195, + "id": 18304, "properties": { "east": "none", "north": "low", @@ -136574,7 +143927,7 @@ } }, { - "id": 17196, + "id": 18305, "properties": { "east": "none", "north": "low", @@ -136585,7 +143938,7 @@ } }, { - "id": 17197, + "id": 18306, "properties": { "east": "none", "north": "low", @@ -136596,7 +143949,7 @@ } }, { - "id": 17198, + "id": 18307, "properties": { "east": "none", "north": "low", @@ -136607,7 +143960,7 @@ } }, { - "id": 17199, + "id": 18308, "properties": { "east": "none", "north": "tall", @@ -136618,7 +143971,7 @@ } }, { - "id": 17200, + "id": 18309, "properties": { "east": "none", "north": "tall", @@ -136629,7 +143982,7 @@ } }, { - "id": 17201, + "id": 18310, "properties": { "east": "none", "north": "tall", @@ -136640,7 +143993,7 @@ } }, { - "id": 17202, + "id": 18311, "properties": { "east": "none", "north": "tall", @@ -136651,7 +144004,7 @@ } }, { - "id": 17203, + "id": 18312, "properties": { "east": "none", "north": "tall", @@ -136662,7 +144015,7 @@ } }, { - "id": 17204, + "id": 18313, "properties": { "east": "none", "north": "tall", @@ -136673,7 +144026,7 @@ } }, { - "id": 17205, + "id": 18314, "properties": { "east": "none", "north": "tall", @@ -136684,7 +144037,7 @@ } }, { - "id": 17206, + "id": 18315, "properties": { "east": "none", "north": "tall", @@ -136695,7 +144048,7 @@ } }, { - "id": 17207, + "id": 18316, "properties": { "east": "none", "north": "tall", @@ -136706,7 +144059,7 @@ } }, { - "id": 17208, + "id": 18317, "properties": { "east": "none", "north": "tall", @@ -136717,7 +144070,7 @@ } }, { - "id": 17209, + "id": 18318, "properties": { "east": "none", "north": "tall", @@ -136728,7 +144081,7 @@ } }, { - "id": 17210, + "id": 18319, "properties": { "east": "none", "north": "tall", @@ -136739,7 +144092,7 @@ } }, { - "id": 17211, + "id": 18320, "properties": { "east": "none", "north": "tall", @@ -136750,7 +144103,7 @@ } }, { - "id": 17212, + "id": 18321, "properties": { "east": "none", "north": "tall", @@ -136761,7 +144114,7 @@ } }, { - "id": 17213, + "id": 18322, "properties": { "east": "none", "north": "tall", @@ -136772,7 +144125,7 @@ } }, { - "id": 17214, + "id": 18323, "properties": { "east": "none", "north": "tall", @@ -136783,7 +144136,7 @@ } }, { - "id": 17215, + "id": 18324, "properties": { "east": "none", "north": "tall", @@ -136794,7 +144147,7 @@ } }, { - "id": 17216, + "id": 18325, "properties": { "east": "none", "north": "tall", @@ -136805,7 +144158,7 @@ } }, { - "id": 17217, + "id": 18326, "properties": { "east": "none", "north": "tall", @@ -136816,7 +144169,7 @@ } }, { - "id": 17218, + "id": 18327, "properties": { "east": "none", "north": "tall", @@ -136827,7 +144180,7 @@ } }, { - "id": 17219, + "id": 18328, "properties": { "east": "none", "north": "tall", @@ -136838,7 +144191,7 @@ } }, { - "id": 17220, + "id": 18329, "properties": { "east": "none", "north": "tall", @@ -136849,7 +144202,7 @@ } }, { - "id": 17221, + "id": 18330, "properties": { "east": "none", "north": "tall", @@ -136860,7 +144213,7 @@ } }, { - "id": 17222, + "id": 18331, "properties": { "east": "none", "north": "tall", @@ -136871,7 +144224,7 @@ } }, { - "id": 17223, + "id": 18332, "properties": { "east": "none", "north": "tall", @@ -136882,7 +144235,7 @@ } }, { - "id": 17224, + "id": 18333, "properties": { "east": "none", "north": "tall", @@ -136893,7 +144246,7 @@ } }, { - "id": 17225, + "id": 18334, "properties": { "east": "none", "north": "tall", @@ -136904,7 +144257,7 @@ } }, { - "id": 17226, + "id": 18335, "properties": { "east": "none", "north": "tall", @@ -136915,7 +144268,7 @@ } }, { - "id": 17227, + "id": 18336, "properties": { "east": "none", "north": "tall", @@ -136926,7 +144279,7 @@ } }, { - "id": 17228, + "id": 18337, "properties": { "east": "none", "north": "tall", @@ -136937,7 +144290,7 @@ } }, { - "id": 17229, + "id": 18338, "properties": { "east": "none", "north": "tall", @@ -136948,7 +144301,7 @@ } }, { - "id": 17230, + "id": 18339, "properties": { "east": "none", "north": "tall", @@ -136959,7 +144312,7 @@ } }, { - "id": 17231, + "id": 18340, "properties": { "east": "none", "north": "tall", @@ -136970,7 +144323,7 @@ } }, { - "id": 17232, + "id": 18341, "properties": { "east": "none", "north": "tall", @@ -136981,7 +144334,7 @@ } }, { - "id": 17233, + "id": 18342, "properties": { "east": "none", "north": "tall", @@ -136992,7 +144345,7 @@ } }, { - "id": 17234, + "id": 18343, "properties": { "east": "none", "north": "tall", @@ -137003,7 +144356,7 @@ } }, { - "id": 17235, + "id": 18344, "properties": { "east": "low", "north": "none", @@ -137014,7 +144367,7 @@ } }, { - "id": 17236, + "id": 18345, "properties": { "east": "low", "north": "none", @@ -137025,7 +144378,7 @@ } }, { - "id": 17237, + "id": 18346, "properties": { "east": "low", "north": "none", @@ -137036,7 +144389,7 @@ } }, { - "id": 17238, + "id": 18347, "properties": { "east": "low", "north": "none", @@ -137047,7 +144400,7 @@ } }, { - "id": 17239, + "id": 18348, "properties": { "east": "low", "north": "none", @@ -137058,7 +144411,7 @@ } }, { - "id": 17240, + "id": 18349, "properties": { "east": "low", "north": "none", @@ -137069,7 +144422,7 @@ } }, { - "id": 17241, + "id": 18350, "properties": { "east": "low", "north": "none", @@ -137080,7 +144433,7 @@ } }, { - "id": 17242, + "id": 18351, "properties": { "east": "low", "north": "none", @@ -137091,7 +144444,7 @@ } }, { - "id": 17243, + "id": 18352, "properties": { "east": "low", "north": "none", @@ -137102,7 +144455,7 @@ } }, { - "id": 17244, + "id": 18353, "properties": { "east": "low", "north": "none", @@ -137113,7 +144466,7 @@ } }, { - "id": 17245, + "id": 18354, "properties": { "east": "low", "north": "none", @@ -137124,7 +144477,7 @@ } }, { - "id": 17246, + "id": 18355, "properties": { "east": "low", "north": "none", @@ -137135,7 +144488,7 @@ } }, { - "id": 17247, + "id": 18356, "properties": { "east": "low", "north": "none", @@ -137146,7 +144499,7 @@ } }, { - "id": 17248, + "id": 18357, "properties": { "east": "low", "north": "none", @@ -137157,7 +144510,7 @@ } }, { - "id": 17249, + "id": 18358, "properties": { "east": "low", "north": "none", @@ -137168,7 +144521,7 @@ } }, { - "id": 17250, + "id": 18359, "properties": { "east": "low", "north": "none", @@ -137179,7 +144532,7 @@ } }, { - "id": 17251, + "id": 18360, "properties": { "east": "low", "north": "none", @@ -137190,7 +144543,7 @@ } }, { - "id": 17252, + "id": 18361, "properties": { "east": "low", "north": "none", @@ -137201,7 +144554,7 @@ } }, { - "id": 17253, + "id": 18362, "properties": { "east": "low", "north": "none", @@ -137212,7 +144565,7 @@ } }, { - "id": 17254, + "id": 18363, "properties": { "east": "low", "north": "none", @@ -137223,7 +144576,7 @@ } }, { - "id": 17255, + "id": 18364, "properties": { "east": "low", "north": "none", @@ -137234,7 +144587,7 @@ } }, { - "id": 17256, + "id": 18365, "properties": { "east": "low", "north": "none", @@ -137245,7 +144598,7 @@ } }, { - "id": 17257, + "id": 18366, "properties": { "east": "low", "north": "none", @@ -137256,7 +144609,7 @@ } }, { - "id": 17258, + "id": 18367, "properties": { "east": "low", "north": "none", @@ -137267,7 +144620,7 @@ } }, { - "id": 17259, + "id": 18368, "properties": { "east": "low", "north": "none", @@ -137278,7 +144631,7 @@ } }, { - "id": 17260, + "id": 18369, "properties": { "east": "low", "north": "none", @@ -137289,7 +144642,7 @@ } }, { - "id": 17261, + "id": 18370, "properties": { "east": "low", "north": "none", @@ -137300,7 +144653,7 @@ } }, { - "id": 17262, + "id": 18371, "properties": { "east": "low", "north": "none", @@ -137311,7 +144664,7 @@ } }, { - "id": 17263, + "id": 18372, "properties": { "east": "low", "north": "none", @@ -137322,7 +144675,7 @@ } }, { - "id": 17264, + "id": 18373, "properties": { "east": "low", "north": "none", @@ -137333,7 +144686,7 @@ } }, { - "id": 17265, + "id": 18374, "properties": { "east": "low", "north": "none", @@ -137344,7 +144697,7 @@ } }, { - "id": 17266, + "id": 18375, "properties": { "east": "low", "north": "none", @@ -137355,7 +144708,7 @@ } }, { - "id": 17267, + "id": 18376, "properties": { "east": "low", "north": "none", @@ -137366,7 +144719,7 @@ } }, { - "id": 17268, + "id": 18377, "properties": { "east": "low", "north": "none", @@ -137377,7 +144730,7 @@ } }, { - "id": 17269, + "id": 18378, "properties": { "east": "low", "north": "none", @@ -137388,7 +144741,7 @@ } }, { - "id": 17270, + "id": 18379, "properties": { "east": "low", "north": "none", @@ -137399,7 +144752,7 @@ } }, { - "id": 17271, + "id": 18380, "properties": { "east": "low", "north": "low", @@ -137410,7 +144763,7 @@ } }, { - "id": 17272, + "id": 18381, "properties": { "east": "low", "north": "low", @@ -137421,7 +144774,7 @@ } }, { - "id": 17273, + "id": 18382, "properties": { "east": "low", "north": "low", @@ -137432,7 +144785,7 @@ } }, { - "id": 17274, + "id": 18383, "properties": { "east": "low", "north": "low", @@ -137443,7 +144796,7 @@ } }, { - "id": 17275, + "id": 18384, "properties": { "east": "low", "north": "low", @@ -137454,7 +144807,7 @@ } }, { - "id": 17276, + "id": 18385, "properties": { "east": "low", "north": "low", @@ -137465,7 +144818,7 @@ } }, { - "id": 17277, + "id": 18386, "properties": { "east": "low", "north": "low", @@ -137476,7 +144829,7 @@ } }, { - "id": 17278, + "id": 18387, "properties": { "east": "low", "north": "low", @@ -137487,7 +144840,7 @@ } }, { - "id": 17279, + "id": 18388, "properties": { "east": "low", "north": "low", @@ -137498,7 +144851,7 @@ } }, { - "id": 17280, + "id": 18389, "properties": { "east": "low", "north": "low", @@ -137509,7 +144862,7 @@ } }, { - "id": 17281, + "id": 18390, "properties": { "east": "low", "north": "low", @@ -137520,7 +144873,7 @@ } }, { - "id": 17282, + "id": 18391, "properties": { "east": "low", "north": "low", @@ -137531,7 +144884,7 @@ } }, { - "id": 17283, + "id": 18392, "properties": { "east": "low", "north": "low", @@ -137542,7 +144895,7 @@ } }, { - "id": 17284, + "id": 18393, "properties": { "east": "low", "north": "low", @@ -137553,7 +144906,7 @@ } }, { - "id": 17285, + "id": 18394, "properties": { "east": "low", "north": "low", @@ -137564,7 +144917,7 @@ } }, { - "id": 17286, + "id": 18395, "properties": { "east": "low", "north": "low", @@ -137575,7 +144928,7 @@ } }, { - "id": 17287, + "id": 18396, "properties": { "east": "low", "north": "low", @@ -137586,7 +144939,7 @@ } }, { - "id": 17288, + "id": 18397, "properties": { "east": "low", "north": "low", @@ -137597,7 +144950,7 @@ } }, { - "id": 17289, + "id": 18398, "properties": { "east": "low", "north": "low", @@ -137608,7 +144961,7 @@ } }, { - "id": 17290, + "id": 18399, "properties": { "east": "low", "north": "low", @@ -137619,7 +144972,7 @@ } }, { - "id": 17291, + "id": 18400, "properties": { "east": "low", "north": "low", @@ -137630,7 +144983,7 @@ } }, { - "id": 17292, + "id": 18401, "properties": { "east": "low", "north": "low", @@ -137641,7 +144994,7 @@ } }, { - "id": 17293, + "id": 18402, "properties": { "east": "low", "north": "low", @@ -137652,7 +145005,7 @@ } }, { - "id": 17294, + "id": 18403, "properties": { "east": "low", "north": "low", @@ -137663,7 +145016,7 @@ } }, { - "id": 17295, + "id": 18404, "properties": { "east": "low", "north": "low", @@ -137674,7 +145027,7 @@ } }, { - "id": 17296, + "id": 18405, "properties": { "east": "low", "north": "low", @@ -137685,7 +145038,7 @@ } }, { - "id": 17297, + "id": 18406, "properties": { "east": "low", "north": "low", @@ -137696,7 +145049,7 @@ } }, { - "id": 17298, + "id": 18407, "properties": { "east": "low", "north": "low", @@ -137707,7 +145060,7 @@ } }, { - "id": 17299, + "id": 18408, "properties": { "east": "low", "north": "low", @@ -137718,7 +145071,7 @@ } }, { - "id": 17300, + "id": 18409, "properties": { "east": "low", "north": "low", @@ -137729,7 +145082,7 @@ } }, { - "id": 17301, + "id": 18410, "properties": { "east": "low", "north": "low", @@ -137740,7 +145093,7 @@ } }, { - "id": 17302, + "id": 18411, "properties": { "east": "low", "north": "low", @@ -137751,7 +145104,7 @@ } }, { - "id": 17303, + "id": 18412, "properties": { "east": "low", "north": "low", @@ -137762,7 +145115,7 @@ } }, { - "id": 17304, + "id": 18413, "properties": { "east": "low", "north": "low", @@ -137773,7 +145126,7 @@ } }, { - "id": 17305, + "id": 18414, "properties": { "east": "low", "north": "low", @@ -137784,7 +145137,7 @@ } }, { - "id": 17306, + "id": 18415, "properties": { "east": "low", "north": "low", @@ -137795,7 +145148,7 @@ } }, { - "id": 17307, + "id": 18416, "properties": { "east": "low", "north": "tall", @@ -137806,7 +145159,7 @@ } }, { - "id": 17308, + "id": 18417, "properties": { "east": "low", "north": "tall", @@ -137817,7 +145170,7 @@ } }, { - "id": 17309, + "id": 18418, "properties": { "east": "low", "north": "tall", @@ -137828,7 +145181,7 @@ } }, { - "id": 17310, + "id": 18419, "properties": { "east": "low", "north": "tall", @@ -137839,7 +145192,7 @@ } }, { - "id": 17311, + "id": 18420, "properties": { "east": "low", "north": "tall", @@ -137850,7 +145203,7 @@ } }, { - "id": 17312, + "id": 18421, "properties": { "east": "low", "north": "tall", @@ -137861,7 +145214,7 @@ } }, { - "id": 17313, + "id": 18422, "properties": { "east": "low", "north": "tall", @@ -137872,7 +145225,7 @@ } }, { - "id": 17314, + "id": 18423, "properties": { "east": "low", "north": "tall", @@ -137883,7 +145236,7 @@ } }, { - "id": 17315, + "id": 18424, "properties": { "east": "low", "north": "tall", @@ -137894,7 +145247,7 @@ } }, { - "id": 17316, + "id": 18425, "properties": { "east": "low", "north": "tall", @@ -137905,7 +145258,7 @@ } }, { - "id": 17317, + "id": 18426, "properties": { "east": "low", "north": "tall", @@ -137916,7 +145269,7 @@ } }, { - "id": 17318, + "id": 18427, "properties": { "east": "low", "north": "tall", @@ -137927,7 +145280,7 @@ } }, { - "id": 17319, + "id": 18428, "properties": { "east": "low", "north": "tall", @@ -137938,7 +145291,7 @@ } }, { - "id": 17320, + "id": 18429, "properties": { "east": "low", "north": "tall", @@ -137949,7 +145302,7 @@ } }, { - "id": 17321, + "id": 18430, "properties": { "east": "low", "north": "tall", @@ -137960,7 +145313,7 @@ } }, { - "id": 17322, + "id": 18431, "properties": { "east": "low", "north": "tall", @@ -137971,7 +145324,7 @@ } }, { - "id": 17323, + "id": 18432, "properties": { "east": "low", "north": "tall", @@ -137982,7 +145335,7 @@ } }, { - "id": 17324, + "id": 18433, "properties": { "east": "low", "north": "tall", @@ -137993,7 +145346,7 @@ } }, { - "id": 17325, + "id": 18434, "properties": { "east": "low", "north": "tall", @@ -138004,7 +145357,7 @@ } }, { - "id": 17326, + "id": 18435, "properties": { "east": "low", "north": "tall", @@ -138015,7 +145368,7 @@ } }, { - "id": 17327, + "id": 18436, "properties": { "east": "low", "north": "tall", @@ -138026,7 +145379,7 @@ } }, { - "id": 17328, + "id": 18437, "properties": { "east": "low", "north": "tall", @@ -138037,7 +145390,7 @@ } }, { - "id": 17329, + "id": 18438, "properties": { "east": "low", "north": "tall", @@ -138048,7 +145401,7 @@ } }, { - "id": 17330, + "id": 18439, "properties": { "east": "low", "north": "tall", @@ -138059,7 +145412,7 @@ } }, { - "id": 17331, + "id": 18440, "properties": { "east": "low", "north": "tall", @@ -138070,7 +145423,7 @@ } }, { - "id": 17332, + "id": 18441, "properties": { "east": "low", "north": "tall", @@ -138081,7 +145434,7 @@ } }, { - "id": 17333, + "id": 18442, "properties": { "east": "low", "north": "tall", @@ -138092,7 +145445,7 @@ } }, { - "id": 17334, + "id": 18443, "properties": { "east": "low", "north": "tall", @@ -138103,7 +145456,7 @@ } }, { - "id": 17335, + "id": 18444, "properties": { "east": "low", "north": "tall", @@ -138114,7 +145467,7 @@ } }, { - "id": 17336, + "id": 18445, "properties": { "east": "low", "north": "tall", @@ -138125,7 +145478,7 @@ } }, { - "id": 17337, + "id": 18446, "properties": { "east": "low", "north": "tall", @@ -138136,7 +145489,7 @@ } }, { - "id": 17338, + "id": 18447, "properties": { "east": "low", "north": "tall", @@ -138147,7 +145500,7 @@ } }, { - "id": 17339, + "id": 18448, "properties": { "east": "low", "north": "tall", @@ -138158,7 +145511,7 @@ } }, { - "id": 17340, + "id": 18449, "properties": { "east": "low", "north": "tall", @@ -138169,7 +145522,7 @@ } }, { - "id": 17341, + "id": 18450, "properties": { "east": "low", "north": "tall", @@ -138180,7 +145533,7 @@ } }, { - "id": 17342, + "id": 18451, "properties": { "east": "low", "north": "tall", @@ -138191,7 +145544,7 @@ } }, { - "id": 17343, + "id": 18452, "properties": { "east": "tall", "north": "none", @@ -138202,7 +145555,7 @@ } }, { - "id": 17344, + "id": 18453, "properties": { "east": "tall", "north": "none", @@ -138213,7 +145566,7 @@ } }, { - "id": 17345, + "id": 18454, "properties": { "east": "tall", "north": "none", @@ -138224,7 +145577,7 @@ } }, { - "id": 17346, + "id": 18455, "properties": { "east": "tall", "north": "none", @@ -138235,7 +145588,7 @@ } }, { - "id": 17347, + "id": 18456, "properties": { "east": "tall", "north": "none", @@ -138246,7 +145599,7 @@ } }, { - "id": 17348, + "id": 18457, "properties": { "east": "tall", "north": "none", @@ -138257,7 +145610,7 @@ } }, { - "id": 17349, + "id": 18458, "properties": { "east": "tall", "north": "none", @@ -138268,7 +145621,7 @@ } }, { - "id": 17350, + "id": 18459, "properties": { "east": "tall", "north": "none", @@ -138279,7 +145632,7 @@ } }, { - "id": 17351, + "id": 18460, "properties": { "east": "tall", "north": "none", @@ -138290,7 +145643,7 @@ } }, { - "id": 17352, + "id": 18461, "properties": { "east": "tall", "north": "none", @@ -138301,7 +145654,7 @@ } }, { - "id": 17353, + "id": 18462, "properties": { "east": "tall", "north": "none", @@ -138312,7 +145665,7 @@ } }, { - "id": 17354, + "id": 18463, "properties": { "east": "tall", "north": "none", @@ -138323,7 +145676,7 @@ } }, { - "id": 17355, + "id": 18464, "properties": { "east": "tall", "north": "none", @@ -138334,7 +145687,7 @@ } }, { - "id": 17356, + "id": 18465, "properties": { "east": "tall", "north": "none", @@ -138345,7 +145698,7 @@ } }, { - "id": 17357, + "id": 18466, "properties": { "east": "tall", "north": "none", @@ -138356,7 +145709,7 @@ } }, { - "id": 17358, + "id": 18467, "properties": { "east": "tall", "north": "none", @@ -138367,7 +145720,7 @@ } }, { - "id": 17359, + "id": 18468, "properties": { "east": "tall", "north": "none", @@ -138378,7 +145731,7 @@ } }, { - "id": 17360, + "id": 18469, "properties": { "east": "tall", "north": "none", @@ -138389,7 +145742,7 @@ } }, { - "id": 17361, + "id": 18470, "properties": { "east": "tall", "north": "none", @@ -138400,7 +145753,7 @@ } }, { - "id": 17362, + "id": 18471, "properties": { "east": "tall", "north": "none", @@ -138411,7 +145764,7 @@ } }, { - "id": 17363, + "id": 18472, "properties": { "east": "tall", "north": "none", @@ -138422,7 +145775,7 @@ } }, { - "id": 17364, + "id": 18473, "properties": { "east": "tall", "north": "none", @@ -138433,7 +145786,7 @@ } }, { - "id": 17365, + "id": 18474, "properties": { "east": "tall", "north": "none", @@ -138444,7 +145797,7 @@ } }, { - "id": 17366, + "id": 18475, "properties": { "east": "tall", "north": "none", @@ -138455,7 +145808,7 @@ } }, { - "id": 17367, + "id": 18476, "properties": { "east": "tall", "north": "none", @@ -138466,7 +145819,7 @@ } }, { - "id": 17368, + "id": 18477, "properties": { "east": "tall", "north": "none", @@ -138477,7 +145830,7 @@ } }, { - "id": 17369, + "id": 18478, "properties": { "east": "tall", "north": "none", @@ -138488,7 +145841,7 @@ } }, { - "id": 17370, + "id": 18479, "properties": { "east": "tall", "north": "none", @@ -138499,7 +145852,7 @@ } }, { - "id": 17371, + "id": 18480, "properties": { "east": "tall", "north": "none", @@ -138510,7 +145863,7 @@ } }, { - "id": 17372, + "id": 18481, "properties": { "east": "tall", "north": "none", @@ -138521,7 +145874,7 @@ } }, { - "id": 17373, + "id": 18482, "properties": { "east": "tall", "north": "none", @@ -138532,7 +145885,7 @@ } }, { - "id": 17374, + "id": 18483, "properties": { "east": "tall", "north": "none", @@ -138543,7 +145896,7 @@ } }, { - "id": 17375, + "id": 18484, "properties": { "east": "tall", "north": "none", @@ -138554,7 +145907,7 @@ } }, { - "id": 17376, + "id": 18485, "properties": { "east": "tall", "north": "none", @@ -138565,7 +145918,7 @@ } }, { - "id": 17377, + "id": 18486, "properties": { "east": "tall", "north": "none", @@ -138576,7 +145929,7 @@ } }, { - "id": 17378, + "id": 18487, "properties": { "east": "tall", "north": "none", @@ -138587,7 +145940,7 @@ } }, { - "id": 17379, + "id": 18488, "properties": { "east": "tall", "north": "low", @@ -138598,7 +145951,7 @@ } }, { - "id": 17380, + "id": 18489, "properties": { "east": "tall", "north": "low", @@ -138609,7 +145962,7 @@ } }, { - "id": 17381, + "id": 18490, "properties": { "east": "tall", "north": "low", @@ -138620,7 +145973,7 @@ } }, { - "id": 17382, + "id": 18491, "properties": { "east": "tall", "north": "low", @@ -138631,7 +145984,7 @@ } }, { - "id": 17383, + "id": 18492, "properties": { "east": "tall", "north": "low", @@ -138642,7 +145995,7 @@ } }, { - "id": 17384, + "id": 18493, "properties": { "east": "tall", "north": "low", @@ -138653,7 +146006,7 @@ } }, { - "id": 17385, + "id": 18494, "properties": { "east": "tall", "north": "low", @@ -138664,7 +146017,7 @@ } }, { - "id": 17386, + "id": 18495, "properties": { "east": "tall", "north": "low", @@ -138675,7 +146028,7 @@ } }, { - "id": 17387, + "id": 18496, "properties": { "east": "tall", "north": "low", @@ -138686,7 +146039,7 @@ } }, { - "id": 17388, + "id": 18497, "properties": { "east": "tall", "north": "low", @@ -138697,7 +146050,7 @@ } }, { - "id": 17389, + "id": 18498, "properties": { "east": "tall", "north": "low", @@ -138708,7 +146061,7 @@ } }, { - "id": 17390, + "id": 18499, "properties": { "east": "tall", "north": "low", @@ -138719,7 +146072,7 @@ } }, { - "id": 17391, + "id": 18500, "properties": { "east": "tall", "north": "low", @@ -138730,7 +146083,7 @@ } }, { - "id": 17392, + "id": 18501, "properties": { "east": "tall", "north": "low", @@ -138741,7 +146094,7 @@ } }, { - "id": 17393, + "id": 18502, "properties": { "east": "tall", "north": "low", @@ -138752,7 +146105,7 @@ } }, { - "id": 17394, + "id": 18503, "properties": { "east": "tall", "north": "low", @@ -138763,7 +146116,7 @@ } }, { - "id": 17395, + "id": 18504, "properties": { "east": "tall", "north": "low", @@ -138774,7 +146127,7 @@ } }, { - "id": 17396, + "id": 18505, "properties": { "east": "tall", "north": "low", @@ -138785,7 +146138,7 @@ } }, { - "id": 17397, + "id": 18506, "properties": { "east": "tall", "north": "low", @@ -138796,7 +146149,7 @@ } }, { - "id": 17398, + "id": 18507, "properties": { "east": "tall", "north": "low", @@ -138807,7 +146160,7 @@ } }, { - "id": 17399, + "id": 18508, "properties": { "east": "tall", "north": "low", @@ -138818,7 +146171,7 @@ } }, { - "id": 17400, + "id": 18509, "properties": { "east": "tall", "north": "low", @@ -138829,7 +146182,7 @@ } }, { - "id": 17401, + "id": 18510, "properties": { "east": "tall", "north": "low", @@ -138840,7 +146193,7 @@ } }, { - "id": 17402, + "id": 18511, "properties": { "east": "tall", "north": "low", @@ -138851,7 +146204,7 @@ } }, { - "id": 17403, + "id": 18512, "properties": { "east": "tall", "north": "low", @@ -138862,7 +146215,7 @@ } }, { - "id": 17404, + "id": 18513, "properties": { "east": "tall", "north": "low", @@ -138873,7 +146226,7 @@ } }, { - "id": 17405, + "id": 18514, "properties": { "east": "tall", "north": "low", @@ -138884,7 +146237,7 @@ } }, { - "id": 17406, + "id": 18515, "properties": { "east": "tall", "north": "low", @@ -138895,7 +146248,7 @@ } }, { - "id": 17407, + "id": 18516, "properties": { "east": "tall", "north": "low", @@ -138906,7 +146259,7 @@ } }, { - "id": 17408, + "id": 18517, "properties": { "east": "tall", "north": "low", @@ -138917,7 +146270,7 @@ } }, { - "id": 17409, + "id": 18518, "properties": { "east": "tall", "north": "low", @@ -138928,7 +146281,7 @@ } }, { - "id": 17410, + "id": 18519, "properties": { "east": "tall", "north": "low", @@ -138939,7 +146292,7 @@ } }, { - "id": 17411, + "id": 18520, "properties": { "east": "tall", "north": "low", @@ -138950,7 +146303,7 @@ } }, { - "id": 17412, + "id": 18521, "properties": { "east": "tall", "north": "low", @@ -138961,7 +146314,7 @@ } }, { - "id": 17413, + "id": 18522, "properties": { "east": "tall", "north": "low", @@ -138972,7 +146325,7 @@ } }, { - "id": 17414, + "id": 18523, "properties": { "east": "tall", "north": "low", @@ -138983,7 +146336,7 @@ } }, { - "id": 17415, + "id": 18524, "properties": { "east": "tall", "north": "tall", @@ -138994,7 +146347,7 @@ } }, { - "id": 17416, + "id": 18525, "properties": { "east": "tall", "north": "tall", @@ -139005,7 +146358,7 @@ } }, { - "id": 17417, + "id": 18526, "properties": { "east": "tall", "north": "tall", @@ -139016,7 +146369,7 @@ } }, { - "id": 17418, + "id": 18527, "properties": { "east": "tall", "north": "tall", @@ -139027,7 +146380,7 @@ } }, { - "id": 17419, + "id": 18528, "properties": { "east": "tall", "north": "tall", @@ -139038,7 +146391,7 @@ } }, { - "id": 17420, + "id": 18529, "properties": { "east": "tall", "north": "tall", @@ -139049,7 +146402,7 @@ } }, { - "id": 17421, + "id": 18530, "properties": { "east": "tall", "north": "tall", @@ -139060,7 +146413,7 @@ } }, { - "id": 17422, + "id": 18531, "properties": { "east": "tall", "north": "tall", @@ -139071,7 +146424,7 @@ } }, { - "id": 17423, + "id": 18532, "properties": { "east": "tall", "north": "tall", @@ -139082,7 +146435,7 @@ } }, { - "id": 17424, + "id": 18533, "properties": { "east": "tall", "north": "tall", @@ -139093,7 +146446,7 @@ } }, { - "id": 17425, + "id": 18534, "properties": { "east": "tall", "north": "tall", @@ -139104,7 +146457,7 @@ } }, { - "id": 17426, + "id": 18535, "properties": { "east": "tall", "north": "tall", @@ -139115,7 +146468,7 @@ } }, { - "id": 17427, + "id": 18536, "properties": { "east": "tall", "north": "tall", @@ -139126,7 +146479,7 @@ } }, { - "id": 17428, + "id": 18537, "properties": { "east": "tall", "north": "tall", @@ -139137,7 +146490,7 @@ } }, { - "id": 17429, + "id": 18538, "properties": { "east": "tall", "north": "tall", @@ -139148,7 +146501,7 @@ } }, { - "id": 17430, + "id": 18539, "properties": { "east": "tall", "north": "tall", @@ -139159,7 +146512,7 @@ } }, { - "id": 17431, + "id": 18540, "properties": { "east": "tall", "north": "tall", @@ -139170,7 +146523,7 @@ } }, { - "id": 17432, + "id": 18541, "properties": { "east": "tall", "north": "tall", @@ -139181,7 +146534,7 @@ } }, { - "id": 17433, + "id": 18542, "properties": { "east": "tall", "north": "tall", @@ -139192,7 +146545,7 @@ } }, { - "id": 17434, + "id": 18543, "properties": { "east": "tall", "north": "tall", @@ -139203,7 +146556,7 @@ } }, { - "id": 17435, + "id": 18544, "properties": { "east": "tall", "north": "tall", @@ -139214,7 +146567,7 @@ } }, { - "id": 17436, + "id": 18545, "properties": { "east": "tall", "north": "tall", @@ -139225,7 +146578,7 @@ } }, { - "id": 17437, + "id": 18546, "properties": { "east": "tall", "north": "tall", @@ -139236,7 +146589,7 @@ } }, { - "id": 17438, + "id": 18547, "properties": { "east": "tall", "north": "tall", @@ -139247,7 +146600,7 @@ } }, { - "id": 17439, + "id": 18548, "properties": { "east": "tall", "north": "tall", @@ -139258,7 +146611,7 @@ } }, { - "id": 17440, + "id": 18549, "properties": { "east": "tall", "north": "tall", @@ -139269,7 +146622,7 @@ } }, { - "id": 17441, + "id": 18550, "properties": { "east": "tall", "north": "tall", @@ -139280,7 +146633,7 @@ } }, { - "id": 17442, + "id": 18551, "properties": { "east": "tall", "north": "tall", @@ -139291,7 +146644,7 @@ } }, { - "id": 17443, + "id": 18552, "properties": { "east": "tall", "north": "tall", @@ -139302,7 +146655,7 @@ } }, { - "id": 17444, + "id": 18553, "properties": { "east": "tall", "north": "tall", @@ -139313,7 +146666,7 @@ } }, { - "id": 17445, + "id": 18554, "properties": { "east": "tall", "north": "tall", @@ -139324,7 +146677,7 @@ } }, { - "id": 17446, + "id": 18555, "properties": { "east": "tall", "north": "tall", @@ -139335,7 +146688,7 @@ } }, { - "id": 17447, + "id": 18556, "properties": { "east": "tall", "north": "tall", @@ -139346,7 +146699,7 @@ } }, { - "id": 17448, + "id": 18557, "properties": { "east": "tall", "north": "tall", @@ -139357,7 +146710,7 @@ } }, { - "id": 17449, + "id": 18558, "properties": { "east": "tall", "north": "tall", @@ -139368,7 +146721,7 @@ } }, { - "id": 17450, + "id": 18559, "properties": { "east": "tall", "north": "tall", @@ -139388,7 +146741,7 @@ "states": [ { "default": true, - "id": 6785 + "id": 7558 } ] }, @@ -139460,7 +146813,7 @@ "states": [ { "default": true, - "id": 6920, + "id": 7693, "properties": { "down": "true", "east": "true", @@ -139471,7 +146824,7 @@ } }, { - "id": 6921, + "id": 7694, "properties": { "down": "true", "east": "true", @@ -139482,7 +146835,7 @@ } }, { - "id": 6922, + "id": 7695, "properties": { "down": "true", "east": "true", @@ -139493,7 +146846,7 @@ } }, { - "id": 6923, + "id": 7696, "properties": { "down": "true", "east": "true", @@ -139504,7 +146857,7 @@ } }, { - "id": 6924, + "id": 7697, "properties": { "down": "true", "east": "true", @@ -139515,7 +146868,7 @@ } }, { - "id": 6925, + "id": 7698, "properties": { "down": "true", "east": "true", @@ -139526,7 +146879,7 @@ } }, { - "id": 6926, + "id": 7699, "properties": { "down": "true", "east": "true", @@ -139537,7 +146890,7 @@ } }, { - "id": 6927, + "id": 7700, "properties": { "down": "true", "east": "true", @@ -139548,7 +146901,7 @@ } }, { - "id": 6928, + "id": 7701, "properties": { "down": "true", "east": "true", @@ -139559,7 +146912,7 @@ } }, { - "id": 6929, + "id": 7702, "properties": { "down": "true", "east": "true", @@ -139570,7 +146923,7 @@ } }, { - "id": 6930, + "id": 7703, "properties": { "down": "true", "east": "true", @@ -139581,7 +146934,7 @@ } }, { - "id": 6931, + "id": 7704, "properties": { "down": "true", "east": "true", @@ -139592,7 +146945,7 @@ } }, { - "id": 6932, + "id": 7705, "properties": { "down": "true", "east": "true", @@ -139603,7 +146956,7 @@ } }, { - "id": 6933, + "id": 7706, "properties": { "down": "true", "east": "true", @@ -139614,7 +146967,7 @@ } }, { - "id": 6934, + "id": 7707, "properties": { "down": "true", "east": "true", @@ -139625,7 +146978,7 @@ } }, { - "id": 6935, + "id": 7708, "properties": { "down": "true", "east": "true", @@ -139636,7 +146989,7 @@ } }, { - "id": 6936, + "id": 7709, "properties": { "down": "true", "east": "false", @@ -139647,7 +147000,7 @@ } }, { - "id": 6937, + "id": 7710, "properties": { "down": "true", "east": "false", @@ -139658,7 +147011,7 @@ } }, { - "id": 6938, + "id": 7711, "properties": { "down": "true", "east": "false", @@ -139669,7 +147022,7 @@ } }, { - "id": 6939, + "id": 7712, "properties": { "down": "true", "east": "false", @@ -139680,7 +147033,7 @@ } }, { - "id": 6940, + "id": 7713, "properties": { "down": "true", "east": "false", @@ -139691,7 +147044,7 @@ } }, { - "id": 6941, + "id": 7714, "properties": { "down": "true", "east": "false", @@ -139702,7 +147055,7 @@ } }, { - "id": 6942, + "id": 7715, "properties": { "down": "true", "east": "false", @@ -139713,7 +147066,7 @@ } }, { - "id": 6943, + "id": 7716, "properties": { "down": "true", "east": "false", @@ -139724,7 +147077,7 @@ } }, { - "id": 6944, + "id": 7717, "properties": { "down": "true", "east": "false", @@ -139735,7 +147088,7 @@ } }, { - "id": 6945, + "id": 7718, "properties": { "down": "true", "east": "false", @@ -139746,7 +147099,7 @@ } }, { - "id": 6946, + "id": 7719, "properties": { "down": "true", "east": "false", @@ -139757,7 +147110,7 @@ } }, { - "id": 6947, + "id": 7720, "properties": { "down": "true", "east": "false", @@ -139768,7 +147121,7 @@ } }, { - "id": 6948, + "id": 7721, "properties": { "down": "true", "east": "false", @@ -139779,7 +147132,7 @@ } }, { - "id": 6949, + "id": 7722, "properties": { "down": "true", "east": "false", @@ -139790,7 +147143,7 @@ } }, { - "id": 6950, + "id": 7723, "properties": { "down": "true", "east": "false", @@ -139801,7 +147154,7 @@ } }, { - "id": 6951, + "id": 7724, "properties": { "down": "true", "east": "false", @@ -139812,7 +147165,7 @@ } }, { - "id": 6952, + "id": 7725, "properties": { "down": "false", "east": "true", @@ -139823,7 +147176,7 @@ } }, { - "id": 6953, + "id": 7726, "properties": { "down": "false", "east": "true", @@ -139834,7 +147187,7 @@ } }, { - "id": 6954, + "id": 7727, "properties": { "down": "false", "east": "true", @@ -139845,7 +147198,7 @@ } }, { - "id": 6955, + "id": 7728, "properties": { "down": "false", "east": "true", @@ -139856,7 +147209,7 @@ } }, { - "id": 6956, + "id": 7729, "properties": { "down": "false", "east": "true", @@ -139867,7 +147220,7 @@ } }, { - "id": 6957, + "id": 7730, "properties": { "down": "false", "east": "true", @@ -139878,7 +147231,7 @@ } }, { - "id": 6958, + "id": 7731, "properties": { "down": "false", "east": "true", @@ -139889,7 +147242,7 @@ } }, { - "id": 6959, + "id": 7732, "properties": { "down": "false", "east": "true", @@ -139900,7 +147253,7 @@ } }, { - "id": 6960, + "id": 7733, "properties": { "down": "false", "east": "true", @@ -139911,7 +147264,7 @@ } }, { - "id": 6961, + "id": 7734, "properties": { "down": "false", "east": "true", @@ -139922,7 +147275,7 @@ } }, { - "id": 6962, + "id": 7735, "properties": { "down": "false", "east": "true", @@ -139933,7 +147286,7 @@ } }, { - "id": 6963, + "id": 7736, "properties": { "down": "false", "east": "true", @@ -139944,7 +147297,7 @@ } }, { - "id": 6964, + "id": 7737, "properties": { "down": "false", "east": "true", @@ -139955,7 +147308,7 @@ } }, { - "id": 6965, + "id": 7738, "properties": { "down": "false", "east": "true", @@ -139966,7 +147319,7 @@ } }, { - "id": 6966, + "id": 7739, "properties": { "down": "false", "east": "true", @@ -139977,7 +147330,7 @@ } }, { - "id": 6967, + "id": 7740, "properties": { "down": "false", "east": "true", @@ -139988,7 +147341,7 @@ } }, { - "id": 6968, + "id": 7741, "properties": { "down": "false", "east": "false", @@ -139999,7 +147352,7 @@ } }, { - "id": 6969, + "id": 7742, "properties": { "down": "false", "east": "false", @@ -140010,7 +147363,7 @@ } }, { - "id": 6970, + "id": 7743, "properties": { "down": "false", "east": "false", @@ -140021,7 +147374,7 @@ } }, { - "id": 6971, + "id": 7744, "properties": { "down": "false", "east": "false", @@ -140032,7 +147385,7 @@ } }, { - "id": 6972, + "id": 7745, "properties": { "down": "false", "east": "false", @@ -140043,7 +147396,7 @@ } }, { - "id": 6973, + "id": 7746, "properties": { "down": "false", "east": "false", @@ -140054,7 +147407,7 @@ } }, { - "id": 6974, + "id": 7747, "properties": { "down": "false", "east": "false", @@ -140065,7 +147418,7 @@ } }, { - "id": 6975, + "id": 7748, "properties": { "down": "false", "east": "false", @@ -140076,7 +147429,7 @@ } }, { - "id": 6976, + "id": 7749, "properties": { "down": "false", "east": "false", @@ -140087,7 +147440,7 @@ } }, { - "id": 6977, + "id": 7750, "properties": { "down": "false", "east": "false", @@ -140098,7 +147451,7 @@ } }, { - "id": 6978, + "id": 7751, "properties": { "down": "false", "east": "false", @@ -140109,7 +147462,7 @@ } }, { - "id": 6979, + "id": 7752, "properties": { "down": "false", "east": "false", @@ -140120,7 +147473,7 @@ } }, { - "id": 6980, + "id": 7753, "properties": { "down": "false", "east": "false", @@ -140131,7 +147484,7 @@ } }, { - "id": 6981, + "id": 7754, "properties": { "down": "false", "east": "false", @@ -140142,7 +147495,7 @@ } }, { - "id": 6982, + "id": 7755, "properties": { "down": "false", "east": "false", @@ -140153,7 +147506,7 @@ } }, { - "id": 6983, + "id": 7756, "properties": { "down": "false", "east": "false", @@ -140178,14 +147531,14 @@ }, "states": [ { - "id": 7640, + "id": 8717, "properties": { "snowy": "true" } }, { "default": true, - "id": 7641, + "id": 8718, "properties": { "snowy": "false" } @@ -140221,7 +147574,7 @@ }, "states": [ { - "id": 8057, + "id": 9134, "properties": { "east": "true", "north": "true", @@ -140231,7 +147584,7 @@ } }, { - "id": 8058, + "id": 9135, "properties": { "east": "true", "north": "true", @@ -140241,7 +147594,7 @@ } }, { - "id": 8059, + "id": 9136, "properties": { "east": "true", "north": "true", @@ -140251,7 +147604,7 @@ } }, { - "id": 8060, + "id": 9137, "properties": { "east": "true", "north": "true", @@ -140261,7 +147614,7 @@ } }, { - "id": 8061, + "id": 9138, "properties": { "east": "true", "north": "true", @@ -140271,7 +147624,7 @@ } }, { - "id": 8062, + "id": 9139, "properties": { "east": "true", "north": "true", @@ -140281,7 +147634,7 @@ } }, { - "id": 8063, + "id": 9140, "properties": { "east": "true", "north": "true", @@ -140291,7 +147644,7 @@ } }, { - "id": 8064, + "id": 9141, "properties": { "east": "true", "north": "true", @@ -140301,7 +147654,7 @@ } }, { - "id": 8065, + "id": 9142, "properties": { "east": "true", "north": "false", @@ -140311,7 +147664,7 @@ } }, { - "id": 8066, + "id": 9143, "properties": { "east": "true", "north": "false", @@ -140321,7 +147674,7 @@ } }, { - "id": 8067, + "id": 9144, "properties": { "east": "true", "north": "false", @@ -140331,7 +147684,7 @@ } }, { - "id": 8068, + "id": 9145, "properties": { "east": "true", "north": "false", @@ -140341,7 +147694,7 @@ } }, { - "id": 8069, + "id": 9146, "properties": { "east": "true", "north": "false", @@ -140351,7 +147704,7 @@ } }, { - "id": 8070, + "id": 9147, "properties": { "east": "true", "north": "false", @@ -140361,7 +147714,7 @@ } }, { - "id": 8071, + "id": 9148, "properties": { "east": "true", "north": "false", @@ -140371,7 +147724,7 @@ } }, { - "id": 8072, + "id": 9149, "properties": { "east": "true", "north": "false", @@ -140381,7 +147734,7 @@ } }, { - "id": 8073, + "id": 9150, "properties": { "east": "false", "north": "true", @@ -140391,7 +147744,7 @@ } }, { - "id": 8074, + "id": 9151, "properties": { "east": "false", "north": "true", @@ -140401,7 +147754,7 @@ } }, { - "id": 8075, + "id": 9152, "properties": { "east": "false", "north": "true", @@ -140411,7 +147764,7 @@ } }, { - "id": 8076, + "id": 9153, "properties": { "east": "false", "north": "true", @@ -140421,7 +147774,7 @@ } }, { - "id": 8077, + "id": 9154, "properties": { "east": "false", "north": "true", @@ -140431,7 +147784,7 @@ } }, { - "id": 8078, + "id": 9155, "properties": { "east": "false", "north": "true", @@ -140441,7 +147794,7 @@ } }, { - "id": 8079, + "id": 9156, "properties": { "east": "false", "north": "true", @@ -140451,7 +147804,7 @@ } }, { - "id": 8080, + "id": 9157, "properties": { "east": "false", "north": "true", @@ -140461,7 +147814,7 @@ } }, { - "id": 8081, + "id": 9158, "properties": { "east": "false", "north": "false", @@ -140471,7 +147824,7 @@ } }, { - "id": 8082, + "id": 9159, "properties": { "east": "false", "north": "false", @@ -140481,7 +147834,7 @@ } }, { - "id": 8083, + "id": 9160, "properties": { "east": "false", "north": "false", @@ -140491,7 +147844,7 @@ } }, { - "id": 8084, + "id": 9161, "properties": { "east": "false", "north": "false", @@ -140501,7 +147854,7 @@ } }, { - "id": 8085, + "id": 9162, "properties": { "east": "false", "north": "false", @@ -140511,7 +147864,7 @@ } }, { - "id": 8086, + "id": 9163, "properties": { "east": "false", "north": "false", @@ -140521,7 +147874,7 @@ } }, { - "id": 8087, + "id": 9164, "properties": { "east": "false", "north": "false", @@ -140532,7 +147885,7 @@ }, { "default": true, - "id": 8088, + "id": 9165, "properties": { "east": "false", "north": "false", @@ -140561,21 +147914,21 @@ }, "states": [ { - "id": 12171, + "id": 13248, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12172, + "id": 13249, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12173, + "id": 13250, "properties": { "type": "bottom", "waterlogged": "true" @@ -140583,21 +147936,21 @@ }, { "default": true, - "id": 12174, + "id": 13251, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12175, + "id": 13252, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12176, + "id": 13253, "properties": { "type": "double", "waterlogged": "false" @@ -140638,7 +147991,7 @@ }, "states": [ { - "id": 8089, + "id": 9166, "properties": { "facing": "north", "half": "top", @@ -140647,7 +148000,7 @@ } }, { - "id": 8090, + "id": 9167, "properties": { "facing": "north", "half": "top", @@ -140656,7 +148009,7 @@ } }, { - "id": 8091, + "id": 9168, "properties": { "facing": "north", "half": "top", @@ -140665,7 +148018,7 @@ } }, { - "id": 8092, + "id": 9169, "properties": { "facing": "north", "half": "top", @@ -140674,7 +148027,7 @@ } }, { - "id": 8093, + "id": 9170, "properties": { "facing": "north", "half": "top", @@ -140683,7 +148036,7 @@ } }, { - "id": 8094, + "id": 9171, "properties": { "facing": "north", "half": "top", @@ -140692,7 +148045,7 @@ } }, { - "id": 8095, + "id": 9172, "properties": { "facing": "north", "half": "top", @@ -140701,7 +148054,7 @@ } }, { - "id": 8096, + "id": 9173, "properties": { "facing": "north", "half": "top", @@ -140710,7 +148063,7 @@ } }, { - "id": 8097, + "id": 9174, "properties": { "facing": "north", "half": "top", @@ -140719,7 +148072,7 @@ } }, { - "id": 8098, + "id": 9175, "properties": { "facing": "north", "half": "top", @@ -140728,7 +148081,7 @@ } }, { - "id": 8099, + "id": 9176, "properties": { "facing": "north", "half": "bottom", @@ -140738,7 +148091,7 @@ }, { "default": true, - "id": 8100, + "id": 9177, "properties": { "facing": "north", "half": "bottom", @@ -140747,7 +148100,7 @@ } }, { - "id": 8101, + "id": 9178, "properties": { "facing": "north", "half": "bottom", @@ -140756,7 +148109,7 @@ } }, { - "id": 8102, + "id": 9179, "properties": { "facing": "north", "half": "bottom", @@ -140765,7 +148118,7 @@ } }, { - "id": 8103, + "id": 9180, "properties": { "facing": "north", "half": "bottom", @@ -140774,7 +148127,7 @@ } }, { - "id": 8104, + "id": 9181, "properties": { "facing": "north", "half": "bottom", @@ -140783,7 +148136,7 @@ } }, { - "id": 8105, + "id": 9182, "properties": { "facing": "north", "half": "bottom", @@ -140792,7 +148145,7 @@ } }, { - "id": 8106, + "id": 9183, "properties": { "facing": "north", "half": "bottom", @@ -140801,7 +148154,7 @@ } }, { - "id": 8107, + "id": 9184, "properties": { "facing": "north", "half": "bottom", @@ -140810,7 +148163,7 @@ } }, { - "id": 8108, + "id": 9185, "properties": { "facing": "north", "half": "bottom", @@ -140819,7 +148172,7 @@ } }, { - "id": 8109, + "id": 9186, "properties": { "facing": "south", "half": "top", @@ -140828,7 +148181,7 @@ } }, { - "id": 8110, + "id": 9187, "properties": { "facing": "south", "half": "top", @@ -140837,7 +148190,7 @@ } }, { - "id": 8111, + "id": 9188, "properties": { "facing": "south", "half": "top", @@ -140846,7 +148199,7 @@ } }, { - "id": 8112, + "id": 9189, "properties": { "facing": "south", "half": "top", @@ -140855,7 +148208,7 @@ } }, { - "id": 8113, + "id": 9190, "properties": { "facing": "south", "half": "top", @@ -140864,7 +148217,7 @@ } }, { - "id": 8114, + "id": 9191, "properties": { "facing": "south", "half": "top", @@ -140873,7 +148226,7 @@ } }, { - "id": 8115, + "id": 9192, "properties": { "facing": "south", "half": "top", @@ -140882,7 +148235,7 @@ } }, { - "id": 8116, + "id": 9193, "properties": { "facing": "south", "half": "top", @@ -140891,7 +148244,7 @@ } }, { - "id": 8117, + "id": 9194, "properties": { "facing": "south", "half": "top", @@ -140900,7 +148253,7 @@ } }, { - "id": 8118, + "id": 9195, "properties": { "facing": "south", "half": "top", @@ -140909,7 +148262,7 @@ } }, { - "id": 8119, + "id": 9196, "properties": { "facing": "south", "half": "bottom", @@ -140918,7 +148271,7 @@ } }, { - "id": 8120, + "id": 9197, "properties": { "facing": "south", "half": "bottom", @@ -140927,7 +148280,7 @@ } }, { - "id": 8121, + "id": 9198, "properties": { "facing": "south", "half": "bottom", @@ -140936,7 +148289,7 @@ } }, { - "id": 8122, + "id": 9199, "properties": { "facing": "south", "half": "bottom", @@ -140945,7 +148298,7 @@ } }, { - "id": 8123, + "id": 9200, "properties": { "facing": "south", "half": "bottom", @@ -140954,7 +148307,7 @@ } }, { - "id": 8124, + "id": 9201, "properties": { "facing": "south", "half": "bottom", @@ -140963,7 +148316,7 @@ } }, { - "id": 8125, + "id": 9202, "properties": { "facing": "south", "half": "bottom", @@ -140972,7 +148325,7 @@ } }, { - "id": 8126, + "id": 9203, "properties": { "facing": "south", "half": "bottom", @@ -140981,7 +148334,7 @@ } }, { - "id": 8127, + "id": 9204, "properties": { "facing": "south", "half": "bottom", @@ -140990,7 +148343,7 @@ } }, { - "id": 8128, + "id": 9205, "properties": { "facing": "south", "half": "bottom", @@ -140999,7 +148352,7 @@ } }, { - "id": 8129, + "id": 9206, "properties": { "facing": "west", "half": "top", @@ -141008,7 +148361,7 @@ } }, { - "id": 8130, + "id": 9207, "properties": { "facing": "west", "half": "top", @@ -141017,7 +148370,7 @@ } }, { - "id": 8131, + "id": 9208, "properties": { "facing": "west", "half": "top", @@ -141026,7 +148379,7 @@ } }, { - "id": 8132, + "id": 9209, "properties": { "facing": "west", "half": "top", @@ -141035,7 +148388,7 @@ } }, { - "id": 8133, + "id": 9210, "properties": { "facing": "west", "half": "top", @@ -141044,7 +148397,7 @@ } }, { - "id": 8134, + "id": 9211, "properties": { "facing": "west", "half": "top", @@ -141053,7 +148406,7 @@ } }, { - "id": 8135, + "id": 9212, "properties": { "facing": "west", "half": "top", @@ -141062,7 +148415,7 @@ } }, { - "id": 8136, + "id": 9213, "properties": { "facing": "west", "half": "top", @@ -141071,7 +148424,7 @@ } }, { - "id": 8137, + "id": 9214, "properties": { "facing": "west", "half": "top", @@ -141080,7 +148433,7 @@ } }, { - "id": 8138, + "id": 9215, "properties": { "facing": "west", "half": "top", @@ -141089,7 +148442,7 @@ } }, { - "id": 8139, + "id": 9216, "properties": { "facing": "west", "half": "bottom", @@ -141098,7 +148451,7 @@ } }, { - "id": 8140, + "id": 9217, "properties": { "facing": "west", "half": "bottom", @@ -141107,7 +148460,7 @@ } }, { - "id": 8141, + "id": 9218, "properties": { "facing": "west", "half": "bottom", @@ -141116,7 +148469,7 @@ } }, { - "id": 8142, + "id": 9219, "properties": { "facing": "west", "half": "bottom", @@ -141125,7 +148478,7 @@ } }, { - "id": 8143, + "id": 9220, "properties": { "facing": "west", "half": "bottom", @@ -141134,7 +148487,7 @@ } }, { - "id": 8144, + "id": 9221, "properties": { "facing": "west", "half": "bottom", @@ -141143,7 +148496,7 @@ } }, { - "id": 8145, + "id": 9222, "properties": { "facing": "west", "half": "bottom", @@ -141152,7 +148505,7 @@ } }, { - "id": 8146, + "id": 9223, "properties": { "facing": "west", "half": "bottom", @@ -141161,7 +148514,7 @@ } }, { - "id": 8147, + "id": 9224, "properties": { "facing": "west", "half": "bottom", @@ -141170,7 +148523,7 @@ } }, { - "id": 8148, + "id": 9225, "properties": { "facing": "west", "half": "bottom", @@ -141179,7 +148532,7 @@ } }, { - "id": 8149, + "id": 9226, "properties": { "facing": "east", "half": "top", @@ -141188,7 +148541,7 @@ } }, { - "id": 8150, + "id": 9227, "properties": { "facing": "east", "half": "top", @@ -141197,7 +148550,7 @@ } }, { - "id": 8151, + "id": 9228, "properties": { "facing": "east", "half": "top", @@ -141206,7 +148559,7 @@ } }, { - "id": 8152, + "id": 9229, "properties": { "facing": "east", "half": "top", @@ -141215,7 +148568,7 @@ } }, { - "id": 8153, + "id": 9230, "properties": { "facing": "east", "half": "top", @@ -141224,7 +148577,7 @@ } }, { - "id": 8154, + "id": 9231, "properties": { "facing": "east", "half": "top", @@ -141233,7 +148586,7 @@ } }, { - "id": 8155, + "id": 9232, "properties": { "facing": "east", "half": "top", @@ -141242,7 +148595,7 @@ } }, { - "id": 8156, + "id": 9233, "properties": { "facing": "east", "half": "top", @@ -141251,7 +148604,7 @@ } }, { - "id": 8157, + "id": 9234, "properties": { "facing": "east", "half": "top", @@ -141260,7 +148613,7 @@ } }, { - "id": 8158, + "id": 9235, "properties": { "facing": "east", "half": "top", @@ -141269,7 +148622,7 @@ } }, { - "id": 8159, + "id": 9236, "properties": { "facing": "east", "half": "bottom", @@ -141278,7 +148631,7 @@ } }, { - "id": 8160, + "id": 9237, "properties": { "facing": "east", "half": "bottom", @@ -141287,7 +148640,7 @@ } }, { - "id": 8161, + "id": 9238, "properties": { "facing": "east", "half": "bottom", @@ -141296,7 +148649,7 @@ } }, { - "id": 8162, + "id": 9239, "properties": { "facing": "east", "half": "bottom", @@ -141305,7 +148658,7 @@ } }, { - "id": 8163, + "id": 9240, "properties": { "facing": "east", "half": "bottom", @@ -141314,7 +148667,7 @@ } }, { - "id": 8164, + "id": 9241, "properties": { "facing": "east", "half": "bottom", @@ -141323,7 +148676,7 @@ } }, { - "id": 8165, + "id": 9242, "properties": { "facing": "east", "half": "bottom", @@ -141332,7 +148685,7 @@ } }, { - "id": 8166, + "id": 9243, "properties": { "facing": "east", "half": "bottom", @@ -141341,7 +148694,7 @@ } }, { - "id": 8167, + "id": 9244, "properties": { "facing": "east", "half": "bottom", @@ -141350,7 +148703,7 @@ } }, { - "id": 8168, + "id": 9245, "properties": { "facing": "east", "half": "bottom", @@ -141397,7 +148750,7 @@ }, "states": [ { - "id": 17451, + "id": 18560, "properties": { "east": "none", "north": "none", @@ -141408,7 +148761,7 @@ } }, { - "id": 17452, + "id": 18561, "properties": { "east": "none", "north": "none", @@ -141419,7 +148772,7 @@ } }, { - "id": 17453, + "id": 18562, "properties": { "east": "none", "north": "none", @@ -141431,7 +148784,7 @@ }, { "default": true, - "id": 17454, + "id": 18563, "properties": { "east": "none", "north": "none", @@ -141442,7 +148795,7 @@ } }, { - "id": 17455, + "id": 18564, "properties": { "east": "none", "north": "none", @@ -141453,7 +148806,7 @@ } }, { - "id": 17456, + "id": 18565, "properties": { "east": "none", "north": "none", @@ -141464,7 +148817,7 @@ } }, { - "id": 17457, + "id": 18566, "properties": { "east": "none", "north": "none", @@ -141475,7 +148828,7 @@ } }, { - "id": 17458, + "id": 18567, "properties": { "east": "none", "north": "none", @@ -141486,7 +148839,7 @@ } }, { - "id": 17459, + "id": 18568, "properties": { "east": "none", "north": "none", @@ -141497,7 +148850,7 @@ } }, { - "id": 17460, + "id": 18569, "properties": { "east": "none", "north": "none", @@ -141508,7 +148861,7 @@ } }, { - "id": 17461, + "id": 18570, "properties": { "east": "none", "north": "none", @@ -141519,7 +148872,7 @@ } }, { - "id": 17462, + "id": 18571, "properties": { "east": "none", "north": "none", @@ -141530,7 +148883,7 @@ } }, { - "id": 17463, + "id": 18572, "properties": { "east": "none", "north": "none", @@ -141541,7 +148894,7 @@ } }, { - "id": 17464, + "id": 18573, "properties": { "east": "none", "north": "none", @@ -141552,7 +148905,7 @@ } }, { - "id": 17465, + "id": 18574, "properties": { "east": "none", "north": "none", @@ -141563,7 +148916,7 @@ } }, { - "id": 17466, + "id": 18575, "properties": { "east": "none", "north": "none", @@ -141574,7 +148927,7 @@ } }, { - "id": 17467, + "id": 18576, "properties": { "east": "none", "north": "none", @@ -141585,7 +148938,7 @@ } }, { - "id": 17468, + "id": 18577, "properties": { "east": "none", "north": "none", @@ -141596,7 +148949,7 @@ } }, { - "id": 17469, + "id": 18578, "properties": { "east": "none", "north": "none", @@ -141607,7 +148960,7 @@ } }, { - "id": 17470, + "id": 18579, "properties": { "east": "none", "north": "none", @@ -141618,7 +148971,7 @@ } }, { - "id": 17471, + "id": 18580, "properties": { "east": "none", "north": "none", @@ -141629,7 +148982,7 @@ } }, { - "id": 17472, + "id": 18581, "properties": { "east": "none", "north": "none", @@ -141640,7 +148993,7 @@ } }, { - "id": 17473, + "id": 18582, "properties": { "east": "none", "north": "none", @@ -141651,7 +149004,7 @@ } }, { - "id": 17474, + "id": 18583, "properties": { "east": "none", "north": "none", @@ -141662,7 +149015,7 @@ } }, { - "id": 17475, + "id": 18584, "properties": { "east": "none", "north": "none", @@ -141673,7 +149026,7 @@ } }, { - "id": 17476, + "id": 18585, "properties": { "east": "none", "north": "none", @@ -141684,7 +149037,7 @@ } }, { - "id": 17477, + "id": 18586, "properties": { "east": "none", "north": "none", @@ -141695,7 +149048,7 @@ } }, { - "id": 17478, + "id": 18587, "properties": { "east": "none", "north": "none", @@ -141706,7 +149059,7 @@ } }, { - "id": 17479, + "id": 18588, "properties": { "east": "none", "north": "none", @@ -141717,7 +149070,7 @@ } }, { - "id": 17480, + "id": 18589, "properties": { "east": "none", "north": "none", @@ -141728,7 +149081,7 @@ } }, { - "id": 17481, + "id": 18590, "properties": { "east": "none", "north": "none", @@ -141739,7 +149092,7 @@ } }, { - "id": 17482, + "id": 18591, "properties": { "east": "none", "north": "none", @@ -141750,7 +149103,7 @@ } }, { - "id": 17483, + "id": 18592, "properties": { "east": "none", "north": "none", @@ -141761,7 +149114,7 @@ } }, { - "id": 17484, + "id": 18593, "properties": { "east": "none", "north": "none", @@ -141772,7 +149125,7 @@ } }, { - "id": 17485, + "id": 18594, "properties": { "east": "none", "north": "none", @@ -141783,7 +149136,7 @@ } }, { - "id": 17486, + "id": 18595, "properties": { "east": "none", "north": "none", @@ -141794,7 +149147,7 @@ } }, { - "id": 17487, + "id": 18596, "properties": { "east": "none", "north": "low", @@ -141805,7 +149158,7 @@ } }, { - "id": 17488, + "id": 18597, "properties": { "east": "none", "north": "low", @@ -141816,7 +149169,7 @@ } }, { - "id": 17489, + "id": 18598, "properties": { "east": "none", "north": "low", @@ -141827,7 +149180,7 @@ } }, { - "id": 17490, + "id": 18599, "properties": { "east": "none", "north": "low", @@ -141838,7 +149191,7 @@ } }, { - "id": 17491, + "id": 18600, "properties": { "east": "none", "north": "low", @@ -141849,7 +149202,7 @@ } }, { - "id": 17492, + "id": 18601, "properties": { "east": "none", "north": "low", @@ -141860,7 +149213,7 @@ } }, { - "id": 17493, + "id": 18602, "properties": { "east": "none", "north": "low", @@ -141871,7 +149224,7 @@ } }, { - "id": 17494, + "id": 18603, "properties": { "east": "none", "north": "low", @@ -141882,7 +149235,7 @@ } }, { - "id": 17495, + "id": 18604, "properties": { "east": "none", "north": "low", @@ -141893,7 +149246,7 @@ } }, { - "id": 17496, + "id": 18605, "properties": { "east": "none", "north": "low", @@ -141904,7 +149257,7 @@ } }, { - "id": 17497, + "id": 18606, "properties": { "east": "none", "north": "low", @@ -141915,7 +149268,7 @@ } }, { - "id": 17498, + "id": 18607, "properties": { "east": "none", "north": "low", @@ -141926,7 +149279,7 @@ } }, { - "id": 17499, + "id": 18608, "properties": { "east": "none", "north": "low", @@ -141937,7 +149290,7 @@ } }, { - "id": 17500, + "id": 18609, "properties": { "east": "none", "north": "low", @@ -141948,7 +149301,7 @@ } }, { - "id": 17501, + "id": 18610, "properties": { "east": "none", "north": "low", @@ -141959,7 +149312,7 @@ } }, { - "id": 17502, + "id": 18611, "properties": { "east": "none", "north": "low", @@ -141970,7 +149323,7 @@ } }, { - "id": 17503, + "id": 18612, "properties": { "east": "none", "north": "low", @@ -141981,7 +149334,7 @@ } }, { - "id": 17504, + "id": 18613, "properties": { "east": "none", "north": "low", @@ -141992,7 +149345,7 @@ } }, { - "id": 17505, + "id": 18614, "properties": { "east": "none", "north": "low", @@ -142003,7 +149356,7 @@ } }, { - "id": 17506, + "id": 18615, "properties": { "east": "none", "north": "low", @@ -142014,7 +149367,7 @@ } }, { - "id": 17507, + "id": 18616, "properties": { "east": "none", "north": "low", @@ -142025,7 +149378,7 @@ } }, { - "id": 17508, + "id": 18617, "properties": { "east": "none", "north": "low", @@ -142036,7 +149389,7 @@ } }, { - "id": 17509, + "id": 18618, "properties": { "east": "none", "north": "low", @@ -142047,7 +149400,7 @@ } }, { - "id": 17510, + "id": 18619, "properties": { "east": "none", "north": "low", @@ -142058,7 +149411,7 @@ } }, { - "id": 17511, + "id": 18620, "properties": { "east": "none", "north": "low", @@ -142069,7 +149422,7 @@ } }, { - "id": 17512, + "id": 18621, "properties": { "east": "none", "north": "low", @@ -142080,7 +149433,7 @@ } }, { - "id": 17513, + "id": 18622, "properties": { "east": "none", "north": "low", @@ -142091,7 +149444,7 @@ } }, { - "id": 17514, + "id": 18623, "properties": { "east": "none", "north": "low", @@ -142102,7 +149455,7 @@ } }, { - "id": 17515, + "id": 18624, "properties": { "east": "none", "north": "low", @@ -142113,7 +149466,7 @@ } }, { - "id": 17516, + "id": 18625, "properties": { "east": "none", "north": "low", @@ -142124,7 +149477,7 @@ } }, { - "id": 17517, + "id": 18626, "properties": { "east": "none", "north": "low", @@ -142135,7 +149488,7 @@ } }, { - "id": 17518, + "id": 18627, "properties": { "east": "none", "north": "low", @@ -142146,7 +149499,7 @@ } }, { - "id": 17519, + "id": 18628, "properties": { "east": "none", "north": "low", @@ -142157,7 +149510,7 @@ } }, { - "id": 17520, + "id": 18629, "properties": { "east": "none", "north": "low", @@ -142168,7 +149521,7 @@ } }, { - "id": 17521, + "id": 18630, "properties": { "east": "none", "north": "low", @@ -142179,7 +149532,7 @@ } }, { - "id": 17522, + "id": 18631, "properties": { "east": "none", "north": "low", @@ -142190,7 +149543,7 @@ } }, { - "id": 17523, + "id": 18632, "properties": { "east": "none", "north": "tall", @@ -142201,7 +149554,7 @@ } }, { - "id": 17524, + "id": 18633, "properties": { "east": "none", "north": "tall", @@ -142212,7 +149565,7 @@ } }, { - "id": 17525, + "id": 18634, "properties": { "east": "none", "north": "tall", @@ -142223,7 +149576,7 @@ } }, { - "id": 17526, + "id": 18635, "properties": { "east": "none", "north": "tall", @@ -142234,7 +149587,7 @@ } }, { - "id": 17527, + "id": 18636, "properties": { "east": "none", "north": "tall", @@ -142245,7 +149598,7 @@ } }, { - "id": 17528, + "id": 18637, "properties": { "east": "none", "north": "tall", @@ -142256,7 +149609,7 @@ } }, { - "id": 17529, + "id": 18638, "properties": { "east": "none", "north": "tall", @@ -142267,7 +149620,7 @@ } }, { - "id": 17530, + "id": 18639, "properties": { "east": "none", "north": "tall", @@ -142278,7 +149631,7 @@ } }, { - "id": 17531, + "id": 18640, "properties": { "east": "none", "north": "tall", @@ -142289,7 +149642,7 @@ } }, { - "id": 17532, + "id": 18641, "properties": { "east": "none", "north": "tall", @@ -142300,7 +149653,7 @@ } }, { - "id": 17533, + "id": 18642, "properties": { "east": "none", "north": "tall", @@ -142311,7 +149664,7 @@ } }, { - "id": 17534, + "id": 18643, "properties": { "east": "none", "north": "tall", @@ -142322,7 +149675,7 @@ } }, { - "id": 17535, + "id": 18644, "properties": { "east": "none", "north": "tall", @@ -142333,7 +149686,7 @@ } }, { - "id": 17536, + "id": 18645, "properties": { "east": "none", "north": "tall", @@ -142344,7 +149697,7 @@ } }, { - "id": 17537, + "id": 18646, "properties": { "east": "none", "north": "tall", @@ -142355,7 +149708,7 @@ } }, { - "id": 17538, + "id": 18647, "properties": { "east": "none", "north": "tall", @@ -142366,7 +149719,7 @@ } }, { - "id": 17539, + "id": 18648, "properties": { "east": "none", "north": "tall", @@ -142377,7 +149730,7 @@ } }, { - "id": 17540, + "id": 18649, "properties": { "east": "none", "north": "tall", @@ -142388,7 +149741,7 @@ } }, { - "id": 17541, + "id": 18650, "properties": { "east": "none", "north": "tall", @@ -142399,7 +149752,7 @@ } }, { - "id": 17542, + "id": 18651, "properties": { "east": "none", "north": "tall", @@ -142410,7 +149763,7 @@ } }, { - "id": 17543, + "id": 18652, "properties": { "east": "none", "north": "tall", @@ -142421,7 +149774,7 @@ } }, { - "id": 17544, + "id": 18653, "properties": { "east": "none", "north": "tall", @@ -142432,7 +149785,7 @@ } }, { - "id": 17545, + "id": 18654, "properties": { "east": "none", "north": "tall", @@ -142443,7 +149796,7 @@ } }, { - "id": 17546, + "id": 18655, "properties": { "east": "none", "north": "tall", @@ -142454,7 +149807,7 @@ } }, { - "id": 17547, + "id": 18656, "properties": { "east": "none", "north": "tall", @@ -142465,7 +149818,7 @@ } }, { - "id": 17548, + "id": 18657, "properties": { "east": "none", "north": "tall", @@ -142476,7 +149829,7 @@ } }, { - "id": 17549, + "id": 18658, "properties": { "east": "none", "north": "tall", @@ -142487,7 +149840,7 @@ } }, { - "id": 17550, + "id": 18659, "properties": { "east": "none", "north": "tall", @@ -142498,7 +149851,7 @@ } }, { - "id": 17551, + "id": 18660, "properties": { "east": "none", "north": "tall", @@ -142509,7 +149862,7 @@ } }, { - "id": 17552, + "id": 18661, "properties": { "east": "none", "north": "tall", @@ -142520,7 +149873,7 @@ } }, { - "id": 17553, + "id": 18662, "properties": { "east": "none", "north": "tall", @@ -142531,7 +149884,7 @@ } }, { - "id": 17554, + "id": 18663, "properties": { "east": "none", "north": "tall", @@ -142542,7 +149895,7 @@ } }, { - "id": 17555, + "id": 18664, "properties": { "east": "none", "north": "tall", @@ -142553,7 +149906,7 @@ } }, { - "id": 17556, + "id": 18665, "properties": { "east": "none", "north": "tall", @@ -142564,7 +149917,7 @@ } }, { - "id": 17557, + "id": 18666, "properties": { "east": "none", "north": "tall", @@ -142575,7 +149928,7 @@ } }, { - "id": 17558, + "id": 18667, "properties": { "east": "none", "north": "tall", @@ -142586,7 +149939,7 @@ } }, { - "id": 17559, + "id": 18668, "properties": { "east": "low", "north": "none", @@ -142597,7 +149950,7 @@ } }, { - "id": 17560, + "id": 18669, "properties": { "east": "low", "north": "none", @@ -142608,7 +149961,7 @@ } }, { - "id": 17561, + "id": 18670, "properties": { "east": "low", "north": "none", @@ -142619,7 +149972,7 @@ } }, { - "id": 17562, + "id": 18671, "properties": { "east": "low", "north": "none", @@ -142630,7 +149983,7 @@ } }, { - "id": 17563, + "id": 18672, "properties": { "east": "low", "north": "none", @@ -142641,7 +149994,7 @@ } }, { - "id": 17564, + "id": 18673, "properties": { "east": "low", "north": "none", @@ -142652,7 +150005,7 @@ } }, { - "id": 17565, + "id": 18674, "properties": { "east": "low", "north": "none", @@ -142663,7 +150016,7 @@ } }, { - "id": 17566, + "id": 18675, "properties": { "east": "low", "north": "none", @@ -142674,7 +150027,7 @@ } }, { - "id": 17567, + "id": 18676, "properties": { "east": "low", "north": "none", @@ -142685,7 +150038,7 @@ } }, { - "id": 17568, + "id": 18677, "properties": { "east": "low", "north": "none", @@ -142696,7 +150049,7 @@ } }, { - "id": 17569, + "id": 18678, "properties": { "east": "low", "north": "none", @@ -142707,7 +150060,7 @@ } }, { - "id": 17570, + "id": 18679, "properties": { "east": "low", "north": "none", @@ -142718,7 +150071,7 @@ } }, { - "id": 17571, + "id": 18680, "properties": { "east": "low", "north": "none", @@ -142729,7 +150082,7 @@ } }, { - "id": 17572, + "id": 18681, "properties": { "east": "low", "north": "none", @@ -142740,7 +150093,7 @@ } }, { - "id": 17573, + "id": 18682, "properties": { "east": "low", "north": "none", @@ -142751,7 +150104,7 @@ } }, { - "id": 17574, + "id": 18683, "properties": { "east": "low", "north": "none", @@ -142762,7 +150115,7 @@ } }, { - "id": 17575, + "id": 18684, "properties": { "east": "low", "north": "none", @@ -142773,7 +150126,7 @@ } }, { - "id": 17576, + "id": 18685, "properties": { "east": "low", "north": "none", @@ -142784,7 +150137,7 @@ } }, { - "id": 17577, + "id": 18686, "properties": { "east": "low", "north": "none", @@ -142795,7 +150148,7 @@ } }, { - "id": 17578, + "id": 18687, "properties": { "east": "low", "north": "none", @@ -142806,7 +150159,7 @@ } }, { - "id": 17579, + "id": 18688, "properties": { "east": "low", "north": "none", @@ -142817,7 +150170,7 @@ } }, { - "id": 17580, + "id": 18689, "properties": { "east": "low", "north": "none", @@ -142828,7 +150181,7 @@ } }, { - "id": 17581, + "id": 18690, "properties": { "east": "low", "north": "none", @@ -142839,7 +150192,7 @@ } }, { - "id": 17582, + "id": 18691, "properties": { "east": "low", "north": "none", @@ -142850,7 +150203,7 @@ } }, { - "id": 17583, + "id": 18692, "properties": { "east": "low", "north": "none", @@ -142861,7 +150214,7 @@ } }, { - "id": 17584, + "id": 18693, "properties": { "east": "low", "north": "none", @@ -142872,7 +150225,7 @@ } }, { - "id": 17585, + "id": 18694, "properties": { "east": "low", "north": "none", @@ -142883,7 +150236,7 @@ } }, { - "id": 17586, + "id": 18695, "properties": { "east": "low", "north": "none", @@ -142894,7 +150247,7 @@ } }, { - "id": 17587, + "id": 18696, "properties": { "east": "low", "north": "none", @@ -142905,7 +150258,7 @@ } }, { - "id": 17588, + "id": 18697, "properties": { "east": "low", "north": "none", @@ -142916,7 +150269,7 @@ } }, { - "id": 17589, + "id": 18698, "properties": { "east": "low", "north": "none", @@ -142927,7 +150280,7 @@ } }, { - "id": 17590, + "id": 18699, "properties": { "east": "low", "north": "none", @@ -142938,7 +150291,7 @@ } }, { - "id": 17591, + "id": 18700, "properties": { "east": "low", "north": "none", @@ -142949,7 +150302,7 @@ } }, { - "id": 17592, + "id": 18701, "properties": { "east": "low", "north": "none", @@ -142960,7 +150313,7 @@ } }, { - "id": 17593, + "id": 18702, "properties": { "east": "low", "north": "none", @@ -142971,7 +150324,7 @@ } }, { - "id": 17594, + "id": 18703, "properties": { "east": "low", "north": "none", @@ -142982,7 +150335,7 @@ } }, { - "id": 17595, + "id": 18704, "properties": { "east": "low", "north": "low", @@ -142993,7 +150346,7 @@ } }, { - "id": 17596, + "id": 18705, "properties": { "east": "low", "north": "low", @@ -143004,7 +150357,7 @@ } }, { - "id": 17597, + "id": 18706, "properties": { "east": "low", "north": "low", @@ -143015,7 +150368,7 @@ } }, { - "id": 17598, + "id": 18707, "properties": { "east": "low", "north": "low", @@ -143026,7 +150379,7 @@ } }, { - "id": 17599, + "id": 18708, "properties": { "east": "low", "north": "low", @@ -143037,7 +150390,7 @@ } }, { - "id": 17600, + "id": 18709, "properties": { "east": "low", "north": "low", @@ -143048,7 +150401,7 @@ } }, { - "id": 17601, + "id": 18710, "properties": { "east": "low", "north": "low", @@ -143059,7 +150412,7 @@ } }, { - "id": 17602, + "id": 18711, "properties": { "east": "low", "north": "low", @@ -143070,7 +150423,7 @@ } }, { - "id": 17603, + "id": 18712, "properties": { "east": "low", "north": "low", @@ -143081,7 +150434,7 @@ } }, { - "id": 17604, + "id": 18713, "properties": { "east": "low", "north": "low", @@ -143092,7 +150445,7 @@ } }, { - "id": 17605, + "id": 18714, "properties": { "east": "low", "north": "low", @@ -143103,7 +150456,7 @@ } }, { - "id": 17606, + "id": 18715, "properties": { "east": "low", "north": "low", @@ -143114,7 +150467,7 @@ } }, { - "id": 17607, + "id": 18716, "properties": { "east": "low", "north": "low", @@ -143125,7 +150478,7 @@ } }, { - "id": 17608, + "id": 18717, "properties": { "east": "low", "north": "low", @@ -143136,7 +150489,7 @@ } }, { - "id": 17609, + "id": 18718, "properties": { "east": "low", "north": "low", @@ -143147,7 +150500,7 @@ } }, { - "id": 17610, + "id": 18719, "properties": { "east": "low", "north": "low", @@ -143158,7 +150511,7 @@ } }, { - "id": 17611, + "id": 18720, "properties": { "east": "low", "north": "low", @@ -143169,7 +150522,7 @@ } }, { - "id": 17612, + "id": 18721, "properties": { "east": "low", "north": "low", @@ -143180,7 +150533,7 @@ } }, { - "id": 17613, + "id": 18722, "properties": { "east": "low", "north": "low", @@ -143191,7 +150544,7 @@ } }, { - "id": 17614, + "id": 18723, "properties": { "east": "low", "north": "low", @@ -143202,7 +150555,7 @@ } }, { - "id": 17615, + "id": 18724, "properties": { "east": "low", "north": "low", @@ -143213,7 +150566,7 @@ } }, { - "id": 17616, + "id": 18725, "properties": { "east": "low", "north": "low", @@ -143224,7 +150577,7 @@ } }, { - "id": 17617, + "id": 18726, "properties": { "east": "low", "north": "low", @@ -143235,7 +150588,7 @@ } }, { - "id": 17618, + "id": 18727, "properties": { "east": "low", "north": "low", @@ -143246,7 +150599,7 @@ } }, { - "id": 17619, + "id": 18728, "properties": { "east": "low", "north": "low", @@ -143257,7 +150610,7 @@ } }, { - "id": 17620, + "id": 18729, "properties": { "east": "low", "north": "low", @@ -143268,7 +150621,7 @@ } }, { - "id": 17621, + "id": 18730, "properties": { "east": "low", "north": "low", @@ -143279,7 +150632,7 @@ } }, { - "id": 17622, + "id": 18731, "properties": { "east": "low", "north": "low", @@ -143290,7 +150643,7 @@ } }, { - "id": 17623, + "id": 18732, "properties": { "east": "low", "north": "low", @@ -143301,7 +150654,7 @@ } }, { - "id": 17624, + "id": 18733, "properties": { "east": "low", "north": "low", @@ -143312,7 +150665,7 @@ } }, { - "id": 17625, + "id": 18734, "properties": { "east": "low", "north": "low", @@ -143323,7 +150676,7 @@ } }, { - "id": 17626, + "id": 18735, "properties": { "east": "low", "north": "low", @@ -143334,7 +150687,7 @@ } }, { - "id": 17627, + "id": 18736, "properties": { "east": "low", "north": "low", @@ -143345,7 +150698,7 @@ } }, { - "id": 17628, + "id": 18737, "properties": { "east": "low", "north": "low", @@ -143356,7 +150709,7 @@ } }, { - "id": 17629, + "id": 18738, "properties": { "east": "low", "north": "low", @@ -143367,7 +150720,7 @@ } }, { - "id": 17630, + "id": 18739, "properties": { "east": "low", "north": "low", @@ -143378,7 +150731,7 @@ } }, { - "id": 17631, + "id": 18740, "properties": { "east": "low", "north": "tall", @@ -143389,7 +150742,7 @@ } }, { - "id": 17632, + "id": 18741, "properties": { "east": "low", "north": "tall", @@ -143400,7 +150753,7 @@ } }, { - "id": 17633, + "id": 18742, "properties": { "east": "low", "north": "tall", @@ -143411,7 +150764,7 @@ } }, { - "id": 17634, + "id": 18743, "properties": { "east": "low", "north": "tall", @@ -143422,7 +150775,7 @@ } }, { - "id": 17635, + "id": 18744, "properties": { "east": "low", "north": "tall", @@ -143433,7 +150786,7 @@ } }, { - "id": 17636, + "id": 18745, "properties": { "east": "low", "north": "tall", @@ -143444,7 +150797,7 @@ } }, { - "id": 17637, + "id": 18746, "properties": { "east": "low", "north": "tall", @@ -143455,7 +150808,7 @@ } }, { - "id": 17638, + "id": 18747, "properties": { "east": "low", "north": "tall", @@ -143466,7 +150819,7 @@ } }, { - "id": 17639, + "id": 18748, "properties": { "east": "low", "north": "tall", @@ -143477,7 +150830,7 @@ } }, { - "id": 17640, + "id": 18749, "properties": { "east": "low", "north": "tall", @@ -143488,7 +150841,7 @@ } }, { - "id": 17641, + "id": 18750, "properties": { "east": "low", "north": "tall", @@ -143499,7 +150852,7 @@ } }, { - "id": 17642, + "id": 18751, "properties": { "east": "low", "north": "tall", @@ -143510,7 +150863,7 @@ } }, { - "id": 17643, + "id": 18752, "properties": { "east": "low", "north": "tall", @@ -143521,7 +150874,7 @@ } }, { - "id": 17644, + "id": 18753, "properties": { "east": "low", "north": "tall", @@ -143532,7 +150885,7 @@ } }, { - "id": 17645, + "id": 18754, "properties": { "east": "low", "north": "tall", @@ -143543,7 +150896,7 @@ } }, { - "id": 17646, + "id": 18755, "properties": { "east": "low", "north": "tall", @@ -143554,7 +150907,7 @@ } }, { - "id": 17647, + "id": 18756, "properties": { "east": "low", "north": "tall", @@ -143565,7 +150918,7 @@ } }, { - "id": 17648, + "id": 18757, "properties": { "east": "low", "north": "tall", @@ -143576,7 +150929,7 @@ } }, { - "id": 17649, + "id": 18758, "properties": { "east": "low", "north": "tall", @@ -143587,7 +150940,7 @@ } }, { - "id": 17650, + "id": 18759, "properties": { "east": "low", "north": "tall", @@ -143598,7 +150951,7 @@ } }, { - "id": 17651, + "id": 18760, "properties": { "east": "low", "north": "tall", @@ -143609,7 +150962,7 @@ } }, { - "id": 17652, + "id": 18761, "properties": { "east": "low", "north": "tall", @@ -143620,7 +150973,7 @@ } }, { - "id": 17653, + "id": 18762, "properties": { "east": "low", "north": "tall", @@ -143631,7 +150984,7 @@ } }, { - "id": 17654, + "id": 18763, "properties": { "east": "low", "north": "tall", @@ -143642,7 +150995,7 @@ } }, { - "id": 17655, + "id": 18764, "properties": { "east": "low", "north": "tall", @@ -143653,7 +151006,7 @@ } }, { - "id": 17656, + "id": 18765, "properties": { "east": "low", "north": "tall", @@ -143664,7 +151017,7 @@ } }, { - "id": 17657, + "id": 18766, "properties": { "east": "low", "north": "tall", @@ -143675,7 +151028,7 @@ } }, { - "id": 17658, + "id": 18767, "properties": { "east": "low", "north": "tall", @@ -143686,7 +151039,7 @@ } }, { - "id": 17659, + "id": 18768, "properties": { "east": "low", "north": "tall", @@ -143697,7 +151050,7 @@ } }, { - "id": 17660, + "id": 18769, "properties": { "east": "low", "north": "tall", @@ -143708,7 +151061,7 @@ } }, { - "id": 17661, + "id": 18770, "properties": { "east": "low", "north": "tall", @@ -143719,7 +151072,7 @@ } }, { - "id": 17662, + "id": 18771, "properties": { "east": "low", "north": "tall", @@ -143730,7 +151083,7 @@ } }, { - "id": 17663, + "id": 18772, "properties": { "east": "low", "north": "tall", @@ -143741,7 +151094,7 @@ } }, { - "id": 17664, + "id": 18773, "properties": { "east": "low", "north": "tall", @@ -143752,7 +151105,7 @@ } }, { - "id": 17665, + "id": 18774, "properties": { "east": "low", "north": "tall", @@ -143763,7 +151116,7 @@ } }, { - "id": 17666, + "id": 18775, "properties": { "east": "low", "north": "tall", @@ -143774,7 +151127,7 @@ } }, { - "id": 17667, + "id": 18776, "properties": { "east": "tall", "north": "none", @@ -143785,7 +151138,7 @@ } }, { - "id": 17668, + "id": 18777, "properties": { "east": "tall", "north": "none", @@ -143796,7 +151149,7 @@ } }, { - "id": 17669, + "id": 18778, "properties": { "east": "tall", "north": "none", @@ -143807,7 +151160,7 @@ } }, { - "id": 17670, + "id": 18779, "properties": { "east": "tall", "north": "none", @@ -143818,7 +151171,7 @@ } }, { - "id": 17671, + "id": 18780, "properties": { "east": "tall", "north": "none", @@ -143829,7 +151182,7 @@ } }, { - "id": 17672, + "id": 18781, "properties": { "east": "tall", "north": "none", @@ -143840,7 +151193,7 @@ } }, { - "id": 17673, + "id": 18782, "properties": { "east": "tall", "north": "none", @@ -143851,7 +151204,7 @@ } }, { - "id": 17674, + "id": 18783, "properties": { "east": "tall", "north": "none", @@ -143862,7 +151215,7 @@ } }, { - "id": 17675, + "id": 18784, "properties": { "east": "tall", "north": "none", @@ -143873,7 +151226,7 @@ } }, { - "id": 17676, + "id": 18785, "properties": { "east": "tall", "north": "none", @@ -143884,7 +151237,7 @@ } }, { - "id": 17677, + "id": 18786, "properties": { "east": "tall", "north": "none", @@ -143895,7 +151248,7 @@ } }, { - "id": 17678, + "id": 18787, "properties": { "east": "tall", "north": "none", @@ -143906,7 +151259,7 @@ } }, { - "id": 17679, + "id": 18788, "properties": { "east": "tall", "north": "none", @@ -143917,7 +151270,7 @@ } }, { - "id": 17680, + "id": 18789, "properties": { "east": "tall", "north": "none", @@ -143928,7 +151281,7 @@ } }, { - "id": 17681, + "id": 18790, "properties": { "east": "tall", "north": "none", @@ -143939,7 +151292,7 @@ } }, { - "id": 17682, + "id": 18791, "properties": { "east": "tall", "north": "none", @@ -143950,7 +151303,7 @@ } }, { - "id": 17683, + "id": 18792, "properties": { "east": "tall", "north": "none", @@ -143961,7 +151314,7 @@ } }, { - "id": 17684, + "id": 18793, "properties": { "east": "tall", "north": "none", @@ -143972,7 +151325,7 @@ } }, { - "id": 17685, + "id": 18794, "properties": { "east": "tall", "north": "none", @@ -143983,7 +151336,7 @@ } }, { - "id": 17686, + "id": 18795, "properties": { "east": "tall", "north": "none", @@ -143994,7 +151347,7 @@ } }, { - "id": 17687, + "id": 18796, "properties": { "east": "tall", "north": "none", @@ -144005,7 +151358,7 @@ } }, { - "id": 17688, + "id": 18797, "properties": { "east": "tall", "north": "none", @@ -144016,7 +151369,7 @@ } }, { - "id": 17689, + "id": 18798, "properties": { "east": "tall", "north": "none", @@ -144027,7 +151380,7 @@ } }, { - "id": 17690, + "id": 18799, "properties": { "east": "tall", "north": "none", @@ -144038,7 +151391,7 @@ } }, { - "id": 17691, + "id": 18800, "properties": { "east": "tall", "north": "none", @@ -144049,7 +151402,7 @@ } }, { - "id": 17692, + "id": 18801, "properties": { "east": "tall", "north": "none", @@ -144060,7 +151413,7 @@ } }, { - "id": 17693, + "id": 18802, "properties": { "east": "tall", "north": "none", @@ -144071,7 +151424,7 @@ } }, { - "id": 17694, + "id": 18803, "properties": { "east": "tall", "north": "none", @@ -144082,7 +151435,7 @@ } }, { - "id": 17695, + "id": 18804, "properties": { "east": "tall", "north": "none", @@ -144093,7 +151446,7 @@ } }, { - "id": 17696, + "id": 18805, "properties": { "east": "tall", "north": "none", @@ -144104,7 +151457,7 @@ } }, { - "id": 17697, + "id": 18806, "properties": { "east": "tall", "north": "none", @@ -144115,7 +151468,7 @@ } }, { - "id": 17698, + "id": 18807, "properties": { "east": "tall", "north": "none", @@ -144126,7 +151479,7 @@ } }, { - "id": 17699, + "id": 18808, "properties": { "east": "tall", "north": "none", @@ -144137,7 +151490,7 @@ } }, { - "id": 17700, + "id": 18809, "properties": { "east": "tall", "north": "none", @@ -144148,7 +151501,7 @@ } }, { - "id": 17701, + "id": 18810, "properties": { "east": "tall", "north": "none", @@ -144159,7 +151512,7 @@ } }, { - "id": 17702, + "id": 18811, "properties": { "east": "tall", "north": "none", @@ -144170,7 +151523,7 @@ } }, { - "id": 17703, + "id": 18812, "properties": { "east": "tall", "north": "low", @@ -144181,7 +151534,7 @@ } }, { - "id": 17704, + "id": 18813, "properties": { "east": "tall", "north": "low", @@ -144192,7 +151545,7 @@ } }, { - "id": 17705, + "id": 18814, "properties": { "east": "tall", "north": "low", @@ -144203,7 +151556,7 @@ } }, { - "id": 17706, + "id": 18815, "properties": { "east": "tall", "north": "low", @@ -144214,7 +151567,7 @@ } }, { - "id": 17707, + "id": 18816, "properties": { "east": "tall", "north": "low", @@ -144225,7 +151578,7 @@ } }, { - "id": 17708, + "id": 18817, "properties": { "east": "tall", "north": "low", @@ -144236,7 +151589,7 @@ } }, { - "id": 17709, + "id": 18818, "properties": { "east": "tall", "north": "low", @@ -144247,7 +151600,7 @@ } }, { - "id": 17710, + "id": 18819, "properties": { "east": "tall", "north": "low", @@ -144258,7 +151611,7 @@ } }, { - "id": 17711, + "id": 18820, "properties": { "east": "tall", "north": "low", @@ -144269,7 +151622,7 @@ } }, { - "id": 17712, + "id": 18821, "properties": { "east": "tall", "north": "low", @@ -144280,7 +151633,7 @@ } }, { - "id": 17713, + "id": 18822, "properties": { "east": "tall", "north": "low", @@ -144291,7 +151644,7 @@ } }, { - "id": 17714, + "id": 18823, "properties": { "east": "tall", "north": "low", @@ -144302,7 +151655,7 @@ } }, { - "id": 17715, + "id": 18824, "properties": { "east": "tall", "north": "low", @@ -144313,7 +151666,7 @@ } }, { - "id": 17716, + "id": 18825, "properties": { "east": "tall", "north": "low", @@ -144324,7 +151677,7 @@ } }, { - "id": 17717, + "id": 18826, "properties": { "east": "tall", "north": "low", @@ -144335,7 +151688,7 @@ } }, { - "id": 17718, + "id": 18827, "properties": { "east": "tall", "north": "low", @@ -144346,7 +151699,7 @@ } }, { - "id": 17719, + "id": 18828, "properties": { "east": "tall", "north": "low", @@ -144357,7 +151710,7 @@ } }, { - "id": 17720, + "id": 18829, "properties": { "east": "tall", "north": "low", @@ -144368,7 +151721,7 @@ } }, { - "id": 17721, + "id": 18830, "properties": { "east": "tall", "north": "low", @@ -144379,7 +151732,7 @@ } }, { - "id": 17722, + "id": 18831, "properties": { "east": "tall", "north": "low", @@ -144390,7 +151743,7 @@ } }, { - "id": 17723, + "id": 18832, "properties": { "east": "tall", "north": "low", @@ -144401,7 +151754,7 @@ } }, { - "id": 17724, + "id": 18833, "properties": { "east": "tall", "north": "low", @@ -144412,7 +151765,7 @@ } }, { - "id": 17725, + "id": 18834, "properties": { "east": "tall", "north": "low", @@ -144423,7 +151776,7 @@ } }, { - "id": 17726, + "id": 18835, "properties": { "east": "tall", "north": "low", @@ -144434,7 +151787,7 @@ } }, { - "id": 17727, + "id": 18836, "properties": { "east": "tall", "north": "low", @@ -144445,7 +151798,7 @@ } }, { - "id": 17728, + "id": 18837, "properties": { "east": "tall", "north": "low", @@ -144456,7 +151809,7 @@ } }, { - "id": 17729, + "id": 18838, "properties": { "east": "tall", "north": "low", @@ -144467,7 +151820,7 @@ } }, { - "id": 17730, + "id": 18839, "properties": { "east": "tall", "north": "low", @@ -144478,7 +151831,7 @@ } }, { - "id": 17731, + "id": 18840, "properties": { "east": "tall", "north": "low", @@ -144489,7 +151842,7 @@ } }, { - "id": 17732, + "id": 18841, "properties": { "east": "tall", "north": "low", @@ -144500,7 +151853,7 @@ } }, { - "id": 17733, + "id": 18842, "properties": { "east": "tall", "north": "low", @@ -144511,7 +151864,7 @@ } }, { - "id": 17734, + "id": 18843, "properties": { "east": "tall", "north": "low", @@ -144522,7 +151875,7 @@ } }, { - "id": 17735, + "id": 18844, "properties": { "east": "tall", "north": "low", @@ -144533,7 +151886,7 @@ } }, { - "id": 17736, + "id": 18845, "properties": { "east": "tall", "north": "low", @@ -144544,7 +151897,7 @@ } }, { - "id": 17737, + "id": 18846, "properties": { "east": "tall", "north": "low", @@ -144555,7 +151908,7 @@ } }, { - "id": 17738, + "id": 18847, "properties": { "east": "tall", "north": "low", @@ -144566,7 +151919,7 @@ } }, { - "id": 17739, + "id": 18848, "properties": { "east": "tall", "north": "tall", @@ -144577,7 +151930,7 @@ } }, { - "id": 17740, + "id": 18849, "properties": { "east": "tall", "north": "tall", @@ -144588,7 +151941,7 @@ } }, { - "id": 17741, + "id": 18850, "properties": { "east": "tall", "north": "tall", @@ -144599,7 +151952,7 @@ } }, { - "id": 17742, + "id": 18851, "properties": { "east": "tall", "north": "tall", @@ -144610,7 +151963,7 @@ } }, { - "id": 17743, + "id": 18852, "properties": { "east": "tall", "north": "tall", @@ -144621,7 +151974,7 @@ } }, { - "id": 17744, + "id": 18853, "properties": { "east": "tall", "north": "tall", @@ -144632,7 +151985,7 @@ } }, { - "id": 17745, + "id": 18854, "properties": { "east": "tall", "north": "tall", @@ -144643,7 +151996,7 @@ } }, { - "id": 17746, + "id": 18855, "properties": { "east": "tall", "north": "tall", @@ -144654,7 +152007,7 @@ } }, { - "id": 17747, + "id": 18856, "properties": { "east": "tall", "north": "tall", @@ -144665,7 +152018,7 @@ } }, { - "id": 17748, + "id": 18857, "properties": { "east": "tall", "north": "tall", @@ -144676,7 +152029,7 @@ } }, { - "id": 17749, + "id": 18858, "properties": { "east": "tall", "north": "tall", @@ -144687,7 +152040,7 @@ } }, { - "id": 17750, + "id": 18859, "properties": { "east": "tall", "north": "tall", @@ -144698,7 +152051,7 @@ } }, { - "id": 17751, + "id": 18860, "properties": { "east": "tall", "north": "tall", @@ -144709,7 +152062,7 @@ } }, { - "id": 17752, + "id": 18861, "properties": { "east": "tall", "north": "tall", @@ -144720,7 +152073,7 @@ } }, { - "id": 17753, + "id": 18862, "properties": { "east": "tall", "north": "tall", @@ -144731,7 +152084,7 @@ } }, { - "id": 17754, + "id": 18863, "properties": { "east": "tall", "north": "tall", @@ -144742,7 +152095,7 @@ } }, { - "id": 17755, + "id": 18864, "properties": { "east": "tall", "north": "tall", @@ -144753,7 +152106,7 @@ } }, { - "id": 17756, + "id": 18865, "properties": { "east": "tall", "north": "tall", @@ -144764,7 +152117,7 @@ } }, { - "id": 17757, + "id": 18866, "properties": { "east": "tall", "north": "tall", @@ -144775,7 +152128,7 @@ } }, { - "id": 17758, + "id": 18867, "properties": { "east": "tall", "north": "tall", @@ -144786,7 +152139,7 @@ } }, { - "id": 17759, + "id": 18868, "properties": { "east": "tall", "north": "tall", @@ -144797,7 +152150,7 @@ } }, { - "id": 17760, + "id": 18869, "properties": { "east": "tall", "north": "tall", @@ -144808,7 +152161,7 @@ } }, { - "id": 17761, + "id": 18870, "properties": { "east": "tall", "north": "tall", @@ -144819,7 +152172,7 @@ } }, { - "id": 17762, + "id": 18871, "properties": { "east": "tall", "north": "tall", @@ -144830,7 +152183,7 @@ } }, { - "id": 17763, + "id": 18872, "properties": { "east": "tall", "north": "tall", @@ -144841,7 +152194,7 @@ } }, { - "id": 17764, + "id": 18873, "properties": { "east": "tall", "north": "tall", @@ -144852,7 +152205,7 @@ } }, { - "id": 17765, + "id": 18874, "properties": { "east": "tall", "north": "tall", @@ -144863,7 +152216,7 @@ } }, { - "id": 17766, + "id": 18875, "properties": { "east": "tall", "north": "tall", @@ -144874,7 +152227,7 @@ } }, { - "id": 17767, + "id": 18876, "properties": { "east": "tall", "north": "tall", @@ -144885,7 +152238,7 @@ } }, { - "id": 17768, + "id": 18877, "properties": { "east": "tall", "north": "tall", @@ -144896,7 +152249,7 @@ } }, { - "id": 17769, + "id": 18878, "properties": { "east": "tall", "north": "tall", @@ -144907,7 +152260,7 @@ } }, { - "id": 17770, + "id": 18879, "properties": { "east": "tall", "north": "tall", @@ -144918,7 +152271,7 @@ } }, { - "id": 17771, + "id": 18880, "properties": { "east": "tall", "north": "tall", @@ -144929,7 +152282,7 @@ } }, { - "id": 17772, + "id": 18881, "properties": { "east": "tall", "north": "tall", @@ -144940,7 +152293,7 @@ } }, { - "id": 17773, + "id": 18882, "properties": { "east": "tall", "north": "tall", @@ -144951,7 +152304,7 @@ } }, { - "id": 17774, + "id": 18883, "properties": { "east": "tall", "north": "tall", @@ -144971,7 +152324,7 @@ "states": [ { "default": true, - "id": 8056 + "id": 9133 } ] }, @@ -145006,13 +152359,13 @@ "states": [ { "default": true, - "id": 6043, + "id": 6816, "properties": { "axis": "x" } }, { - "id": 6044, + "id": 6817, "properties": { "axis": "z" } @@ -145032,7 +152385,7 @@ "states": [ { "default": true, - "id": 10033 + "id": 11110 } ] }, @@ -145044,7 +152397,7 @@ "states": [ { "default": true, - "id": 19618 + "id": 20759 } ] }, @@ -145064,25 +152417,25 @@ "states": [ { "default": true, - "id": 8169, + "id": 9246, "properties": { "age": "0" } }, { - "id": 8170, + "id": 9247, "properties": { "age": "1" } }, { - "id": 8171, + "id": 9248, "properties": { "age": "2" } }, { - "id": 8172, + "id": 9249, "properties": { "age": "3" } @@ -145097,7 +152450,7 @@ "states": [ { "default": true, - "id": 13567 + "id": 14644 } ] }, @@ -145109,7 +152462,7 @@ "states": [ { "default": true, - "id": 20475 + "id": 21616 } ] }, @@ -145121,7 +152474,7 @@ "states": [ { "default": true, - "id": 6028 + "id": 6796 } ] }, @@ -154418,7 +161771,7 @@ }, "states": [ { - "id": 9396, + "id": 10473, "properties": { "face": "floor", "facing": "north", @@ -154426,7 +161779,7 @@ } }, { - "id": 9397, + "id": 10474, "properties": { "face": "floor", "facing": "north", @@ -154434,7 +161787,7 @@ } }, { - "id": 9398, + "id": 10475, "properties": { "face": "floor", "facing": "south", @@ -154442,7 +161795,7 @@ } }, { - "id": 9399, + "id": 10476, "properties": { "face": "floor", "facing": "south", @@ -154450,7 +161803,7 @@ } }, { - "id": 9400, + "id": 10477, "properties": { "face": "floor", "facing": "west", @@ -154458,7 +161811,7 @@ } }, { - "id": 9401, + "id": 10478, "properties": { "face": "floor", "facing": "west", @@ -154466,7 +161819,7 @@ } }, { - "id": 9402, + "id": 10479, "properties": { "face": "floor", "facing": "east", @@ -154474,7 +161827,7 @@ } }, { - "id": 9403, + "id": 10480, "properties": { "face": "floor", "facing": "east", @@ -154482,7 +161835,7 @@ } }, { - "id": 9404, + "id": 10481, "properties": { "face": "wall", "facing": "north", @@ -154491,7 +161844,7 @@ }, { "default": true, - "id": 9405, + "id": 10482, "properties": { "face": "wall", "facing": "north", @@ -154499,7 +161852,7 @@ } }, { - "id": 9406, + "id": 10483, "properties": { "face": "wall", "facing": "south", @@ -154507,7 +161860,7 @@ } }, { - "id": 9407, + "id": 10484, "properties": { "face": "wall", "facing": "south", @@ -154515,7 +161868,7 @@ } }, { - "id": 9408, + "id": 10485, "properties": { "face": "wall", "facing": "west", @@ -154523,7 +161876,7 @@ } }, { - "id": 9409, + "id": 10486, "properties": { "face": "wall", "facing": "west", @@ -154531,7 +161884,7 @@ } }, { - "id": 9410, + "id": 10487, "properties": { "face": "wall", "facing": "east", @@ -154539,7 +161892,7 @@ } }, { - "id": 9411, + "id": 10488, "properties": { "face": "wall", "facing": "east", @@ -154547,7 +161900,7 @@ } }, { - "id": 9412, + "id": 10489, "properties": { "face": "ceiling", "facing": "north", @@ -154555,7 +161908,7 @@ } }, { - "id": 9413, + "id": 10490, "properties": { "face": "ceiling", "facing": "north", @@ -154563,7 +161916,7 @@ } }, { - "id": 9414, + "id": 10491, "properties": { "face": "ceiling", "facing": "south", @@ -154571,7 +161924,7 @@ } }, { - "id": 9415, + "id": 10492, "properties": { "face": "ceiling", "facing": "south", @@ -154579,7 +161932,7 @@ } }, { - "id": 9416, + "id": 10493, "properties": { "face": "ceiling", "facing": "west", @@ -154587,7 +161940,7 @@ } }, { - "id": 9417, + "id": 10494, "properties": { "face": "ceiling", "facing": "west", @@ -154595,7 +161948,7 @@ } }, { - "id": 9418, + "id": 10495, "properties": { "face": "ceiling", "facing": "east", @@ -154603,7 +161956,7 @@ } }, { - "id": 9419, + "id": 10496, "properties": { "face": "ceiling", "facing": "east", @@ -154644,7 +161997,7 @@ }, "states": [ { - "id": 4686, + "id": 5454, "properties": { "facing": "north", "half": "upper", @@ -154654,7 +162007,7 @@ } }, { - "id": 4687, + "id": 5455, "properties": { "facing": "north", "half": "upper", @@ -154664,7 +162017,7 @@ } }, { - "id": 4688, + "id": 5456, "properties": { "facing": "north", "half": "upper", @@ -154674,7 +162027,7 @@ } }, { - "id": 4689, + "id": 5457, "properties": { "facing": "north", "half": "upper", @@ -154684,7 +162037,7 @@ } }, { - "id": 4690, + "id": 5458, "properties": { "facing": "north", "half": "upper", @@ -154694,7 +162047,7 @@ } }, { - "id": 4691, + "id": 5459, "properties": { "facing": "north", "half": "upper", @@ -154704,7 +162057,7 @@ } }, { - "id": 4692, + "id": 5460, "properties": { "facing": "north", "half": "upper", @@ -154714,7 +162067,7 @@ } }, { - "id": 4693, + "id": 5461, "properties": { "facing": "north", "half": "upper", @@ -154724,7 +162077,7 @@ } }, { - "id": 4694, + "id": 5462, "properties": { "facing": "north", "half": "lower", @@ -154734,7 +162087,7 @@ } }, { - "id": 4695, + "id": 5463, "properties": { "facing": "north", "half": "lower", @@ -154744,7 +162097,7 @@ } }, { - "id": 4696, + "id": 5464, "properties": { "facing": "north", "half": "lower", @@ -154755,7 +162108,7 @@ }, { "default": true, - "id": 4697, + "id": 5465, "properties": { "facing": "north", "half": "lower", @@ -154765,7 +162118,7 @@ } }, { - "id": 4698, + "id": 5466, "properties": { "facing": "north", "half": "lower", @@ -154775,7 +162128,7 @@ } }, { - "id": 4699, + "id": 5467, "properties": { "facing": "north", "half": "lower", @@ -154785,7 +162138,7 @@ } }, { - "id": 4700, + "id": 5468, "properties": { "facing": "north", "half": "lower", @@ -154795,7 +162148,7 @@ } }, { - "id": 4701, + "id": 5469, "properties": { "facing": "north", "half": "lower", @@ -154805,7 +162158,7 @@ } }, { - "id": 4702, + "id": 5470, "properties": { "facing": "south", "half": "upper", @@ -154815,7 +162168,7 @@ } }, { - "id": 4703, + "id": 5471, "properties": { "facing": "south", "half": "upper", @@ -154825,7 +162178,7 @@ } }, { - "id": 4704, + "id": 5472, "properties": { "facing": "south", "half": "upper", @@ -154835,7 +162188,7 @@ } }, { - "id": 4705, + "id": 5473, "properties": { "facing": "south", "half": "upper", @@ -154845,7 +162198,7 @@ } }, { - "id": 4706, + "id": 5474, "properties": { "facing": "south", "half": "upper", @@ -154855,7 +162208,7 @@ } }, { - "id": 4707, + "id": 5475, "properties": { "facing": "south", "half": "upper", @@ -154865,7 +162218,7 @@ } }, { - "id": 4708, + "id": 5476, "properties": { "facing": "south", "half": "upper", @@ -154875,7 +162228,7 @@ } }, { - "id": 4709, + "id": 5477, "properties": { "facing": "south", "half": "upper", @@ -154885,7 +162238,7 @@ } }, { - "id": 4710, + "id": 5478, "properties": { "facing": "south", "half": "lower", @@ -154895,7 +162248,7 @@ } }, { - "id": 4711, + "id": 5479, "properties": { "facing": "south", "half": "lower", @@ -154905,7 +162258,7 @@ } }, { - "id": 4712, + "id": 5480, "properties": { "facing": "south", "half": "lower", @@ -154915,7 +162268,7 @@ } }, { - "id": 4713, + "id": 5481, "properties": { "facing": "south", "half": "lower", @@ -154925,7 +162278,7 @@ } }, { - "id": 4714, + "id": 5482, "properties": { "facing": "south", "half": "lower", @@ -154935,7 +162288,7 @@ } }, { - "id": 4715, + "id": 5483, "properties": { "facing": "south", "half": "lower", @@ -154945,7 +162298,7 @@ } }, { - "id": 4716, + "id": 5484, "properties": { "facing": "south", "half": "lower", @@ -154955,7 +162308,7 @@ } }, { - "id": 4717, + "id": 5485, "properties": { "facing": "south", "half": "lower", @@ -154965,7 +162318,7 @@ } }, { - "id": 4718, + "id": 5486, "properties": { "facing": "west", "half": "upper", @@ -154975,7 +162328,7 @@ } }, { - "id": 4719, + "id": 5487, "properties": { "facing": "west", "half": "upper", @@ -154985,7 +162338,7 @@ } }, { - "id": 4720, + "id": 5488, "properties": { "facing": "west", "half": "upper", @@ -154995,7 +162348,7 @@ } }, { - "id": 4721, + "id": 5489, "properties": { "facing": "west", "half": "upper", @@ -155005,7 +162358,7 @@ } }, { - "id": 4722, + "id": 5490, "properties": { "facing": "west", "half": "upper", @@ -155015,7 +162368,7 @@ } }, { - "id": 4723, + "id": 5491, "properties": { "facing": "west", "half": "upper", @@ -155025,7 +162378,7 @@ } }, { - "id": 4724, + "id": 5492, "properties": { "facing": "west", "half": "upper", @@ -155035,7 +162388,7 @@ } }, { - "id": 4725, + "id": 5493, "properties": { "facing": "west", "half": "upper", @@ -155045,7 +162398,7 @@ } }, { - "id": 4726, + "id": 5494, "properties": { "facing": "west", "half": "lower", @@ -155055,7 +162408,7 @@ } }, { - "id": 4727, + "id": 5495, "properties": { "facing": "west", "half": "lower", @@ -155065,7 +162418,7 @@ } }, { - "id": 4728, + "id": 5496, "properties": { "facing": "west", "half": "lower", @@ -155075,7 +162428,7 @@ } }, { - "id": 4729, + "id": 5497, "properties": { "facing": "west", "half": "lower", @@ -155085,7 +162438,7 @@ } }, { - "id": 4730, + "id": 5498, "properties": { "facing": "west", "half": "lower", @@ -155095,7 +162448,7 @@ } }, { - "id": 4731, + "id": 5499, "properties": { "facing": "west", "half": "lower", @@ -155105,7 +162458,7 @@ } }, { - "id": 4732, + "id": 5500, "properties": { "facing": "west", "half": "lower", @@ -155115,7 +162468,7 @@ } }, { - "id": 4733, + "id": 5501, "properties": { "facing": "west", "half": "lower", @@ -155125,7 +162478,7 @@ } }, { - "id": 4734, + "id": 5502, "properties": { "facing": "east", "half": "upper", @@ -155135,7 +162488,7 @@ } }, { - "id": 4735, + "id": 5503, "properties": { "facing": "east", "half": "upper", @@ -155145,7 +162498,7 @@ } }, { - "id": 4736, + "id": 5504, "properties": { "facing": "east", "half": "upper", @@ -155155,7 +162508,7 @@ } }, { - "id": 4737, + "id": 5505, "properties": { "facing": "east", "half": "upper", @@ -155165,7 +162518,7 @@ } }, { - "id": 4738, + "id": 5506, "properties": { "facing": "east", "half": "upper", @@ -155175,7 +162528,7 @@ } }, { - "id": 4739, + "id": 5507, "properties": { "facing": "east", "half": "upper", @@ -155185,7 +162538,7 @@ } }, { - "id": 4740, + "id": 5508, "properties": { "facing": "east", "half": "upper", @@ -155195,7 +162548,7 @@ } }, { - "id": 4741, + "id": 5509, "properties": { "facing": "east", "half": "upper", @@ -155205,7 +162558,7 @@ } }, { - "id": 4742, + "id": 5510, "properties": { "facing": "east", "half": "lower", @@ -155215,7 +162568,7 @@ } }, { - "id": 4743, + "id": 5511, "properties": { "facing": "east", "half": "lower", @@ -155225,7 +162578,7 @@ } }, { - "id": 4744, + "id": 5512, "properties": { "facing": "east", "half": "lower", @@ -155235,7 +162588,7 @@ } }, { - "id": 4745, + "id": 5513, "properties": { "facing": "east", "half": "lower", @@ -155245,7 +162598,7 @@ } }, { - "id": 4746, + "id": 5514, "properties": { "facing": "east", "half": "lower", @@ -155255,7 +162608,7 @@ } }, { - "id": 4747, + "id": 5515, "properties": { "facing": "east", "half": "lower", @@ -155265,7 +162618,7 @@ } }, { - "id": 4748, + "id": 5516, "properties": { "facing": "east", "half": "lower", @@ -155275,7 +162628,7 @@ } }, { - "id": 4749, + "id": 5517, "properties": { "facing": "east", "half": "lower", @@ -155315,7 +162668,7 @@ }, "states": [ { - "id": 5996, + "id": 6764, "properties": { "east": "true", "north": "true", @@ -155325,7 +162678,7 @@ } }, { - "id": 5997, + "id": 6765, "properties": { "east": "true", "north": "true", @@ -155335,7 +162688,7 @@ } }, { - "id": 5998, + "id": 6766, "properties": { "east": "true", "north": "true", @@ -155345,7 +162698,7 @@ } }, { - "id": 5999, + "id": 6767, "properties": { "east": "true", "north": "true", @@ -155355,7 +162708,7 @@ } }, { - "id": 6000, + "id": 6768, "properties": { "east": "true", "north": "true", @@ -155365,7 +162718,7 @@ } }, { - "id": 6001, + "id": 6769, "properties": { "east": "true", "north": "true", @@ -155375,7 +162728,7 @@ } }, { - "id": 6002, + "id": 6770, "properties": { "east": "true", "north": "true", @@ -155385,7 +162738,7 @@ } }, { - "id": 6003, + "id": 6771, "properties": { "east": "true", "north": "true", @@ -155395,7 +162748,7 @@ } }, { - "id": 6004, + "id": 6772, "properties": { "east": "true", "north": "false", @@ -155405,7 +162758,7 @@ } }, { - "id": 6005, + "id": 6773, "properties": { "east": "true", "north": "false", @@ -155415,7 +162768,7 @@ } }, { - "id": 6006, + "id": 6774, "properties": { "east": "true", "north": "false", @@ -155425,7 +162778,7 @@ } }, { - "id": 6007, + "id": 6775, "properties": { "east": "true", "north": "false", @@ -155435,7 +162788,7 @@ } }, { - "id": 6008, + "id": 6776, "properties": { "east": "true", "north": "false", @@ -155445,7 +162798,7 @@ } }, { - "id": 6009, + "id": 6777, "properties": { "east": "true", "north": "false", @@ -155455,7 +162808,7 @@ } }, { - "id": 6010, + "id": 6778, "properties": { "east": "true", "north": "false", @@ -155465,7 +162818,7 @@ } }, { - "id": 6011, + "id": 6779, "properties": { "east": "true", "north": "false", @@ -155475,7 +162828,7 @@ } }, { - "id": 6012, + "id": 6780, "properties": { "east": "false", "north": "true", @@ -155485,7 +162838,7 @@ } }, { - "id": 6013, + "id": 6781, "properties": { "east": "false", "north": "true", @@ -155495,7 +162848,7 @@ } }, { - "id": 6014, + "id": 6782, "properties": { "east": "false", "north": "true", @@ -155505,7 +162858,7 @@ } }, { - "id": 6015, + "id": 6783, "properties": { "east": "false", "north": "true", @@ -155515,7 +162868,7 @@ } }, { - "id": 6016, + "id": 6784, "properties": { "east": "false", "north": "true", @@ -155525,7 +162878,7 @@ } }, { - "id": 6017, + "id": 6785, "properties": { "east": "false", "north": "true", @@ -155535,7 +162888,7 @@ } }, { - "id": 6018, + "id": 6786, "properties": { "east": "false", "north": "true", @@ -155545,7 +162898,7 @@ } }, { - "id": 6019, + "id": 6787, "properties": { "east": "false", "north": "true", @@ -155555,7 +162908,7 @@ } }, { - "id": 6020, + "id": 6788, "properties": { "east": "false", "north": "false", @@ -155565,7 +162918,7 @@ } }, { - "id": 6021, + "id": 6789, "properties": { "east": "false", "north": "false", @@ -155575,7 +162928,7 @@ } }, { - "id": 6022, + "id": 6790, "properties": { "east": "false", "north": "false", @@ -155585,7 +162938,7 @@ } }, { - "id": 6023, + "id": 6791, "properties": { "east": "false", "north": "false", @@ -155595,7 +162948,7 @@ } }, { - "id": 6024, + "id": 6792, "properties": { "east": "false", "north": "false", @@ -155605,7 +162958,7 @@ } }, { - "id": 6025, + "id": 6793, "properties": { "east": "false", "north": "false", @@ -155615,7 +162968,7 @@ } }, { - "id": 6026, + "id": 6794, "properties": { "east": "false", "north": "false", @@ -155626,7 +162979,7 @@ }, { "default": true, - "id": 6027, + "id": 6795, "properties": { "east": "false", "north": "false", @@ -155665,7 +163018,7 @@ }, "states": [ { - "id": 7368, + "id": 8445, "properties": { "facing": "north", "in_wall": "true", @@ -155674,7 +163027,7 @@ } }, { - "id": 7369, + "id": 8446, "properties": { "facing": "north", "in_wall": "true", @@ -155683,7 +163036,7 @@ } }, { - "id": 7370, + "id": 8447, "properties": { "facing": "north", "in_wall": "true", @@ -155692,7 +163045,7 @@ } }, { - "id": 7371, + "id": 8448, "properties": { "facing": "north", "in_wall": "true", @@ -155701,7 +163054,7 @@ } }, { - "id": 7372, + "id": 8449, "properties": { "facing": "north", "in_wall": "false", @@ -155710,7 +163063,7 @@ } }, { - "id": 7373, + "id": 8450, "properties": { "facing": "north", "in_wall": "false", @@ -155719,7 +163072,7 @@ } }, { - "id": 7374, + "id": 8451, "properties": { "facing": "north", "in_wall": "false", @@ -155729,7 +163082,7 @@ }, { "default": true, - "id": 7375, + "id": 8452, "properties": { "facing": "north", "in_wall": "false", @@ -155738,7 +163091,7 @@ } }, { - "id": 7376, + "id": 8453, "properties": { "facing": "south", "in_wall": "true", @@ -155747,7 +163100,7 @@ } }, { - "id": 7377, + "id": 8454, "properties": { "facing": "south", "in_wall": "true", @@ -155756,7 +163109,7 @@ } }, { - "id": 7378, + "id": 8455, "properties": { "facing": "south", "in_wall": "true", @@ -155765,7 +163118,7 @@ } }, { - "id": 7379, + "id": 8456, "properties": { "facing": "south", "in_wall": "true", @@ -155774,7 +163127,7 @@ } }, { - "id": 7380, + "id": 8457, "properties": { "facing": "south", "in_wall": "false", @@ -155783,7 +163136,7 @@ } }, { - "id": 7381, + "id": 8458, "properties": { "facing": "south", "in_wall": "false", @@ -155792,7 +163145,7 @@ } }, { - "id": 7382, + "id": 8459, "properties": { "facing": "south", "in_wall": "false", @@ -155801,7 +163154,7 @@ } }, { - "id": 7383, + "id": 8460, "properties": { "facing": "south", "in_wall": "false", @@ -155810,7 +163163,7 @@ } }, { - "id": 7384, + "id": 8461, "properties": { "facing": "west", "in_wall": "true", @@ -155819,7 +163172,7 @@ } }, { - "id": 7385, + "id": 8462, "properties": { "facing": "west", "in_wall": "true", @@ -155828,7 +163181,7 @@ } }, { - "id": 7386, + "id": 8463, "properties": { "facing": "west", "in_wall": "true", @@ -155837,7 +163190,7 @@ } }, { - "id": 7387, + "id": 8464, "properties": { "facing": "west", "in_wall": "true", @@ -155846,7 +163199,7 @@ } }, { - "id": 7388, + "id": 8465, "properties": { "facing": "west", "in_wall": "false", @@ -155855,7 +163208,7 @@ } }, { - "id": 7389, + "id": 8466, "properties": { "facing": "west", "in_wall": "false", @@ -155864,7 +163217,7 @@ } }, { - "id": 7390, + "id": 8467, "properties": { "facing": "west", "in_wall": "false", @@ -155873,7 +163226,7 @@ } }, { - "id": 7391, + "id": 8468, "properties": { "facing": "west", "in_wall": "false", @@ -155882,7 +163235,7 @@ } }, { - "id": 7392, + "id": 8469, "properties": { "facing": "east", "in_wall": "true", @@ -155891,7 +163244,7 @@ } }, { - "id": 7393, + "id": 8470, "properties": { "facing": "east", "in_wall": "true", @@ -155900,7 +163253,7 @@ } }, { - "id": 7394, + "id": 8471, "properties": { "facing": "east", "in_wall": "true", @@ -155909,7 +163262,7 @@ } }, { - "id": 7395, + "id": 8472, "properties": { "facing": "east", "in_wall": "true", @@ -155918,7 +163271,7 @@ } }, { - "id": 7396, + "id": 8473, "properties": { "facing": "east", "in_wall": "false", @@ -155927,7 +163280,7 @@ } }, { - "id": 7397, + "id": 8474, "properties": { "facing": "east", "in_wall": "false", @@ -155936,7 +163289,7 @@ } }, { - "id": 7398, + "id": 8475, "properties": { "facing": "east", "in_wall": "false", @@ -155945,7 +163298,7 @@ } }, { - "id": 7399, + "id": 8476, "properties": { "facing": "east", "in_wall": "false", @@ -155991,7 +163344,7 @@ }, "states": [ { - "id": 4938, + "id": 5706, "properties": { "attached": "true", "rotation": "0", @@ -155999,7 +163352,7 @@ } }, { - "id": 4939, + "id": 5707, "properties": { "attached": "true", "rotation": "0", @@ -156007,7 +163360,7 @@ } }, { - "id": 4940, + "id": 5708, "properties": { "attached": "true", "rotation": "1", @@ -156015,7 +163368,7 @@ } }, { - "id": 4941, + "id": 5709, "properties": { "attached": "true", "rotation": "1", @@ -156023,7 +163376,7 @@ } }, { - "id": 4942, + "id": 5710, "properties": { "attached": "true", "rotation": "2", @@ -156031,7 +163384,7 @@ } }, { - "id": 4943, + "id": 5711, "properties": { "attached": "true", "rotation": "2", @@ -156039,7 +163392,7 @@ } }, { - "id": 4944, + "id": 5712, "properties": { "attached": "true", "rotation": "3", @@ -156047,7 +163400,7 @@ } }, { - "id": 4945, + "id": 5713, "properties": { "attached": "true", "rotation": "3", @@ -156055,7 +163408,7 @@ } }, { - "id": 4946, + "id": 5714, "properties": { "attached": "true", "rotation": "4", @@ -156063,7 +163416,7 @@ } }, { - "id": 4947, + "id": 5715, "properties": { "attached": "true", "rotation": "4", @@ -156071,7 +163424,7 @@ } }, { - "id": 4948, + "id": 5716, "properties": { "attached": "true", "rotation": "5", @@ -156079,7 +163432,7 @@ } }, { - "id": 4949, + "id": 5717, "properties": { "attached": "true", "rotation": "5", @@ -156087,7 +163440,7 @@ } }, { - "id": 4950, + "id": 5718, "properties": { "attached": "true", "rotation": "6", @@ -156095,7 +163448,7 @@ } }, { - "id": 4951, + "id": 5719, "properties": { "attached": "true", "rotation": "6", @@ -156103,7 +163456,7 @@ } }, { - "id": 4952, + "id": 5720, "properties": { "attached": "true", "rotation": "7", @@ -156111,7 +163464,7 @@ } }, { - "id": 4953, + "id": 5721, "properties": { "attached": "true", "rotation": "7", @@ -156119,7 +163472,7 @@ } }, { - "id": 4954, + "id": 5722, "properties": { "attached": "true", "rotation": "8", @@ -156127,7 +163480,7 @@ } }, { - "id": 4955, + "id": 5723, "properties": { "attached": "true", "rotation": "8", @@ -156135,7 +163488,7 @@ } }, { - "id": 4956, + "id": 5724, "properties": { "attached": "true", "rotation": "9", @@ -156143,7 +163496,7 @@ } }, { - "id": 4957, + "id": 5725, "properties": { "attached": "true", "rotation": "9", @@ -156151,7 +163504,7 @@ } }, { - "id": 4958, + "id": 5726, "properties": { "attached": "true", "rotation": "10", @@ -156159,7 +163512,7 @@ } }, { - "id": 4959, + "id": 5727, "properties": { "attached": "true", "rotation": "10", @@ -156167,7 +163520,7 @@ } }, { - "id": 4960, + "id": 5728, "properties": { "attached": "true", "rotation": "11", @@ -156175,7 +163528,7 @@ } }, { - "id": 4961, + "id": 5729, "properties": { "attached": "true", "rotation": "11", @@ -156183,7 +163536,7 @@ } }, { - "id": 4962, + "id": 5730, "properties": { "attached": "true", "rotation": "12", @@ -156191,7 +163544,7 @@ } }, { - "id": 4963, + "id": 5731, "properties": { "attached": "true", "rotation": "12", @@ -156199,7 +163552,7 @@ } }, { - "id": 4964, + "id": 5732, "properties": { "attached": "true", "rotation": "13", @@ -156207,7 +163560,7 @@ } }, { - "id": 4965, + "id": 5733, "properties": { "attached": "true", "rotation": "13", @@ -156215,7 +163568,7 @@ } }, { - "id": 4966, + "id": 5734, "properties": { "attached": "true", "rotation": "14", @@ -156223,7 +163576,7 @@ } }, { - "id": 4967, + "id": 5735, "properties": { "attached": "true", "rotation": "14", @@ -156231,7 +163584,7 @@ } }, { - "id": 4968, + "id": 5736, "properties": { "attached": "true", "rotation": "15", @@ -156239,7 +163592,7 @@ } }, { - "id": 4969, + "id": 5737, "properties": { "attached": "true", "rotation": "15", @@ -156247,7 +163600,7 @@ } }, { - "id": 4970, + "id": 5738, "properties": { "attached": "false", "rotation": "0", @@ -156256,7 +163609,7 @@ }, { "default": true, - "id": 4971, + "id": 5739, "properties": { "attached": "false", "rotation": "0", @@ -156264,7 +163617,7 @@ } }, { - "id": 4972, + "id": 5740, "properties": { "attached": "false", "rotation": "1", @@ -156272,7 +163625,7 @@ } }, { - "id": 4973, + "id": 5741, "properties": { "attached": "false", "rotation": "1", @@ -156280,7 +163633,7 @@ } }, { - "id": 4974, + "id": 5742, "properties": { "attached": "false", "rotation": "2", @@ -156288,7 +163641,7 @@ } }, { - "id": 4975, + "id": 5743, "properties": { "attached": "false", "rotation": "2", @@ -156296,7 +163649,7 @@ } }, { - "id": 4976, + "id": 5744, "properties": { "attached": "false", "rotation": "3", @@ -156304,7 +163657,7 @@ } }, { - "id": 4977, + "id": 5745, "properties": { "attached": "false", "rotation": "3", @@ -156312,7 +163665,7 @@ } }, { - "id": 4978, + "id": 5746, "properties": { "attached": "false", "rotation": "4", @@ -156320,7 +163673,7 @@ } }, { - "id": 4979, + "id": 5747, "properties": { "attached": "false", "rotation": "4", @@ -156328,7 +163681,7 @@ } }, { - "id": 4980, + "id": 5748, "properties": { "attached": "false", "rotation": "5", @@ -156336,7 +163689,7 @@ } }, { - "id": 4981, + "id": 5749, "properties": { "attached": "false", "rotation": "5", @@ -156344,7 +163697,7 @@ } }, { - "id": 4982, + "id": 5750, "properties": { "attached": "false", "rotation": "6", @@ -156352,7 +163705,7 @@ } }, { - "id": 4983, + "id": 5751, "properties": { "attached": "false", "rotation": "6", @@ -156360,7 +163713,7 @@ } }, { - "id": 4984, + "id": 5752, "properties": { "attached": "false", "rotation": "7", @@ -156368,7 +163721,7 @@ } }, { - "id": 4985, + "id": 5753, "properties": { "attached": "false", "rotation": "7", @@ -156376,7 +163729,7 @@ } }, { - "id": 4986, + "id": 5754, "properties": { "attached": "false", "rotation": "8", @@ -156384,7 +163737,7 @@ } }, { - "id": 4987, + "id": 5755, "properties": { "attached": "false", "rotation": "8", @@ -156392,7 +163745,7 @@ } }, { - "id": 4988, + "id": 5756, "properties": { "attached": "false", "rotation": "9", @@ -156400,7 +163753,7 @@ } }, { - "id": 4989, + "id": 5757, "properties": { "attached": "false", "rotation": "9", @@ -156408,7 +163761,7 @@ } }, { - "id": 4990, + "id": 5758, "properties": { "attached": "false", "rotation": "10", @@ -156416,7 +163769,7 @@ } }, { - "id": 4991, + "id": 5759, "properties": { "attached": "false", "rotation": "10", @@ -156424,7 +163777,7 @@ } }, { - "id": 4992, + "id": 5760, "properties": { "attached": "false", "rotation": "11", @@ -156432,7 +163785,7 @@ } }, { - "id": 4993, + "id": 5761, "properties": { "attached": "false", "rotation": "11", @@ -156440,7 +163793,7 @@ } }, { - "id": 4994, + "id": 5762, "properties": { "attached": "false", "rotation": "12", @@ -156448,7 +163801,7 @@ } }, { - "id": 4995, + "id": 5763, "properties": { "attached": "false", "rotation": "12", @@ -156456,7 +163809,7 @@ } }, { - "id": 4996, + "id": 5764, "properties": { "attached": "false", "rotation": "13", @@ -156464,7 +163817,7 @@ } }, { - "id": 4997, + "id": 5765, "properties": { "attached": "false", "rotation": "13", @@ -156472,7 +163825,7 @@ } }, { - "id": 4998, + "id": 5766, "properties": { "attached": "false", "rotation": "14", @@ -156480,7 +163833,7 @@ } }, { - "id": 4999, + "id": 5767, "properties": { "attached": "false", "rotation": "14", @@ -156488,7 +163841,7 @@ } }, { - "id": 5000, + "id": 5768, "properties": { "attached": "false", "rotation": "15", @@ -156496,7 +163849,7 @@ } }, { - "id": 5001, + "id": 5769, "properties": { "attached": "false", "rotation": "15", @@ -156818,14 +164171,14 @@ }, "states": [ { - "id": 5892, + "id": 6660, "properties": { "powered": "true" } }, { "default": true, - "id": 5893, + "id": 6661, "properties": { "powered": "false" } @@ -156860,6 +164213,613 @@ } ] }, + "minecraft:oak_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2911, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2912, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2913, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2914, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2915, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2916, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2917, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2918, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2919, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2920, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2921, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2922, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2923, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2924, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2925, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2926, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2927, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2928, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2929, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2930, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2931, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2932, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2933, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2934, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2935, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2936, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2937, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2938, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2939, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2940, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2941, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2942, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2943, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2944, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2945, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2946, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2947, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2948, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2949, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2950, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2951, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2952, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2953, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2954, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2955, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2956, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2957, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2958, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2959, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2960, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2961, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2962, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2963, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2964, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2965, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2966, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2967, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2968, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2969, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2970, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2971, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2972, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2973, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2974, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:oak_sign": { "definition": { "type": "minecraft:standing_sign", @@ -156892,7 +164852,7 @@ }, "states": [ { - "id": 4366, + "id": 5134, "properties": { "rotation": "0", "waterlogged": "true" @@ -156900,217 +164860,217 @@ }, { "default": true, - "id": 4367, + "id": 5135, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4368, + "id": 5136, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4369, + "id": 5137, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4370, + "id": 5138, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4371, + "id": 5139, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4372, + "id": 5140, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4373, + "id": 5141, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4374, + "id": 5142, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4375, + "id": 5143, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4376, + "id": 5144, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4377, + "id": 5145, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4378, + "id": 5146, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4379, + "id": 5147, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4380, + "id": 5148, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4381, + "id": 5149, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4382, + "id": 5150, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4383, + "id": 5151, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4384, + "id": 5152, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4385, + "id": 5153, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4386, + "id": 5154, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4387, + "id": 5155, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4388, + "id": 5156, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4389, + "id": 5157, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4390, + "id": 5158, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4391, + "id": 5159, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4392, + "id": 5160, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4393, + "id": 5161, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4394, + "id": 5162, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4395, + "id": 5163, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4396, + "id": 5164, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4397, + "id": 5165, "properties": { "rotation": "15", "waterlogged": "false" @@ -157136,21 +165096,21 @@ }, "states": [ { - "id": 12051, + "id": 13128, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12052, + "id": 13129, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12053, + "id": 13130, "properties": { "type": "bottom", "waterlogged": "true" @@ -157158,21 +165118,21 @@ }, { "default": true, - "id": 12054, + "id": 13131, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12055, + "id": 13132, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12056, + "id": 13133, "properties": { "type": "double", "waterlogged": "false" @@ -157213,7 +165173,7 @@ }, "states": [ { - "id": 2938, + "id": 3706, "properties": { "facing": "north", "half": "top", @@ -157222,7 +165182,7 @@ } }, { - "id": 2939, + "id": 3707, "properties": { "facing": "north", "half": "top", @@ -157231,7 +165191,7 @@ } }, { - "id": 2940, + "id": 3708, "properties": { "facing": "north", "half": "top", @@ -157240,7 +165200,7 @@ } }, { - "id": 2941, + "id": 3709, "properties": { "facing": "north", "half": "top", @@ -157249,7 +165209,7 @@ } }, { - "id": 2942, + "id": 3710, "properties": { "facing": "north", "half": "top", @@ -157258,7 +165218,7 @@ } }, { - "id": 2943, + "id": 3711, "properties": { "facing": "north", "half": "top", @@ -157267,7 +165227,7 @@ } }, { - "id": 2944, + "id": 3712, "properties": { "facing": "north", "half": "top", @@ -157276,7 +165236,7 @@ } }, { - "id": 2945, + "id": 3713, "properties": { "facing": "north", "half": "top", @@ -157285,7 +165245,7 @@ } }, { - "id": 2946, + "id": 3714, "properties": { "facing": "north", "half": "top", @@ -157294,7 +165254,7 @@ } }, { - "id": 2947, + "id": 3715, "properties": { "facing": "north", "half": "top", @@ -157303,7 +165263,7 @@ } }, { - "id": 2948, + "id": 3716, "properties": { "facing": "north", "half": "bottom", @@ -157313,7 +165273,7 @@ }, { "default": true, - "id": 2949, + "id": 3717, "properties": { "facing": "north", "half": "bottom", @@ -157322,7 +165282,7 @@ } }, { - "id": 2950, + "id": 3718, "properties": { "facing": "north", "half": "bottom", @@ -157331,7 +165291,7 @@ } }, { - "id": 2951, + "id": 3719, "properties": { "facing": "north", "half": "bottom", @@ -157340,7 +165300,7 @@ } }, { - "id": 2952, + "id": 3720, "properties": { "facing": "north", "half": "bottom", @@ -157349,7 +165309,7 @@ } }, { - "id": 2953, + "id": 3721, "properties": { "facing": "north", "half": "bottom", @@ -157358,7 +165318,7 @@ } }, { - "id": 2954, + "id": 3722, "properties": { "facing": "north", "half": "bottom", @@ -157367,7 +165327,7 @@ } }, { - "id": 2955, + "id": 3723, "properties": { "facing": "north", "half": "bottom", @@ -157376,7 +165336,7 @@ } }, { - "id": 2956, + "id": 3724, "properties": { "facing": "north", "half": "bottom", @@ -157385,7 +165345,7 @@ } }, { - "id": 2957, + "id": 3725, "properties": { "facing": "north", "half": "bottom", @@ -157394,7 +165354,7 @@ } }, { - "id": 2958, + "id": 3726, "properties": { "facing": "south", "half": "top", @@ -157403,7 +165363,7 @@ } }, { - "id": 2959, + "id": 3727, "properties": { "facing": "south", "half": "top", @@ -157412,7 +165372,7 @@ } }, { - "id": 2960, + "id": 3728, "properties": { "facing": "south", "half": "top", @@ -157421,7 +165381,7 @@ } }, { - "id": 2961, + "id": 3729, "properties": { "facing": "south", "half": "top", @@ -157430,7 +165390,7 @@ } }, { - "id": 2962, + "id": 3730, "properties": { "facing": "south", "half": "top", @@ -157439,7 +165399,7 @@ } }, { - "id": 2963, + "id": 3731, "properties": { "facing": "south", "half": "top", @@ -157448,7 +165408,7 @@ } }, { - "id": 2964, + "id": 3732, "properties": { "facing": "south", "half": "top", @@ -157457,7 +165417,7 @@ } }, { - "id": 2965, + "id": 3733, "properties": { "facing": "south", "half": "top", @@ -157466,7 +165426,7 @@ } }, { - "id": 2966, + "id": 3734, "properties": { "facing": "south", "half": "top", @@ -157475,7 +165435,7 @@ } }, { - "id": 2967, + "id": 3735, "properties": { "facing": "south", "half": "top", @@ -157484,7 +165444,7 @@ } }, { - "id": 2968, + "id": 3736, "properties": { "facing": "south", "half": "bottom", @@ -157493,7 +165453,7 @@ } }, { - "id": 2969, + "id": 3737, "properties": { "facing": "south", "half": "bottom", @@ -157502,7 +165462,7 @@ } }, { - "id": 2970, + "id": 3738, "properties": { "facing": "south", "half": "bottom", @@ -157511,7 +165471,7 @@ } }, { - "id": 2971, + "id": 3739, "properties": { "facing": "south", "half": "bottom", @@ -157520,7 +165480,7 @@ } }, { - "id": 2972, + "id": 3740, "properties": { "facing": "south", "half": "bottom", @@ -157529,7 +165489,7 @@ } }, { - "id": 2973, + "id": 3741, "properties": { "facing": "south", "half": "bottom", @@ -157538,7 +165498,7 @@ } }, { - "id": 2974, + "id": 3742, "properties": { "facing": "south", "half": "bottom", @@ -157547,7 +165507,7 @@ } }, { - "id": 2975, + "id": 3743, "properties": { "facing": "south", "half": "bottom", @@ -157556,7 +165516,7 @@ } }, { - "id": 2976, + "id": 3744, "properties": { "facing": "south", "half": "bottom", @@ -157565,7 +165525,7 @@ } }, { - "id": 2977, + "id": 3745, "properties": { "facing": "south", "half": "bottom", @@ -157574,7 +165534,7 @@ } }, { - "id": 2978, + "id": 3746, "properties": { "facing": "west", "half": "top", @@ -157583,7 +165543,7 @@ } }, { - "id": 2979, + "id": 3747, "properties": { "facing": "west", "half": "top", @@ -157592,7 +165552,7 @@ } }, { - "id": 2980, + "id": 3748, "properties": { "facing": "west", "half": "top", @@ -157601,7 +165561,7 @@ } }, { - "id": 2981, + "id": 3749, "properties": { "facing": "west", "half": "top", @@ -157610,7 +165570,7 @@ } }, { - "id": 2982, + "id": 3750, "properties": { "facing": "west", "half": "top", @@ -157619,7 +165579,7 @@ } }, { - "id": 2983, + "id": 3751, "properties": { "facing": "west", "half": "top", @@ -157628,7 +165588,7 @@ } }, { - "id": 2984, + "id": 3752, "properties": { "facing": "west", "half": "top", @@ -157637,7 +165597,7 @@ } }, { - "id": 2985, + "id": 3753, "properties": { "facing": "west", "half": "top", @@ -157646,7 +165606,7 @@ } }, { - "id": 2986, + "id": 3754, "properties": { "facing": "west", "half": "top", @@ -157655,7 +165615,7 @@ } }, { - "id": 2987, + "id": 3755, "properties": { "facing": "west", "half": "top", @@ -157664,7 +165624,7 @@ } }, { - "id": 2988, + "id": 3756, "properties": { "facing": "west", "half": "bottom", @@ -157673,7 +165633,7 @@ } }, { - "id": 2989, + "id": 3757, "properties": { "facing": "west", "half": "bottom", @@ -157682,7 +165642,7 @@ } }, { - "id": 2990, + "id": 3758, "properties": { "facing": "west", "half": "bottom", @@ -157691,7 +165651,7 @@ } }, { - "id": 2991, + "id": 3759, "properties": { "facing": "west", "half": "bottom", @@ -157700,7 +165660,7 @@ } }, { - "id": 2992, + "id": 3760, "properties": { "facing": "west", "half": "bottom", @@ -157709,7 +165669,7 @@ } }, { - "id": 2993, + "id": 3761, "properties": { "facing": "west", "half": "bottom", @@ -157718,7 +165678,7 @@ } }, { - "id": 2994, + "id": 3762, "properties": { "facing": "west", "half": "bottom", @@ -157727,7 +165687,7 @@ } }, { - "id": 2995, + "id": 3763, "properties": { "facing": "west", "half": "bottom", @@ -157736,7 +165696,7 @@ } }, { - "id": 2996, + "id": 3764, "properties": { "facing": "west", "half": "bottom", @@ -157745,7 +165705,7 @@ } }, { - "id": 2997, + "id": 3765, "properties": { "facing": "west", "half": "bottom", @@ -157754,7 +165714,7 @@ } }, { - "id": 2998, + "id": 3766, "properties": { "facing": "east", "half": "top", @@ -157763,7 +165723,7 @@ } }, { - "id": 2999, + "id": 3767, "properties": { "facing": "east", "half": "top", @@ -157772,7 +165732,7 @@ } }, { - "id": 3000, + "id": 3768, "properties": { "facing": "east", "half": "top", @@ -157781,7 +165741,7 @@ } }, { - "id": 3001, + "id": 3769, "properties": { "facing": "east", "half": "top", @@ -157790,7 +165750,7 @@ } }, { - "id": 3002, + "id": 3770, "properties": { "facing": "east", "half": "top", @@ -157799,7 +165759,7 @@ } }, { - "id": 3003, + "id": 3771, "properties": { "facing": "east", "half": "top", @@ -157808,7 +165768,7 @@ } }, { - "id": 3004, + "id": 3772, "properties": { "facing": "east", "half": "top", @@ -157817,7 +165777,7 @@ } }, { - "id": 3005, + "id": 3773, "properties": { "facing": "east", "half": "top", @@ -157826,7 +165786,7 @@ } }, { - "id": 3006, + "id": 3774, "properties": { "facing": "east", "half": "top", @@ -157835,7 +165795,7 @@ } }, { - "id": 3007, + "id": 3775, "properties": { "facing": "east", "half": "top", @@ -157844,7 +165804,7 @@ } }, { - "id": 3008, + "id": 3776, "properties": { "facing": "east", "half": "bottom", @@ -157853,7 +165813,7 @@ } }, { - "id": 3009, + "id": 3777, "properties": { "facing": "east", "half": "bottom", @@ -157862,7 +165822,7 @@ } }, { - "id": 3010, + "id": 3778, "properties": { "facing": "east", "half": "bottom", @@ -157871,7 +165831,7 @@ } }, { - "id": 3011, + "id": 3779, "properties": { "facing": "east", "half": "bottom", @@ -157880,7 +165840,7 @@ } }, { - "id": 3012, + "id": 3780, "properties": { "facing": "east", "half": "bottom", @@ -157889,7 +165849,7 @@ } }, { - "id": 3013, + "id": 3781, "properties": { "facing": "east", "half": "bottom", @@ -157898,7 +165858,7 @@ } }, { - "id": 3014, + "id": 3782, "properties": { "facing": "east", "half": "bottom", @@ -157907,7 +165867,7 @@ } }, { - "id": 3015, + "id": 3783, "properties": { "facing": "east", "half": "bottom", @@ -157916,7 +165876,7 @@ } }, { - "id": 3016, + "id": 3784, "properties": { "facing": "east", "half": "bottom", @@ -157925,7 +165885,7 @@ } }, { - "id": 3017, + "id": 3785, "properties": { "facing": "east", "half": "bottom", @@ -157967,7 +165927,7 @@ }, "states": [ { - "id": 6140, + "id": 6913, "properties": { "facing": "north", "half": "top", @@ -157977,7 +165937,7 @@ } }, { - "id": 6141, + "id": 6914, "properties": { "facing": "north", "half": "top", @@ -157987,7 +165947,7 @@ } }, { - "id": 6142, + "id": 6915, "properties": { "facing": "north", "half": "top", @@ -157997,7 +165957,7 @@ } }, { - "id": 6143, + "id": 6916, "properties": { "facing": "north", "half": "top", @@ -158007,7 +165967,7 @@ } }, { - "id": 6144, + "id": 6917, "properties": { "facing": "north", "half": "top", @@ -158017,7 +165977,7 @@ } }, { - "id": 6145, + "id": 6918, "properties": { "facing": "north", "half": "top", @@ -158027,7 +165987,7 @@ } }, { - "id": 6146, + "id": 6919, "properties": { "facing": "north", "half": "top", @@ -158037,7 +165997,7 @@ } }, { - "id": 6147, + "id": 6920, "properties": { "facing": "north", "half": "top", @@ -158047,7 +166007,7 @@ } }, { - "id": 6148, + "id": 6921, "properties": { "facing": "north", "half": "bottom", @@ -158057,7 +166017,7 @@ } }, { - "id": 6149, + "id": 6922, "properties": { "facing": "north", "half": "bottom", @@ -158067,7 +166027,7 @@ } }, { - "id": 6150, + "id": 6923, "properties": { "facing": "north", "half": "bottom", @@ -158077,7 +166037,7 @@ } }, { - "id": 6151, + "id": 6924, "properties": { "facing": "north", "half": "bottom", @@ -158087,7 +166047,7 @@ } }, { - "id": 6152, + "id": 6925, "properties": { "facing": "north", "half": "bottom", @@ -158097,7 +166057,7 @@ } }, { - "id": 6153, + "id": 6926, "properties": { "facing": "north", "half": "bottom", @@ -158107,7 +166067,7 @@ } }, { - "id": 6154, + "id": 6927, "properties": { "facing": "north", "half": "bottom", @@ -158118,7 +166078,7 @@ }, { "default": true, - "id": 6155, + "id": 6928, "properties": { "facing": "north", "half": "bottom", @@ -158128,7 +166088,7 @@ } }, { - "id": 6156, + "id": 6929, "properties": { "facing": "south", "half": "top", @@ -158138,7 +166098,7 @@ } }, { - "id": 6157, + "id": 6930, "properties": { "facing": "south", "half": "top", @@ -158148,7 +166108,7 @@ } }, { - "id": 6158, + "id": 6931, "properties": { "facing": "south", "half": "top", @@ -158158,7 +166118,7 @@ } }, { - "id": 6159, + "id": 6932, "properties": { "facing": "south", "half": "top", @@ -158168,7 +166128,7 @@ } }, { - "id": 6160, + "id": 6933, "properties": { "facing": "south", "half": "top", @@ -158178,7 +166138,7 @@ } }, { - "id": 6161, + "id": 6934, "properties": { "facing": "south", "half": "top", @@ -158188,7 +166148,7 @@ } }, { - "id": 6162, + "id": 6935, "properties": { "facing": "south", "half": "top", @@ -158198,7 +166158,7 @@ } }, { - "id": 6163, + "id": 6936, "properties": { "facing": "south", "half": "top", @@ -158208,7 +166168,7 @@ } }, { - "id": 6164, + "id": 6937, "properties": { "facing": "south", "half": "bottom", @@ -158218,7 +166178,7 @@ } }, { - "id": 6165, + "id": 6938, "properties": { "facing": "south", "half": "bottom", @@ -158228,7 +166188,7 @@ } }, { - "id": 6166, + "id": 6939, "properties": { "facing": "south", "half": "bottom", @@ -158238,7 +166198,7 @@ } }, { - "id": 6167, + "id": 6940, "properties": { "facing": "south", "half": "bottom", @@ -158248,7 +166208,7 @@ } }, { - "id": 6168, + "id": 6941, "properties": { "facing": "south", "half": "bottom", @@ -158258,7 +166218,7 @@ } }, { - "id": 6169, + "id": 6942, "properties": { "facing": "south", "half": "bottom", @@ -158268,7 +166228,7 @@ } }, { - "id": 6170, + "id": 6943, "properties": { "facing": "south", "half": "bottom", @@ -158278,7 +166238,7 @@ } }, { - "id": 6171, + "id": 6944, "properties": { "facing": "south", "half": "bottom", @@ -158288,7 +166248,7 @@ } }, { - "id": 6172, + "id": 6945, "properties": { "facing": "west", "half": "top", @@ -158298,7 +166258,7 @@ } }, { - "id": 6173, + "id": 6946, "properties": { "facing": "west", "half": "top", @@ -158308,7 +166268,7 @@ } }, { - "id": 6174, + "id": 6947, "properties": { "facing": "west", "half": "top", @@ -158318,7 +166278,7 @@ } }, { - "id": 6175, + "id": 6948, "properties": { "facing": "west", "half": "top", @@ -158328,7 +166288,7 @@ } }, { - "id": 6176, + "id": 6949, "properties": { "facing": "west", "half": "top", @@ -158338,7 +166298,7 @@ } }, { - "id": 6177, + "id": 6950, "properties": { "facing": "west", "half": "top", @@ -158348,7 +166308,7 @@ } }, { - "id": 6178, + "id": 6951, "properties": { "facing": "west", "half": "top", @@ -158358,7 +166318,7 @@ } }, { - "id": 6179, + "id": 6952, "properties": { "facing": "west", "half": "top", @@ -158368,7 +166328,7 @@ } }, { - "id": 6180, + "id": 6953, "properties": { "facing": "west", "half": "bottom", @@ -158378,7 +166338,7 @@ } }, { - "id": 6181, + "id": 6954, "properties": { "facing": "west", "half": "bottom", @@ -158388,7 +166348,7 @@ } }, { - "id": 6182, + "id": 6955, "properties": { "facing": "west", "half": "bottom", @@ -158398,7 +166358,7 @@ } }, { - "id": 6183, + "id": 6956, "properties": { "facing": "west", "half": "bottom", @@ -158408,7 +166368,7 @@ } }, { - "id": 6184, + "id": 6957, "properties": { "facing": "west", "half": "bottom", @@ -158418,7 +166378,7 @@ } }, { - "id": 6185, + "id": 6958, "properties": { "facing": "west", "half": "bottom", @@ -158428,7 +166388,7 @@ } }, { - "id": 6186, + "id": 6959, "properties": { "facing": "west", "half": "bottom", @@ -158438,7 +166398,7 @@ } }, { - "id": 6187, + "id": 6960, "properties": { "facing": "west", "half": "bottom", @@ -158448,7 +166408,7 @@ } }, { - "id": 6188, + "id": 6961, "properties": { "facing": "east", "half": "top", @@ -158458,7 +166418,7 @@ } }, { - "id": 6189, + "id": 6962, "properties": { "facing": "east", "half": "top", @@ -158468,7 +166428,7 @@ } }, { - "id": 6190, + "id": 6963, "properties": { "facing": "east", "half": "top", @@ -158478,7 +166438,7 @@ } }, { - "id": 6191, + "id": 6964, "properties": { "facing": "east", "half": "top", @@ -158488,7 +166448,7 @@ } }, { - "id": 6192, + "id": 6965, "properties": { "facing": "east", "half": "top", @@ -158498,7 +166458,7 @@ } }, { - "id": 6193, + "id": 6966, "properties": { "facing": "east", "half": "top", @@ -158508,7 +166468,7 @@ } }, { - "id": 6194, + "id": 6967, "properties": { "facing": "east", "half": "top", @@ -158518,7 +166478,7 @@ } }, { - "id": 6195, + "id": 6968, "properties": { "facing": "east", "half": "top", @@ -158528,7 +166488,7 @@ } }, { - "id": 6196, + "id": 6969, "properties": { "facing": "east", "half": "bottom", @@ -158538,7 +166498,7 @@ } }, { - "id": 6197, + "id": 6970, "properties": { "facing": "east", "half": "bottom", @@ -158548,7 +166508,7 @@ } }, { - "id": 6198, + "id": 6971, "properties": { "facing": "east", "half": "bottom", @@ -158558,7 +166518,7 @@ } }, { - "id": 6199, + "id": 6972, "properties": { "facing": "east", "half": "bottom", @@ -158568,7 +166528,7 @@ } }, { - "id": 6200, + "id": 6973, "properties": { "facing": "east", "half": "bottom", @@ -158578,7 +166538,7 @@ } }, { - "id": 6201, + "id": 6974, "properties": { "facing": "east", "half": "bottom", @@ -158588,7 +166548,7 @@ } }, { - "id": 6202, + "id": 6975, "properties": { "facing": "east", "half": "bottom", @@ -158598,7 +166558,7 @@ } }, { - "id": 6203, + "id": 6976, "properties": { "facing": "east", "half": "bottom", @@ -158629,7 +166589,7 @@ }, "states": [ { - "id": 5706, + "id": 6474, "properties": { "facing": "north", "waterlogged": "true" @@ -158637,49 +166597,49 @@ }, { "default": true, - "id": 5707, + "id": 6475, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5708, + "id": 6476, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5709, + "id": 6477, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5710, + "id": 6478, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5711, + "id": 6479, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5712, + "id": 6480, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5713, + "id": 6481, "properties": { "facing": "east", "waterlogged": "false" @@ -158707,7 +166667,7 @@ }, "states": [ { - "id": 4858, + "id": 5626, "properties": { "facing": "north", "waterlogged": "true" @@ -158715,49 +166675,49 @@ }, { "default": true, - "id": 4859, + "id": 5627, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4860, + "id": 5628, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4861, + "id": 5629, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4862, + "id": 5630, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4863, + "id": 5631, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4864, + "id": 5632, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4865, + "id": 5633, "properties": { "facing": "east", "waterlogged": "false" @@ -158820,35 +166780,35 @@ }, "states": [ { - "id": 13573, + "id": 14650, "properties": { "facing": "north", "powered": "true" } }, { - "id": 13574, + "id": 14651, "properties": { "facing": "north", "powered": "false" } }, { - "id": 13575, + "id": 14652, "properties": { "facing": "east", "powered": "true" } }, { - "id": 13576, + "id": 14653, "properties": { "facing": "east", "powered": "false" } }, { - "id": 13577, + "id": 14654, "properties": { "facing": "south", "powered": "true" @@ -158856,49 +166816,49 @@ }, { "default": true, - "id": 13578, + "id": 14655, "properties": { "facing": "south", "powered": "false" } }, { - "id": 13579, + "id": 14656, "properties": { "facing": "west", "powered": "true" } }, { - "id": 13580, + "id": 14657, "properties": { "facing": "west", "powered": "false" } }, { - "id": 13581, + "id": 14658, "properties": { "facing": "up", "powered": "true" } }, { - "id": 13582, + "id": 14659, "properties": { "facing": "up", "powered": "false" } }, { - "id": 13583, + "id": 14660, "properties": { "facing": "down", "powered": "true" } }, { - "id": 13584, + "id": 14661, "properties": { "facing": "down", "powered": "false" @@ -158914,7 +166874,7 @@ "states": [ { "default": true, - "id": 2400 + "id": 3168 } ] }, @@ -158932,20 +166892,20 @@ }, "states": [ { - "id": 27623, + "id": 29380, "properties": { "axis": "x" } }, { "default": true, - "id": 27624, + "id": 29381, "properties": { "axis": "y" } }, { - "id": 27625, + "id": 29382, "properties": { "axis": "z" } @@ -158961,7 +166921,7 @@ "states": [ { "default": true, - "id": 27909 + "id": 29666 } ] }, @@ -158994,97 +166954,97 @@ "states": [ { "default": true, - "id": 11664, + "id": 12741, "properties": { "rotation": "0" } }, { - "id": 11665, + "id": 12742, "properties": { "rotation": "1" } }, { - "id": 11666, + "id": 12743, "properties": { "rotation": "2" } }, { - "id": 11667, + "id": 12744, "properties": { "rotation": "3" } }, { - "id": 11668, + "id": 12745, "properties": { "rotation": "4" } }, { - "id": 11669, + "id": 12746, "properties": { "rotation": "5" } }, { - "id": 11670, + "id": 12747, "properties": { "rotation": "6" } }, { - "id": 11671, + "id": 12748, "properties": { "rotation": "7" } }, { - "id": 11672, + "id": 12749, "properties": { "rotation": "8" } }, { - "id": 11673, + "id": 12750, "properties": { "rotation": "9" } }, { - "id": 11674, + "id": 12751, "properties": { "rotation": "10" } }, { - "id": 11675, + "id": 12752, "properties": { "rotation": "11" } }, { - "id": 11676, + "id": 12753, "properties": { "rotation": "12" } }, { - "id": 11677, + "id": 12754, "properties": { "rotation": "13" } }, { - "id": 11678, + "id": 12755, "properties": { "rotation": "14" } }, { - "id": 11679, + "id": 12756, "properties": { "rotation": "15" } @@ -159268,7 +167228,7 @@ }, "states": [ { - "id": 21785, + "id": 22926, "properties": { "candles": "1", "lit": "true", @@ -159276,7 +167236,7 @@ } }, { - "id": 21786, + "id": 22927, "properties": { "candles": "1", "lit": "true", @@ -159284,7 +167244,7 @@ } }, { - "id": 21787, + "id": 22928, "properties": { "candles": "1", "lit": "false", @@ -159293,7 +167253,7 @@ }, { "default": true, - "id": 21788, + "id": 22929, "properties": { "candles": "1", "lit": "false", @@ -159301,7 +167261,7 @@ } }, { - "id": 21789, + "id": 22930, "properties": { "candles": "2", "lit": "true", @@ -159309,7 +167269,7 @@ } }, { - "id": 21790, + "id": 22931, "properties": { "candles": "2", "lit": "true", @@ -159317,7 +167277,7 @@ } }, { - "id": 21791, + "id": 22932, "properties": { "candles": "2", "lit": "false", @@ -159325,7 +167285,7 @@ } }, { - "id": 21792, + "id": 22933, "properties": { "candles": "2", "lit": "false", @@ -159333,7 +167293,7 @@ } }, { - "id": 21793, + "id": 22934, "properties": { "candles": "3", "lit": "true", @@ -159341,7 +167301,7 @@ } }, { - "id": 21794, + "id": 22935, "properties": { "candles": "3", "lit": "true", @@ -159349,7 +167309,7 @@ } }, { - "id": 21795, + "id": 22936, "properties": { "candles": "3", "lit": "false", @@ -159357,7 +167317,7 @@ } }, { - "id": 21796, + "id": 22937, "properties": { "candles": "3", "lit": "false", @@ -159365,7 +167325,7 @@ } }, { - "id": 21797, + "id": 22938, "properties": { "candles": "4", "lit": "true", @@ -159373,7 +167333,7 @@ } }, { - "id": 21798, + "id": 22939, "properties": { "candles": "4", "lit": "true", @@ -159381,7 +167341,7 @@ } }, { - "id": 21799, + "id": 22940, "properties": { "candles": "4", "lit": "false", @@ -159389,7 +167349,7 @@ } }, { - "id": 21800, + "id": 22941, "properties": { "candles": "4", "lit": "false", @@ -159412,14 +167372,14 @@ }, "states": [ { - "id": 22029, + "id": 23170, "properties": { "lit": "true" } }, { "default": true, - "id": 22030, + "id": 23171, "properties": { "lit": "false" } @@ -159435,7 +167395,7 @@ "states": [ { "default": true, - "id": 11618 + "id": 12695 } ] }, @@ -159447,7 +167407,7 @@ "states": [ { "default": true, - "id": 13752 + "id": 14829 } ] }, @@ -159460,7 +167420,7 @@ "states": [ { "default": true, - "id": 13768 + "id": 14845 } ] }, @@ -159480,25 +167440,25 @@ "states": [ { "default": true, - "id": 13691, + "id": 14768, "properties": { "facing": "north" } }, { - "id": 13692, + "id": 14769, "properties": { "facing": "south" } }, { - "id": 13693, + "id": 14770, "properties": { "facing": "west" } }, { - "id": 13694, + "id": 14771, "properties": { "facing": "east" } @@ -159523,38 +167483,38 @@ }, "states": [ { - "id": 13597, + "id": 14674, "properties": { "facing": "north" } }, { - "id": 13598, + "id": 14675, "properties": { "facing": "east" } }, { - "id": 13599, + "id": 14676, "properties": { "facing": "south" } }, { - "id": 13600, + "id": 14677, "properties": { "facing": "west" } }, { "default": true, - "id": 13601, + "id": 14678, "properties": { "facing": "up" } }, { - "id": 13602, + "id": 14679, "properties": { "facing": "down" } @@ -159570,7 +167530,7 @@ "states": [ { "default": true, - "id": 6125 + "id": 6898 } ] }, @@ -159604,7 +167564,7 @@ }, "states": [ { - "id": 10213, + "id": 11290, "properties": { "east": "true", "north": "true", @@ -159614,7 +167574,7 @@ } }, { - "id": 10214, + "id": 11291, "properties": { "east": "true", "north": "true", @@ -159624,7 +167584,7 @@ } }, { - "id": 10215, + "id": 11292, "properties": { "east": "true", "north": "true", @@ -159634,7 +167594,7 @@ } }, { - "id": 10216, + "id": 11293, "properties": { "east": "true", "north": "true", @@ -159644,7 +167604,7 @@ } }, { - "id": 10217, + "id": 11294, "properties": { "east": "true", "north": "true", @@ -159654,7 +167614,7 @@ } }, { - "id": 10218, + "id": 11295, "properties": { "east": "true", "north": "true", @@ -159664,7 +167624,7 @@ } }, { - "id": 10219, + "id": 11296, "properties": { "east": "true", "north": "true", @@ -159674,7 +167634,7 @@ } }, { - "id": 10220, + "id": 11297, "properties": { "east": "true", "north": "true", @@ -159684,7 +167644,7 @@ } }, { - "id": 10221, + "id": 11298, "properties": { "east": "true", "north": "false", @@ -159694,7 +167654,7 @@ } }, { - "id": 10222, + "id": 11299, "properties": { "east": "true", "north": "false", @@ -159704,7 +167664,7 @@ } }, { - "id": 10223, + "id": 11300, "properties": { "east": "true", "north": "false", @@ -159714,7 +167674,7 @@ } }, { - "id": 10224, + "id": 11301, "properties": { "east": "true", "north": "false", @@ -159724,7 +167684,7 @@ } }, { - "id": 10225, + "id": 11302, "properties": { "east": "true", "north": "false", @@ -159734,7 +167694,7 @@ } }, { - "id": 10226, + "id": 11303, "properties": { "east": "true", "north": "false", @@ -159744,7 +167704,7 @@ } }, { - "id": 10227, + "id": 11304, "properties": { "east": "true", "north": "false", @@ -159754,7 +167714,7 @@ } }, { - "id": 10228, + "id": 11305, "properties": { "east": "true", "north": "false", @@ -159764,7 +167724,7 @@ } }, { - "id": 10229, + "id": 11306, "properties": { "east": "false", "north": "true", @@ -159774,7 +167734,7 @@ } }, { - "id": 10230, + "id": 11307, "properties": { "east": "false", "north": "true", @@ -159784,7 +167744,7 @@ } }, { - "id": 10231, + "id": 11308, "properties": { "east": "false", "north": "true", @@ -159794,7 +167754,7 @@ } }, { - "id": 10232, + "id": 11309, "properties": { "east": "false", "north": "true", @@ -159804,7 +167764,7 @@ } }, { - "id": 10233, + "id": 11310, "properties": { "east": "false", "north": "true", @@ -159814,7 +167774,7 @@ } }, { - "id": 10234, + "id": 11311, "properties": { "east": "false", "north": "true", @@ -159824,7 +167784,7 @@ } }, { - "id": 10235, + "id": 11312, "properties": { "east": "false", "north": "true", @@ -159834,7 +167794,7 @@ } }, { - "id": 10236, + "id": 11313, "properties": { "east": "false", "north": "true", @@ -159844,7 +167804,7 @@ } }, { - "id": 10237, + "id": 11314, "properties": { "east": "false", "north": "false", @@ -159854,7 +167814,7 @@ } }, { - "id": 10238, + "id": 11315, "properties": { "east": "false", "north": "false", @@ -159864,7 +167824,7 @@ } }, { - "id": 10239, + "id": 11316, "properties": { "east": "false", "north": "false", @@ -159874,7 +167834,7 @@ } }, { - "id": 10240, + "id": 11317, "properties": { "east": "false", "north": "false", @@ -159884,7 +167844,7 @@ } }, { - "id": 10241, + "id": 11318, "properties": { "east": "false", "north": "false", @@ -159894,7 +167854,7 @@ } }, { - "id": 10242, + "id": 11319, "properties": { "east": "false", "north": "false", @@ -159904,7 +167864,7 @@ } }, { - "id": 10243, + "id": 11320, "properties": { "east": "false", "north": "false", @@ -159915,7 +167875,7 @@ }, { "default": true, - "id": 10244, + "id": 11321, "properties": { "east": "false", "north": "false", @@ -159928,13 +167888,13 @@ }, "minecraft:orange_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10166 + "id": 11243 } ] }, @@ -159973,25 +167933,25 @@ "states": [ { "default": true, - "id": 11908, + "id": 12985, "properties": { "facing": "north" } }, { - "id": 11909, + "id": 12986, "properties": { "facing": "south" } }, { - "id": 11910, + "id": 12987, "properties": { "facing": "west" } }, { - "id": 11911, + "id": 12988, "properties": { "facing": "east" } @@ -160037,7 +167997,7 @@ "states": [ { "default": true, - "id": 23976 + "id": 25117 } ] }, @@ -160050,7 +168010,359 @@ "states": [ { "default": true, - "id": 23969 + "id": 25110 + } + ] + }, + "minecraft:oxidized_copper_bars": { + "definition": { + "type": "minecraft:weathering_copper_bar", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 7885, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7886, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7887, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7888, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7889, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7890, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7891, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7892, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7893, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7894, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7895, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7896, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7897, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7898, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7899, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7900, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7901, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7902, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7903, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7904, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7905, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7906, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7907, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7908, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7909, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7910, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7911, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7912, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7913, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7914, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7915, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 7916, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } } ] }, @@ -160072,21 +168384,21 @@ }, "states": [ { - "id": 25732, + "id": 26873, "properties": { "lit": "true", "powered": "true" } }, { - "id": 25733, + "id": 26874, "properties": { "lit": "true", "powered": "false" } }, { - "id": 25734, + "id": 26875, "properties": { "lit": "false", "powered": "true" @@ -160094,7 +168406,7 @@ }, { "default": true, - "id": 25735, + "id": 26876, "properties": { "lit": "false", "powered": "false" @@ -160102,6 +168414,290 @@ } ] }, + "minecraft:oxidized_copper_chain": { + "definition": { + "type": "minecraft:weathering_copper_chain", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8069, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8070, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8071, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8072, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8073, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8074, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:oxidized_copper_chest": { + "definition": { + "type": "minecraft:weathering_copper_chest", + "close_sound": "minecraft:block.copper_chest_oxidized.close", + "open_sound": "minecraft:block.copper_chest_oxidized.open", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26965, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26966, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26967, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26968, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26969, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26970, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26971, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26972, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26973, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26974, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26975, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26976, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26977, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26978, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26979, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26980, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26981, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26982, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26983, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26984, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26985, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26986, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26987, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26988, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:oxidized_copper_door": { "definition": { "type": "minecraft:weathering_copper_door", @@ -160135,7 +168731,7 @@ }, "states": [ { - "id": 24808, + "id": 25949, "properties": { "facing": "north", "half": "upper", @@ -160145,7 +168741,7 @@ } }, { - "id": 24809, + "id": 25950, "properties": { "facing": "north", "half": "upper", @@ -160155,7 +168751,7 @@ } }, { - "id": 24810, + "id": 25951, "properties": { "facing": "north", "half": "upper", @@ -160165,7 +168761,7 @@ } }, { - "id": 24811, + "id": 25952, "properties": { "facing": "north", "half": "upper", @@ -160175,7 +168771,7 @@ } }, { - "id": 24812, + "id": 25953, "properties": { "facing": "north", "half": "upper", @@ -160185,7 +168781,7 @@ } }, { - "id": 24813, + "id": 25954, "properties": { "facing": "north", "half": "upper", @@ -160195,7 +168791,7 @@ } }, { - "id": 24814, + "id": 25955, "properties": { "facing": "north", "half": "upper", @@ -160205,7 +168801,7 @@ } }, { - "id": 24815, + "id": 25956, "properties": { "facing": "north", "half": "upper", @@ -160215,7 +168811,7 @@ } }, { - "id": 24816, + "id": 25957, "properties": { "facing": "north", "half": "lower", @@ -160225,7 +168821,7 @@ } }, { - "id": 24817, + "id": 25958, "properties": { "facing": "north", "half": "lower", @@ -160235,7 +168831,7 @@ } }, { - "id": 24818, + "id": 25959, "properties": { "facing": "north", "half": "lower", @@ -160246,7 +168842,7 @@ }, { "default": true, - "id": 24819, + "id": 25960, "properties": { "facing": "north", "half": "lower", @@ -160256,7 +168852,7 @@ } }, { - "id": 24820, + "id": 25961, "properties": { "facing": "north", "half": "lower", @@ -160266,7 +168862,7 @@ } }, { - "id": 24821, + "id": 25962, "properties": { "facing": "north", "half": "lower", @@ -160276,7 +168872,7 @@ } }, { - "id": 24822, + "id": 25963, "properties": { "facing": "north", "half": "lower", @@ -160286,7 +168882,7 @@ } }, { - "id": 24823, + "id": 25964, "properties": { "facing": "north", "half": "lower", @@ -160296,7 +168892,7 @@ } }, { - "id": 24824, + "id": 25965, "properties": { "facing": "south", "half": "upper", @@ -160306,7 +168902,7 @@ } }, { - "id": 24825, + "id": 25966, "properties": { "facing": "south", "half": "upper", @@ -160316,7 +168912,7 @@ } }, { - "id": 24826, + "id": 25967, "properties": { "facing": "south", "half": "upper", @@ -160326,7 +168922,7 @@ } }, { - "id": 24827, + "id": 25968, "properties": { "facing": "south", "half": "upper", @@ -160336,7 +168932,7 @@ } }, { - "id": 24828, + "id": 25969, "properties": { "facing": "south", "half": "upper", @@ -160346,7 +168942,7 @@ } }, { - "id": 24829, + "id": 25970, "properties": { "facing": "south", "half": "upper", @@ -160356,7 +168952,7 @@ } }, { - "id": 24830, + "id": 25971, "properties": { "facing": "south", "half": "upper", @@ -160366,7 +168962,7 @@ } }, { - "id": 24831, + "id": 25972, "properties": { "facing": "south", "half": "upper", @@ -160376,7 +168972,7 @@ } }, { - "id": 24832, + "id": 25973, "properties": { "facing": "south", "half": "lower", @@ -160386,7 +168982,7 @@ } }, { - "id": 24833, + "id": 25974, "properties": { "facing": "south", "half": "lower", @@ -160396,7 +168992,7 @@ } }, { - "id": 24834, + "id": 25975, "properties": { "facing": "south", "half": "lower", @@ -160406,7 +169002,7 @@ } }, { - "id": 24835, + "id": 25976, "properties": { "facing": "south", "half": "lower", @@ -160416,7 +169012,7 @@ } }, { - "id": 24836, + "id": 25977, "properties": { "facing": "south", "half": "lower", @@ -160426,7 +169022,7 @@ } }, { - "id": 24837, + "id": 25978, "properties": { "facing": "south", "half": "lower", @@ -160436,7 +169032,7 @@ } }, { - "id": 24838, + "id": 25979, "properties": { "facing": "south", "half": "lower", @@ -160446,7 +169042,7 @@ } }, { - "id": 24839, + "id": 25980, "properties": { "facing": "south", "half": "lower", @@ -160456,7 +169052,7 @@ } }, { - "id": 24840, + "id": 25981, "properties": { "facing": "west", "half": "upper", @@ -160466,7 +169062,7 @@ } }, { - "id": 24841, + "id": 25982, "properties": { "facing": "west", "half": "upper", @@ -160476,7 +169072,7 @@ } }, { - "id": 24842, + "id": 25983, "properties": { "facing": "west", "half": "upper", @@ -160486,7 +169082,7 @@ } }, { - "id": 24843, + "id": 25984, "properties": { "facing": "west", "half": "upper", @@ -160496,7 +169092,7 @@ } }, { - "id": 24844, + "id": 25985, "properties": { "facing": "west", "half": "upper", @@ -160506,7 +169102,7 @@ } }, { - "id": 24845, + "id": 25986, "properties": { "facing": "west", "half": "upper", @@ -160516,7 +169112,7 @@ } }, { - "id": 24846, + "id": 25987, "properties": { "facing": "west", "half": "upper", @@ -160526,7 +169122,7 @@ } }, { - "id": 24847, + "id": 25988, "properties": { "facing": "west", "half": "upper", @@ -160536,7 +169132,7 @@ } }, { - "id": 24848, + "id": 25989, "properties": { "facing": "west", "half": "lower", @@ -160546,7 +169142,7 @@ } }, { - "id": 24849, + "id": 25990, "properties": { "facing": "west", "half": "lower", @@ -160556,7 +169152,7 @@ } }, { - "id": 24850, + "id": 25991, "properties": { "facing": "west", "half": "lower", @@ -160566,7 +169162,7 @@ } }, { - "id": 24851, + "id": 25992, "properties": { "facing": "west", "half": "lower", @@ -160576,7 +169172,7 @@ } }, { - "id": 24852, + "id": 25993, "properties": { "facing": "west", "half": "lower", @@ -160586,7 +169182,7 @@ } }, { - "id": 24853, + "id": 25994, "properties": { "facing": "west", "half": "lower", @@ -160596,7 +169192,7 @@ } }, { - "id": 24854, + "id": 25995, "properties": { "facing": "west", "half": "lower", @@ -160606,7 +169202,7 @@ } }, { - "id": 24855, + "id": 25996, "properties": { "facing": "west", "half": "lower", @@ -160616,7 +169212,7 @@ } }, { - "id": 24856, + "id": 25997, "properties": { "facing": "east", "half": "upper", @@ -160626,7 +169222,7 @@ } }, { - "id": 24857, + "id": 25998, "properties": { "facing": "east", "half": "upper", @@ -160636,7 +169232,7 @@ } }, { - "id": 24858, + "id": 25999, "properties": { "facing": "east", "half": "upper", @@ -160646,7 +169242,7 @@ } }, { - "id": 24859, + "id": 26000, "properties": { "facing": "east", "half": "upper", @@ -160656,7 +169252,7 @@ } }, { - "id": 24860, + "id": 26001, "properties": { "facing": "east", "half": "upper", @@ -160666,7 +169262,7 @@ } }, { - "id": 24861, + "id": 26002, "properties": { "facing": "east", "half": "upper", @@ -160676,7 +169272,7 @@ } }, { - "id": 24862, + "id": 26003, "properties": { "facing": "east", "half": "upper", @@ -160686,7 +169282,7 @@ } }, { - "id": 24863, + "id": 26004, "properties": { "facing": "east", "half": "upper", @@ -160696,7 +169292,7 @@ } }, { - "id": 24864, + "id": 26005, "properties": { "facing": "east", "half": "lower", @@ -160706,7 +169302,7 @@ } }, { - "id": 24865, + "id": 26006, "properties": { "facing": "east", "half": "lower", @@ -160716,7 +169312,7 @@ } }, { - "id": 24866, + "id": 26007, "properties": { "facing": "east", "half": "lower", @@ -160726,7 +169322,7 @@ } }, { - "id": 24867, + "id": 26008, "properties": { "facing": "east", "half": "lower", @@ -160736,7 +169332,7 @@ } }, { - "id": 24868, + "id": 26009, "properties": { "facing": "east", "half": "lower", @@ -160746,7 +169342,7 @@ } }, { - "id": 24869, + "id": 26010, "properties": { "facing": "east", "half": "lower", @@ -160756,7 +169352,7 @@ } }, { - "id": 24870, + "id": 26011, "properties": { "facing": "east", "half": "lower", @@ -160766,7 +169362,7 @@ } }, { - "id": 24871, + "id": 26012, "properties": { "facing": "east", "half": "lower", @@ -160777,60 +169373,25 @@ } ] }, - "minecraft:oxidized_copper_grate": { - "definition": { - "type": "minecraft:weathering_copper_grate", - "properties": {}, - "weathering_state": "oxidized" - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25710, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25711, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:oxidized_copper_trapdoor": { + "minecraft:oxidized_copper_golem_statue": { "definition": { - "type": "minecraft:weathering_copper_trap_door", - "block_set_type": "copper", + "type": "minecraft:weathering_copper_golem_statue", "properties": {}, "weathering_state": "oxidized" }, "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], "facing": [ "north", "south", "west", "east" ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], "waterlogged": [ "true", "false" @@ -160838,218 +169399,585 @@ }, "states": [ { - "id": 25320, + "id": 27181, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25321, + "default": true, + "id": 27182, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25322, + "id": 27183, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "true" } }, { - "id": 25323, + "id": 27184, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "false" } }, { - "id": 25324, + "id": 27185, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "true" } }, { - "id": 25325, + "id": 27186, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "false" } }, { - "id": 25326, + "id": 27187, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "true" } }, { - "id": 25327, + "id": 27188, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "false" } }, { - "id": 25328, + "id": 27189, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25329, + "id": 27190, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25330, + "id": 27191, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "true" } }, { - "id": 25331, + "id": 27192, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "false" } }, { - "id": 25332, + "id": 27193, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "true" } }, { - "id": 25333, + "id": 27194, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "false" } }, { - "id": 25334, + "id": 27195, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "true" } }, { - "default": true, - "id": 25335, + "id": 27196, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "false" } }, { - "id": 25336, + "id": 27197, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "true" } }, { - "id": 25337, + "id": 27198, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "false" } }, { - "id": 25338, + "id": 27199, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "true" } }, { - "id": 25339, + "id": 27200, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "false" } }, { - "id": 25340, + "id": 27201, "properties": { - "facing": "south", - "half": "top", - "open": "false", + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27202, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27203, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27204, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27205, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27206, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27207, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27208, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27209, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27210, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27211, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27212, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, + "minecraft:oxidized_copper_grate": { + "definition": { + "type": "minecraft:weathering_copper_grate", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26851, + "properties": { + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26852, + "properties": { + "waterlogged": "false" + } + } + ] + }, + "minecraft:oxidized_copper_lantern": { + "definition": { + "type": "minecraft:weathering_lantern", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20655, + "properties": { + "hanging": "true", + "waterlogged": "true" + } + }, + { + "id": 20656, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20657, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20658, + "properties": { + "hanging": "false", + "waterlogged": "false" + } + } + ] + }, + "minecraft:oxidized_copper_trapdoor": { + "definition": { + "type": "minecraft:weathering_copper_trap_door", + "block_set_type": "copper", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26461, + "properties": { + "facing": "north", + "half": "top", + "open": "true", "powered": "true", "waterlogged": "true" } }, { - "id": 25341, + "id": 26462, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26463, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26464, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26465, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26466, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26467, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26468, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26469, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26470, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26471, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26472, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26473, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26474, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26475, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26476, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26477, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26478, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26479, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26480, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26481, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26482, "properties": { "facing": "south", "half": "top", @@ -161059,7 +169987,7 @@ } }, { - "id": 25342, + "id": 26483, "properties": { "facing": "south", "half": "top", @@ -161069,7 +169997,7 @@ } }, { - "id": 25343, + "id": 26484, "properties": { "facing": "south", "half": "top", @@ -161079,7 +170007,7 @@ } }, { - "id": 25344, + "id": 26485, "properties": { "facing": "south", "half": "bottom", @@ -161089,7 +170017,7 @@ } }, { - "id": 25345, + "id": 26486, "properties": { "facing": "south", "half": "bottom", @@ -161099,7 +170027,7 @@ } }, { - "id": 25346, + "id": 26487, "properties": { "facing": "south", "half": "bottom", @@ -161109,7 +170037,7 @@ } }, { - "id": 25347, + "id": 26488, "properties": { "facing": "south", "half": "bottom", @@ -161119,7 +170047,7 @@ } }, { - "id": 25348, + "id": 26489, "properties": { "facing": "south", "half": "bottom", @@ -161129,7 +170057,7 @@ } }, { - "id": 25349, + "id": 26490, "properties": { "facing": "south", "half": "bottom", @@ -161139,7 +170067,7 @@ } }, { - "id": 25350, + "id": 26491, "properties": { "facing": "south", "half": "bottom", @@ -161149,7 +170077,7 @@ } }, { - "id": 25351, + "id": 26492, "properties": { "facing": "south", "half": "bottom", @@ -161159,7 +170087,7 @@ } }, { - "id": 25352, + "id": 26493, "properties": { "facing": "west", "half": "top", @@ -161169,7 +170097,7 @@ } }, { - "id": 25353, + "id": 26494, "properties": { "facing": "west", "half": "top", @@ -161179,7 +170107,7 @@ } }, { - "id": 25354, + "id": 26495, "properties": { "facing": "west", "half": "top", @@ -161189,7 +170117,7 @@ } }, { - "id": 25355, + "id": 26496, "properties": { "facing": "west", "half": "top", @@ -161199,7 +170127,7 @@ } }, { - "id": 25356, + "id": 26497, "properties": { "facing": "west", "half": "top", @@ -161209,7 +170137,7 @@ } }, { - "id": 25357, + "id": 26498, "properties": { "facing": "west", "half": "top", @@ -161219,7 +170147,7 @@ } }, { - "id": 25358, + "id": 26499, "properties": { "facing": "west", "half": "top", @@ -161229,7 +170157,7 @@ } }, { - "id": 25359, + "id": 26500, "properties": { "facing": "west", "half": "top", @@ -161239,7 +170167,7 @@ } }, { - "id": 25360, + "id": 26501, "properties": { "facing": "west", "half": "bottom", @@ -161249,7 +170177,7 @@ } }, { - "id": 25361, + "id": 26502, "properties": { "facing": "west", "half": "bottom", @@ -161259,7 +170187,7 @@ } }, { - "id": 25362, + "id": 26503, "properties": { "facing": "west", "half": "bottom", @@ -161269,7 +170197,7 @@ } }, { - "id": 25363, + "id": 26504, "properties": { "facing": "west", "half": "bottom", @@ -161279,7 +170207,7 @@ } }, { - "id": 25364, + "id": 26505, "properties": { "facing": "west", "half": "bottom", @@ -161289,7 +170217,7 @@ } }, { - "id": 25365, + "id": 26506, "properties": { "facing": "west", "half": "bottom", @@ -161299,7 +170227,7 @@ } }, { - "id": 25366, + "id": 26507, "properties": { "facing": "west", "half": "bottom", @@ -161309,7 +170237,7 @@ } }, { - "id": 25367, + "id": 26508, "properties": { "facing": "west", "half": "bottom", @@ -161319,7 +170247,7 @@ } }, { - "id": 25368, + "id": 26509, "properties": { "facing": "east", "half": "top", @@ -161329,7 +170257,7 @@ } }, { - "id": 25369, + "id": 26510, "properties": { "facing": "east", "half": "top", @@ -161339,7 +170267,7 @@ } }, { - "id": 25370, + "id": 26511, "properties": { "facing": "east", "half": "top", @@ -161349,7 +170277,7 @@ } }, { - "id": 25371, + "id": 26512, "properties": { "facing": "east", "half": "top", @@ -161359,7 +170287,7 @@ } }, { - "id": 25372, + "id": 26513, "properties": { "facing": "east", "half": "top", @@ -161369,7 +170297,7 @@ } }, { - "id": 25373, + "id": 26514, "properties": { "facing": "east", "half": "top", @@ -161379,7 +170307,7 @@ } }, { - "id": 25374, + "id": 26515, "properties": { "facing": "east", "half": "top", @@ -161389,7 +170317,7 @@ } }, { - "id": 25375, + "id": 26516, "properties": { "facing": "east", "half": "top", @@ -161399,7 +170327,7 @@ } }, { - "id": 25376, + "id": 26517, "properties": { "facing": "east", "half": "bottom", @@ -161409,7 +170337,7 @@ } }, { - "id": 25377, + "id": 26518, "properties": { "facing": "east", "half": "bottom", @@ -161419,7 +170347,7 @@ } }, { - "id": 25378, + "id": 26519, "properties": { "facing": "east", "half": "bottom", @@ -161429,7 +170357,7 @@ } }, { - "id": 25379, + "id": 26520, "properties": { "facing": "east", "half": "bottom", @@ -161439,7 +170367,7 @@ } }, { - "id": 25380, + "id": 26521, "properties": { "facing": "east", "half": "bottom", @@ -161449,7 +170377,7 @@ } }, { - "id": 25381, + "id": 26522, "properties": { "facing": "east", "half": "bottom", @@ -161459,7 +170387,7 @@ } }, { - "id": 25382, + "id": 26523, "properties": { "facing": "east", "half": "bottom", @@ -161469,7 +170397,7 @@ } }, { - "id": 25383, + "id": 26524, "properties": { "facing": "east", "half": "bottom", @@ -161489,7 +170417,7 @@ "states": [ { "default": true, - "id": 23972 + "id": 25113 } ] }, @@ -161512,21 +170440,21 @@ }, "states": [ { - "id": 24304, + "id": 25445, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24305, + "id": 25446, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24306, + "id": 25447, "properties": { "type": "bottom", "waterlogged": "true" @@ -161534,21 +170462,21 @@ }, { "default": true, - "id": 24307, + "id": 25448, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24308, + "id": 25449, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24309, + "id": 25450, "properties": { "type": "double", "waterlogged": "false" @@ -161590,7 +170518,7 @@ }, "states": [ { - "id": 23984, + "id": 25125, "properties": { "facing": "north", "half": "top", @@ -161599,7 +170527,7 @@ } }, { - "id": 23985, + "id": 25126, "properties": { "facing": "north", "half": "top", @@ -161608,7 +170536,7 @@ } }, { - "id": 23986, + "id": 25127, "properties": { "facing": "north", "half": "top", @@ -161617,7 +170545,7 @@ } }, { - "id": 23987, + "id": 25128, "properties": { "facing": "north", "half": "top", @@ -161626,7 +170554,7 @@ } }, { - "id": 23988, + "id": 25129, "properties": { "facing": "north", "half": "top", @@ -161635,7 +170563,7 @@ } }, { - "id": 23989, + "id": 25130, "properties": { "facing": "north", "half": "top", @@ -161644,7 +170572,7 @@ } }, { - "id": 23990, + "id": 25131, "properties": { "facing": "north", "half": "top", @@ -161653,7 +170581,7 @@ } }, { - "id": 23991, + "id": 25132, "properties": { "facing": "north", "half": "top", @@ -161662,7 +170590,7 @@ } }, { - "id": 23992, + "id": 25133, "properties": { "facing": "north", "half": "top", @@ -161671,7 +170599,7 @@ } }, { - "id": 23993, + "id": 25134, "properties": { "facing": "north", "half": "top", @@ -161680,7 +170608,7 @@ } }, { - "id": 23994, + "id": 25135, "properties": { "facing": "north", "half": "bottom", @@ -161690,7 +170618,7 @@ }, { "default": true, - "id": 23995, + "id": 25136, "properties": { "facing": "north", "half": "bottom", @@ -161699,7 +170627,7 @@ } }, { - "id": 23996, + "id": 25137, "properties": { "facing": "north", "half": "bottom", @@ -161708,7 +170636,7 @@ } }, { - "id": 23997, + "id": 25138, "properties": { "facing": "north", "half": "bottom", @@ -161717,7 +170645,7 @@ } }, { - "id": 23998, + "id": 25139, "properties": { "facing": "north", "half": "bottom", @@ -161726,7 +170654,7 @@ } }, { - "id": 23999, + "id": 25140, "properties": { "facing": "north", "half": "bottom", @@ -161735,7 +170663,7 @@ } }, { - "id": 24000, + "id": 25141, "properties": { "facing": "north", "half": "bottom", @@ -161744,7 +170672,7 @@ } }, { - "id": 24001, + "id": 25142, "properties": { "facing": "north", "half": "bottom", @@ -161753,7 +170681,7 @@ } }, { - "id": 24002, + "id": 25143, "properties": { "facing": "north", "half": "bottom", @@ -161762,7 +170690,7 @@ } }, { - "id": 24003, + "id": 25144, "properties": { "facing": "north", "half": "bottom", @@ -161771,7 +170699,7 @@ } }, { - "id": 24004, + "id": 25145, "properties": { "facing": "south", "half": "top", @@ -161780,7 +170708,7 @@ } }, { - "id": 24005, + "id": 25146, "properties": { "facing": "south", "half": "top", @@ -161789,7 +170717,7 @@ } }, { - "id": 24006, + "id": 25147, "properties": { "facing": "south", "half": "top", @@ -161798,7 +170726,7 @@ } }, { - "id": 24007, + "id": 25148, "properties": { "facing": "south", "half": "top", @@ -161807,7 +170735,7 @@ } }, { - "id": 24008, + "id": 25149, "properties": { "facing": "south", "half": "top", @@ -161816,7 +170744,7 @@ } }, { - "id": 24009, + "id": 25150, "properties": { "facing": "south", "half": "top", @@ -161825,7 +170753,7 @@ } }, { - "id": 24010, + "id": 25151, "properties": { "facing": "south", "half": "top", @@ -161834,7 +170762,7 @@ } }, { - "id": 24011, + "id": 25152, "properties": { "facing": "south", "half": "top", @@ -161843,7 +170771,7 @@ } }, { - "id": 24012, + "id": 25153, "properties": { "facing": "south", "half": "top", @@ -161852,7 +170780,7 @@ } }, { - "id": 24013, + "id": 25154, "properties": { "facing": "south", "half": "top", @@ -161861,7 +170789,7 @@ } }, { - "id": 24014, + "id": 25155, "properties": { "facing": "south", "half": "bottom", @@ -161870,7 +170798,7 @@ } }, { - "id": 24015, + "id": 25156, "properties": { "facing": "south", "half": "bottom", @@ -161879,7 +170807,7 @@ } }, { - "id": 24016, + "id": 25157, "properties": { "facing": "south", "half": "bottom", @@ -161888,7 +170816,7 @@ } }, { - "id": 24017, + "id": 25158, "properties": { "facing": "south", "half": "bottom", @@ -161897,7 +170825,7 @@ } }, { - "id": 24018, + "id": 25159, "properties": { "facing": "south", "half": "bottom", @@ -161906,7 +170834,7 @@ } }, { - "id": 24019, + "id": 25160, "properties": { "facing": "south", "half": "bottom", @@ -161915,7 +170843,7 @@ } }, { - "id": 24020, + "id": 25161, "properties": { "facing": "south", "half": "bottom", @@ -161924,7 +170852,7 @@ } }, { - "id": 24021, + "id": 25162, "properties": { "facing": "south", "half": "bottom", @@ -161933,7 +170861,7 @@ } }, { - "id": 24022, + "id": 25163, "properties": { "facing": "south", "half": "bottom", @@ -161942,7 +170870,7 @@ } }, { - "id": 24023, + "id": 25164, "properties": { "facing": "south", "half": "bottom", @@ -161951,7 +170879,7 @@ } }, { - "id": 24024, + "id": 25165, "properties": { "facing": "west", "half": "top", @@ -161960,7 +170888,7 @@ } }, { - "id": 24025, + "id": 25166, "properties": { "facing": "west", "half": "top", @@ -161969,7 +170897,7 @@ } }, { - "id": 24026, + "id": 25167, "properties": { "facing": "west", "half": "top", @@ -161978,7 +170906,7 @@ } }, { - "id": 24027, + "id": 25168, "properties": { "facing": "west", "half": "top", @@ -161987,7 +170915,7 @@ } }, { - "id": 24028, + "id": 25169, "properties": { "facing": "west", "half": "top", @@ -161996,7 +170924,7 @@ } }, { - "id": 24029, + "id": 25170, "properties": { "facing": "west", "half": "top", @@ -162005,7 +170933,7 @@ } }, { - "id": 24030, + "id": 25171, "properties": { "facing": "west", "half": "top", @@ -162014,7 +170942,7 @@ } }, { - "id": 24031, + "id": 25172, "properties": { "facing": "west", "half": "top", @@ -162023,7 +170951,7 @@ } }, { - "id": 24032, + "id": 25173, "properties": { "facing": "west", "half": "top", @@ -162032,7 +170960,7 @@ } }, { - "id": 24033, + "id": 25174, "properties": { "facing": "west", "half": "top", @@ -162041,7 +170969,7 @@ } }, { - "id": 24034, + "id": 25175, "properties": { "facing": "west", "half": "bottom", @@ -162050,7 +170978,7 @@ } }, { - "id": 24035, + "id": 25176, "properties": { "facing": "west", "half": "bottom", @@ -162059,7 +170987,7 @@ } }, { - "id": 24036, + "id": 25177, "properties": { "facing": "west", "half": "bottom", @@ -162068,7 +170996,7 @@ } }, { - "id": 24037, + "id": 25178, "properties": { "facing": "west", "half": "bottom", @@ -162077,7 +171005,7 @@ } }, { - "id": 24038, + "id": 25179, "properties": { "facing": "west", "half": "bottom", @@ -162086,7 +171014,7 @@ } }, { - "id": 24039, + "id": 25180, "properties": { "facing": "west", "half": "bottom", @@ -162095,7 +171023,7 @@ } }, { - "id": 24040, + "id": 25181, "properties": { "facing": "west", "half": "bottom", @@ -162104,7 +171032,7 @@ } }, { - "id": 24041, + "id": 25182, "properties": { "facing": "west", "half": "bottom", @@ -162113,7 +171041,7 @@ } }, { - "id": 24042, + "id": 25183, "properties": { "facing": "west", "half": "bottom", @@ -162122,7 +171050,7 @@ } }, { - "id": 24043, + "id": 25184, "properties": { "facing": "west", "half": "bottom", @@ -162131,7 +171059,7 @@ } }, { - "id": 24044, + "id": 25185, "properties": { "facing": "east", "half": "top", @@ -162140,7 +171068,7 @@ } }, { - "id": 24045, + "id": 25186, "properties": { "facing": "east", "half": "top", @@ -162149,7 +171077,7 @@ } }, { - "id": 24046, + "id": 25187, "properties": { "facing": "east", "half": "top", @@ -162158,7 +171086,7 @@ } }, { - "id": 24047, + "id": 25188, "properties": { "facing": "east", "half": "top", @@ -162167,7 +171095,7 @@ } }, { - "id": 24048, + "id": 25189, "properties": { "facing": "east", "half": "top", @@ -162176,7 +171104,7 @@ } }, { - "id": 24049, + "id": 25190, "properties": { "facing": "east", "half": "top", @@ -162185,7 +171113,7 @@ } }, { - "id": 24050, + "id": 25191, "properties": { "facing": "east", "half": "top", @@ -162194,7 +171122,7 @@ } }, { - "id": 24051, + "id": 25192, "properties": { "facing": "east", "half": "top", @@ -162203,7 +171131,7 @@ } }, { - "id": 24052, + "id": 25193, "properties": { "facing": "east", "half": "top", @@ -162212,7 +171140,7 @@ } }, { - "id": 24053, + "id": 25194, "properties": { "facing": "east", "half": "top", @@ -162221,7 +171149,7 @@ } }, { - "id": 24054, + "id": 25195, "properties": { "facing": "east", "half": "bottom", @@ -162230,7 +171158,7 @@ } }, { - "id": 24055, + "id": 25196, "properties": { "facing": "east", "half": "bottom", @@ -162239,7 +171167,7 @@ } }, { - "id": 24056, + "id": 25197, "properties": { "facing": "east", "half": "bottom", @@ -162248,7 +171176,7 @@ } }, { - "id": 24057, + "id": 25198, "properties": { "facing": "east", "half": "bottom", @@ -162257,7 +171185,7 @@ } }, { - "id": 24058, + "id": 25199, "properties": { "facing": "east", "half": "bottom", @@ -162266,7 +171194,7 @@ } }, { - "id": 24059, + "id": 25200, "properties": { "facing": "east", "half": "bottom", @@ -162275,7 +171203,7 @@ } }, { - "id": 24060, + "id": 25201, "properties": { "facing": "east", "half": "bottom", @@ -162284,7 +171212,7 @@ } }, { - "id": 24061, + "id": 25202, "properties": { "facing": "east", "half": "bottom", @@ -162293,7 +171221,7 @@ } }, { - "id": 24062, + "id": 25203, "properties": { "facing": "east", "half": "bottom", @@ -162302,7 +171230,7 @@ } }, { - "id": 24063, + "id": 25204, "properties": { "facing": "east", "half": "bottom", @@ -162312,6 +171240,226 @@ } ] }, + "minecraft:oxidized_lightning_rod": { + "definition": { + "type": "minecraft:weathering_lightning_rod", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27413, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27414, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27415, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27416, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27417, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27418, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27419, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27420, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27421, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27422, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27423, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27424, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27425, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27426, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27427, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27428, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27429, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27430, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27431, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27432, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27433, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27434, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27435, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27436, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "false" + } + } + ] + }, "minecraft:packed_ice": { "definition": { "type": "minecraft:block", @@ -162320,7 +171468,7 @@ "states": [ { "default": true, - "id": 11635 + "id": 12712 } ] }, @@ -162332,7 +171480,7 @@ "states": [ { "default": true, - "id": 6784 + "id": 7557 } ] }, @@ -162350,13 +171498,13 @@ "states": [ { "default": true, - "id": 27907, + "id": 29664, "properties": { "tip": "true" } }, { - "id": 27908, + "id": 29665, "properties": { "tip": "false" } @@ -162372,7 +171520,7 @@ "states": [ { "default": true, - "id": 27744 + "id": 29501 } ] }, @@ -162410,7 +171558,7 @@ "states": [ { "default": true, - "id": 27745, + "id": 29502, "properties": { "bottom": "true", "east": "none", @@ -162420,7 +171568,7 @@ } }, { - "id": 27746, + "id": 29503, "properties": { "bottom": "true", "east": "none", @@ -162430,7 +171578,7 @@ } }, { - "id": 27747, + "id": 29504, "properties": { "bottom": "true", "east": "none", @@ -162440,7 +171588,7 @@ } }, { - "id": 27748, + "id": 29505, "properties": { "bottom": "true", "east": "none", @@ -162450,7 +171598,7 @@ } }, { - "id": 27749, + "id": 29506, "properties": { "bottom": "true", "east": "none", @@ -162460,7 +171608,7 @@ } }, { - "id": 27750, + "id": 29507, "properties": { "bottom": "true", "east": "none", @@ -162470,7 +171618,7 @@ } }, { - "id": 27751, + "id": 29508, "properties": { "bottom": "true", "east": "none", @@ -162480,7 +171628,7 @@ } }, { - "id": 27752, + "id": 29509, "properties": { "bottom": "true", "east": "none", @@ -162490,7 +171638,7 @@ } }, { - "id": 27753, + "id": 29510, "properties": { "bottom": "true", "east": "none", @@ -162500,7 +171648,7 @@ } }, { - "id": 27754, + "id": 29511, "properties": { "bottom": "true", "east": "none", @@ -162510,7 +171658,7 @@ } }, { - "id": 27755, + "id": 29512, "properties": { "bottom": "true", "east": "none", @@ -162520,7 +171668,7 @@ } }, { - "id": 27756, + "id": 29513, "properties": { "bottom": "true", "east": "none", @@ -162530,7 +171678,7 @@ } }, { - "id": 27757, + "id": 29514, "properties": { "bottom": "true", "east": "none", @@ -162540,7 +171688,7 @@ } }, { - "id": 27758, + "id": 29515, "properties": { "bottom": "true", "east": "none", @@ -162550,7 +171698,7 @@ } }, { - "id": 27759, + "id": 29516, "properties": { "bottom": "true", "east": "none", @@ -162560,7 +171708,7 @@ } }, { - "id": 27760, + "id": 29517, "properties": { "bottom": "true", "east": "none", @@ -162570,7 +171718,7 @@ } }, { - "id": 27761, + "id": 29518, "properties": { "bottom": "true", "east": "none", @@ -162580,7 +171728,7 @@ } }, { - "id": 27762, + "id": 29519, "properties": { "bottom": "true", "east": "none", @@ -162590,7 +171738,7 @@ } }, { - "id": 27763, + "id": 29520, "properties": { "bottom": "true", "east": "none", @@ -162600,7 +171748,7 @@ } }, { - "id": 27764, + "id": 29521, "properties": { "bottom": "true", "east": "none", @@ -162610,7 +171758,7 @@ } }, { - "id": 27765, + "id": 29522, "properties": { "bottom": "true", "east": "none", @@ -162620,7 +171768,7 @@ } }, { - "id": 27766, + "id": 29523, "properties": { "bottom": "true", "east": "none", @@ -162630,7 +171778,7 @@ } }, { - "id": 27767, + "id": 29524, "properties": { "bottom": "true", "east": "none", @@ -162640,7 +171788,7 @@ } }, { - "id": 27768, + "id": 29525, "properties": { "bottom": "true", "east": "none", @@ -162650,7 +171798,7 @@ } }, { - "id": 27769, + "id": 29526, "properties": { "bottom": "true", "east": "none", @@ -162660,7 +171808,7 @@ } }, { - "id": 27770, + "id": 29527, "properties": { "bottom": "true", "east": "none", @@ -162670,7 +171818,7 @@ } }, { - "id": 27771, + "id": 29528, "properties": { "bottom": "true", "east": "none", @@ -162680,7 +171828,7 @@ } }, { - "id": 27772, + "id": 29529, "properties": { "bottom": "true", "east": "low", @@ -162690,7 +171838,7 @@ } }, { - "id": 27773, + "id": 29530, "properties": { "bottom": "true", "east": "low", @@ -162700,7 +171848,7 @@ } }, { - "id": 27774, + "id": 29531, "properties": { "bottom": "true", "east": "low", @@ -162710,7 +171858,7 @@ } }, { - "id": 27775, + "id": 29532, "properties": { "bottom": "true", "east": "low", @@ -162720,7 +171868,7 @@ } }, { - "id": 27776, + "id": 29533, "properties": { "bottom": "true", "east": "low", @@ -162730,7 +171878,7 @@ } }, { - "id": 27777, + "id": 29534, "properties": { "bottom": "true", "east": "low", @@ -162740,7 +171888,7 @@ } }, { - "id": 27778, + "id": 29535, "properties": { "bottom": "true", "east": "low", @@ -162750,7 +171898,7 @@ } }, { - "id": 27779, + "id": 29536, "properties": { "bottom": "true", "east": "low", @@ -162760,7 +171908,7 @@ } }, { - "id": 27780, + "id": 29537, "properties": { "bottom": "true", "east": "low", @@ -162770,7 +171918,7 @@ } }, { - "id": 27781, + "id": 29538, "properties": { "bottom": "true", "east": "low", @@ -162780,7 +171928,7 @@ } }, { - "id": 27782, + "id": 29539, "properties": { "bottom": "true", "east": "low", @@ -162790,7 +171938,7 @@ } }, { - "id": 27783, + "id": 29540, "properties": { "bottom": "true", "east": "low", @@ -162800,7 +171948,7 @@ } }, { - "id": 27784, + "id": 29541, "properties": { "bottom": "true", "east": "low", @@ -162810,7 +171958,7 @@ } }, { - "id": 27785, + "id": 29542, "properties": { "bottom": "true", "east": "low", @@ -162820,7 +171968,7 @@ } }, { - "id": 27786, + "id": 29543, "properties": { "bottom": "true", "east": "low", @@ -162830,7 +171978,7 @@ } }, { - "id": 27787, + "id": 29544, "properties": { "bottom": "true", "east": "low", @@ -162840,7 +171988,7 @@ } }, { - "id": 27788, + "id": 29545, "properties": { "bottom": "true", "east": "low", @@ -162850,7 +171998,7 @@ } }, { - "id": 27789, + "id": 29546, "properties": { "bottom": "true", "east": "low", @@ -162860,7 +172008,7 @@ } }, { - "id": 27790, + "id": 29547, "properties": { "bottom": "true", "east": "low", @@ -162870,7 +172018,7 @@ } }, { - "id": 27791, + "id": 29548, "properties": { "bottom": "true", "east": "low", @@ -162880,7 +172028,7 @@ } }, { - "id": 27792, + "id": 29549, "properties": { "bottom": "true", "east": "low", @@ -162890,7 +172038,7 @@ } }, { - "id": 27793, + "id": 29550, "properties": { "bottom": "true", "east": "low", @@ -162900,7 +172048,7 @@ } }, { - "id": 27794, + "id": 29551, "properties": { "bottom": "true", "east": "low", @@ -162910,7 +172058,7 @@ } }, { - "id": 27795, + "id": 29552, "properties": { "bottom": "true", "east": "low", @@ -162920,7 +172068,7 @@ } }, { - "id": 27796, + "id": 29553, "properties": { "bottom": "true", "east": "low", @@ -162930,7 +172078,7 @@ } }, { - "id": 27797, + "id": 29554, "properties": { "bottom": "true", "east": "low", @@ -162940,7 +172088,7 @@ } }, { - "id": 27798, + "id": 29555, "properties": { "bottom": "true", "east": "low", @@ -162950,7 +172098,7 @@ } }, { - "id": 27799, + "id": 29556, "properties": { "bottom": "true", "east": "tall", @@ -162960,7 +172108,7 @@ } }, { - "id": 27800, + "id": 29557, "properties": { "bottom": "true", "east": "tall", @@ -162970,7 +172118,7 @@ } }, { - "id": 27801, + "id": 29558, "properties": { "bottom": "true", "east": "tall", @@ -162980,7 +172128,7 @@ } }, { - "id": 27802, + "id": 29559, "properties": { "bottom": "true", "east": "tall", @@ -162990,7 +172138,7 @@ } }, { - "id": 27803, + "id": 29560, "properties": { "bottom": "true", "east": "tall", @@ -163000,7 +172148,7 @@ } }, { - "id": 27804, + "id": 29561, "properties": { "bottom": "true", "east": "tall", @@ -163010,7 +172158,7 @@ } }, { - "id": 27805, + "id": 29562, "properties": { "bottom": "true", "east": "tall", @@ -163020,7 +172168,7 @@ } }, { - "id": 27806, + "id": 29563, "properties": { "bottom": "true", "east": "tall", @@ -163030,7 +172178,7 @@ } }, { - "id": 27807, + "id": 29564, "properties": { "bottom": "true", "east": "tall", @@ -163040,7 +172188,7 @@ } }, { - "id": 27808, + "id": 29565, "properties": { "bottom": "true", "east": "tall", @@ -163050,7 +172198,7 @@ } }, { - "id": 27809, + "id": 29566, "properties": { "bottom": "true", "east": "tall", @@ -163060,7 +172208,7 @@ } }, { - "id": 27810, + "id": 29567, "properties": { "bottom": "true", "east": "tall", @@ -163070,7 +172218,7 @@ } }, { - "id": 27811, + "id": 29568, "properties": { "bottom": "true", "east": "tall", @@ -163080,7 +172228,7 @@ } }, { - "id": 27812, + "id": 29569, "properties": { "bottom": "true", "east": "tall", @@ -163090,7 +172238,7 @@ } }, { - "id": 27813, + "id": 29570, "properties": { "bottom": "true", "east": "tall", @@ -163100,7 +172248,7 @@ } }, { - "id": 27814, + "id": 29571, "properties": { "bottom": "true", "east": "tall", @@ -163110,7 +172258,7 @@ } }, { - "id": 27815, + "id": 29572, "properties": { "bottom": "true", "east": "tall", @@ -163120,7 +172268,7 @@ } }, { - "id": 27816, + "id": 29573, "properties": { "bottom": "true", "east": "tall", @@ -163130,7 +172278,7 @@ } }, { - "id": 27817, + "id": 29574, "properties": { "bottom": "true", "east": "tall", @@ -163140,7 +172288,7 @@ } }, { - "id": 27818, + "id": 29575, "properties": { "bottom": "true", "east": "tall", @@ -163150,7 +172298,7 @@ } }, { - "id": 27819, + "id": 29576, "properties": { "bottom": "true", "east": "tall", @@ -163160,7 +172308,7 @@ } }, { - "id": 27820, + "id": 29577, "properties": { "bottom": "true", "east": "tall", @@ -163170,7 +172318,7 @@ } }, { - "id": 27821, + "id": 29578, "properties": { "bottom": "true", "east": "tall", @@ -163180,7 +172328,7 @@ } }, { - "id": 27822, + "id": 29579, "properties": { "bottom": "true", "east": "tall", @@ -163190,7 +172338,7 @@ } }, { - "id": 27823, + "id": 29580, "properties": { "bottom": "true", "east": "tall", @@ -163200,7 +172348,7 @@ } }, { - "id": 27824, + "id": 29581, "properties": { "bottom": "true", "east": "tall", @@ -163210,7 +172358,7 @@ } }, { - "id": 27825, + "id": 29582, "properties": { "bottom": "true", "east": "tall", @@ -163220,7 +172368,7 @@ } }, { - "id": 27826, + "id": 29583, "properties": { "bottom": "false", "east": "none", @@ -163230,7 +172378,7 @@ } }, { - "id": 27827, + "id": 29584, "properties": { "bottom": "false", "east": "none", @@ -163240,7 +172388,7 @@ } }, { - "id": 27828, + "id": 29585, "properties": { "bottom": "false", "east": "none", @@ -163250,7 +172398,7 @@ } }, { - "id": 27829, + "id": 29586, "properties": { "bottom": "false", "east": "none", @@ -163260,7 +172408,7 @@ } }, { - "id": 27830, + "id": 29587, "properties": { "bottom": "false", "east": "none", @@ -163270,7 +172418,7 @@ } }, { - "id": 27831, + "id": 29588, "properties": { "bottom": "false", "east": "none", @@ -163280,7 +172428,7 @@ } }, { - "id": 27832, + "id": 29589, "properties": { "bottom": "false", "east": "none", @@ -163290,7 +172438,7 @@ } }, { - "id": 27833, + "id": 29590, "properties": { "bottom": "false", "east": "none", @@ -163300,7 +172448,7 @@ } }, { - "id": 27834, + "id": 29591, "properties": { "bottom": "false", "east": "none", @@ -163310,7 +172458,7 @@ } }, { - "id": 27835, + "id": 29592, "properties": { "bottom": "false", "east": "none", @@ -163320,7 +172468,7 @@ } }, { - "id": 27836, + "id": 29593, "properties": { "bottom": "false", "east": "none", @@ -163330,7 +172478,7 @@ } }, { - "id": 27837, + "id": 29594, "properties": { "bottom": "false", "east": "none", @@ -163340,7 +172488,7 @@ } }, { - "id": 27838, + "id": 29595, "properties": { "bottom": "false", "east": "none", @@ -163350,7 +172498,7 @@ } }, { - "id": 27839, + "id": 29596, "properties": { "bottom": "false", "east": "none", @@ -163360,7 +172508,7 @@ } }, { - "id": 27840, + "id": 29597, "properties": { "bottom": "false", "east": "none", @@ -163370,7 +172518,7 @@ } }, { - "id": 27841, + "id": 29598, "properties": { "bottom": "false", "east": "none", @@ -163380,7 +172528,7 @@ } }, { - "id": 27842, + "id": 29599, "properties": { "bottom": "false", "east": "none", @@ -163390,7 +172538,7 @@ } }, { - "id": 27843, + "id": 29600, "properties": { "bottom": "false", "east": "none", @@ -163400,7 +172548,7 @@ } }, { - "id": 27844, + "id": 29601, "properties": { "bottom": "false", "east": "none", @@ -163410,7 +172558,7 @@ } }, { - "id": 27845, + "id": 29602, "properties": { "bottom": "false", "east": "none", @@ -163420,7 +172568,7 @@ } }, { - "id": 27846, + "id": 29603, "properties": { "bottom": "false", "east": "none", @@ -163430,7 +172578,7 @@ } }, { - "id": 27847, + "id": 29604, "properties": { "bottom": "false", "east": "none", @@ -163440,7 +172588,7 @@ } }, { - "id": 27848, + "id": 29605, "properties": { "bottom": "false", "east": "none", @@ -163450,7 +172598,7 @@ } }, { - "id": 27849, + "id": 29606, "properties": { "bottom": "false", "east": "none", @@ -163460,7 +172608,7 @@ } }, { - "id": 27850, + "id": 29607, "properties": { "bottom": "false", "east": "none", @@ -163470,7 +172618,7 @@ } }, { - "id": 27851, + "id": 29608, "properties": { "bottom": "false", "east": "none", @@ -163480,7 +172628,7 @@ } }, { - "id": 27852, + "id": 29609, "properties": { "bottom": "false", "east": "none", @@ -163490,7 +172638,7 @@ } }, { - "id": 27853, + "id": 29610, "properties": { "bottom": "false", "east": "low", @@ -163500,7 +172648,7 @@ } }, { - "id": 27854, + "id": 29611, "properties": { "bottom": "false", "east": "low", @@ -163510,7 +172658,7 @@ } }, { - "id": 27855, + "id": 29612, "properties": { "bottom": "false", "east": "low", @@ -163520,7 +172668,7 @@ } }, { - "id": 27856, + "id": 29613, "properties": { "bottom": "false", "east": "low", @@ -163530,7 +172678,7 @@ } }, { - "id": 27857, + "id": 29614, "properties": { "bottom": "false", "east": "low", @@ -163540,7 +172688,7 @@ } }, { - "id": 27858, + "id": 29615, "properties": { "bottom": "false", "east": "low", @@ -163550,7 +172698,7 @@ } }, { - "id": 27859, + "id": 29616, "properties": { "bottom": "false", "east": "low", @@ -163560,7 +172708,7 @@ } }, { - "id": 27860, + "id": 29617, "properties": { "bottom": "false", "east": "low", @@ -163570,7 +172718,7 @@ } }, { - "id": 27861, + "id": 29618, "properties": { "bottom": "false", "east": "low", @@ -163580,7 +172728,7 @@ } }, { - "id": 27862, + "id": 29619, "properties": { "bottom": "false", "east": "low", @@ -163590,7 +172738,7 @@ } }, { - "id": 27863, + "id": 29620, "properties": { "bottom": "false", "east": "low", @@ -163600,7 +172748,7 @@ } }, { - "id": 27864, + "id": 29621, "properties": { "bottom": "false", "east": "low", @@ -163610,7 +172758,7 @@ } }, { - "id": 27865, + "id": 29622, "properties": { "bottom": "false", "east": "low", @@ -163620,7 +172768,7 @@ } }, { - "id": 27866, + "id": 29623, "properties": { "bottom": "false", "east": "low", @@ -163630,7 +172778,7 @@ } }, { - "id": 27867, + "id": 29624, "properties": { "bottom": "false", "east": "low", @@ -163640,7 +172788,7 @@ } }, { - "id": 27868, + "id": 29625, "properties": { "bottom": "false", "east": "low", @@ -163650,7 +172798,7 @@ } }, { - "id": 27869, + "id": 29626, "properties": { "bottom": "false", "east": "low", @@ -163660,7 +172808,7 @@ } }, { - "id": 27870, + "id": 29627, "properties": { "bottom": "false", "east": "low", @@ -163670,7 +172818,7 @@ } }, { - "id": 27871, + "id": 29628, "properties": { "bottom": "false", "east": "low", @@ -163680,7 +172828,7 @@ } }, { - "id": 27872, + "id": 29629, "properties": { "bottom": "false", "east": "low", @@ -163690,7 +172838,7 @@ } }, { - "id": 27873, + "id": 29630, "properties": { "bottom": "false", "east": "low", @@ -163700,7 +172848,7 @@ } }, { - "id": 27874, + "id": 29631, "properties": { "bottom": "false", "east": "low", @@ -163710,7 +172858,7 @@ } }, { - "id": 27875, + "id": 29632, "properties": { "bottom": "false", "east": "low", @@ -163720,7 +172868,7 @@ } }, { - "id": 27876, + "id": 29633, "properties": { "bottom": "false", "east": "low", @@ -163730,7 +172878,7 @@ } }, { - "id": 27877, + "id": 29634, "properties": { "bottom": "false", "east": "low", @@ -163740,7 +172888,7 @@ } }, { - "id": 27878, + "id": 29635, "properties": { "bottom": "false", "east": "low", @@ -163750,7 +172898,7 @@ } }, { - "id": 27879, + "id": 29636, "properties": { "bottom": "false", "east": "low", @@ -163760,7 +172908,7 @@ } }, { - "id": 27880, + "id": 29637, "properties": { "bottom": "false", "east": "tall", @@ -163770,7 +172918,7 @@ } }, { - "id": 27881, + "id": 29638, "properties": { "bottom": "false", "east": "tall", @@ -163780,7 +172928,7 @@ } }, { - "id": 27882, + "id": 29639, "properties": { "bottom": "false", "east": "tall", @@ -163790,7 +172938,7 @@ } }, { - "id": 27883, + "id": 29640, "properties": { "bottom": "false", "east": "tall", @@ -163800,7 +172948,7 @@ } }, { - "id": 27884, + "id": 29641, "properties": { "bottom": "false", "east": "tall", @@ -163810,7 +172958,7 @@ } }, { - "id": 27885, + "id": 29642, "properties": { "bottom": "false", "east": "tall", @@ -163820,7 +172968,7 @@ } }, { - "id": 27886, + "id": 29643, "properties": { "bottom": "false", "east": "tall", @@ -163830,7 +172978,7 @@ } }, { - "id": 27887, + "id": 29644, "properties": { "bottom": "false", "east": "tall", @@ -163840,7 +172988,7 @@ } }, { - "id": 27888, + "id": 29645, "properties": { "bottom": "false", "east": "tall", @@ -163850,7 +172998,7 @@ } }, { - "id": 27889, + "id": 29646, "properties": { "bottom": "false", "east": "tall", @@ -163860,7 +173008,7 @@ } }, { - "id": 27890, + "id": 29647, "properties": { "bottom": "false", "east": "tall", @@ -163870,7 +173018,7 @@ } }, { - "id": 27891, + "id": 29648, "properties": { "bottom": "false", "east": "tall", @@ -163880,7 +173028,7 @@ } }, { - "id": 27892, + "id": 29649, "properties": { "bottom": "false", "east": "tall", @@ -163890,7 +173038,7 @@ } }, { - "id": 27893, + "id": 29650, "properties": { "bottom": "false", "east": "tall", @@ -163900,7 +173048,7 @@ } }, { - "id": 27894, + "id": 29651, "properties": { "bottom": "false", "east": "tall", @@ -163910,7 +173058,7 @@ } }, { - "id": 27895, + "id": 29652, "properties": { "bottom": "false", "east": "tall", @@ -163920,7 +173068,7 @@ } }, { - "id": 27896, + "id": 29653, "properties": { "bottom": "false", "east": "tall", @@ -163930,7 +173078,7 @@ } }, { - "id": 27897, + "id": 29654, "properties": { "bottom": "false", "east": "tall", @@ -163940,7 +173088,7 @@ } }, { - "id": 27898, + "id": 29655, "properties": { "bottom": "false", "east": "tall", @@ -163950,7 +173098,7 @@ } }, { - "id": 27899, + "id": 29656, "properties": { "bottom": "false", "east": "tall", @@ -163960,7 +173108,7 @@ } }, { - "id": 27900, + "id": 29657, "properties": { "bottom": "false", "east": "tall", @@ -163970,7 +173118,7 @@ } }, { - "id": 27901, + "id": 29658, "properties": { "bottom": "false", "east": "tall", @@ -163980,7 +173128,7 @@ } }, { - "id": 27902, + "id": 29659, "properties": { "bottom": "false", "east": "tall", @@ -163990,7 +173138,7 @@ } }, { - "id": 27903, + "id": 29660, "properties": { "bottom": "false", "east": "tall", @@ -164000,7 +173148,7 @@ } }, { - "id": 27904, + "id": 29661, "properties": { "bottom": "false", "east": "tall", @@ -164010,7 +173158,7 @@ } }, { - "id": 27905, + "id": 29662, "properties": { "bottom": "false", "east": "tall", @@ -164020,7 +173168,7 @@ } }, { - "id": 27906, + "id": 29663, "properties": { "bottom": "false", "east": "tall", @@ -164057,7 +173205,7 @@ }, "states": [ { - "id": 9564, + "id": 10641, "properties": { "face": "floor", "facing": "north", @@ -164065,7 +173213,7 @@ } }, { - "id": 9565, + "id": 10642, "properties": { "face": "floor", "facing": "north", @@ -164073,7 +173221,7 @@ } }, { - "id": 9566, + "id": 10643, "properties": { "face": "floor", "facing": "south", @@ -164081,7 +173229,7 @@ } }, { - "id": 9567, + "id": 10644, "properties": { "face": "floor", "facing": "south", @@ -164089,7 +173237,7 @@ } }, { - "id": 9568, + "id": 10645, "properties": { "face": "floor", "facing": "west", @@ -164097,7 +173245,7 @@ } }, { - "id": 9569, + "id": 10646, "properties": { "face": "floor", "facing": "west", @@ -164105,7 +173253,7 @@ } }, { - "id": 9570, + "id": 10647, "properties": { "face": "floor", "facing": "east", @@ -164113,7 +173261,7 @@ } }, { - "id": 9571, + "id": 10648, "properties": { "face": "floor", "facing": "east", @@ -164121,7 +173269,7 @@ } }, { - "id": 9572, + "id": 10649, "properties": { "face": "wall", "facing": "north", @@ -164130,7 +173278,7 @@ }, { "default": true, - "id": 9573, + "id": 10650, "properties": { "face": "wall", "facing": "north", @@ -164138,7 +173286,7 @@ } }, { - "id": 9574, + "id": 10651, "properties": { "face": "wall", "facing": "south", @@ -164146,7 +173294,7 @@ } }, { - "id": 9575, + "id": 10652, "properties": { "face": "wall", "facing": "south", @@ -164154,7 +173302,7 @@ } }, { - "id": 9576, + "id": 10653, "properties": { "face": "wall", "facing": "west", @@ -164162,7 +173310,7 @@ } }, { - "id": 9577, + "id": 10654, "properties": { "face": "wall", "facing": "west", @@ -164170,7 +173318,7 @@ } }, { - "id": 9578, + "id": 10655, "properties": { "face": "wall", "facing": "east", @@ -164178,7 +173326,7 @@ } }, { - "id": 9579, + "id": 10656, "properties": { "face": "wall", "facing": "east", @@ -164186,7 +173334,7 @@ } }, { - "id": 9580, + "id": 10657, "properties": { "face": "ceiling", "facing": "north", @@ -164194,7 +173342,7 @@ } }, { - "id": 9581, + "id": 10658, "properties": { "face": "ceiling", "facing": "north", @@ -164202,7 +173350,7 @@ } }, { - "id": 9582, + "id": 10659, "properties": { "face": "ceiling", "facing": "south", @@ -164210,7 +173358,7 @@ } }, { - "id": 9583, + "id": 10660, "properties": { "face": "ceiling", "facing": "south", @@ -164218,7 +173366,7 @@ } }, { - "id": 9584, + "id": 10661, "properties": { "face": "ceiling", "facing": "west", @@ -164226,7 +173374,7 @@ } }, { - "id": 9585, + "id": 10662, "properties": { "face": "ceiling", "facing": "west", @@ -164234,7 +173382,7 @@ } }, { - "id": 9586, + "id": 10663, "properties": { "face": "ceiling", "facing": "east", @@ -164242,7 +173390,7 @@ } }, { - "id": 9587, + "id": 10664, "properties": { "face": "ceiling", "facing": "east", @@ -164283,7 +173431,7 @@ }, "states": [ { - "id": 13165, + "id": 14242, "properties": { "facing": "north", "half": "upper", @@ -164293,7 +173441,7 @@ } }, { - "id": 13166, + "id": 14243, "properties": { "facing": "north", "half": "upper", @@ -164303,7 +173451,7 @@ } }, { - "id": 13167, + "id": 14244, "properties": { "facing": "north", "half": "upper", @@ -164313,7 +173461,7 @@ } }, { - "id": 13168, + "id": 14245, "properties": { "facing": "north", "half": "upper", @@ -164323,7 +173471,7 @@ } }, { - "id": 13169, + "id": 14246, "properties": { "facing": "north", "half": "upper", @@ -164333,7 +173481,7 @@ } }, { - "id": 13170, + "id": 14247, "properties": { "facing": "north", "half": "upper", @@ -164343,7 +173491,7 @@ } }, { - "id": 13171, + "id": 14248, "properties": { "facing": "north", "half": "upper", @@ -164353,7 +173501,7 @@ } }, { - "id": 13172, + "id": 14249, "properties": { "facing": "north", "half": "upper", @@ -164363,7 +173511,7 @@ } }, { - "id": 13173, + "id": 14250, "properties": { "facing": "north", "half": "lower", @@ -164373,7 +173521,7 @@ } }, { - "id": 13174, + "id": 14251, "properties": { "facing": "north", "half": "lower", @@ -164383,7 +173531,7 @@ } }, { - "id": 13175, + "id": 14252, "properties": { "facing": "north", "half": "lower", @@ -164394,7 +173542,7 @@ }, { "default": true, - "id": 13176, + "id": 14253, "properties": { "facing": "north", "half": "lower", @@ -164404,7 +173552,7 @@ } }, { - "id": 13177, + "id": 14254, "properties": { "facing": "north", "half": "lower", @@ -164414,7 +173562,7 @@ } }, { - "id": 13178, + "id": 14255, "properties": { "facing": "north", "half": "lower", @@ -164424,7 +173572,7 @@ } }, { - "id": 13179, + "id": 14256, "properties": { "facing": "north", "half": "lower", @@ -164434,7 +173582,7 @@ } }, { - "id": 13180, + "id": 14257, "properties": { "facing": "north", "half": "lower", @@ -164444,7 +173592,7 @@ } }, { - "id": 13181, + "id": 14258, "properties": { "facing": "south", "half": "upper", @@ -164454,7 +173602,7 @@ } }, { - "id": 13182, + "id": 14259, "properties": { "facing": "south", "half": "upper", @@ -164464,7 +173612,7 @@ } }, { - "id": 13183, + "id": 14260, "properties": { "facing": "south", "half": "upper", @@ -164474,7 +173622,7 @@ } }, { - "id": 13184, + "id": 14261, "properties": { "facing": "south", "half": "upper", @@ -164484,7 +173632,7 @@ } }, { - "id": 13185, + "id": 14262, "properties": { "facing": "south", "half": "upper", @@ -164494,7 +173642,7 @@ } }, { - "id": 13186, + "id": 14263, "properties": { "facing": "south", "half": "upper", @@ -164504,7 +173652,7 @@ } }, { - "id": 13187, + "id": 14264, "properties": { "facing": "south", "half": "upper", @@ -164514,7 +173662,7 @@ } }, { - "id": 13188, + "id": 14265, "properties": { "facing": "south", "half": "upper", @@ -164524,7 +173672,7 @@ } }, { - "id": 13189, + "id": 14266, "properties": { "facing": "south", "half": "lower", @@ -164534,7 +173682,7 @@ } }, { - "id": 13190, + "id": 14267, "properties": { "facing": "south", "half": "lower", @@ -164544,7 +173692,7 @@ } }, { - "id": 13191, + "id": 14268, "properties": { "facing": "south", "half": "lower", @@ -164554,7 +173702,7 @@ } }, { - "id": 13192, + "id": 14269, "properties": { "facing": "south", "half": "lower", @@ -164564,7 +173712,7 @@ } }, { - "id": 13193, + "id": 14270, "properties": { "facing": "south", "half": "lower", @@ -164574,7 +173722,7 @@ } }, { - "id": 13194, + "id": 14271, "properties": { "facing": "south", "half": "lower", @@ -164584,7 +173732,7 @@ } }, { - "id": 13195, + "id": 14272, "properties": { "facing": "south", "half": "lower", @@ -164594,7 +173742,7 @@ } }, { - "id": 13196, + "id": 14273, "properties": { "facing": "south", "half": "lower", @@ -164604,7 +173752,7 @@ } }, { - "id": 13197, + "id": 14274, "properties": { "facing": "west", "half": "upper", @@ -164614,7 +173762,7 @@ } }, { - "id": 13198, + "id": 14275, "properties": { "facing": "west", "half": "upper", @@ -164624,7 +173772,7 @@ } }, { - "id": 13199, + "id": 14276, "properties": { "facing": "west", "half": "upper", @@ -164634,7 +173782,7 @@ } }, { - "id": 13200, + "id": 14277, "properties": { "facing": "west", "half": "upper", @@ -164644,7 +173792,7 @@ } }, { - "id": 13201, + "id": 14278, "properties": { "facing": "west", "half": "upper", @@ -164654,7 +173802,7 @@ } }, { - "id": 13202, + "id": 14279, "properties": { "facing": "west", "half": "upper", @@ -164664,7 +173812,7 @@ } }, { - "id": 13203, + "id": 14280, "properties": { "facing": "west", "half": "upper", @@ -164674,7 +173822,7 @@ } }, { - "id": 13204, + "id": 14281, "properties": { "facing": "west", "half": "upper", @@ -164684,7 +173832,7 @@ } }, { - "id": 13205, + "id": 14282, "properties": { "facing": "west", "half": "lower", @@ -164694,7 +173842,7 @@ } }, { - "id": 13206, + "id": 14283, "properties": { "facing": "west", "half": "lower", @@ -164704,7 +173852,7 @@ } }, { - "id": 13207, + "id": 14284, "properties": { "facing": "west", "half": "lower", @@ -164714,7 +173862,7 @@ } }, { - "id": 13208, + "id": 14285, "properties": { "facing": "west", "half": "lower", @@ -164724,7 +173872,7 @@ } }, { - "id": 13209, + "id": 14286, "properties": { "facing": "west", "half": "lower", @@ -164734,7 +173882,7 @@ } }, { - "id": 13210, + "id": 14287, "properties": { "facing": "west", "half": "lower", @@ -164744,7 +173892,7 @@ } }, { - "id": 13211, + "id": 14288, "properties": { "facing": "west", "half": "lower", @@ -164754,7 +173902,7 @@ } }, { - "id": 13212, + "id": 14289, "properties": { "facing": "west", "half": "lower", @@ -164764,7 +173912,7 @@ } }, { - "id": 13213, + "id": 14290, "properties": { "facing": "east", "half": "upper", @@ -164774,7 +173922,7 @@ } }, { - "id": 13214, + "id": 14291, "properties": { "facing": "east", "half": "upper", @@ -164784,7 +173932,7 @@ } }, { - "id": 13215, + "id": 14292, "properties": { "facing": "east", "half": "upper", @@ -164794,7 +173942,7 @@ } }, { - "id": 13216, + "id": 14293, "properties": { "facing": "east", "half": "upper", @@ -164804,7 +173952,7 @@ } }, { - "id": 13217, + "id": 14294, "properties": { "facing": "east", "half": "upper", @@ -164814,7 +173962,7 @@ } }, { - "id": 13218, + "id": 14295, "properties": { "facing": "east", "half": "upper", @@ -164824,7 +173972,7 @@ } }, { - "id": 13219, + "id": 14296, "properties": { "facing": "east", "half": "upper", @@ -164834,7 +173982,7 @@ } }, { - "id": 13220, + "id": 14297, "properties": { "facing": "east", "half": "upper", @@ -164844,7 +173992,7 @@ } }, { - "id": 13221, + "id": 14298, "properties": { "facing": "east", "half": "lower", @@ -164854,7 +174002,7 @@ } }, { - "id": 13222, + "id": 14299, "properties": { "facing": "east", "half": "lower", @@ -164864,7 +174012,7 @@ } }, { - "id": 13223, + "id": 14300, "properties": { "facing": "east", "half": "lower", @@ -164874,7 +174022,7 @@ } }, { - "id": 13224, + "id": 14301, "properties": { "facing": "east", "half": "lower", @@ -164884,7 +174032,7 @@ } }, { - "id": 13225, + "id": 14302, "properties": { "facing": "east", "half": "lower", @@ -164894,7 +174042,7 @@ } }, { - "id": 13226, + "id": 14303, "properties": { "facing": "east", "half": "lower", @@ -164904,7 +174052,7 @@ } }, { - "id": 13227, + "id": 14304, "properties": { "facing": "east", "half": "lower", @@ -164914,7 +174062,7 @@ } }, { - "id": 13228, + "id": 14305, "properties": { "facing": "east", "half": "lower", @@ -164954,7 +174102,7 @@ }, "states": [ { - "id": 12685, + "id": 13762, "properties": { "east": "true", "north": "true", @@ -164964,7 +174112,7 @@ } }, { - "id": 12686, + "id": 13763, "properties": { "east": "true", "north": "true", @@ -164974,7 +174122,7 @@ } }, { - "id": 12687, + "id": 13764, "properties": { "east": "true", "north": "true", @@ -164984,7 +174132,7 @@ } }, { - "id": 12688, + "id": 13765, "properties": { "east": "true", "north": "true", @@ -164994,7 +174142,7 @@ } }, { - "id": 12689, + "id": 13766, "properties": { "east": "true", "north": "true", @@ -165004,7 +174152,7 @@ } }, { - "id": 12690, + "id": 13767, "properties": { "east": "true", "north": "true", @@ -165014,7 +174162,7 @@ } }, { - "id": 12691, + "id": 13768, "properties": { "east": "true", "north": "true", @@ -165024,7 +174172,7 @@ } }, { - "id": 12692, + "id": 13769, "properties": { "east": "true", "north": "true", @@ -165034,7 +174182,7 @@ } }, { - "id": 12693, + "id": 13770, "properties": { "east": "true", "north": "false", @@ -165044,7 +174192,7 @@ } }, { - "id": 12694, + "id": 13771, "properties": { "east": "true", "north": "false", @@ -165054,7 +174202,7 @@ } }, { - "id": 12695, + "id": 13772, "properties": { "east": "true", "north": "false", @@ -165064,7 +174212,7 @@ } }, { - "id": 12696, + "id": 13773, "properties": { "east": "true", "north": "false", @@ -165074,7 +174222,7 @@ } }, { - "id": 12697, + "id": 13774, "properties": { "east": "true", "north": "false", @@ -165084,7 +174232,7 @@ } }, { - "id": 12698, + "id": 13775, "properties": { "east": "true", "north": "false", @@ -165094,7 +174242,7 @@ } }, { - "id": 12699, + "id": 13776, "properties": { "east": "true", "north": "false", @@ -165104,7 +174252,7 @@ } }, { - "id": 12700, + "id": 13777, "properties": { "east": "true", "north": "false", @@ -165114,7 +174262,7 @@ } }, { - "id": 12701, + "id": 13778, "properties": { "east": "false", "north": "true", @@ -165124,7 +174272,7 @@ } }, { - "id": 12702, + "id": 13779, "properties": { "east": "false", "north": "true", @@ -165134,7 +174282,7 @@ } }, { - "id": 12703, + "id": 13780, "properties": { "east": "false", "north": "true", @@ -165144,7 +174292,7 @@ } }, { - "id": 12704, + "id": 13781, "properties": { "east": "false", "north": "true", @@ -165154,7 +174302,7 @@ } }, { - "id": 12705, + "id": 13782, "properties": { "east": "false", "north": "true", @@ -165164,7 +174312,7 @@ } }, { - "id": 12706, + "id": 13783, "properties": { "east": "false", "north": "true", @@ -165174,7 +174322,7 @@ } }, { - "id": 12707, + "id": 13784, "properties": { "east": "false", "north": "true", @@ -165184,7 +174332,7 @@ } }, { - "id": 12708, + "id": 13785, "properties": { "east": "false", "north": "true", @@ -165194,7 +174342,7 @@ } }, { - "id": 12709, + "id": 13786, "properties": { "east": "false", "north": "false", @@ -165204,7 +174352,7 @@ } }, { - "id": 12710, + "id": 13787, "properties": { "east": "false", "north": "false", @@ -165214,7 +174362,7 @@ } }, { - "id": 12711, + "id": 13788, "properties": { "east": "false", "north": "false", @@ -165224,7 +174372,7 @@ } }, { - "id": 12712, + "id": 13789, "properties": { "east": "false", "north": "false", @@ -165234,7 +174382,7 @@ } }, { - "id": 12713, + "id": 13790, "properties": { "east": "false", "north": "false", @@ -165244,7 +174392,7 @@ } }, { - "id": 12714, + "id": 13791, "properties": { "east": "false", "north": "false", @@ -165254,7 +174402,7 @@ } }, { - "id": 12715, + "id": 13792, "properties": { "east": "false", "north": "false", @@ -165265,7 +174413,7 @@ }, { "default": true, - "id": 12716, + "id": 13793, "properties": { "east": "false", "north": "false", @@ -165304,7 +174452,7 @@ }, "states": [ { - "id": 12397, + "id": 13474, "properties": { "facing": "north", "in_wall": "true", @@ -165313,7 +174461,7 @@ } }, { - "id": 12398, + "id": 13475, "properties": { "facing": "north", "in_wall": "true", @@ -165322,7 +174470,7 @@ } }, { - "id": 12399, + "id": 13476, "properties": { "facing": "north", "in_wall": "true", @@ -165331,7 +174479,7 @@ } }, { - "id": 12400, + "id": 13477, "properties": { "facing": "north", "in_wall": "true", @@ -165340,7 +174488,7 @@ } }, { - "id": 12401, + "id": 13478, "properties": { "facing": "north", "in_wall": "false", @@ -165349,7 +174497,7 @@ } }, { - "id": 12402, + "id": 13479, "properties": { "facing": "north", "in_wall": "false", @@ -165358,7 +174506,7 @@ } }, { - "id": 12403, + "id": 13480, "properties": { "facing": "north", "in_wall": "false", @@ -165368,7 +174516,7 @@ }, { "default": true, - "id": 12404, + "id": 13481, "properties": { "facing": "north", "in_wall": "false", @@ -165377,7 +174525,7 @@ } }, { - "id": 12405, + "id": 13482, "properties": { "facing": "south", "in_wall": "true", @@ -165386,7 +174534,7 @@ } }, { - "id": 12406, + "id": 13483, "properties": { "facing": "south", "in_wall": "true", @@ -165395,7 +174543,7 @@ } }, { - "id": 12407, + "id": 13484, "properties": { "facing": "south", "in_wall": "true", @@ -165404,7 +174552,7 @@ } }, { - "id": 12408, + "id": 13485, "properties": { "facing": "south", "in_wall": "true", @@ -165413,7 +174561,7 @@ } }, { - "id": 12409, + "id": 13486, "properties": { "facing": "south", "in_wall": "false", @@ -165422,7 +174570,7 @@ } }, { - "id": 12410, + "id": 13487, "properties": { "facing": "south", "in_wall": "false", @@ -165431,7 +174579,7 @@ } }, { - "id": 12411, + "id": 13488, "properties": { "facing": "south", "in_wall": "false", @@ -165440,7 +174588,7 @@ } }, { - "id": 12412, + "id": 13489, "properties": { "facing": "south", "in_wall": "false", @@ -165449,7 +174597,7 @@ } }, { - "id": 12413, + "id": 13490, "properties": { "facing": "west", "in_wall": "true", @@ -165458,7 +174606,7 @@ } }, { - "id": 12414, + "id": 13491, "properties": { "facing": "west", "in_wall": "true", @@ -165467,7 +174615,7 @@ } }, { - "id": 12415, + "id": 13492, "properties": { "facing": "west", "in_wall": "true", @@ -165476,7 +174624,7 @@ } }, { - "id": 12416, + "id": 13493, "properties": { "facing": "west", "in_wall": "true", @@ -165485,7 +174633,7 @@ } }, { - "id": 12417, + "id": 13494, "properties": { "facing": "west", "in_wall": "false", @@ -165494,7 +174642,7 @@ } }, { - "id": 12418, + "id": 13495, "properties": { "facing": "west", "in_wall": "false", @@ -165503,7 +174651,7 @@ } }, { - "id": 12419, + "id": 13496, "properties": { "facing": "west", "in_wall": "false", @@ -165512,7 +174660,7 @@ } }, { - "id": 12420, + "id": 13497, "properties": { "facing": "west", "in_wall": "false", @@ -165521,7 +174669,7 @@ } }, { - "id": 12421, + "id": 13498, "properties": { "facing": "east", "in_wall": "true", @@ -165530,7 +174678,7 @@ } }, { - "id": 12422, + "id": 13499, "properties": { "facing": "east", "in_wall": "true", @@ -165539,7 +174687,7 @@ } }, { - "id": 12423, + "id": 13500, "properties": { "facing": "east", "in_wall": "true", @@ -165548,7 +174696,7 @@ } }, { - "id": 12424, + "id": 13501, "properties": { "facing": "east", "in_wall": "true", @@ -165557,7 +174705,7 @@ } }, { - "id": 12425, + "id": 13502, "properties": { "facing": "east", "in_wall": "false", @@ -165566,7 +174714,7 @@ } }, { - "id": 12426, + "id": 13503, "properties": { "facing": "east", "in_wall": "false", @@ -165575,7 +174723,7 @@ } }, { - "id": 12427, + "id": 13504, "properties": { "facing": "east", "in_wall": "false", @@ -165584,7 +174732,7 @@ } }, { - "id": 12428, + "id": 13505, "properties": { "facing": "east", "in_wall": "false", @@ -165630,7 +174778,7 @@ }, "states": [ { - "id": 5386, + "id": 6154, "properties": { "attached": "true", "rotation": "0", @@ -165638,7 +174786,7 @@ } }, { - "id": 5387, + "id": 6155, "properties": { "attached": "true", "rotation": "0", @@ -165646,7 +174794,7 @@ } }, { - "id": 5388, + "id": 6156, "properties": { "attached": "true", "rotation": "1", @@ -165654,7 +174802,7 @@ } }, { - "id": 5389, + "id": 6157, "properties": { "attached": "true", "rotation": "1", @@ -165662,7 +174810,7 @@ } }, { - "id": 5390, + "id": 6158, "properties": { "attached": "true", "rotation": "2", @@ -165670,7 +174818,7 @@ } }, { - "id": 5391, + "id": 6159, "properties": { "attached": "true", "rotation": "2", @@ -165678,7 +174826,7 @@ } }, { - "id": 5392, + "id": 6160, "properties": { "attached": "true", "rotation": "3", @@ -165686,7 +174834,7 @@ } }, { - "id": 5393, + "id": 6161, "properties": { "attached": "true", "rotation": "3", @@ -165694,7 +174842,7 @@ } }, { - "id": 5394, + "id": 6162, "properties": { "attached": "true", "rotation": "4", @@ -165702,7 +174850,7 @@ } }, { - "id": 5395, + "id": 6163, "properties": { "attached": "true", "rotation": "4", @@ -165710,7 +174858,7 @@ } }, { - "id": 5396, + "id": 6164, "properties": { "attached": "true", "rotation": "5", @@ -165718,7 +174866,7 @@ } }, { - "id": 5397, + "id": 6165, "properties": { "attached": "true", "rotation": "5", @@ -165726,7 +174874,7 @@ } }, { - "id": 5398, + "id": 6166, "properties": { "attached": "true", "rotation": "6", @@ -165734,7 +174882,7 @@ } }, { - "id": 5399, + "id": 6167, "properties": { "attached": "true", "rotation": "6", @@ -165742,7 +174890,7 @@ } }, { - "id": 5400, + "id": 6168, "properties": { "attached": "true", "rotation": "7", @@ -165750,7 +174898,7 @@ } }, { - "id": 5401, + "id": 6169, "properties": { "attached": "true", "rotation": "7", @@ -165758,7 +174906,7 @@ } }, { - "id": 5402, + "id": 6170, "properties": { "attached": "true", "rotation": "8", @@ -165766,7 +174914,7 @@ } }, { - "id": 5403, + "id": 6171, "properties": { "attached": "true", "rotation": "8", @@ -165774,7 +174922,7 @@ } }, { - "id": 5404, + "id": 6172, "properties": { "attached": "true", "rotation": "9", @@ -165782,7 +174930,7 @@ } }, { - "id": 5405, + "id": 6173, "properties": { "attached": "true", "rotation": "9", @@ -165790,7 +174938,7 @@ } }, { - "id": 5406, + "id": 6174, "properties": { "attached": "true", "rotation": "10", @@ -165798,7 +174946,7 @@ } }, { - "id": 5407, + "id": 6175, "properties": { "attached": "true", "rotation": "10", @@ -165806,7 +174954,7 @@ } }, { - "id": 5408, + "id": 6176, "properties": { "attached": "true", "rotation": "11", @@ -165814,7 +174962,7 @@ } }, { - "id": 5409, + "id": 6177, "properties": { "attached": "true", "rotation": "11", @@ -165822,7 +174970,7 @@ } }, { - "id": 5410, + "id": 6178, "properties": { "attached": "true", "rotation": "12", @@ -165830,7 +174978,7 @@ } }, { - "id": 5411, + "id": 6179, "properties": { "attached": "true", "rotation": "12", @@ -165838,7 +174986,7 @@ } }, { - "id": 5412, + "id": 6180, "properties": { "attached": "true", "rotation": "13", @@ -165846,7 +174994,7 @@ } }, { - "id": 5413, + "id": 6181, "properties": { "attached": "true", "rotation": "13", @@ -165854,7 +175002,7 @@ } }, { - "id": 5414, + "id": 6182, "properties": { "attached": "true", "rotation": "14", @@ -165862,7 +175010,7 @@ } }, { - "id": 5415, + "id": 6183, "properties": { "attached": "true", "rotation": "14", @@ -165870,7 +175018,7 @@ } }, { - "id": 5416, + "id": 6184, "properties": { "attached": "true", "rotation": "15", @@ -165878,7 +175026,7 @@ } }, { - "id": 5417, + "id": 6185, "properties": { "attached": "true", "rotation": "15", @@ -165886,7 +175034,7 @@ } }, { - "id": 5418, + "id": 6186, "properties": { "attached": "false", "rotation": "0", @@ -165895,7 +175043,7 @@ }, { "default": true, - "id": 5419, + "id": 6187, "properties": { "attached": "false", "rotation": "0", @@ -165903,7 +175051,7 @@ } }, { - "id": 5420, + "id": 6188, "properties": { "attached": "false", "rotation": "1", @@ -165911,7 +175059,7 @@ } }, { - "id": 5421, + "id": 6189, "properties": { "attached": "false", "rotation": "1", @@ -165919,7 +175067,7 @@ } }, { - "id": 5422, + "id": 6190, "properties": { "attached": "false", "rotation": "2", @@ -165927,7 +175075,7 @@ } }, { - "id": 5423, + "id": 6191, "properties": { "attached": "false", "rotation": "2", @@ -165935,7 +175083,7 @@ } }, { - "id": 5424, + "id": 6192, "properties": { "attached": "false", "rotation": "3", @@ -165943,7 +175091,7 @@ } }, { - "id": 5425, + "id": 6193, "properties": { "attached": "false", "rotation": "3", @@ -165951,7 +175099,7 @@ } }, { - "id": 5426, + "id": 6194, "properties": { "attached": "false", "rotation": "4", @@ -165959,7 +175107,7 @@ } }, { - "id": 5427, + "id": 6195, "properties": { "attached": "false", "rotation": "4", @@ -165967,7 +175115,7 @@ } }, { - "id": 5428, + "id": 6196, "properties": { "attached": "false", "rotation": "5", @@ -165975,7 +175123,7 @@ } }, { - "id": 5429, + "id": 6197, "properties": { "attached": "false", "rotation": "5", @@ -165983,7 +175131,7 @@ } }, { - "id": 5430, + "id": 6198, "properties": { "attached": "false", "rotation": "6", @@ -165991,7 +175139,7 @@ } }, { - "id": 5431, + "id": 6199, "properties": { "attached": "false", "rotation": "6", @@ -165999,7 +175147,7 @@ } }, { - "id": 5432, + "id": 6200, "properties": { "attached": "false", "rotation": "7", @@ -166007,7 +175155,7 @@ } }, { - "id": 5433, + "id": 6201, "properties": { "attached": "false", "rotation": "7", @@ -166015,7 +175163,7 @@ } }, { - "id": 5434, + "id": 6202, "properties": { "attached": "false", "rotation": "8", @@ -166023,7 +175171,7 @@ } }, { - "id": 5435, + "id": 6203, "properties": { "attached": "false", "rotation": "8", @@ -166031,7 +175179,7 @@ } }, { - "id": 5436, + "id": 6204, "properties": { "attached": "false", "rotation": "9", @@ -166039,7 +175187,7 @@ } }, { - "id": 5437, + "id": 6205, "properties": { "attached": "false", "rotation": "9", @@ -166047,7 +175195,7 @@ } }, { - "id": 5438, + "id": 6206, "properties": { "attached": "false", "rotation": "10", @@ -166055,7 +175203,7 @@ } }, { - "id": 5439, + "id": 6207, "properties": { "attached": "false", "rotation": "10", @@ -166063,7 +175211,7 @@ } }, { - "id": 5440, + "id": 6208, "properties": { "attached": "false", "rotation": "11", @@ -166071,7 +175219,7 @@ } }, { - "id": 5441, + "id": 6209, "properties": { "attached": "false", "rotation": "11", @@ -166079,7 +175227,7 @@ } }, { - "id": 5442, + "id": 6210, "properties": { "attached": "false", "rotation": "12", @@ -166087,7 +175235,7 @@ } }, { - "id": 5443, + "id": 6211, "properties": { "attached": "false", "rotation": "12", @@ -166095,7 +175243,7 @@ } }, { - "id": 5444, + "id": 6212, "properties": { "attached": "false", "rotation": "13", @@ -166103,7 +175251,7 @@ } }, { - "id": 5445, + "id": 6213, "properties": { "attached": "false", "rotation": "13", @@ -166111,7 +175259,7 @@ } }, { - "id": 5446, + "id": 6214, "properties": { "attached": "false", "rotation": "14", @@ -166119,7 +175267,7 @@ } }, { - "id": 5447, + "id": 6215, "properties": { "attached": "false", "rotation": "14", @@ -166127,7 +175275,7 @@ } }, { - "id": 5448, + "id": 6216, "properties": { "attached": "false", "rotation": "15", @@ -166135,7 +175283,7 @@ } }, { - "id": 5449, + "id": 6217, "properties": { "attached": "false", "rotation": "15", @@ -166460,14 +175608,14 @@ }, "states": [ { - "id": 5906, + "id": 6674, "properties": { "powered": "true" } }, { "default": true, - "id": 5907, + "id": 6675, "properties": { "powered": "false" } @@ -166502,6 +175650,613 @@ } ] }, + "minecraft:pale_oak_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 2975, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2976, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2977, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2978, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2979, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2980, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2981, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2982, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2983, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 2984, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2985, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2986, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2987, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2988, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2989, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2990, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2991, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 2992, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 2993, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 2994, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 2995, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 2996, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 2997, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 2998, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 2999, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3000, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3001, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3002, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3003, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3004, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3005, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3006, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3007, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3008, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3009, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3010, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3011, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3012, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3013, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3014, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3015, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3016, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3017, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3018, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3019, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3020, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3021, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3022, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3023, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3024, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3025, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3026, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3027, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3028, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3029, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3030, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3031, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3032, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3033, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3034, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3035, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3036, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3037, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3038, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:pale_oak_sign": { "definition": { "type": "minecraft:standing_sign", @@ -166534,7 +176289,7 @@ }, "states": [ { - "id": 4590, + "id": 5358, "properties": { "rotation": "0", "waterlogged": "true" @@ -166542,217 +176297,217 @@ }, { "default": true, - "id": 4591, + "id": 5359, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4592, + "id": 5360, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4593, + "id": 5361, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4594, + "id": 5362, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4595, + "id": 5363, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4596, + "id": 5364, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4597, + "id": 5365, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4598, + "id": 5366, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4599, + "id": 5367, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4600, + "id": 5368, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4601, + "id": 5369, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4602, + "id": 5370, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4603, + "id": 5371, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4604, + "id": 5372, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4605, + "id": 5373, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4606, + "id": 5374, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4607, + "id": 5375, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4608, + "id": 5376, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4609, + "id": 5377, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4610, + "id": 5378, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4611, + "id": 5379, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4612, + "id": 5380, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4613, + "id": 5381, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4614, + "id": 5382, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4615, + "id": 5383, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4616, + "id": 5384, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4617, + "id": 5385, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4618, + "id": 5386, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4619, + "id": 5387, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4620, + "id": 5388, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4621, + "id": 5389, "properties": { "rotation": "15", "waterlogged": "false" @@ -166778,21 +176533,21 @@ }, "states": [ { - "id": 12093, + "id": 13170, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12094, + "id": 13171, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12095, + "id": 13172, "properties": { "type": "bottom", "waterlogged": "true" @@ -166800,21 +176555,21 @@ }, { "default": true, - "id": 12096, + "id": 13173, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12097, + "id": 13174, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12098, + "id": 13175, "properties": { "type": "double", "waterlogged": "false" @@ -166855,7 +176610,7 @@ }, "states": [ { - "id": 10933, + "id": 12010, "properties": { "facing": "north", "half": "top", @@ -166864,7 +176619,7 @@ } }, { - "id": 10934, + "id": 12011, "properties": { "facing": "north", "half": "top", @@ -166873,7 +176628,7 @@ } }, { - "id": 10935, + "id": 12012, "properties": { "facing": "north", "half": "top", @@ -166882,7 +176637,7 @@ } }, { - "id": 10936, + "id": 12013, "properties": { "facing": "north", "half": "top", @@ -166891,7 +176646,7 @@ } }, { - "id": 10937, + "id": 12014, "properties": { "facing": "north", "half": "top", @@ -166900,7 +176655,7 @@ } }, { - "id": 10938, + "id": 12015, "properties": { "facing": "north", "half": "top", @@ -166909,7 +176664,7 @@ } }, { - "id": 10939, + "id": 12016, "properties": { "facing": "north", "half": "top", @@ -166918,7 +176673,7 @@ } }, { - "id": 10940, + "id": 12017, "properties": { "facing": "north", "half": "top", @@ -166927,7 +176682,7 @@ } }, { - "id": 10941, + "id": 12018, "properties": { "facing": "north", "half": "top", @@ -166936,7 +176691,7 @@ } }, { - "id": 10942, + "id": 12019, "properties": { "facing": "north", "half": "top", @@ -166945,7 +176700,7 @@ } }, { - "id": 10943, + "id": 12020, "properties": { "facing": "north", "half": "bottom", @@ -166955,7 +176710,7 @@ }, { "default": true, - "id": 10944, + "id": 12021, "properties": { "facing": "north", "half": "bottom", @@ -166964,7 +176719,7 @@ } }, { - "id": 10945, + "id": 12022, "properties": { "facing": "north", "half": "bottom", @@ -166973,7 +176728,7 @@ } }, { - "id": 10946, + "id": 12023, "properties": { "facing": "north", "half": "bottom", @@ -166982,7 +176737,7 @@ } }, { - "id": 10947, + "id": 12024, "properties": { "facing": "north", "half": "bottom", @@ -166991,7 +176746,7 @@ } }, { - "id": 10948, + "id": 12025, "properties": { "facing": "north", "half": "bottom", @@ -167000,7 +176755,7 @@ } }, { - "id": 10949, + "id": 12026, "properties": { "facing": "north", "half": "bottom", @@ -167009,7 +176764,7 @@ } }, { - "id": 10950, + "id": 12027, "properties": { "facing": "north", "half": "bottom", @@ -167018,7 +176773,7 @@ } }, { - "id": 10951, + "id": 12028, "properties": { "facing": "north", "half": "bottom", @@ -167027,7 +176782,7 @@ } }, { - "id": 10952, + "id": 12029, "properties": { "facing": "north", "half": "bottom", @@ -167036,7 +176791,7 @@ } }, { - "id": 10953, + "id": 12030, "properties": { "facing": "south", "half": "top", @@ -167045,7 +176800,7 @@ } }, { - "id": 10954, + "id": 12031, "properties": { "facing": "south", "half": "top", @@ -167054,7 +176809,7 @@ } }, { - "id": 10955, + "id": 12032, "properties": { "facing": "south", "half": "top", @@ -167063,7 +176818,7 @@ } }, { - "id": 10956, + "id": 12033, "properties": { "facing": "south", "half": "top", @@ -167072,7 +176827,7 @@ } }, { - "id": 10957, + "id": 12034, "properties": { "facing": "south", "half": "top", @@ -167081,7 +176836,7 @@ } }, { - "id": 10958, + "id": 12035, "properties": { "facing": "south", "half": "top", @@ -167090,7 +176845,7 @@ } }, { - "id": 10959, + "id": 12036, "properties": { "facing": "south", "half": "top", @@ -167099,7 +176854,7 @@ } }, { - "id": 10960, + "id": 12037, "properties": { "facing": "south", "half": "top", @@ -167108,7 +176863,7 @@ } }, { - "id": 10961, + "id": 12038, "properties": { "facing": "south", "half": "top", @@ -167117,7 +176872,7 @@ } }, { - "id": 10962, + "id": 12039, "properties": { "facing": "south", "half": "top", @@ -167126,7 +176881,7 @@ } }, { - "id": 10963, + "id": 12040, "properties": { "facing": "south", "half": "bottom", @@ -167135,7 +176890,7 @@ } }, { - "id": 10964, + "id": 12041, "properties": { "facing": "south", "half": "bottom", @@ -167144,7 +176899,7 @@ } }, { - "id": 10965, + "id": 12042, "properties": { "facing": "south", "half": "bottom", @@ -167153,7 +176908,7 @@ } }, { - "id": 10966, + "id": 12043, "properties": { "facing": "south", "half": "bottom", @@ -167162,7 +176917,7 @@ } }, { - "id": 10967, + "id": 12044, "properties": { "facing": "south", "half": "bottom", @@ -167171,7 +176926,7 @@ } }, { - "id": 10968, + "id": 12045, "properties": { "facing": "south", "half": "bottom", @@ -167180,7 +176935,7 @@ } }, { - "id": 10969, + "id": 12046, "properties": { "facing": "south", "half": "bottom", @@ -167189,7 +176944,7 @@ } }, { - "id": 10970, + "id": 12047, "properties": { "facing": "south", "half": "bottom", @@ -167198,7 +176953,7 @@ } }, { - "id": 10971, + "id": 12048, "properties": { "facing": "south", "half": "bottom", @@ -167207,7 +176962,7 @@ } }, { - "id": 10972, + "id": 12049, "properties": { "facing": "south", "half": "bottom", @@ -167216,7 +176971,7 @@ } }, { - "id": 10973, + "id": 12050, "properties": { "facing": "west", "half": "top", @@ -167225,7 +176980,7 @@ } }, { - "id": 10974, + "id": 12051, "properties": { "facing": "west", "half": "top", @@ -167234,7 +176989,7 @@ } }, { - "id": 10975, + "id": 12052, "properties": { "facing": "west", "half": "top", @@ -167243,7 +176998,7 @@ } }, { - "id": 10976, + "id": 12053, "properties": { "facing": "west", "half": "top", @@ -167252,7 +177007,7 @@ } }, { - "id": 10977, + "id": 12054, "properties": { "facing": "west", "half": "top", @@ -167261,7 +177016,7 @@ } }, { - "id": 10978, + "id": 12055, "properties": { "facing": "west", "half": "top", @@ -167270,7 +177025,7 @@ } }, { - "id": 10979, + "id": 12056, "properties": { "facing": "west", "half": "top", @@ -167279,7 +177034,7 @@ } }, { - "id": 10980, + "id": 12057, "properties": { "facing": "west", "half": "top", @@ -167288,7 +177043,7 @@ } }, { - "id": 10981, + "id": 12058, "properties": { "facing": "west", "half": "top", @@ -167297,7 +177052,7 @@ } }, { - "id": 10982, + "id": 12059, "properties": { "facing": "west", "half": "top", @@ -167306,7 +177061,7 @@ } }, { - "id": 10983, + "id": 12060, "properties": { "facing": "west", "half": "bottom", @@ -167315,7 +177070,7 @@ } }, { - "id": 10984, + "id": 12061, "properties": { "facing": "west", "half": "bottom", @@ -167324,7 +177079,7 @@ } }, { - "id": 10985, + "id": 12062, "properties": { "facing": "west", "half": "bottom", @@ -167333,7 +177088,7 @@ } }, { - "id": 10986, + "id": 12063, "properties": { "facing": "west", "half": "bottom", @@ -167342,7 +177097,7 @@ } }, { - "id": 10987, + "id": 12064, "properties": { "facing": "west", "half": "bottom", @@ -167351,7 +177106,7 @@ } }, { - "id": 10988, + "id": 12065, "properties": { "facing": "west", "half": "bottom", @@ -167360,7 +177115,7 @@ } }, { - "id": 10989, + "id": 12066, "properties": { "facing": "west", "half": "bottom", @@ -167369,7 +177124,7 @@ } }, { - "id": 10990, + "id": 12067, "properties": { "facing": "west", "half": "bottom", @@ -167378,7 +177133,7 @@ } }, { - "id": 10991, + "id": 12068, "properties": { "facing": "west", "half": "bottom", @@ -167387,7 +177142,7 @@ } }, { - "id": 10992, + "id": 12069, "properties": { "facing": "west", "half": "bottom", @@ -167396,7 +177151,7 @@ } }, { - "id": 10993, + "id": 12070, "properties": { "facing": "east", "half": "top", @@ -167405,7 +177160,7 @@ } }, { - "id": 10994, + "id": 12071, "properties": { "facing": "east", "half": "top", @@ -167414,7 +177169,7 @@ } }, { - "id": 10995, + "id": 12072, "properties": { "facing": "east", "half": "top", @@ -167423,7 +177178,7 @@ } }, { - "id": 10996, + "id": 12073, "properties": { "facing": "east", "half": "top", @@ -167432,7 +177187,7 @@ } }, { - "id": 10997, + "id": 12074, "properties": { "facing": "east", "half": "top", @@ -167441,7 +177196,7 @@ } }, { - "id": 10998, + "id": 12075, "properties": { "facing": "east", "half": "top", @@ -167450,7 +177205,7 @@ } }, { - "id": 10999, + "id": 12076, "properties": { "facing": "east", "half": "top", @@ -167459,7 +177214,7 @@ } }, { - "id": 11000, + "id": 12077, "properties": { "facing": "east", "half": "top", @@ -167468,7 +177223,7 @@ } }, { - "id": 11001, + "id": 12078, "properties": { "facing": "east", "half": "top", @@ -167477,7 +177232,7 @@ } }, { - "id": 11002, + "id": 12079, "properties": { "facing": "east", "half": "top", @@ -167486,7 +177241,7 @@ } }, { - "id": 11003, + "id": 12080, "properties": { "facing": "east", "half": "bottom", @@ -167495,7 +177250,7 @@ } }, { - "id": 11004, + "id": 12081, "properties": { "facing": "east", "half": "bottom", @@ -167504,7 +177259,7 @@ } }, { - "id": 11005, + "id": 12082, "properties": { "facing": "east", "half": "bottom", @@ -167513,7 +177268,7 @@ } }, { - "id": 11006, + "id": 12083, "properties": { "facing": "east", "half": "bottom", @@ -167522,7 +177277,7 @@ } }, { - "id": 11007, + "id": 12084, "properties": { "facing": "east", "half": "bottom", @@ -167531,7 +177286,7 @@ } }, { - "id": 11008, + "id": 12085, "properties": { "facing": "east", "half": "bottom", @@ -167540,7 +177295,7 @@ } }, { - "id": 11009, + "id": 12086, "properties": { "facing": "east", "half": "bottom", @@ -167549,7 +177304,7 @@ } }, { - "id": 11010, + "id": 12087, "properties": { "facing": "east", "half": "bottom", @@ -167558,7 +177313,7 @@ } }, { - "id": 11011, + "id": 12088, "properties": { "facing": "east", "half": "bottom", @@ -167567,7 +177322,7 @@ } }, { - "id": 11012, + "id": 12089, "properties": { "facing": "east", "half": "bottom", @@ -167609,7 +177364,7 @@ }, "states": [ { - "id": 6588, + "id": 7361, "properties": { "facing": "north", "half": "top", @@ -167619,7 +177374,7 @@ } }, { - "id": 6589, + "id": 7362, "properties": { "facing": "north", "half": "top", @@ -167629,7 +177384,7 @@ } }, { - "id": 6590, + "id": 7363, "properties": { "facing": "north", "half": "top", @@ -167639,7 +177394,7 @@ } }, { - "id": 6591, + "id": 7364, "properties": { "facing": "north", "half": "top", @@ -167649,7 +177404,7 @@ } }, { - "id": 6592, + "id": 7365, "properties": { "facing": "north", "half": "top", @@ -167659,7 +177414,7 @@ } }, { - "id": 6593, + "id": 7366, "properties": { "facing": "north", "half": "top", @@ -167669,7 +177424,7 @@ } }, { - "id": 6594, + "id": 7367, "properties": { "facing": "north", "half": "top", @@ -167679,7 +177434,7 @@ } }, { - "id": 6595, + "id": 7368, "properties": { "facing": "north", "half": "top", @@ -167689,7 +177444,7 @@ } }, { - "id": 6596, + "id": 7369, "properties": { "facing": "north", "half": "bottom", @@ -167699,7 +177454,7 @@ } }, { - "id": 6597, + "id": 7370, "properties": { "facing": "north", "half": "bottom", @@ -167709,7 +177464,7 @@ } }, { - "id": 6598, + "id": 7371, "properties": { "facing": "north", "half": "bottom", @@ -167719,7 +177474,7 @@ } }, { - "id": 6599, + "id": 7372, "properties": { "facing": "north", "half": "bottom", @@ -167729,7 +177484,7 @@ } }, { - "id": 6600, + "id": 7373, "properties": { "facing": "north", "half": "bottom", @@ -167739,7 +177494,7 @@ } }, { - "id": 6601, + "id": 7374, "properties": { "facing": "north", "half": "bottom", @@ -167749,7 +177504,7 @@ } }, { - "id": 6602, + "id": 7375, "properties": { "facing": "north", "half": "bottom", @@ -167760,7 +177515,7 @@ }, { "default": true, - "id": 6603, + "id": 7376, "properties": { "facing": "north", "half": "bottom", @@ -167770,7 +177525,7 @@ } }, { - "id": 6604, + "id": 7377, "properties": { "facing": "south", "half": "top", @@ -167780,7 +177535,7 @@ } }, { - "id": 6605, + "id": 7378, "properties": { "facing": "south", "half": "top", @@ -167790,7 +177545,7 @@ } }, { - "id": 6606, + "id": 7379, "properties": { "facing": "south", "half": "top", @@ -167800,7 +177555,7 @@ } }, { - "id": 6607, + "id": 7380, "properties": { "facing": "south", "half": "top", @@ -167810,7 +177565,7 @@ } }, { - "id": 6608, + "id": 7381, "properties": { "facing": "south", "half": "top", @@ -167820,7 +177575,7 @@ } }, { - "id": 6609, + "id": 7382, "properties": { "facing": "south", "half": "top", @@ -167830,7 +177585,7 @@ } }, { - "id": 6610, + "id": 7383, "properties": { "facing": "south", "half": "top", @@ -167840,7 +177595,7 @@ } }, { - "id": 6611, + "id": 7384, "properties": { "facing": "south", "half": "top", @@ -167850,7 +177605,7 @@ } }, { - "id": 6612, + "id": 7385, "properties": { "facing": "south", "half": "bottom", @@ -167860,7 +177615,7 @@ } }, { - "id": 6613, + "id": 7386, "properties": { "facing": "south", "half": "bottom", @@ -167870,7 +177625,7 @@ } }, { - "id": 6614, + "id": 7387, "properties": { "facing": "south", "half": "bottom", @@ -167880,7 +177635,7 @@ } }, { - "id": 6615, + "id": 7388, "properties": { "facing": "south", "half": "bottom", @@ -167890,7 +177645,7 @@ } }, { - "id": 6616, + "id": 7389, "properties": { "facing": "south", "half": "bottom", @@ -167900,7 +177655,7 @@ } }, { - "id": 6617, + "id": 7390, "properties": { "facing": "south", "half": "bottom", @@ -167910,7 +177665,7 @@ } }, { - "id": 6618, + "id": 7391, "properties": { "facing": "south", "half": "bottom", @@ -167920,7 +177675,7 @@ } }, { - "id": 6619, + "id": 7392, "properties": { "facing": "south", "half": "bottom", @@ -167930,7 +177685,7 @@ } }, { - "id": 6620, + "id": 7393, "properties": { "facing": "west", "half": "top", @@ -167940,7 +177695,7 @@ } }, { - "id": 6621, + "id": 7394, "properties": { "facing": "west", "half": "top", @@ -167950,7 +177705,7 @@ } }, { - "id": 6622, + "id": 7395, "properties": { "facing": "west", "half": "top", @@ -167960,7 +177715,7 @@ } }, { - "id": 6623, + "id": 7396, "properties": { "facing": "west", "half": "top", @@ -167970,7 +177725,7 @@ } }, { - "id": 6624, + "id": 7397, "properties": { "facing": "west", "half": "top", @@ -167980,7 +177735,7 @@ } }, { - "id": 6625, + "id": 7398, "properties": { "facing": "west", "half": "top", @@ -167990,7 +177745,7 @@ } }, { - "id": 6626, + "id": 7399, "properties": { "facing": "west", "half": "top", @@ -168000,7 +177755,7 @@ } }, { - "id": 6627, + "id": 7400, "properties": { "facing": "west", "half": "top", @@ -168010,7 +177765,7 @@ } }, { - "id": 6628, + "id": 7401, "properties": { "facing": "west", "half": "bottom", @@ -168020,7 +177775,7 @@ } }, { - "id": 6629, + "id": 7402, "properties": { "facing": "west", "half": "bottom", @@ -168030,7 +177785,7 @@ } }, { - "id": 6630, + "id": 7403, "properties": { "facing": "west", "half": "bottom", @@ -168040,7 +177795,7 @@ } }, { - "id": 6631, + "id": 7404, "properties": { "facing": "west", "half": "bottom", @@ -168050,7 +177805,7 @@ } }, { - "id": 6632, + "id": 7405, "properties": { "facing": "west", "half": "bottom", @@ -168060,7 +177815,7 @@ } }, { - "id": 6633, + "id": 7406, "properties": { "facing": "west", "half": "bottom", @@ -168070,7 +177825,7 @@ } }, { - "id": 6634, + "id": 7407, "properties": { "facing": "west", "half": "bottom", @@ -168080,7 +177835,7 @@ } }, { - "id": 6635, + "id": 7408, "properties": { "facing": "west", "half": "bottom", @@ -168090,7 +177845,7 @@ } }, { - "id": 6636, + "id": 7409, "properties": { "facing": "east", "half": "top", @@ -168100,7 +177855,7 @@ } }, { - "id": 6637, + "id": 7410, "properties": { "facing": "east", "half": "top", @@ -168110,7 +177865,7 @@ } }, { - "id": 6638, + "id": 7411, "properties": { "facing": "east", "half": "top", @@ -168120,7 +177875,7 @@ } }, { - "id": 6639, + "id": 7412, "properties": { "facing": "east", "half": "top", @@ -168130,7 +177885,7 @@ } }, { - "id": 6640, + "id": 7413, "properties": { "facing": "east", "half": "top", @@ -168140,7 +177895,7 @@ } }, { - "id": 6641, + "id": 7414, "properties": { "facing": "east", "half": "top", @@ -168150,7 +177905,7 @@ } }, { - "id": 6642, + "id": 7415, "properties": { "facing": "east", "half": "top", @@ -168160,7 +177915,7 @@ } }, { - "id": 6643, + "id": 7416, "properties": { "facing": "east", "half": "top", @@ -168170,7 +177925,7 @@ } }, { - "id": 6644, + "id": 7417, "properties": { "facing": "east", "half": "bottom", @@ -168180,7 +177935,7 @@ } }, { - "id": 6645, + "id": 7418, "properties": { "facing": "east", "half": "bottom", @@ -168190,7 +177945,7 @@ } }, { - "id": 6646, + "id": 7419, "properties": { "facing": "east", "half": "bottom", @@ -168200,7 +177955,7 @@ } }, { - "id": 6647, + "id": 7420, "properties": { "facing": "east", "half": "bottom", @@ -168210,7 +177965,7 @@ } }, { - "id": 6648, + "id": 7421, "properties": { "facing": "east", "half": "bottom", @@ -168220,7 +177975,7 @@ } }, { - "id": 6649, + "id": 7422, "properties": { "facing": "east", "half": "bottom", @@ -168230,7 +177985,7 @@ } }, { - "id": 6650, + "id": 7423, "properties": { "facing": "east", "half": "bottom", @@ -168240,7 +177995,7 @@ } }, { - "id": 6651, + "id": 7424, "properties": { "facing": "east", "half": "bottom", @@ -168271,7 +178026,7 @@ }, "states": [ { - "id": 5762, + "id": 6530, "properties": { "facing": "north", "waterlogged": "true" @@ -168279,49 +178034,49 @@ }, { "default": true, - "id": 5763, + "id": 6531, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5764, + "id": 6532, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5765, + "id": 6533, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5766, + "id": 6534, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5767, + "id": 6535, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5768, + "id": 6536, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5769, + "id": 6537, "properties": { "facing": "east", "waterlogged": "false" @@ -168349,7 +178104,7 @@ }, "states": [ { - "id": 4914, + "id": 5682, "properties": { "facing": "north", "waterlogged": "true" @@ -168357,49 +178112,49 @@ }, { "default": true, - "id": 4915, + "id": 5683, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4916, + "id": 5684, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4917, + "id": 5685, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4918, + "id": 5686, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4919, + "id": 5687, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4920, + "id": 5688, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4921, + "id": 5689, "properties": { "facing": "east", "waterlogged": "false" @@ -168455,20 +178210,20 @@ }, "states": [ { - "id": 27629, + "id": 29386, "properties": { "axis": "x" } }, { "default": true, - "id": 27630, + "id": 29387, "properties": { "axis": "y" } }, { - "id": 27631, + "id": 29388, "properties": { "axis": "z" } @@ -168488,14 +178243,14 @@ }, "states": [ { - "id": 11642, + "id": 12719, "properties": { "half": "upper" } }, { "default": true, - "id": 11643, + "id": 12720, "properties": { "half": "lower" } @@ -168520,21 +178275,21 @@ }, "states": [ { - "id": 12141, + "id": 13218, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12142, + "id": 13219, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12143, + "id": 13220, "properties": { "type": "bottom", "waterlogged": "true" @@ -168542,21 +178297,21 @@ }, { "default": true, - "id": 12144, + "id": 13221, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12145, + "id": 13222, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12146, + "id": 13223, "properties": { "type": "double", "waterlogged": "false" @@ -168596,112 +178351,112 @@ }, "states": [ { - "id": 9876, + "id": 10953, "properties": { "powered": "true", "rotation": "0" } }, { - "id": 9877, + "id": 10954, "properties": { "powered": "true", "rotation": "1" } }, { - "id": 9878, + "id": 10955, "properties": { "powered": "true", "rotation": "2" } }, { - "id": 9879, + "id": 10956, "properties": { "powered": "true", "rotation": "3" } }, { - "id": 9880, + "id": 10957, "properties": { "powered": "true", "rotation": "4" } }, { - "id": 9881, + "id": 10958, "properties": { "powered": "true", "rotation": "5" } }, { - "id": 9882, + "id": 10959, "properties": { "powered": "true", "rotation": "6" } }, { - "id": 9883, + "id": 10960, "properties": { "powered": "true", "rotation": "7" } }, { - "id": 9884, + "id": 10961, "properties": { "powered": "true", "rotation": "8" } }, { - "id": 9885, + "id": 10962, "properties": { "powered": "true", "rotation": "9" } }, { - "id": 9886, + "id": 10963, "properties": { "powered": "true", "rotation": "10" } }, { - "id": 9887, + "id": 10964, "properties": { "powered": "true", "rotation": "11" } }, { - "id": 9888, + "id": 10965, "properties": { "powered": "true", "rotation": "12" } }, { - "id": 9889, + "id": 10966, "properties": { "powered": "true", "rotation": "13" } }, { - "id": 9890, + "id": 10967, "properties": { "powered": "true", "rotation": "14" } }, { - "id": 9891, + "id": 10968, "properties": { "powered": "true", "rotation": "15" @@ -168709,112 +178464,112 @@ }, { "default": true, - "id": 9892, + "id": 10969, "properties": { "powered": "false", "rotation": "0" } }, { - "id": 9893, + "id": 10970, "properties": { "powered": "false", "rotation": "1" } }, { - "id": 9894, + "id": 10971, "properties": { "powered": "false", "rotation": "2" } }, { - "id": 9895, + "id": 10972, "properties": { "powered": "false", "rotation": "3" } }, { - "id": 9896, + "id": 10973, "properties": { "powered": "false", "rotation": "4" } }, { - "id": 9897, + "id": 10974, "properties": { "powered": "false", "rotation": "5" } }, { - "id": 9898, + "id": 10975, "properties": { "powered": "false", "rotation": "6" } }, { - "id": 9899, + "id": 10976, "properties": { "powered": "false", "rotation": "7" } }, { - "id": 9900, + "id": 10977, "properties": { "powered": "false", "rotation": "8" } }, { - "id": 9901, + "id": 10978, "properties": { "powered": "false", "rotation": "9" } }, { - "id": 9902, + "id": 10979, "properties": { "powered": "false", "rotation": "10" } }, { - "id": 9903, + "id": 10980, "properties": { "powered": "false", "rotation": "11" } }, { - "id": 9904, + "id": 10981, "properties": { "powered": "false", "rotation": "12" } }, { - "id": 9905, + "id": 10982, "properties": { "powered": "false", "rotation": "13" } }, { - "id": 9906, + "id": 10983, "properties": { "powered": "false", "rotation": "14" } }, { - "id": 9907, + "id": 10984, "properties": { "powered": "false", "rotation": "15" @@ -168841,7 +178596,7 @@ }, "states": [ { - "id": 9908, + "id": 10985, "properties": { "facing": "north", "powered": "true" @@ -168849,49 +178604,49 @@ }, { "default": true, - "id": 9909, + "id": 10986, "properties": { "facing": "north", "powered": "false" } }, { - "id": 9910, + "id": 10987, "properties": { "facing": "south", "powered": "true" } }, { - "id": 9911, + "id": 10988, "properties": { "facing": "south", "powered": "false" } }, { - "id": 9912, + "id": 10989, "properties": { "facing": "west", "powered": "true" } }, { - "id": 9913, + "id": 10990, "properties": { "facing": "west", "powered": "false" } }, { - "id": 9914, + "id": 10991, "properties": { "facing": "east", "powered": "true" } }, { - "id": 9915, + "id": 10992, "properties": { "facing": "east", "powered": "false" @@ -168928,97 +178683,97 @@ "states": [ { "default": true, - "id": 11744, + "id": 12821, "properties": { "rotation": "0" } }, { - "id": 11745, + "id": 12822, "properties": { "rotation": "1" } }, { - "id": 11746, + "id": 12823, "properties": { "rotation": "2" } }, { - "id": 11747, + "id": 12824, "properties": { "rotation": "3" } }, { - "id": 11748, + "id": 12825, "properties": { "rotation": "4" } }, { - "id": 11749, + "id": 12826, "properties": { "rotation": "5" } }, { - "id": 11750, + "id": 12827, "properties": { "rotation": "6" } }, { - "id": 11751, + "id": 12828, "properties": { "rotation": "7" } }, { - "id": 11752, + "id": 12829, "properties": { "rotation": "8" } }, { - "id": 11753, + "id": 12830, "properties": { "rotation": "9" } }, { - "id": 11754, + "id": 12831, "properties": { "rotation": "10" } }, { - "id": 11755, + "id": 12832, "properties": { "rotation": "11" } }, { - "id": 11756, + "id": 12833, "properties": { "rotation": "12" } }, { - "id": 11757, + "id": 12834, "properties": { "rotation": "13" } }, { - "id": 11758, + "id": 12835, "properties": { "rotation": "14" } }, { - "id": 11759, + "id": 12836, "properties": { "rotation": "15" } @@ -169202,7 +178957,7 @@ }, "states": [ { - "id": 21865, + "id": 23006, "properties": { "candles": "1", "lit": "true", @@ -169210,7 +178965,7 @@ } }, { - "id": 21866, + "id": 23007, "properties": { "candles": "1", "lit": "true", @@ -169218,7 +178973,7 @@ } }, { - "id": 21867, + "id": 23008, "properties": { "candles": "1", "lit": "false", @@ -169227,7 +178982,7 @@ }, { "default": true, - "id": 21868, + "id": 23009, "properties": { "candles": "1", "lit": "false", @@ -169235,7 +178990,7 @@ } }, { - "id": 21869, + "id": 23010, "properties": { "candles": "2", "lit": "true", @@ -169243,7 +178998,7 @@ } }, { - "id": 21870, + "id": 23011, "properties": { "candles": "2", "lit": "true", @@ -169251,7 +179006,7 @@ } }, { - "id": 21871, + "id": 23012, "properties": { "candles": "2", "lit": "false", @@ -169259,7 +179014,7 @@ } }, { - "id": 21872, + "id": 23013, "properties": { "candles": "2", "lit": "false", @@ -169267,7 +179022,7 @@ } }, { - "id": 21873, + "id": 23014, "properties": { "candles": "3", "lit": "true", @@ -169275,7 +179030,7 @@ } }, { - "id": 21874, + "id": 23015, "properties": { "candles": "3", "lit": "true", @@ -169283,7 +179038,7 @@ } }, { - "id": 21875, + "id": 23016, "properties": { "candles": "3", "lit": "false", @@ -169291,7 +179046,7 @@ } }, { - "id": 21876, + "id": 23017, "properties": { "candles": "3", "lit": "false", @@ -169299,7 +179054,7 @@ } }, { - "id": 21877, + "id": 23018, "properties": { "candles": "4", "lit": "true", @@ -169307,7 +179062,7 @@ } }, { - "id": 21878, + "id": 23019, "properties": { "candles": "4", "lit": "true", @@ -169315,7 +179070,7 @@ } }, { - "id": 21879, + "id": 23020, "properties": { "candles": "4", "lit": "false", @@ -169323,7 +179078,7 @@ } }, { - "id": 21880, + "id": 23021, "properties": { "candles": "4", "lit": "false", @@ -169346,14 +179101,14 @@ }, "states": [ { - "id": 22039, + "id": 23180, "properties": { "lit": "true" } }, { "default": true, - "id": 22040, + "id": 23181, "properties": { "lit": "false" } @@ -169369,7 +179124,7 @@ "states": [ { "default": true, - "id": 11623 + "id": 12700 } ] }, @@ -169381,7 +179136,7 @@ "states": [ { "default": true, - "id": 13757 + "id": 14834 } ] }, @@ -169394,7 +179149,7 @@ "states": [ { "default": true, - "id": 13773 + "id": 14850 } ] }, @@ -169414,25 +179169,25 @@ "states": [ { "default": true, - "id": 13711, + "id": 14788, "properties": { "facing": "north" } }, { - "id": 13712, + "id": 14789, "properties": { "facing": "south" } }, { - "id": 13713, + "id": 14790, "properties": { "facing": "west" } }, { - "id": 13714, + "id": 14791, "properties": { "facing": "east" } @@ -169461,112 +179216,112 @@ "states": [ { "default": true, - "id": 25855, + "id": 27612, "properties": { "facing": "north", "flower_amount": "1" } }, { - "id": 25856, + "id": 27613, "properties": { "facing": "north", "flower_amount": "2" } }, { - "id": 25857, + "id": 27614, "properties": { "facing": "north", "flower_amount": "3" } }, { - "id": 25858, + "id": 27615, "properties": { "facing": "north", "flower_amount": "4" } }, { - "id": 25859, + "id": 27616, "properties": { "facing": "south", "flower_amount": "1" } }, { - "id": 25860, + "id": 27617, "properties": { "facing": "south", "flower_amount": "2" } }, { - "id": 25861, + "id": 27618, "properties": { "facing": "south", "flower_amount": "3" } }, { - "id": 25862, + "id": 27619, "properties": { "facing": "south", "flower_amount": "4" } }, { - "id": 25863, + "id": 27620, "properties": { "facing": "west", "flower_amount": "1" } }, { - "id": 25864, + "id": 27621, "properties": { "facing": "west", "flower_amount": "2" } }, { - "id": 25865, + "id": 27622, "properties": { "facing": "west", "flower_amount": "3" } }, { - "id": 25866, + "id": 27623, "properties": { "facing": "west", "flower_amount": "4" } }, { - "id": 25867, + "id": 27624, "properties": { "facing": "east", "flower_amount": "1" } }, { - "id": 25868, + "id": 27625, "properties": { "facing": "east", "flower_amount": "2" } }, { - "id": 25869, + "id": 27626, "properties": { "facing": "east", "flower_amount": "3" } }, { - "id": 25870, + "id": 27627, "properties": { "facing": "east", "flower_amount": "4" @@ -169592,38 +179347,38 @@ }, "states": [ { - "id": 13627, + "id": 14704, "properties": { "facing": "north" } }, { - "id": 13628, + "id": 14705, "properties": { "facing": "east" } }, { - "id": 13629, + "id": 14706, "properties": { "facing": "south" } }, { - "id": 13630, + "id": 14707, "properties": { "facing": "west" } }, { "default": true, - "id": 13631, + "id": 14708, "properties": { "facing": "up" } }, { - "id": 13632, + "id": 14709, "properties": { "facing": "down" } @@ -169639,7 +179394,7 @@ "states": [ { "default": true, - "id": 6130 + "id": 6903 } ] }, @@ -169673,7 +179428,7 @@ }, "states": [ { - "id": 10373, + "id": 11450, "properties": { "east": "true", "north": "true", @@ -169683,7 +179438,7 @@ } }, { - "id": 10374, + "id": 11451, "properties": { "east": "true", "north": "true", @@ -169693,7 +179448,7 @@ } }, { - "id": 10375, + "id": 11452, "properties": { "east": "true", "north": "true", @@ -169703,7 +179458,7 @@ } }, { - "id": 10376, + "id": 11453, "properties": { "east": "true", "north": "true", @@ -169713,7 +179468,7 @@ } }, { - "id": 10377, + "id": 11454, "properties": { "east": "true", "north": "true", @@ -169723,7 +179478,7 @@ } }, { - "id": 10378, + "id": 11455, "properties": { "east": "true", "north": "true", @@ -169733,7 +179488,7 @@ } }, { - "id": 10379, + "id": 11456, "properties": { "east": "true", "north": "true", @@ -169743,7 +179498,7 @@ } }, { - "id": 10380, + "id": 11457, "properties": { "east": "true", "north": "true", @@ -169753,7 +179508,7 @@ } }, { - "id": 10381, + "id": 11458, "properties": { "east": "true", "north": "false", @@ -169763,7 +179518,7 @@ } }, { - "id": 10382, + "id": 11459, "properties": { "east": "true", "north": "false", @@ -169773,7 +179528,7 @@ } }, { - "id": 10383, + "id": 11460, "properties": { "east": "true", "north": "false", @@ -169783,7 +179538,7 @@ } }, { - "id": 10384, + "id": 11461, "properties": { "east": "true", "north": "false", @@ -169793,7 +179548,7 @@ } }, { - "id": 10385, + "id": 11462, "properties": { "east": "true", "north": "false", @@ -169803,7 +179558,7 @@ } }, { - "id": 10386, + "id": 11463, "properties": { "east": "true", "north": "false", @@ -169813,7 +179568,7 @@ } }, { - "id": 10387, + "id": 11464, "properties": { "east": "true", "north": "false", @@ -169823,7 +179578,7 @@ } }, { - "id": 10388, + "id": 11465, "properties": { "east": "true", "north": "false", @@ -169833,7 +179588,7 @@ } }, { - "id": 10389, + "id": 11466, "properties": { "east": "false", "north": "true", @@ -169843,7 +179598,7 @@ } }, { - "id": 10390, + "id": 11467, "properties": { "east": "false", "north": "true", @@ -169853,7 +179608,7 @@ } }, { - "id": 10391, + "id": 11468, "properties": { "east": "false", "north": "true", @@ -169863,7 +179618,7 @@ } }, { - "id": 10392, + "id": 11469, "properties": { "east": "false", "north": "true", @@ -169873,7 +179628,7 @@ } }, { - "id": 10393, + "id": 11470, "properties": { "east": "false", "north": "true", @@ -169883,7 +179638,7 @@ } }, { - "id": 10394, + "id": 11471, "properties": { "east": "false", "north": "true", @@ -169893,7 +179648,7 @@ } }, { - "id": 10395, + "id": 11472, "properties": { "east": "false", "north": "true", @@ -169903,7 +179658,7 @@ } }, { - "id": 10396, + "id": 11473, "properties": { "east": "false", "north": "true", @@ -169913,7 +179668,7 @@ } }, { - "id": 10397, + "id": 11474, "properties": { "east": "false", "north": "false", @@ -169923,7 +179678,7 @@ } }, { - "id": 10398, + "id": 11475, "properties": { "east": "false", "north": "false", @@ -169933,7 +179688,7 @@ } }, { - "id": 10399, + "id": 11476, "properties": { "east": "false", "north": "false", @@ -169943,7 +179698,7 @@ } }, { - "id": 10400, + "id": 11477, "properties": { "east": "false", "north": "false", @@ -169953,7 +179708,7 @@ } }, { - "id": 10401, + "id": 11478, "properties": { "east": "false", "north": "false", @@ -169963,7 +179718,7 @@ } }, { - "id": 10402, + "id": 11479, "properties": { "east": "false", "north": "false", @@ -169973,7 +179728,7 @@ } }, { - "id": 10403, + "id": 11480, "properties": { "east": "false", "north": "false", @@ -169984,7 +179739,7 @@ }, { "default": true, - "id": 10404, + "id": 11481, "properties": { "east": "false", "north": "false", @@ -169997,13 +179752,13 @@ }, "minecraft:pink_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10171 + "id": 11248 } ] }, @@ -170042,25 +179797,25 @@ "states": [ { "default": true, - "id": 11928, + "id": 13005, "properties": { "facing": "north" } }, { - "id": 11929, + "id": 13006, "properties": { "facing": "south" } }, { - "id": 11930, + "id": 13007, "properties": { "facing": "west" } }, { - "id": 11931, + "id": 13008, "properties": { "facing": "east" } @@ -170426,7 +180181,7 @@ }, "states": [ { - "id": 13520, + "id": 14597, "properties": { "age": "0", "half": "upper" @@ -170434,63 +180189,63 @@ }, { "default": true, - "id": 13521, + "id": 14598, "properties": { "age": "0", "half": "lower" } }, { - "id": 13522, + "id": 14599, "properties": { "age": "1", "half": "upper" } }, { - "id": 13523, + "id": 14600, "properties": { "age": "1", "half": "lower" } }, { - "id": 13524, + "id": 14601, "properties": { "age": "2", "half": "upper" } }, { - "id": 13525, + "id": 14602, "properties": { "age": "2", "half": "lower" } }, { - "id": 13526, + "id": 14603, "properties": { "age": "3", "half": "upper" } }, { - "id": 13527, + "id": 14604, "properties": { "age": "3", "half": "lower" } }, { - "id": 13528, + "id": 14605, "properties": { "age": "4", "half": "upper" } }, { - "id": 13529, + "id": 14606, "properties": { "age": "4", "half": "lower" @@ -170511,14 +180266,14 @@ }, "states": [ { - "id": 13530, + "id": 14607, "properties": { "half": "upper" } }, { "default": true, - "id": 13531, + "id": 14608, "properties": { "half": "lower" } @@ -170556,112 +180311,112 @@ }, "states": [ { - "id": 9756, + "id": 10833, "properties": { "powered": "true", "rotation": "0" } }, { - "id": 9757, + "id": 10834, "properties": { "powered": "true", "rotation": "1" } }, { - "id": 9758, + "id": 10835, "properties": { "powered": "true", "rotation": "2" } }, { - "id": 9759, + "id": 10836, "properties": { "powered": "true", "rotation": "3" } }, { - "id": 9760, + "id": 10837, "properties": { "powered": "true", "rotation": "4" } }, { - "id": 9761, + "id": 10838, "properties": { "powered": "true", "rotation": "5" } }, { - "id": 9762, + "id": 10839, "properties": { "powered": "true", "rotation": "6" } }, { - "id": 9763, + "id": 10840, "properties": { "powered": "true", "rotation": "7" } }, { - "id": 9764, + "id": 10841, "properties": { "powered": "true", "rotation": "8" } }, { - "id": 9765, + "id": 10842, "properties": { "powered": "true", "rotation": "9" } }, { - "id": 9766, + "id": 10843, "properties": { "powered": "true", "rotation": "10" } }, { - "id": 9767, + "id": 10844, "properties": { "powered": "true", "rotation": "11" } }, { - "id": 9768, + "id": 10845, "properties": { "powered": "true", "rotation": "12" } }, { - "id": 9769, + "id": 10846, "properties": { "powered": "true", "rotation": "13" } }, { - "id": 9770, + "id": 10847, "properties": { "powered": "true", "rotation": "14" } }, { - "id": 9771, + "id": 10848, "properties": { "powered": "true", "rotation": "15" @@ -170669,112 +180424,112 @@ }, { "default": true, - "id": 9772, + "id": 10849, "properties": { "powered": "false", "rotation": "0" } }, { - "id": 9773, + "id": 10850, "properties": { "powered": "false", "rotation": "1" } }, { - "id": 9774, + "id": 10851, "properties": { "powered": "false", "rotation": "2" } }, { - "id": 9775, + "id": 10852, "properties": { "powered": "false", "rotation": "3" } }, { - "id": 9776, + "id": 10853, "properties": { "powered": "false", "rotation": "4" } }, { - "id": 9777, + "id": 10854, "properties": { "powered": "false", "rotation": "5" } }, { - "id": 9778, + "id": 10855, "properties": { "powered": "false", "rotation": "6" } }, { - "id": 9779, + "id": 10856, "properties": { "powered": "false", "rotation": "7" } }, { - "id": 9780, + "id": 10857, "properties": { "powered": "false", "rotation": "8" } }, { - "id": 9781, + "id": 10858, "properties": { "powered": "false", "rotation": "9" } }, { - "id": 9782, + "id": 10859, "properties": { "powered": "false", "rotation": "10" } }, { - "id": 9783, + "id": 10860, "properties": { "powered": "false", "rotation": "11" } }, { - "id": 9784, + "id": 10861, "properties": { "powered": "false", "rotation": "12" } }, { - "id": 9785, + "id": 10862, "properties": { "powered": "false", "rotation": "13" } }, { - "id": 9786, + "id": 10863, "properties": { "powered": "false", "rotation": "14" } }, { - "id": 9787, + "id": 10864, "properties": { "powered": "false", "rotation": "15" @@ -170801,7 +180556,7 @@ }, "states": [ { - "id": 9788, + "id": 10865, "properties": { "facing": "north", "powered": "true" @@ -170809,49 +180564,49 @@ }, { "default": true, - "id": 9789, + "id": 10866, "properties": { "facing": "north", "powered": "false" } }, { - "id": 9790, + "id": 10867, "properties": { "facing": "south", "powered": "true" } }, { - "id": 9791, + "id": 10868, "properties": { "facing": "south", "powered": "false" } }, { - "id": 9792, + "id": 10869, "properties": { "facing": "west", "powered": "true" } }, { - "id": 9793, + "id": 10870, "properties": { "facing": "west", "powered": "false" } }, { - "id": 9794, + "id": 10871, "properties": { "facing": "east", "powered": "true" } }, { - "id": 9795, + "id": 10872, "properties": { "facing": "east", "powered": "false" @@ -170910,7 +180665,7 @@ }, "states": [ { - "id": 25776, + "id": 27533, "properties": { "thickness": "tip_merge", "vertical_direction": "up", @@ -170918,7 +180673,7 @@ } }, { - "id": 25777, + "id": 27534, "properties": { "thickness": "tip_merge", "vertical_direction": "up", @@ -170926,7 +180681,7 @@ } }, { - "id": 25778, + "id": 27535, "properties": { "thickness": "tip_merge", "vertical_direction": "down", @@ -170934,7 +180689,7 @@ } }, { - "id": 25779, + "id": 27536, "properties": { "thickness": "tip_merge", "vertical_direction": "down", @@ -170942,7 +180697,7 @@ } }, { - "id": 25780, + "id": 27537, "properties": { "thickness": "tip", "vertical_direction": "up", @@ -170951,7 +180706,7 @@ }, { "default": true, - "id": 25781, + "id": 27538, "properties": { "thickness": "tip", "vertical_direction": "up", @@ -170959,7 +180714,7 @@ } }, { - "id": 25782, + "id": 27539, "properties": { "thickness": "tip", "vertical_direction": "down", @@ -170967,7 +180722,7 @@ } }, { - "id": 25783, + "id": 27540, "properties": { "thickness": "tip", "vertical_direction": "down", @@ -170975,7 +180730,7 @@ } }, { - "id": 25784, + "id": 27541, "properties": { "thickness": "frustum", "vertical_direction": "up", @@ -170983,7 +180738,7 @@ } }, { - "id": 25785, + "id": 27542, "properties": { "thickness": "frustum", "vertical_direction": "up", @@ -170991,7 +180746,7 @@ } }, { - "id": 25786, + "id": 27543, "properties": { "thickness": "frustum", "vertical_direction": "down", @@ -170999,7 +180754,7 @@ } }, { - "id": 25787, + "id": 27544, "properties": { "thickness": "frustum", "vertical_direction": "down", @@ -171007,7 +180762,7 @@ } }, { - "id": 25788, + "id": 27545, "properties": { "thickness": "middle", "vertical_direction": "up", @@ -171015,7 +180770,7 @@ } }, { - "id": 25789, + "id": 27546, "properties": { "thickness": "middle", "vertical_direction": "up", @@ -171023,7 +180778,7 @@ } }, { - "id": 25790, + "id": 27547, "properties": { "thickness": "middle", "vertical_direction": "down", @@ -171031,7 +180786,7 @@ } }, { - "id": 25791, + "id": 27548, "properties": { "thickness": "middle", "vertical_direction": "down", @@ -171039,7 +180794,7 @@ } }, { - "id": 25792, + "id": 27549, "properties": { "thickness": "base", "vertical_direction": "up", @@ -171047,7 +180802,7 @@ } }, { - "id": 25793, + "id": 27550, "properties": { "thickness": "base", "vertical_direction": "up", @@ -171055,7 +180810,7 @@ } }, { - "id": 25794, + "id": 27551, "properties": { "thickness": "base", "vertical_direction": "down", @@ -171063,7 +180818,7 @@ } }, { - "id": 25795, + "id": 27552, "properties": { "thickness": "base", "vertical_direction": "down", @@ -171102,21 +180857,21 @@ }, "states": [ { - "id": 15171, + "id": 16280, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15172, + "id": 16281, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15173, + "id": 16282, "properties": { "type": "bottom", "waterlogged": "true" @@ -171124,21 +180879,21 @@ }, { "default": true, - "id": 15174, + "id": 16283, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15175, + "id": 16284, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15176, + "id": 16285, "properties": { "type": "double", "waterlogged": "false" @@ -171179,7 +180934,7 @@ }, "states": [ { - "id": 14945, + "id": 16054, "properties": { "facing": "north", "half": "top", @@ -171188,7 +180943,7 @@ } }, { - "id": 14946, + "id": 16055, "properties": { "facing": "north", "half": "top", @@ -171197,7 +180952,7 @@ } }, { - "id": 14947, + "id": 16056, "properties": { "facing": "north", "half": "top", @@ -171206,7 +180961,7 @@ } }, { - "id": 14948, + "id": 16057, "properties": { "facing": "north", "half": "top", @@ -171215,7 +180970,7 @@ } }, { - "id": 14949, + "id": 16058, "properties": { "facing": "north", "half": "top", @@ -171224,7 +180979,7 @@ } }, { - "id": 14950, + "id": 16059, "properties": { "facing": "north", "half": "top", @@ -171233,7 +180988,7 @@ } }, { - "id": 14951, + "id": 16060, "properties": { "facing": "north", "half": "top", @@ -171242,7 +180997,7 @@ } }, { - "id": 14952, + "id": 16061, "properties": { "facing": "north", "half": "top", @@ -171251,7 +181006,7 @@ } }, { - "id": 14953, + "id": 16062, "properties": { "facing": "north", "half": "top", @@ -171260,7 +181015,7 @@ } }, { - "id": 14954, + "id": 16063, "properties": { "facing": "north", "half": "top", @@ -171269,7 +181024,7 @@ } }, { - "id": 14955, + "id": 16064, "properties": { "facing": "north", "half": "bottom", @@ -171279,7 +181034,7 @@ }, { "default": true, - "id": 14956, + "id": 16065, "properties": { "facing": "north", "half": "bottom", @@ -171288,7 +181043,7 @@ } }, { - "id": 14957, + "id": 16066, "properties": { "facing": "north", "half": "bottom", @@ -171297,7 +181052,7 @@ } }, { - "id": 14958, + "id": 16067, "properties": { "facing": "north", "half": "bottom", @@ -171306,7 +181061,7 @@ } }, { - "id": 14959, + "id": 16068, "properties": { "facing": "north", "half": "bottom", @@ -171315,7 +181070,7 @@ } }, { - "id": 14960, + "id": 16069, "properties": { "facing": "north", "half": "bottom", @@ -171324,7 +181079,7 @@ } }, { - "id": 14961, + "id": 16070, "properties": { "facing": "north", "half": "bottom", @@ -171333,7 +181088,7 @@ } }, { - "id": 14962, + "id": 16071, "properties": { "facing": "north", "half": "bottom", @@ -171342,7 +181097,7 @@ } }, { - "id": 14963, + "id": 16072, "properties": { "facing": "north", "half": "bottom", @@ -171351,7 +181106,7 @@ } }, { - "id": 14964, + "id": 16073, "properties": { "facing": "north", "half": "bottom", @@ -171360,7 +181115,7 @@ } }, { - "id": 14965, + "id": 16074, "properties": { "facing": "south", "half": "top", @@ -171369,7 +181124,7 @@ } }, { - "id": 14966, + "id": 16075, "properties": { "facing": "south", "half": "top", @@ -171378,7 +181133,7 @@ } }, { - "id": 14967, + "id": 16076, "properties": { "facing": "south", "half": "top", @@ -171387,7 +181142,7 @@ } }, { - "id": 14968, + "id": 16077, "properties": { "facing": "south", "half": "top", @@ -171396,7 +181151,7 @@ } }, { - "id": 14969, + "id": 16078, "properties": { "facing": "south", "half": "top", @@ -171405,7 +181160,7 @@ } }, { - "id": 14970, + "id": 16079, "properties": { "facing": "south", "half": "top", @@ -171414,7 +181169,7 @@ } }, { - "id": 14971, + "id": 16080, "properties": { "facing": "south", "half": "top", @@ -171423,7 +181178,7 @@ } }, { - "id": 14972, + "id": 16081, "properties": { "facing": "south", "half": "top", @@ -171432,7 +181187,7 @@ } }, { - "id": 14973, + "id": 16082, "properties": { "facing": "south", "half": "top", @@ -171441,7 +181196,7 @@ } }, { - "id": 14974, + "id": 16083, "properties": { "facing": "south", "half": "top", @@ -171450,7 +181205,7 @@ } }, { - "id": 14975, + "id": 16084, "properties": { "facing": "south", "half": "bottom", @@ -171459,7 +181214,7 @@ } }, { - "id": 14976, + "id": 16085, "properties": { "facing": "south", "half": "bottom", @@ -171468,7 +181223,7 @@ } }, { - "id": 14977, + "id": 16086, "properties": { "facing": "south", "half": "bottom", @@ -171477,7 +181232,7 @@ } }, { - "id": 14978, + "id": 16087, "properties": { "facing": "south", "half": "bottom", @@ -171486,7 +181241,7 @@ } }, { - "id": 14979, + "id": 16088, "properties": { "facing": "south", "half": "bottom", @@ -171495,7 +181250,7 @@ } }, { - "id": 14980, + "id": 16089, "properties": { "facing": "south", "half": "bottom", @@ -171504,7 +181259,7 @@ } }, { - "id": 14981, + "id": 16090, "properties": { "facing": "south", "half": "bottom", @@ -171513,7 +181268,7 @@ } }, { - "id": 14982, + "id": 16091, "properties": { "facing": "south", "half": "bottom", @@ -171522,7 +181277,7 @@ } }, { - "id": 14983, + "id": 16092, "properties": { "facing": "south", "half": "bottom", @@ -171531,7 +181286,7 @@ } }, { - "id": 14984, + "id": 16093, "properties": { "facing": "south", "half": "bottom", @@ -171540,7 +181295,7 @@ } }, { - "id": 14985, + "id": 16094, "properties": { "facing": "west", "half": "top", @@ -171549,7 +181304,7 @@ } }, { - "id": 14986, + "id": 16095, "properties": { "facing": "west", "half": "top", @@ -171558,7 +181313,7 @@ } }, { - "id": 14987, + "id": 16096, "properties": { "facing": "west", "half": "top", @@ -171567,7 +181322,7 @@ } }, { - "id": 14988, + "id": 16097, "properties": { "facing": "west", "half": "top", @@ -171576,7 +181331,7 @@ } }, { - "id": 14989, + "id": 16098, "properties": { "facing": "west", "half": "top", @@ -171585,7 +181340,7 @@ } }, { - "id": 14990, + "id": 16099, "properties": { "facing": "west", "half": "top", @@ -171594,7 +181349,7 @@ } }, { - "id": 14991, + "id": 16100, "properties": { "facing": "west", "half": "top", @@ -171603,7 +181358,7 @@ } }, { - "id": 14992, + "id": 16101, "properties": { "facing": "west", "half": "top", @@ -171612,7 +181367,7 @@ } }, { - "id": 14993, + "id": 16102, "properties": { "facing": "west", "half": "top", @@ -171621,7 +181376,7 @@ } }, { - "id": 14994, + "id": 16103, "properties": { "facing": "west", "half": "top", @@ -171630,7 +181385,7 @@ } }, { - "id": 14995, + "id": 16104, "properties": { "facing": "west", "half": "bottom", @@ -171639,7 +181394,7 @@ } }, { - "id": 14996, + "id": 16105, "properties": { "facing": "west", "half": "bottom", @@ -171648,7 +181403,7 @@ } }, { - "id": 14997, + "id": 16106, "properties": { "facing": "west", "half": "bottom", @@ -171657,7 +181412,7 @@ } }, { - "id": 14998, + "id": 16107, "properties": { "facing": "west", "half": "bottom", @@ -171666,7 +181421,7 @@ } }, { - "id": 14999, + "id": 16108, "properties": { "facing": "west", "half": "bottom", @@ -171675,7 +181430,7 @@ } }, { - "id": 15000, + "id": 16109, "properties": { "facing": "west", "half": "bottom", @@ -171684,7 +181439,7 @@ } }, { - "id": 15001, + "id": 16110, "properties": { "facing": "west", "half": "bottom", @@ -171693,7 +181448,7 @@ } }, { - "id": 15002, + "id": 16111, "properties": { "facing": "west", "half": "bottom", @@ -171702,7 +181457,7 @@ } }, { - "id": 15003, + "id": 16112, "properties": { "facing": "west", "half": "bottom", @@ -171711,7 +181466,7 @@ } }, { - "id": 15004, + "id": 16113, "properties": { "facing": "west", "half": "bottom", @@ -171720,7 +181475,7 @@ } }, { - "id": 15005, + "id": 16114, "properties": { "facing": "east", "half": "top", @@ -171729,7 +181484,7 @@ } }, { - "id": 15006, + "id": 16115, "properties": { "facing": "east", "half": "top", @@ -171738,7 +181493,7 @@ } }, { - "id": 15007, + "id": 16116, "properties": { "facing": "east", "half": "top", @@ -171747,7 +181502,7 @@ } }, { - "id": 15008, + "id": 16117, "properties": { "facing": "east", "half": "top", @@ -171756,7 +181511,7 @@ } }, { - "id": 15009, + "id": 16118, "properties": { "facing": "east", "half": "top", @@ -171765,7 +181520,7 @@ } }, { - "id": 15010, + "id": 16119, "properties": { "facing": "east", "half": "top", @@ -171774,7 +181529,7 @@ } }, { - "id": 15011, + "id": 16120, "properties": { "facing": "east", "half": "top", @@ -171783,7 +181538,7 @@ } }, { - "id": 15012, + "id": 16121, "properties": { "facing": "east", "half": "top", @@ -171792,7 +181547,7 @@ } }, { - "id": 15013, + "id": 16122, "properties": { "facing": "east", "half": "top", @@ -171801,7 +181556,7 @@ } }, { - "id": 15014, + "id": 16123, "properties": { "facing": "east", "half": "top", @@ -171810,7 +181565,7 @@ } }, { - "id": 15015, + "id": 16124, "properties": { "facing": "east", "half": "bottom", @@ -171819,7 +181574,7 @@ } }, { - "id": 15016, + "id": 16125, "properties": { "facing": "east", "half": "bottom", @@ -171828,7 +181583,7 @@ } }, { - "id": 15017, + "id": 16126, "properties": { "facing": "east", "half": "bottom", @@ -171837,7 +181592,7 @@ } }, { - "id": 15018, + "id": 16127, "properties": { "facing": "east", "half": "bottom", @@ -171846,7 +181601,7 @@ } }, { - "id": 15019, + "id": 16128, "properties": { "facing": "east", "half": "bottom", @@ -171855,7 +181610,7 @@ } }, { - "id": 15020, + "id": 16129, "properties": { "facing": "east", "half": "bottom", @@ -171864,7 +181619,7 @@ } }, { - "id": 15021, + "id": 16130, "properties": { "facing": "east", "half": "bottom", @@ -171873,7 +181628,7 @@ } }, { - "id": 15022, + "id": 16131, "properties": { "facing": "east", "half": "bottom", @@ -171882,7 +181637,7 @@ } }, { - "id": 15023, + "id": 16132, "properties": { "facing": "east", "half": "bottom", @@ -171891,7 +181646,7 @@ } }, { - "id": 15024, + "id": 16133, "properties": { "facing": "east", "half": "bottom", @@ -171915,20 +181670,20 @@ }, "states": [ { - "id": 6034, + "id": 6802, "properties": { "axis": "x" } }, { "default": true, - "id": 6035, + "id": 6803, "properties": { "axis": "y" } }, { - "id": 6036, + "id": 6804, "properties": { "axis": "z" } @@ -171943,7 +181698,7 @@ "states": [ { "default": true, - "id": 20899 + "id": 22040 } ] }, @@ -171965,21 +181720,21 @@ }, "states": [ { - "id": 20903, + "id": 22044, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 20904, + "id": 22045, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 20905, + "id": 22046, "properties": { "type": "bottom", "waterlogged": "true" @@ -171987,21 +181742,21 @@ }, { "default": true, - "id": 20906, + "id": 22047, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 20907, + "id": 22048, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 20908, + "id": 22049, "properties": { "type": "double", "waterlogged": "false" @@ -172042,7 +181797,7 @@ }, "states": [ { - "id": 20909, + "id": 22050, "properties": { "facing": "north", "half": "top", @@ -172051,7 +181806,7 @@ } }, { - "id": 20910, + "id": 22051, "properties": { "facing": "north", "half": "top", @@ -172060,7 +181815,7 @@ } }, { - "id": 20911, + "id": 22052, "properties": { "facing": "north", "half": "top", @@ -172069,7 +181824,7 @@ } }, { - "id": 20912, + "id": 22053, "properties": { "facing": "north", "half": "top", @@ -172078,7 +181833,7 @@ } }, { - "id": 20913, + "id": 22054, "properties": { "facing": "north", "half": "top", @@ -172087,7 +181842,7 @@ } }, { - "id": 20914, + "id": 22055, "properties": { "facing": "north", "half": "top", @@ -172096,7 +181851,7 @@ } }, { - "id": 20915, + "id": 22056, "properties": { "facing": "north", "half": "top", @@ -172105,7 +181860,7 @@ } }, { - "id": 20916, + "id": 22057, "properties": { "facing": "north", "half": "top", @@ -172114,7 +181869,7 @@ } }, { - "id": 20917, + "id": 22058, "properties": { "facing": "north", "half": "top", @@ -172123,7 +181878,7 @@ } }, { - "id": 20918, + "id": 22059, "properties": { "facing": "north", "half": "top", @@ -172132,7 +181887,7 @@ } }, { - "id": 20919, + "id": 22060, "properties": { "facing": "north", "half": "bottom", @@ -172142,7 +181897,7 @@ }, { "default": true, - "id": 20920, + "id": 22061, "properties": { "facing": "north", "half": "bottom", @@ -172151,7 +181906,7 @@ } }, { - "id": 20921, + "id": 22062, "properties": { "facing": "north", "half": "bottom", @@ -172160,7 +181915,7 @@ } }, { - "id": 20922, + "id": 22063, "properties": { "facing": "north", "half": "bottom", @@ -172169,7 +181924,7 @@ } }, { - "id": 20923, + "id": 22064, "properties": { "facing": "north", "half": "bottom", @@ -172178,7 +181933,7 @@ } }, { - "id": 20924, + "id": 22065, "properties": { "facing": "north", "half": "bottom", @@ -172187,7 +181942,7 @@ } }, { - "id": 20925, + "id": 22066, "properties": { "facing": "north", "half": "bottom", @@ -172196,7 +181951,7 @@ } }, { - "id": 20926, + "id": 22067, "properties": { "facing": "north", "half": "bottom", @@ -172205,7 +181960,7 @@ } }, { - "id": 20927, + "id": 22068, "properties": { "facing": "north", "half": "bottom", @@ -172214,7 +181969,7 @@ } }, { - "id": 20928, + "id": 22069, "properties": { "facing": "north", "half": "bottom", @@ -172223,7 +181978,7 @@ } }, { - "id": 20929, + "id": 22070, "properties": { "facing": "south", "half": "top", @@ -172232,7 +181987,7 @@ } }, { - "id": 20930, + "id": 22071, "properties": { "facing": "south", "half": "top", @@ -172241,7 +181996,7 @@ } }, { - "id": 20931, + "id": 22072, "properties": { "facing": "south", "half": "top", @@ -172250,7 +182005,7 @@ } }, { - "id": 20932, + "id": 22073, "properties": { "facing": "south", "half": "top", @@ -172259,7 +182014,7 @@ } }, { - "id": 20933, + "id": 22074, "properties": { "facing": "south", "half": "top", @@ -172268,7 +182023,7 @@ } }, { - "id": 20934, + "id": 22075, "properties": { "facing": "south", "half": "top", @@ -172277,7 +182032,7 @@ } }, { - "id": 20935, + "id": 22076, "properties": { "facing": "south", "half": "top", @@ -172286,7 +182041,7 @@ } }, { - "id": 20936, + "id": 22077, "properties": { "facing": "south", "half": "top", @@ -172295,7 +182050,7 @@ } }, { - "id": 20937, + "id": 22078, "properties": { "facing": "south", "half": "top", @@ -172304,7 +182059,7 @@ } }, { - "id": 20938, + "id": 22079, "properties": { "facing": "south", "half": "top", @@ -172313,7 +182068,7 @@ } }, { - "id": 20939, + "id": 22080, "properties": { "facing": "south", "half": "bottom", @@ -172322,7 +182077,7 @@ } }, { - "id": 20940, + "id": 22081, "properties": { "facing": "south", "half": "bottom", @@ -172331,7 +182086,7 @@ } }, { - "id": 20941, + "id": 22082, "properties": { "facing": "south", "half": "bottom", @@ -172340,7 +182095,7 @@ } }, { - "id": 20942, + "id": 22083, "properties": { "facing": "south", "half": "bottom", @@ -172349,7 +182104,7 @@ } }, { - "id": 20943, + "id": 22084, "properties": { "facing": "south", "half": "bottom", @@ -172358,7 +182113,7 @@ } }, { - "id": 20944, + "id": 22085, "properties": { "facing": "south", "half": "bottom", @@ -172367,7 +182122,7 @@ } }, { - "id": 20945, + "id": 22086, "properties": { "facing": "south", "half": "bottom", @@ -172376,7 +182131,7 @@ } }, { - "id": 20946, + "id": 22087, "properties": { "facing": "south", "half": "bottom", @@ -172385,7 +182140,7 @@ } }, { - "id": 20947, + "id": 22088, "properties": { "facing": "south", "half": "bottom", @@ -172394,7 +182149,7 @@ } }, { - "id": 20948, + "id": 22089, "properties": { "facing": "south", "half": "bottom", @@ -172403,7 +182158,7 @@ } }, { - "id": 20949, + "id": 22090, "properties": { "facing": "west", "half": "top", @@ -172412,7 +182167,7 @@ } }, { - "id": 20950, + "id": 22091, "properties": { "facing": "west", "half": "top", @@ -172421,7 +182176,7 @@ } }, { - "id": 20951, + "id": 22092, "properties": { "facing": "west", "half": "top", @@ -172430,7 +182185,7 @@ } }, { - "id": 20952, + "id": 22093, "properties": { "facing": "west", "half": "top", @@ -172439,7 +182194,7 @@ } }, { - "id": 20953, + "id": 22094, "properties": { "facing": "west", "half": "top", @@ -172448,7 +182203,7 @@ } }, { - "id": 20954, + "id": 22095, "properties": { "facing": "west", "half": "top", @@ -172457,7 +182212,7 @@ } }, { - "id": 20955, + "id": 22096, "properties": { "facing": "west", "half": "top", @@ -172466,7 +182221,7 @@ } }, { - "id": 20956, + "id": 22097, "properties": { "facing": "west", "half": "top", @@ -172475,7 +182230,7 @@ } }, { - "id": 20957, + "id": 22098, "properties": { "facing": "west", "half": "top", @@ -172484,7 +182239,7 @@ } }, { - "id": 20958, + "id": 22099, "properties": { "facing": "west", "half": "top", @@ -172493,7 +182248,7 @@ } }, { - "id": 20959, + "id": 22100, "properties": { "facing": "west", "half": "bottom", @@ -172502,7 +182257,7 @@ } }, { - "id": 20960, + "id": 22101, "properties": { "facing": "west", "half": "bottom", @@ -172511,7 +182266,7 @@ } }, { - "id": 20961, + "id": 22102, "properties": { "facing": "west", "half": "bottom", @@ -172520,7 +182275,7 @@ } }, { - "id": 20962, + "id": 22103, "properties": { "facing": "west", "half": "bottom", @@ -172529,7 +182284,7 @@ } }, { - "id": 20963, + "id": 22104, "properties": { "facing": "west", "half": "bottom", @@ -172538,7 +182293,7 @@ } }, { - "id": 20964, + "id": 22105, "properties": { "facing": "west", "half": "bottom", @@ -172547,7 +182302,7 @@ } }, { - "id": 20965, + "id": 22106, "properties": { "facing": "west", "half": "bottom", @@ -172556,7 +182311,7 @@ } }, { - "id": 20966, + "id": 22107, "properties": { "facing": "west", "half": "bottom", @@ -172565,7 +182320,7 @@ } }, { - "id": 20967, + "id": 22108, "properties": { "facing": "west", "half": "bottom", @@ -172574,7 +182329,7 @@ } }, { - "id": 20968, + "id": 22109, "properties": { "facing": "west", "half": "bottom", @@ -172583,7 +182338,7 @@ } }, { - "id": 20969, + "id": 22110, "properties": { "facing": "east", "half": "top", @@ -172592,7 +182347,7 @@ } }, { - "id": 20970, + "id": 22111, "properties": { "facing": "east", "half": "top", @@ -172601,7 +182356,7 @@ } }, { - "id": 20971, + "id": 22112, "properties": { "facing": "east", "half": "top", @@ -172610,7 +182365,7 @@ } }, { - "id": 20972, + "id": 22113, "properties": { "facing": "east", "half": "top", @@ -172619,7 +182374,7 @@ } }, { - "id": 20973, + "id": 22114, "properties": { "facing": "east", "half": "top", @@ -172628,7 +182383,7 @@ } }, { - "id": 20974, + "id": 22115, "properties": { "facing": "east", "half": "top", @@ -172637,7 +182392,7 @@ } }, { - "id": 20975, + "id": 22116, "properties": { "facing": "east", "half": "top", @@ -172646,7 +182401,7 @@ } }, { - "id": 20976, + "id": 22117, "properties": { "facing": "east", "half": "top", @@ -172655,7 +182410,7 @@ } }, { - "id": 20977, + "id": 22118, "properties": { "facing": "east", "half": "top", @@ -172664,7 +182419,7 @@ } }, { - "id": 20978, + "id": 22119, "properties": { "facing": "east", "half": "top", @@ -172673,7 +182428,7 @@ } }, { - "id": 20979, + "id": 22120, "properties": { "facing": "east", "half": "bottom", @@ -172682,7 +182437,7 @@ } }, { - "id": 20980, + "id": 22121, "properties": { "facing": "east", "half": "bottom", @@ -172691,7 +182446,7 @@ } }, { - "id": 20981, + "id": 22122, "properties": { "facing": "east", "half": "bottom", @@ -172700,7 +182455,7 @@ } }, { - "id": 20982, + "id": 22123, "properties": { "facing": "east", "half": "bottom", @@ -172709,7 +182464,7 @@ } }, { - "id": 20983, + "id": 22124, "properties": { "facing": "east", "half": "bottom", @@ -172718,7 +182473,7 @@ } }, { - "id": 20984, + "id": 22125, "properties": { "facing": "east", "half": "bottom", @@ -172727,7 +182482,7 @@ } }, { - "id": 20985, + "id": 22126, "properties": { "facing": "east", "half": "bottom", @@ -172736,7 +182491,7 @@ } }, { - "id": 20986, + "id": 22127, "properties": { "facing": "east", "half": "bottom", @@ -172745,7 +182500,7 @@ } }, { - "id": 20987, + "id": 22128, "properties": { "facing": "east", "half": "bottom", @@ -172754,7 +182509,7 @@ } }, { - "id": 20988, + "id": 22129, "properties": { "facing": "east", "half": "bottom", @@ -172801,7 +182556,7 @@ }, "states": [ { - "id": 20989, + "id": 22130, "properties": { "east": "none", "north": "none", @@ -172812,7 +182567,7 @@ } }, { - "id": 20990, + "id": 22131, "properties": { "east": "none", "north": "none", @@ -172823,7 +182578,7 @@ } }, { - "id": 20991, + "id": 22132, "properties": { "east": "none", "north": "none", @@ -172835,7 +182590,7 @@ }, { "default": true, - "id": 20992, + "id": 22133, "properties": { "east": "none", "north": "none", @@ -172846,7 +182601,7 @@ } }, { - "id": 20993, + "id": 22134, "properties": { "east": "none", "north": "none", @@ -172857,7 +182612,7 @@ } }, { - "id": 20994, + "id": 22135, "properties": { "east": "none", "north": "none", @@ -172868,7 +182623,7 @@ } }, { - "id": 20995, + "id": 22136, "properties": { "east": "none", "north": "none", @@ -172879,7 +182634,7 @@ } }, { - "id": 20996, + "id": 22137, "properties": { "east": "none", "north": "none", @@ -172890,7 +182645,7 @@ } }, { - "id": 20997, + "id": 22138, "properties": { "east": "none", "north": "none", @@ -172901,7 +182656,7 @@ } }, { - "id": 20998, + "id": 22139, "properties": { "east": "none", "north": "none", @@ -172912,7 +182667,7 @@ } }, { - "id": 20999, + "id": 22140, "properties": { "east": "none", "north": "none", @@ -172923,7 +182678,7 @@ } }, { - "id": 21000, + "id": 22141, "properties": { "east": "none", "north": "none", @@ -172934,7 +182689,7 @@ } }, { - "id": 21001, + "id": 22142, "properties": { "east": "none", "north": "none", @@ -172945,7 +182700,7 @@ } }, { - "id": 21002, + "id": 22143, "properties": { "east": "none", "north": "none", @@ -172956,7 +182711,7 @@ } }, { - "id": 21003, + "id": 22144, "properties": { "east": "none", "north": "none", @@ -172967,7 +182722,7 @@ } }, { - "id": 21004, + "id": 22145, "properties": { "east": "none", "north": "none", @@ -172978,7 +182733,7 @@ } }, { - "id": 21005, + "id": 22146, "properties": { "east": "none", "north": "none", @@ -172989,7 +182744,7 @@ } }, { - "id": 21006, + "id": 22147, "properties": { "east": "none", "north": "none", @@ -173000,7 +182755,7 @@ } }, { - "id": 21007, + "id": 22148, "properties": { "east": "none", "north": "none", @@ -173011,7 +182766,7 @@ } }, { - "id": 21008, + "id": 22149, "properties": { "east": "none", "north": "none", @@ -173022,7 +182777,7 @@ } }, { - "id": 21009, + "id": 22150, "properties": { "east": "none", "north": "none", @@ -173033,7 +182788,7 @@ } }, { - "id": 21010, + "id": 22151, "properties": { "east": "none", "north": "none", @@ -173044,7 +182799,7 @@ } }, { - "id": 21011, + "id": 22152, "properties": { "east": "none", "north": "none", @@ -173055,7 +182810,7 @@ } }, { - "id": 21012, + "id": 22153, "properties": { "east": "none", "north": "none", @@ -173066,7 +182821,7 @@ } }, { - "id": 21013, + "id": 22154, "properties": { "east": "none", "north": "none", @@ -173077,7 +182832,7 @@ } }, { - "id": 21014, + "id": 22155, "properties": { "east": "none", "north": "none", @@ -173088,7 +182843,7 @@ } }, { - "id": 21015, + "id": 22156, "properties": { "east": "none", "north": "none", @@ -173099,7 +182854,7 @@ } }, { - "id": 21016, + "id": 22157, "properties": { "east": "none", "north": "none", @@ -173110,7 +182865,7 @@ } }, { - "id": 21017, + "id": 22158, "properties": { "east": "none", "north": "none", @@ -173121,7 +182876,7 @@ } }, { - "id": 21018, + "id": 22159, "properties": { "east": "none", "north": "none", @@ -173132,7 +182887,7 @@ } }, { - "id": 21019, + "id": 22160, "properties": { "east": "none", "north": "none", @@ -173143,7 +182898,7 @@ } }, { - "id": 21020, + "id": 22161, "properties": { "east": "none", "north": "none", @@ -173154,7 +182909,7 @@ } }, { - "id": 21021, + "id": 22162, "properties": { "east": "none", "north": "none", @@ -173165,7 +182920,7 @@ } }, { - "id": 21022, + "id": 22163, "properties": { "east": "none", "north": "none", @@ -173176,7 +182931,7 @@ } }, { - "id": 21023, + "id": 22164, "properties": { "east": "none", "north": "none", @@ -173187,7 +182942,7 @@ } }, { - "id": 21024, + "id": 22165, "properties": { "east": "none", "north": "none", @@ -173198,7 +182953,7 @@ } }, { - "id": 21025, + "id": 22166, "properties": { "east": "none", "north": "low", @@ -173209,7 +182964,7 @@ } }, { - "id": 21026, + "id": 22167, "properties": { "east": "none", "north": "low", @@ -173220,7 +182975,7 @@ } }, { - "id": 21027, + "id": 22168, "properties": { "east": "none", "north": "low", @@ -173231,7 +182986,7 @@ } }, { - "id": 21028, + "id": 22169, "properties": { "east": "none", "north": "low", @@ -173242,7 +182997,7 @@ } }, { - "id": 21029, + "id": 22170, "properties": { "east": "none", "north": "low", @@ -173253,7 +183008,7 @@ } }, { - "id": 21030, + "id": 22171, "properties": { "east": "none", "north": "low", @@ -173264,7 +183019,7 @@ } }, { - "id": 21031, + "id": 22172, "properties": { "east": "none", "north": "low", @@ -173275,7 +183030,7 @@ } }, { - "id": 21032, + "id": 22173, "properties": { "east": "none", "north": "low", @@ -173286,7 +183041,7 @@ } }, { - "id": 21033, + "id": 22174, "properties": { "east": "none", "north": "low", @@ -173297,7 +183052,7 @@ } }, { - "id": 21034, + "id": 22175, "properties": { "east": "none", "north": "low", @@ -173308,7 +183063,7 @@ } }, { - "id": 21035, + "id": 22176, "properties": { "east": "none", "north": "low", @@ -173319,7 +183074,7 @@ } }, { - "id": 21036, + "id": 22177, "properties": { "east": "none", "north": "low", @@ -173330,7 +183085,7 @@ } }, { - "id": 21037, + "id": 22178, "properties": { "east": "none", "north": "low", @@ -173341,7 +183096,7 @@ } }, { - "id": 21038, + "id": 22179, "properties": { "east": "none", "north": "low", @@ -173352,7 +183107,7 @@ } }, { - "id": 21039, + "id": 22180, "properties": { "east": "none", "north": "low", @@ -173363,7 +183118,7 @@ } }, { - "id": 21040, + "id": 22181, "properties": { "east": "none", "north": "low", @@ -173374,7 +183129,7 @@ } }, { - "id": 21041, + "id": 22182, "properties": { "east": "none", "north": "low", @@ -173385,7 +183140,7 @@ } }, { - "id": 21042, + "id": 22183, "properties": { "east": "none", "north": "low", @@ -173396,7 +183151,7 @@ } }, { - "id": 21043, + "id": 22184, "properties": { "east": "none", "north": "low", @@ -173407,7 +183162,7 @@ } }, { - "id": 21044, + "id": 22185, "properties": { "east": "none", "north": "low", @@ -173418,7 +183173,7 @@ } }, { - "id": 21045, + "id": 22186, "properties": { "east": "none", "north": "low", @@ -173429,7 +183184,7 @@ } }, { - "id": 21046, + "id": 22187, "properties": { "east": "none", "north": "low", @@ -173440,7 +183195,7 @@ } }, { - "id": 21047, + "id": 22188, "properties": { "east": "none", "north": "low", @@ -173451,7 +183206,7 @@ } }, { - "id": 21048, + "id": 22189, "properties": { "east": "none", "north": "low", @@ -173462,7 +183217,7 @@ } }, { - "id": 21049, + "id": 22190, "properties": { "east": "none", "north": "low", @@ -173473,7 +183228,7 @@ } }, { - "id": 21050, + "id": 22191, "properties": { "east": "none", "north": "low", @@ -173484,7 +183239,7 @@ } }, { - "id": 21051, + "id": 22192, "properties": { "east": "none", "north": "low", @@ -173495,7 +183250,7 @@ } }, { - "id": 21052, + "id": 22193, "properties": { "east": "none", "north": "low", @@ -173506,7 +183261,7 @@ } }, { - "id": 21053, + "id": 22194, "properties": { "east": "none", "north": "low", @@ -173517,7 +183272,7 @@ } }, { - "id": 21054, + "id": 22195, "properties": { "east": "none", "north": "low", @@ -173528,7 +183283,7 @@ } }, { - "id": 21055, + "id": 22196, "properties": { "east": "none", "north": "low", @@ -173539,7 +183294,7 @@ } }, { - "id": 21056, + "id": 22197, "properties": { "east": "none", "north": "low", @@ -173550,7 +183305,7 @@ } }, { - "id": 21057, + "id": 22198, "properties": { "east": "none", "north": "low", @@ -173561,7 +183316,7 @@ } }, { - "id": 21058, + "id": 22199, "properties": { "east": "none", "north": "low", @@ -173572,7 +183327,7 @@ } }, { - "id": 21059, + "id": 22200, "properties": { "east": "none", "north": "low", @@ -173583,7 +183338,7 @@ } }, { - "id": 21060, + "id": 22201, "properties": { "east": "none", "north": "low", @@ -173594,7 +183349,7 @@ } }, { - "id": 21061, + "id": 22202, "properties": { "east": "none", "north": "tall", @@ -173605,7 +183360,7 @@ } }, { - "id": 21062, + "id": 22203, "properties": { "east": "none", "north": "tall", @@ -173616,7 +183371,7 @@ } }, { - "id": 21063, + "id": 22204, "properties": { "east": "none", "north": "tall", @@ -173627,7 +183382,7 @@ } }, { - "id": 21064, + "id": 22205, "properties": { "east": "none", "north": "tall", @@ -173638,7 +183393,7 @@ } }, { - "id": 21065, + "id": 22206, "properties": { "east": "none", "north": "tall", @@ -173649,7 +183404,7 @@ } }, { - "id": 21066, + "id": 22207, "properties": { "east": "none", "north": "tall", @@ -173660,7 +183415,7 @@ } }, { - "id": 21067, + "id": 22208, "properties": { "east": "none", "north": "tall", @@ -173671,7 +183426,7 @@ } }, { - "id": 21068, + "id": 22209, "properties": { "east": "none", "north": "tall", @@ -173682,7 +183437,7 @@ } }, { - "id": 21069, + "id": 22210, "properties": { "east": "none", "north": "tall", @@ -173693,7 +183448,7 @@ } }, { - "id": 21070, + "id": 22211, "properties": { "east": "none", "north": "tall", @@ -173704,7 +183459,7 @@ } }, { - "id": 21071, + "id": 22212, "properties": { "east": "none", "north": "tall", @@ -173715,7 +183470,7 @@ } }, { - "id": 21072, + "id": 22213, "properties": { "east": "none", "north": "tall", @@ -173726,7 +183481,7 @@ } }, { - "id": 21073, + "id": 22214, "properties": { "east": "none", "north": "tall", @@ -173737,7 +183492,7 @@ } }, { - "id": 21074, + "id": 22215, "properties": { "east": "none", "north": "tall", @@ -173748,7 +183503,7 @@ } }, { - "id": 21075, + "id": 22216, "properties": { "east": "none", "north": "tall", @@ -173759,7 +183514,7 @@ } }, { - "id": 21076, + "id": 22217, "properties": { "east": "none", "north": "tall", @@ -173770,7 +183525,7 @@ } }, { - "id": 21077, + "id": 22218, "properties": { "east": "none", "north": "tall", @@ -173781,7 +183536,7 @@ } }, { - "id": 21078, + "id": 22219, "properties": { "east": "none", "north": "tall", @@ -173792,7 +183547,7 @@ } }, { - "id": 21079, + "id": 22220, "properties": { "east": "none", "north": "tall", @@ -173803,7 +183558,7 @@ } }, { - "id": 21080, + "id": 22221, "properties": { "east": "none", "north": "tall", @@ -173814,7 +183569,7 @@ } }, { - "id": 21081, + "id": 22222, "properties": { "east": "none", "north": "tall", @@ -173825,7 +183580,7 @@ } }, { - "id": 21082, + "id": 22223, "properties": { "east": "none", "north": "tall", @@ -173836,7 +183591,7 @@ } }, { - "id": 21083, + "id": 22224, "properties": { "east": "none", "north": "tall", @@ -173847,7 +183602,7 @@ } }, { - "id": 21084, + "id": 22225, "properties": { "east": "none", "north": "tall", @@ -173858,7 +183613,7 @@ } }, { - "id": 21085, + "id": 22226, "properties": { "east": "none", "north": "tall", @@ -173869,7 +183624,7 @@ } }, { - "id": 21086, + "id": 22227, "properties": { "east": "none", "north": "tall", @@ -173880,7 +183635,7 @@ } }, { - "id": 21087, + "id": 22228, "properties": { "east": "none", "north": "tall", @@ -173891,7 +183646,7 @@ } }, { - "id": 21088, + "id": 22229, "properties": { "east": "none", "north": "tall", @@ -173902,7 +183657,7 @@ } }, { - "id": 21089, + "id": 22230, "properties": { "east": "none", "north": "tall", @@ -173913,7 +183668,7 @@ } }, { - "id": 21090, + "id": 22231, "properties": { "east": "none", "north": "tall", @@ -173924,7 +183679,7 @@ } }, { - "id": 21091, + "id": 22232, "properties": { "east": "none", "north": "tall", @@ -173935,7 +183690,7 @@ } }, { - "id": 21092, + "id": 22233, "properties": { "east": "none", "north": "tall", @@ -173946,7 +183701,7 @@ } }, { - "id": 21093, + "id": 22234, "properties": { "east": "none", "north": "tall", @@ -173957,7 +183712,7 @@ } }, { - "id": 21094, + "id": 22235, "properties": { "east": "none", "north": "tall", @@ -173968,7 +183723,7 @@ } }, { - "id": 21095, + "id": 22236, "properties": { "east": "none", "north": "tall", @@ -173979,7 +183734,7 @@ } }, { - "id": 21096, + "id": 22237, "properties": { "east": "none", "north": "tall", @@ -173990,7 +183745,7 @@ } }, { - "id": 21097, + "id": 22238, "properties": { "east": "low", "north": "none", @@ -174001,7 +183756,7 @@ } }, { - "id": 21098, + "id": 22239, "properties": { "east": "low", "north": "none", @@ -174012,7 +183767,7 @@ } }, { - "id": 21099, + "id": 22240, "properties": { "east": "low", "north": "none", @@ -174023,7 +183778,7 @@ } }, { - "id": 21100, + "id": 22241, "properties": { "east": "low", "north": "none", @@ -174034,7 +183789,7 @@ } }, { - "id": 21101, + "id": 22242, "properties": { "east": "low", "north": "none", @@ -174045,7 +183800,7 @@ } }, { - "id": 21102, + "id": 22243, "properties": { "east": "low", "north": "none", @@ -174056,7 +183811,7 @@ } }, { - "id": 21103, + "id": 22244, "properties": { "east": "low", "north": "none", @@ -174067,7 +183822,7 @@ } }, { - "id": 21104, + "id": 22245, "properties": { "east": "low", "north": "none", @@ -174078,7 +183833,7 @@ } }, { - "id": 21105, + "id": 22246, "properties": { "east": "low", "north": "none", @@ -174089,7 +183844,7 @@ } }, { - "id": 21106, + "id": 22247, "properties": { "east": "low", "north": "none", @@ -174100,7 +183855,7 @@ } }, { - "id": 21107, + "id": 22248, "properties": { "east": "low", "north": "none", @@ -174111,7 +183866,7 @@ } }, { - "id": 21108, + "id": 22249, "properties": { "east": "low", "north": "none", @@ -174122,7 +183877,7 @@ } }, { - "id": 21109, + "id": 22250, "properties": { "east": "low", "north": "none", @@ -174133,7 +183888,7 @@ } }, { - "id": 21110, + "id": 22251, "properties": { "east": "low", "north": "none", @@ -174144,7 +183899,7 @@ } }, { - "id": 21111, + "id": 22252, "properties": { "east": "low", "north": "none", @@ -174155,7 +183910,7 @@ } }, { - "id": 21112, + "id": 22253, "properties": { "east": "low", "north": "none", @@ -174166,7 +183921,7 @@ } }, { - "id": 21113, + "id": 22254, "properties": { "east": "low", "north": "none", @@ -174177,7 +183932,7 @@ } }, { - "id": 21114, + "id": 22255, "properties": { "east": "low", "north": "none", @@ -174188,7 +183943,7 @@ } }, { - "id": 21115, + "id": 22256, "properties": { "east": "low", "north": "none", @@ -174199,7 +183954,7 @@ } }, { - "id": 21116, + "id": 22257, "properties": { "east": "low", "north": "none", @@ -174210,7 +183965,7 @@ } }, { - "id": 21117, + "id": 22258, "properties": { "east": "low", "north": "none", @@ -174221,7 +183976,7 @@ } }, { - "id": 21118, + "id": 22259, "properties": { "east": "low", "north": "none", @@ -174232,7 +183987,7 @@ } }, { - "id": 21119, + "id": 22260, "properties": { "east": "low", "north": "none", @@ -174243,7 +183998,7 @@ } }, { - "id": 21120, + "id": 22261, "properties": { "east": "low", "north": "none", @@ -174254,7 +184009,7 @@ } }, { - "id": 21121, + "id": 22262, "properties": { "east": "low", "north": "none", @@ -174265,7 +184020,7 @@ } }, { - "id": 21122, + "id": 22263, "properties": { "east": "low", "north": "none", @@ -174276,7 +184031,7 @@ } }, { - "id": 21123, + "id": 22264, "properties": { "east": "low", "north": "none", @@ -174287,7 +184042,7 @@ } }, { - "id": 21124, + "id": 22265, "properties": { "east": "low", "north": "none", @@ -174298,7 +184053,7 @@ } }, { - "id": 21125, + "id": 22266, "properties": { "east": "low", "north": "none", @@ -174309,7 +184064,7 @@ } }, { - "id": 21126, + "id": 22267, "properties": { "east": "low", "north": "none", @@ -174320,7 +184075,7 @@ } }, { - "id": 21127, + "id": 22268, "properties": { "east": "low", "north": "none", @@ -174331,7 +184086,7 @@ } }, { - "id": 21128, + "id": 22269, "properties": { "east": "low", "north": "none", @@ -174342,7 +184097,7 @@ } }, { - "id": 21129, + "id": 22270, "properties": { "east": "low", "north": "none", @@ -174353,7 +184108,7 @@ } }, { - "id": 21130, + "id": 22271, "properties": { "east": "low", "north": "none", @@ -174364,7 +184119,7 @@ } }, { - "id": 21131, + "id": 22272, "properties": { "east": "low", "north": "none", @@ -174375,7 +184130,7 @@ } }, { - "id": 21132, + "id": 22273, "properties": { "east": "low", "north": "none", @@ -174386,7 +184141,7 @@ } }, { - "id": 21133, + "id": 22274, "properties": { "east": "low", "north": "low", @@ -174397,7 +184152,7 @@ } }, { - "id": 21134, + "id": 22275, "properties": { "east": "low", "north": "low", @@ -174408,7 +184163,7 @@ } }, { - "id": 21135, + "id": 22276, "properties": { "east": "low", "north": "low", @@ -174419,7 +184174,7 @@ } }, { - "id": 21136, + "id": 22277, "properties": { "east": "low", "north": "low", @@ -174430,7 +184185,7 @@ } }, { - "id": 21137, + "id": 22278, "properties": { "east": "low", "north": "low", @@ -174441,7 +184196,7 @@ } }, { - "id": 21138, + "id": 22279, "properties": { "east": "low", "north": "low", @@ -174452,7 +184207,7 @@ } }, { - "id": 21139, + "id": 22280, "properties": { "east": "low", "north": "low", @@ -174463,7 +184218,7 @@ } }, { - "id": 21140, + "id": 22281, "properties": { "east": "low", "north": "low", @@ -174474,7 +184229,7 @@ } }, { - "id": 21141, + "id": 22282, "properties": { "east": "low", "north": "low", @@ -174485,7 +184240,7 @@ } }, { - "id": 21142, + "id": 22283, "properties": { "east": "low", "north": "low", @@ -174496,7 +184251,7 @@ } }, { - "id": 21143, + "id": 22284, "properties": { "east": "low", "north": "low", @@ -174507,7 +184262,7 @@ } }, { - "id": 21144, + "id": 22285, "properties": { "east": "low", "north": "low", @@ -174518,7 +184273,7 @@ } }, { - "id": 21145, + "id": 22286, "properties": { "east": "low", "north": "low", @@ -174529,7 +184284,7 @@ } }, { - "id": 21146, + "id": 22287, "properties": { "east": "low", "north": "low", @@ -174540,7 +184295,7 @@ } }, { - "id": 21147, + "id": 22288, "properties": { "east": "low", "north": "low", @@ -174551,7 +184306,7 @@ } }, { - "id": 21148, + "id": 22289, "properties": { "east": "low", "north": "low", @@ -174562,7 +184317,7 @@ } }, { - "id": 21149, + "id": 22290, "properties": { "east": "low", "north": "low", @@ -174573,7 +184328,7 @@ } }, { - "id": 21150, + "id": 22291, "properties": { "east": "low", "north": "low", @@ -174584,7 +184339,7 @@ } }, { - "id": 21151, + "id": 22292, "properties": { "east": "low", "north": "low", @@ -174595,7 +184350,7 @@ } }, { - "id": 21152, + "id": 22293, "properties": { "east": "low", "north": "low", @@ -174606,7 +184361,7 @@ } }, { - "id": 21153, + "id": 22294, "properties": { "east": "low", "north": "low", @@ -174617,7 +184372,7 @@ } }, { - "id": 21154, + "id": 22295, "properties": { "east": "low", "north": "low", @@ -174628,7 +184383,7 @@ } }, { - "id": 21155, + "id": 22296, "properties": { "east": "low", "north": "low", @@ -174639,7 +184394,7 @@ } }, { - "id": 21156, + "id": 22297, "properties": { "east": "low", "north": "low", @@ -174650,7 +184405,7 @@ } }, { - "id": 21157, + "id": 22298, "properties": { "east": "low", "north": "low", @@ -174661,7 +184416,7 @@ } }, { - "id": 21158, + "id": 22299, "properties": { "east": "low", "north": "low", @@ -174672,7 +184427,7 @@ } }, { - "id": 21159, + "id": 22300, "properties": { "east": "low", "north": "low", @@ -174683,7 +184438,7 @@ } }, { - "id": 21160, + "id": 22301, "properties": { "east": "low", "north": "low", @@ -174694,7 +184449,7 @@ } }, { - "id": 21161, + "id": 22302, "properties": { "east": "low", "north": "low", @@ -174705,7 +184460,7 @@ } }, { - "id": 21162, + "id": 22303, "properties": { "east": "low", "north": "low", @@ -174716,7 +184471,7 @@ } }, { - "id": 21163, + "id": 22304, "properties": { "east": "low", "north": "low", @@ -174727,7 +184482,7 @@ } }, { - "id": 21164, + "id": 22305, "properties": { "east": "low", "north": "low", @@ -174738,7 +184493,7 @@ } }, { - "id": 21165, + "id": 22306, "properties": { "east": "low", "north": "low", @@ -174749,7 +184504,7 @@ } }, { - "id": 21166, + "id": 22307, "properties": { "east": "low", "north": "low", @@ -174760,7 +184515,7 @@ } }, { - "id": 21167, + "id": 22308, "properties": { "east": "low", "north": "low", @@ -174771,7 +184526,7 @@ } }, { - "id": 21168, + "id": 22309, "properties": { "east": "low", "north": "low", @@ -174782,7 +184537,7 @@ } }, { - "id": 21169, + "id": 22310, "properties": { "east": "low", "north": "tall", @@ -174793,7 +184548,7 @@ } }, { - "id": 21170, + "id": 22311, "properties": { "east": "low", "north": "tall", @@ -174804,7 +184559,7 @@ } }, { - "id": 21171, + "id": 22312, "properties": { "east": "low", "north": "tall", @@ -174815,7 +184570,7 @@ } }, { - "id": 21172, + "id": 22313, "properties": { "east": "low", "north": "tall", @@ -174826,7 +184581,7 @@ } }, { - "id": 21173, + "id": 22314, "properties": { "east": "low", "north": "tall", @@ -174837,7 +184592,7 @@ } }, { - "id": 21174, + "id": 22315, "properties": { "east": "low", "north": "tall", @@ -174848,7 +184603,7 @@ } }, { - "id": 21175, + "id": 22316, "properties": { "east": "low", "north": "tall", @@ -174859,7 +184614,7 @@ } }, { - "id": 21176, + "id": 22317, "properties": { "east": "low", "north": "tall", @@ -174870,7 +184625,7 @@ } }, { - "id": 21177, + "id": 22318, "properties": { "east": "low", "north": "tall", @@ -174881,7 +184636,7 @@ } }, { - "id": 21178, + "id": 22319, "properties": { "east": "low", "north": "tall", @@ -174892,7 +184647,7 @@ } }, { - "id": 21179, + "id": 22320, "properties": { "east": "low", "north": "tall", @@ -174903,7 +184658,7 @@ } }, { - "id": 21180, + "id": 22321, "properties": { "east": "low", "north": "tall", @@ -174914,7 +184669,7 @@ } }, { - "id": 21181, + "id": 22322, "properties": { "east": "low", "north": "tall", @@ -174925,7 +184680,7 @@ } }, { - "id": 21182, + "id": 22323, "properties": { "east": "low", "north": "tall", @@ -174936,7 +184691,7 @@ } }, { - "id": 21183, + "id": 22324, "properties": { "east": "low", "north": "tall", @@ -174947,7 +184702,7 @@ } }, { - "id": 21184, + "id": 22325, "properties": { "east": "low", "north": "tall", @@ -174958,7 +184713,7 @@ } }, { - "id": 21185, + "id": 22326, "properties": { "east": "low", "north": "tall", @@ -174969,7 +184724,7 @@ } }, { - "id": 21186, + "id": 22327, "properties": { "east": "low", "north": "tall", @@ -174980,7 +184735,7 @@ } }, { - "id": 21187, + "id": 22328, "properties": { "east": "low", "north": "tall", @@ -174991,7 +184746,7 @@ } }, { - "id": 21188, + "id": 22329, "properties": { "east": "low", "north": "tall", @@ -175002,7 +184757,7 @@ } }, { - "id": 21189, + "id": 22330, "properties": { "east": "low", "north": "tall", @@ -175013,7 +184768,7 @@ } }, { - "id": 21190, + "id": 22331, "properties": { "east": "low", "north": "tall", @@ -175024,7 +184779,7 @@ } }, { - "id": 21191, + "id": 22332, "properties": { "east": "low", "north": "tall", @@ -175035,7 +184790,7 @@ } }, { - "id": 21192, + "id": 22333, "properties": { "east": "low", "north": "tall", @@ -175046,7 +184801,7 @@ } }, { - "id": 21193, + "id": 22334, "properties": { "east": "low", "north": "tall", @@ -175057,7 +184812,7 @@ } }, { - "id": 21194, + "id": 22335, "properties": { "east": "low", "north": "tall", @@ -175068,7 +184823,7 @@ } }, { - "id": 21195, + "id": 22336, "properties": { "east": "low", "north": "tall", @@ -175079,7 +184834,7 @@ } }, { - "id": 21196, + "id": 22337, "properties": { "east": "low", "north": "tall", @@ -175090,7 +184845,7 @@ } }, { - "id": 21197, + "id": 22338, "properties": { "east": "low", "north": "tall", @@ -175101,7 +184856,7 @@ } }, { - "id": 21198, + "id": 22339, "properties": { "east": "low", "north": "tall", @@ -175112,7 +184867,7 @@ } }, { - "id": 21199, + "id": 22340, "properties": { "east": "low", "north": "tall", @@ -175123,7 +184878,7 @@ } }, { - "id": 21200, + "id": 22341, "properties": { "east": "low", "north": "tall", @@ -175134,7 +184889,7 @@ } }, { - "id": 21201, + "id": 22342, "properties": { "east": "low", "north": "tall", @@ -175145,7 +184900,7 @@ } }, { - "id": 21202, + "id": 22343, "properties": { "east": "low", "north": "tall", @@ -175156,7 +184911,7 @@ } }, { - "id": 21203, + "id": 22344, "properties": { "east": "low", "north": "tall", @@ -175167,7 +184922,7 @@ } }, { - "id": 21204, + "id": 22345, "properties": { "east": "low", "north": "tall", @@ -175178,7 +184933,7 @@ } }, { - "id": 21205, + "id": 22346, "properties": { "east": "tall", "north": "none", @@ -175189,7 +184944,7 @@ } }, { - "id": 21206, + "id": 22347, "properties": { "east": "tall", "north": "none", @@ -175200,7 +184955,7 @@ } }, { - "id": 21207, + "id": 22348, "properties": { "east": "tall", "north": "none", @@ -175211,7 +184966,7 @@ } }, { - "id": 21208, + "id": 22349, "properties": { "east": "tall", "north": "none", @@ -175222,7 +184977,7 @@ } }, { - "id": 21209, + "id": 22350, "properties": { "east": "tall", "north": "none", @@ -175233,7 +184988,7 @@ } }, { - "id": 21210, + "id": 22351, "properties": { "east": "tall", "north": "none", @@ -175244,7 +184999,7 @@ } }, { - "id": 21211, + "id": 22352, "properties": { "east": "tall", "north": "none", @@ -175255,7 +185010,7 @@ } }, { - "id": 21212, + "id": 22353, "properties": { "east": "tall", "north": "none", @@ -175266,7 +185021,7 @@ } }, { - "id": 21213, + "id": 22354, "properties": { "east": "tall", "north": "none", @@ -175277,7 +185032,7 @@ } }, { - "id": 21214, + "id": 22355, "properties": { "east": "tall", "north": "none", @@ -175288,7 +185043,7 @@ } }, { - "id": 21215, + "id": 22356, "properties": { "east": "tall", "north": "none", @@ -175299,7 +185054,7 @@ } }, { - "id": 21216, + "id": 22357, "properties": { "east": "tall", "north": "none", @@ -175310,7 +185065,7 @@ } }, { - "id": 21217, + "id": 22358, "properties": { "east": "tall", "north": "none", @@ -175321,7 +185076,7 @@ } }, { - "id": 21218, + "id": 22359, "properties": { "east": "tall", "north": "none", @@ -175332,7 +185087,7 @@ } }, { - "id": 21219, + "id": 22360, "properties": { "east": "tall", "north": "none", @@ -175343,7 +185098,7 @@ } }, { - "id": 21220, + "id": 22361, "properties": { "east": "tall", "north": "none", @@ -175354,7 +185109,7 @@ } }, { - "id": 21221, + "id": 22362, "properties": { "east": "tall", "north": "none", @@ -175365,7 +185120,7 @@ } }, { - "id": 21222, + "id": 22363, "properties": { "east": "tall", "north": "none", @@ -175376,7 +185131,7 @@ } }, { - "id": 21223, + "id": 22364, "properties": { "east": "tall", "north": "none", @@ -175387,7 +185142,7 @@ } }, { - "id": 21224, + "id": 22365, "properties": { "east": "tall", "north": "none", @@ -175398,7 +185153,7 @@ } }, { - "id": 21225, + "id": 22366, "properties": { "east": "tall", "north": "none", @@ -175409,7 +185164,7 @@ } }, { - "id": 21226, + "id": 22367, "properties": { "east": "tall", "north": "none", @@ -175420,7 +185175,7 @@ } }, { - "id": 21227, + "id": 22368, "properties": { "east": "tall", "north": "none", @@ -175431,7 +185186,7 @@ } }, { - "id": 21228, + "id": 22369, "properties": { "east": "tall", "north": "none", @@ -175442,7 +185197,7 @@ } }, { - "id": 21229, + "id": 22370, "properties": { "east": "tall", "north": "none", @@ -175453,7 +185208,7 @@ } }, { - "id": 21230, + "id": 22371, "properties": { "east": "tall", "north": "none", @@ -175464,7 +185219,7 @@ } }, { - "id": 21231, + "id": 22372, "properties": { "east": "tall", "north": "none", @@ -175475,7 +185230,7 @@ } }, { - "id": 21232, + "id": 22373, "properties": { "east": "tall", "north": "none", @@ -175486,7 +185241,7 @@ } }, { - "id": 21233, + "id": 22374, "properties": { "east": "tall", "north": "none", @@ -175497,7 +185252,7 @@ } }, { - "id": 21234, + "id": 22375, "properties": { "east": "tall", "north": "none", @@ -175508,7 +185263,7 @@ } }, { - "id": 21235, + "id": 22376, "properties": { "east": "tall", "north": "none", @@ -175519,7 +185274,7 @@ } }, { - "id": 21236, + "id": 22377, "properties": { "east": "tall", "north": "none", @@ -175530,7 +185285,7 @@ } }, { - "id": 21237, + "id": 22378, "properties": { "east": "tall", "north": "none", @@ -175541,7 +185296,7 @@ } }, { - "id": 21238, + "id": 22379, "properties": { "east": "tall", "north": "none", @@ -175552,7 +185307,7 @@ } }, { - "id": 21239, + "id": 22380, "properties": { "east": "tall", "north": "none", @@ -175563,7 +185318,7 @@ } }, { - "id": 21240, + "id": 22381, "properties": { "east": "tall", "north": "none", @@ -175574,7 +185329,7 @@ } }, { - "id": 21241, + "id": 22382, "properties": { "east": "tall", "north": "low", @@ -175585,7 +185340,7 @@ } }, { - "id": 21242, + "id": 22383, "properties": { "east": "tall", "north": "low", @@ -175596,7 +185351,7 @@ } }, { - "id": 21243, + "id": 22384, "properties": { "east": "tall", "north": "low", @@ -175607,7 +185362,7 @@ } }, { - "id": 21244, + "id": 22385, "properties": { "east": "tall", "north": "low", @@ -175618,7 +185373,7 @@ } }, { - "id": 21245, + "id": 22386, "properties": { "east": "tall", "north": "low", @@ -175629,7 +185384,7 @@ } }, { - "id": 21246, + "id": 22387, "properties": { "east": "tall", "north": "low", @@ -175640,7 +185395,7 @@ } }, { - "id": 21247, + "id": 22388, "properties": { "east": "tall", "north": "low", @@ -175651,7 +185406,7 @@ } }, { - "id": 21248, + "id": 22389, "properties": { "east": "tall", "north": "low", @@ -175662,7 +185417,7 @@ } }, { - "id": 21249, + "id": 22390, "properties": { "east": "tall", "north": "low", @@ -175673,7 +185428,7 @@ } }, { - "id": 21250, + "id": 22391, "properties": { "east": "tall", "north": "low", @@ -175684,7 +185439,7 @@ } }, { - "id": 21251, + "id": 22392, "properties": { "east": "tall", "north": "low", @@ -175695,7 +185450,7 @@ } }, { - "id": 21252, + "id": 22393, "properties": { "east": "tall", "north": "low", @@ -175706,7 +185461,7 @@ } }, { - "id": 21253, + "id": 22394, "properties": { "east": "tall", "north": "low", @@ -175717,7 +185472,7 @@ } }, { - "id": 21254, + "id": 22395, "properties": { "east": "tall", "north": "low", @@ -175728,7 +185483,7 @@ } }, { - "id": 21255, + "id": 22396, "properties": { "east": "tall", "north": "low", @@ -175739,7 +185494,7 @@ } }, { - "id": 21256, + "id": 22397, "properties": { "east": "tall", "north": "low", @@ -175750,7 +185505,7 @@ } }, { - "id": 21257, + "id": 22398, "properties": { "east": "tall", "north": "low", @@ -175761,7 +185516,7 @@ } }, { - "id": 21258, + "id": 22399, "properties": { "east": "tall", "north": "low", @@ -175772,7 +185527,7 @@ } }, { - "id": 21259, + "id": 22400, "properties": { "east": "tall", "north": "low", @@ -175783,7 +185538,7 @@ } }, { - "id": 21260, + "id": 22401, "properties": { "east": "tall", "north": "low", @@ -175794,7 +185549,7 @@ } }, { - "id": 21261, + "id": 22402, "properties": { "east": "tall", "north": "low", @@ -175805,7 +185560,7 @@ } }, { - "id": 21262, + "id": 22403, "properties": { "east": "tall", "north": "low", @@ -175816,7 +185571,7 @@ } }, { - "id": 21263, + "id": 22404, "properties": { "east": "tall", "north": "low", @@ -175827,7 +185582,7 @@ } }, { - "id": 21264, + "id": 22405, "properties": { "east": "tall", "north": "low", @@ -175838,7 +185593,7 @@ } }, { - "id": 21265, + "id": 22406, "properties": { "east": "tall", "north": "low", @@ -175849,7 +185604,7 @@ } }, { - "id": 21266, + "id": 22407, "properties": { "east": "tall", "north": "low", @@ -175860,7 +185615,7 @@ } }, { - "id": 21267, + "id": 22408, "properties": { "east": "tall", "north": "low", @@ -175871,7 +185626,7 @@ } }, { - "id": 21268, + "id": 22409, "properties": { "east": "tall", "north": "low", @@ -175882,7 +185637,7 @@ } }, { - "id": 21269, + "id": 22410, "properties": { "east": "tall", "north": "low", @@ -175893,7 +185648,7 @@ } }, { - "id": 21270, + "id": 22411, "properties": { "east": "tall", "north": "low", @@ -175904,7 +185659,7 @@ } }, { - "id": 21271, + "id": 22412, "properties": { "east": "tall", "north": "low", @@ -175915,7 +185670,7 @@ } }, { - "id": 21272, + "id": 22413, "properties": { "east": "tall", "north": "low", @@ -175926,7 +185681,7 @@ } }, { - "id": 21273, + "id": 22414, "properties": { "east": "tall", "north": "low", @@ -175937,7 +185692,7 @@ } }, { - "id": 21274, + "id": 22415, "properties": { "east": "tall", "north": "low", @@ -175948,7 +185703,7 @@ } }, { - "id": 21275, + "id": 22416, "properties": { "east": "tall", "north": "low", @@ -175959,7 +185714,7 @@ } }, { - "id": 21276, + "id": 22417, "properties": { "east": "tall", "north": "low", @@ -175970,7 +185725,7 @@ } }, { - "id": 21277, + "id": 22418, "properties": { "east": "tall", "north": "tall", @@ -175981,7 +185736,7 @@ } }, { - "id": 21278, + "id": 22419, "properties": { "east": "tall", "north": "tall", @@ -175992,7 +185747,7 @@ } }, { - "id": 21279, + "id": 22420, "properties": { "east": "tall", "north": "tall", @@ -176003,7 +185758,7 @@ } }, { - "id": 21280, + "id": 22421, "properties": { "east": "tall", "north": "tall", @@ -176014,7 +185769,7 @@ } }, { - "id": 21281, + "id": 22422, "properties": { "east": "tall", "north": "tall", @@ -176025,7 +185780,7 @@ } }, { - "id": 21282, + "id": 22423, "properties": { "east": "tall", "north": "tall", @@ -176036,7 +185791,7 @@ } }, { - "id": 21283, + "id": 22424, "properties": { "east": "tall", "north": "tall", @@ -176047,7 +185802,7 @@ } }, { - "id": 21284, + "id": 22425, "properties": { "east": "tall", "north": "tall", @@ -176058,7 +185813,7 @@ } }, { - "id": 21285, + "id": 22426, "properties": { "east": "tall", "north": "tall", @@ -176069,7 +185824,7 @@ } }, { - "id": 21286, + "id": 22427, "properties": { "east": "tall", "north": "tall", @@ -176080,7 +185835,7 @@ } }, { - "id": 21287, + "id": 22428, "properties": { "east": "tall", "north": "tall", @@ -176091,7 +185846,7 @@ } }, { - "id": 21288, + "id": 22429, "properties": { "east": "tall", "north": "tall", @@ -176102,7 +185857,7 @@ } }, { - "id": 21289, + "id": 22430, "properties": { "east": "tall", "north": "tall", @@ -176113,7 +185868,7 @@ } }, { - "id": 21290, + "id": 22431, "properties": { "east": "tall", "north": "tall", @@ -176124,7 +185879,7 @@ } }, { - "id": 21291, + "id": 22432, "properties": { "east": "tall", "north": "tall", @@ -176135,7 +185890,7 @@ } }, { - "id": 21292, + "id": 22433, "properties": { "east": "tall", "north": "tall", @@ -176146,7 +185901,7 @@ } }, { - "id": 21293, + "id": 22434, "properties": { "east": "tall", "north": "tall", @@ -176157,7 +185912,7 @@ } }, { - "id": 21294, + "id": 22435, "properties": { "east": "tall", "north": "tall", @@ -176168,7 +185923,7 @@ } }, { - "id": 21295, + "id": 22436, "properties": { "east": "tall", "north": "tall", @@ -176179,7 +185934,7 @@ } }, { - "id": 21296, + "id": 22437, "properties": { "east": "tall", "north": "tall", @@ -176190,7 +185945,7 @@ } }, { - "id": 21297, + "id": 22438, "properties": { "east": "tall", "north": "tall", @@ -176201,7 +185956,7 @@ } }, { - "id": 21298, + "id": 22439, "properties": { "east": "tall", "north": "tall", @@ -176212,7 +185967,7 @@ } }, { - "id": 21299, + "id": 22440, "properties": { "east": "tall", "north": "tall", @@ -176223,7 +185978,7 @@ } }, { - "id": 21300, + "id": 22441, "properties": { "east": "tall", "north": "tall", @@ -176234,7 +185989,7 @@ } }, { - "id": 21301, + "id": 22442, "properties": { "east": "tall", "north": "tall", @@ -176245,7 +186000,7 @@ } }, { - "id": 21302, + "id": 22443, "properties": { "east": "tall", "north": "tall", @@ -176256,7 +186011,7 @@ } }, { - "id": 21303, + "id": 22444, "properties": { "east": "tall", "north": "tall", @@ -176267,7 +186022,7 @@ } }, { - "id": 21304, + "id": 22445, "properties": { "east": "tall", "north": "tall", @@ -176278,7 +186033,7 @@ } }, { - "id": 21305, + "id": 22446, "properties": { "east": "tall", "north": "tall", @@ -176289,7 +186044,7 @@ } }, { - "id": 21306, + "id": 22447, "properties": { "east": "tall", "north": "tall", @@ -176300,7 +186055,7 @@ } }, { - "id": 21307, + "id": 22448, "properties": { "east": "tall", "north": "tall", @@ -176311,7 +186066,7 @@ } }, { - "id": 21308, + "id": 22449, "properties": { "east": "tall", "north": "tall", @@ -176322,7 +186077,7 @@ } }, { - "id": 21309, + "id": 22450, "properties": { "east": "tall", "north": "tall", @@ -176333,7 +186088,7 @@ } }, { - "id": 21310, + "id": 22451, "properties": { "east": "tall", "north": "tall", @@ -176344,7 +186099,7 @@ } }, { - "id": 21311, + "id": 22452, "properties": { "east": "tall", "north": "tall", @@ -176355,7 +186110,7 @@ } }, { - "id": 21312, + "id": 22453, "properties": { "east": "tall", "north": "tall", @@ -176375,7 +186130,7 @@ "states": [ { "default": true, - "id": 20900 + "id": 22041 } ] }, @@ -176405,7 +186160,7 @@ }, "states": [ { - "id": 21402, + "id": 22543, "properties": { "face": "floor", "facing": "north", @@ -176413,7 +186168,7 @@ } }, { - "id": 21403, + "id": 22544, "properties": { "face": "floor", "facing": "north", @@ -176421,7 +186176,7 @@ } }, { - "id": 21404, + "id": 22545, "properties": { "face": "floor", "facing": "south", @@ -176429,7 +186184,7 @@ } }, { - "id": 21405, + "id": 22546, "properties": { "face": "floor", "facing": "south", @@ -176437,7 +186192,7 @@ } }, { - "id": 21406, + "id": 22547, "properties": { "face": "floor", "facing": "west", @@ -176445,7 +186200,7 @@ } }, { - "id": 21407, + "id": 22548, "properties": { "face": "floor", "facing": "west", @@ -176453,7 +186208,7 @@ } }, { - "id": 21408, + "id": 22549, "properties": { "face": "floor", "facing": "east", @@ -176461,7 +186216,7 @@ } }, { - "id": 21409, + "id": 22550, "properties": { "face": "floor", "facing": "east", @@ -176469,7 +186224,7 @@ } }, { - "id": 21410, + "id": 22551, "properties": { "face": "wall", "facing": "north", @@ -176478,7 +186233,7 @@ }, { "default": true, - "id": 21411, + "id": 22552, "properties": { "face": "wall", "facing": "north", @@ -176486,7 +186241,7 @@ } }, { - "id": 21412, + "id": 22553, "properties": { "face": "wall", "facing": "south", @@ -176494,7 +186249,7 @@ } }, { - "id": 21413, + "id": 22554, "properties": { "face": "wall", "facing": "south", @@ -176502,7 +186257,7 @@ } }, { - "id": 21414, + "id": 22555, "properties": { "face": "wall", "facing": "west", @@ -176510,7 +186265,7 @@ } }, { - "id": 21415, + "id": 22556, "properties": { "face": "wall", "facing": "west", @@ -176518,7 +186273,7 @@ } }, { - "id": 21416, + "id": 22557, "properties": { "face": "wall", "facing": "east", @@ -176526,7 +186281,7 @@ } }, { - "id": 21417, + "id": 22558, "properties": { "face": "wall", "facing": "east", @@ -176534,7 +186289,7 @@ } }, { - "id": 21418, + "id": 22559, "properties": { "face": "ceiling", "facing": "north", @@ -176542,7 +186297,7 @@ } }, { - "id": 21419, + "id": 22560, "properties": { "face": "ceiling", "facing": "north", @@ -176550,7 +186305,7 @@ } }, { - "id": 21420, + "id": 22561, "properties": { "face": "ceiling", "facing": "south", @@ -176558,7 +186313,7 @@ } }, { - "id": 21421, + "id": 22562, "properties": { "face": "ceiling", "facing": "south", @@ -176566,7 +186321,7 @@ } }, { - "id": 21422, + "id": 22563, "properties": { "face": "ceiling", "facing": "west", @@ -176574,7 +186329,7 @@ } }, { - "id": 21423, + "id": 22564, "properties": { "face": "ceiling", "facing": "west", @@ -176582,7 +186337,7 @@ } }, { - "id": 21424, + "id": 22565, "properties": { "face": "ceiling", "facing": "east", @@ -176590,7 +186345,7 @@ } }, { - "id": 21425, + "id": 22566, "properties": { "face": "ceiling", "facing": "east", @@ -176613,14 +186368,14 @@ }, "states": [ { - "id": 21400, + "id": 22541, "properties": { "powered": "true" } }, { "default": true, - "id": 21401, + "id": 22542, "properties": { "powered": "false" } @@ -176645,21 +186400,21 @@ }, "states": [ { - "id": 21394, + "id": 22535, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 21395, + "id": 22536, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 21396, + "id": 22537, "properties": { "type": "bottom", "waterlogged": "true" @@ -176667,21 +186422,21 @@ }, { "default": true, - "id": 21397, + "id": 22538, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 21398, + "id": 22539, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 21399, + "id": 22540, "properties": { "type": "double", "waterlogged": "false" @@ -176722,7 +186477,7 @@ }, "states": [ { - "id": 21314, + "id": 22455, "properties": { "facing": "north", "half": "top", @@ -176731,7 +186486,7 @@ } }, { - "id": 21315, + "id": 22456, "properties": { "facing": "north", "half": "top", @@ -176740,7 +186495,7 @@ } }, { - "id": 21316, + "id": 22457, "properties": { "facing": "north", "half": "top", @@ -176749,7 +186504,7 @@ } }, { - "id": 21317, + "id": 22458, "properties": { "facing": "north", "half": "top", @@ -176758,7 +186513,7 @@ } }, { - "id": 21318, + "id": 22459, "properties": { "facing": "north", "half": "top", @@ -176767,7 +186522,7 @@ } }, { - "id": 21319, + "id": 22460, "properties": { "facing": "north", "half": "top", @@ -176776,7 +186531,7 @@ } }, { - "id": 21320, + "id": 22461, "properties": { "facing": "north", "half": "top", @@ -176785,7 +186540,7 @@ } }, { - "id": 21321, + "id": 22462, "properties": { "facing": "north", "half": "top", @@ -176794,7 +186549,7 @@ } }, { - "id": 21322, + "id": 22463, "properties": { "facing": "north", "half": "top", @@ -176803,7 +186558,7 @@ } }, { - "id": 21323, + "id": 22464, "properties": { "facing": "north", "half": "top", @@ -176812,7 +186567,7 @@ } }, { - "id": 21324, + "id": 22465, "properties": { "facing": "north", "half": "bottom", @@ -176822,7 +186577,7 @@ }, { "default": true, - "id": 21325, + "id": 22466, "properties": { "facing": "north", "half": "bottom", @@ -176831,7 +186586,7 @@ } }, { - "id": 21326, + "id": 22467, "properties": { "facing": "north", "half": "bottom", @@ -176840,7 +186595,7 @@ } }, { - "id": 21327, + "id": 22468, "properties": { "facing": "north", "half": "bottom", @@ -176849,7 +186604,7 @@ } }, { - "id": 21328, + "id": 22469, "properties": { "facing": "north", "half": "bottom", @@ -176858,7 +186613,7 @@ } }, { - "id": 21329, + "id": 22470, "properties": { "facing": "north", "half": "bottom", @@ -176867,7 +186622,7 @@ } }, { - "id": 21330, + "id": 22471, "properties": { "facing": "north", "half": "bottom", @@ -176876,7 +186631,7 @@ } }, { - "id": 21331, + "id": 22472, "properties": { "facing": "north", "half": "bottom", @@ -176885,7 +186640,7 @@ } }, { - "id": 21332, + "id": 22473, "properties": { "facing": "north", "half": "bottom", @@ -176894,7 +186649,7 @@ } }, { - "id": 21333, + "id": 22474, "properties": { "facing": "north", "half": "bottom", @@ -176903,7 +186658,7 @@ } }, { - "id": 21334, + "id": 22475, "properties": { "facing": "south", "half": "top", @@ -176912,7 +186667,7 @@ } }, { - "id": 21335, + "id": 22476, "properties": { "facing": "south", "half": "top", @@ -176921,7 +186676,7 @@ } }, { - "id": 21336, + "id": 22477, "properties": { "facing": "south", "half": "top", @@ -176930,7 +186685,7 @@ } }, { - "id": 21337, + "id": 22478, "properties": { "facing": "south", "half": "top", @@ -176939,7 +186694,7 @@ } }, { - "id": 21338, + "id": 22479, "properties": { "facing": "south", "half": "top", @@ -176948,7 +186703,7 @@ } }, { - "id": 21339, + "id": 22480, "properties": { "facing": "south", "half": "top", @@ -176957,7 +186712,7 @@ } }, { - "id": 21340, + "id": 22481, "properties": { "facing": "south", "half": "top", @@ -176966,7 +186721,7 @@ } }, { - "id": 21341, + "id": 22482, "properties": { "facing": "south", "half": "top", @@ -176975,7 +186730,7 @@ } }, { - "id": 21342, + "id": 22483, "properties": { "facing": "south", "half": "top", @@ -176984,7 +186739,7 @@ } }, { - "id": 21343, + "id": 22484, "properties": { "facing": "south", "half": "top", @@ -176993,7 +186748,7 @@ } }, { - "id": 21344, + "id": 22485, "properties": { "facing": "south", "half": "bottom", @@ -177002,7 +186757,7 @@ } }, { - "id": 21345, + "id": 22486, "properties": { "facing": "south", "half": "bottom", @@ -177011,7 +186766,7 @@ } }, { - "id": 21346, + "id": 22487, "properties": { "facing": "south", "half": "bottom", @@ -177020,7 +186775,7 @@ } }, { - "id": 21347, + "id": 22488, "properties": { "facing": "south", "half": "bottom", @@ -177029,7 +186784,7 @@ } }, { - "id": 21348, + "id": 22489, "properties": { "facing": "south", "half": "bottom", @@ -177038,7 +186793,7 @@ } }, { - "id": 21349, + "id": 22490, "properties": { "facing": "south", "half": "bottom", @@ -177047,7 +186802,7 @@ } }, { - "id": 21350, + "id": 22491, "properties": { "facing": "south", "half": "bottom", @@ -177056,7 +186811,7 @@ } }, { - "id": 21351, + "id": 22492, "properties": { "facing": "south", "half": "bottom", @@ -177065,7 +186820,7 @@ } }, { - "id": 21352, + "id": 22493, "properties": { "facing": "south", "half": "bottom", @@ -177074,7 +186829,7 @@ } }, { - "id": 21353, + "id": 22494, "properties": { "facing": "south", "half": "bottom", @@ -177083,7 +186838,7 @@ } }, { - "id": 21354, + "id": 22495, "properties": { "facing": "west", "half": "top", @@ -177092,7 +186847,7 @@ } }, { - "id": 21355, + "id": 22496, "properties": { "facing": "west", "half": "top", @@ -177101,7 +186856,7 @@ } }, { - "id": 21356, + "id": 22497, "properties": { "facing": "west", "half": "top", @@ -177110,7 +186865,7 @@ } }, { - "id": 21357, + "id": 22498, "properties": { "facing": "west", "half": "top", @@ -177119,7 +186874,7 @@ } }, { - "id": 21358, + "id": 22499, "properties": { "facing": "west", "half": "top", @@ -177128,7 +186883,7 @@ } }, { - "id": 21359, + "id": 22500, "properties": { "facing": "west", "half": "top", @@ -177137,7 +186892,7 @@ } }, { - "id": 21360, + "id": 22501, "properties": { "facing": "west", "half": "top", @@ -177146,7 +186901,7 @@ } }, { - "id": 21361, + "id": 22502, "properties": { "facing": "west", "half": "top", @@ -177155,7 +186910,7 @@ } }, { - "id": 21362, + "id": 22503, "properties": { "facing": "west", "half": "top", @@ -177164,7 +186919,7 @@ } }, { - "id": 21363, + "id": 22504, "properties": { "facing": "west", "half": "top", @@ -177173,7 +186928,7 @@ } }, { - "id": 21364, + "id": 22505, "properties": { "facing": "west", "half": "bottom", @@ -177182,7 +186937,7 @@ } }, { - "id": 21365, + "id": 22506, "properties": { "facing": "west", "half": "bottom", @@ -177191,7 +186946,7 @@ } }, { - "id": 21366, + "id": 22507, "properties": { "facing": "west", "half": "bottom", @@ -177200,7 +186955,7 @@ } }, { - "id": 21367, + "id": 22508, "properties": { "facing": "west", "half": "bottom", @@ -177209,7 +186964,7 @@ } }, { - "id": 21368, + "id": 22509, "properties": { "facing": "west", "half": "bottom", @@ -177218,7 +186973,7 @@ } }, { - "id": 21369, + "id": 22510, "properties": { "facing": "west", "half": "bottom", @@ -177227,7 +186982,7 @@ } }, { - "id": 21370, + "id": 22511, "properties": { "facing": "west", "half": "bottom", @@ -177236,7 +186991,7 @@ } }, { - "id": 21371, + "id": 22512, "properties": { "facing": "west", "half": "bottom", @@ -177245,7 +187000,7 @@ } }, { - "id": 21372, + "id": 22513, "properties": { "facing": "west", "half": "bottom", @@ -177254,7 +187009,7 @@ } }, { - "id": 21373, + "id": 22514, "properties": { "facing": "west", "half": "bottom", @@ -177263,7 +187018,7 @@ } }, { - "id": 21374, + "id": 22515, "properties": { "facing": "east", "half": "top", @@ -177272,7 +187027,7 @@ } }, { - "id": 21375, + "id": 22516, "properties": { "facing": "east", "half": "top", @@ -177281,7 +187036,7 @@ } }, { - "id": 21376, + "id": 22517, "properties": { "facing": "east", "half": "top", @@ -177290,7 +187045,7 @@ } }, { - "id": 21377, + "id": 22518, "properties": { "facing": "east", "half": "top", @@ -177299,7 +187054,7 @@ } }, { - "id": 21378, + "id": 22519, "properties": { "facing": "east", "half": "top", @@ -177308,7 +187063,7 @@ } }, { - "id": 21379, + "id": 22520, "properties": { "facing": "east", "half": "top", @@ -177317,7 +187072,7 @@ } }, { - "id": 21380, + "id": 22521, "properties": { "facing": "east", "half": "top", @@ -177326,7 +187081,7 @@ } }, { - "id": 21381, + "id": 22522, "properties": { "facing": "east", "half": "top", @@ -177335,7 +187090,7 @@ } }, { - "id": 21382, + "id": 22523, "properties": { "facing": "east", "half": "top", @@ -177344,7 +187099,7 @@ } }, { - "id": 21383, + "id": 22524, "properties": { "facing": "east", "half": "top", @@ -177353,7 +187108,7 @@ } }, { - "id": 21384, + "id": 22525, "properties": { "facing": "east", "half": "bottom", @@ -177362,7 +187117,7 @@ } }, { - "id": 21385, + "id": 22526, "properties": { "facing": "east", "half": "bottom", @@ -177371,7 +187126,7 @@ } }, { - "id": 21386, + "id": 22527, "properties": { "facing": "east", "half": "bottom", @@ -177380,7 +187135,7 @@ } }, { - "id": 21387, + "id": 22528, "properties": { "facing": "east", "half": "bottom", @@ -177389,7 +187144,7 @@ } }, { - "id": 21388, + "id": 22529, "properties": { "facing": "east", "half": "bottom", @@ -177398,7 +187153,7 @@ } }, { - "id": 21389, + "id": 22530, "properties": { "facing": "east", "half": "bottom", @@ -177407,7 +187162,7 @@ } }, { - "id": 21390, + "id": 22531, "properties": { "facing": "east", "half": "bottom", @@ -177416,7 +187171,7 @@ } }, { - "id": 21391, + "id": 22532, "properties": { "facing": "east", "half": "bottom", @@ -177425,7 +187180,7 @@ } }, { - "id": 21392, + "id": 22533, "properties": { "facing": "east", "half": "bottom", @@ -177434,7 +187189,7 @@ } }, { - "id": 21393, + "id": 22534, "properties": { "facing": "east", "half": "bottom", @@ -177481,7 +187236,7 @@ }, "states": [ { - "id": 21426, + "id": 22567, "properties": { "east": "none", "north": "none", @@ -177492,7 +187247,7 @@ } }, { - "id": 21427, + "id": 22568, "properties": { "east": "none", "north": "none", @@ -177503,7 +187258,7 @@ } }, { - "id": 21428, + "id": 22569, "properties": { "east": "none", "north": "none", @@ -177515,7 +187270,7 @@ }, { "default": true, - "id": 21429, + "id": 22570, "properties": { "east": "none", "north": "none", @@ -177526,7 +187281,7 @@ } }, { - "id": 21430, + "id": 22571, "properties": { "east": "none", "north": "none", @@ -177537,7 +187292,7 @@ } }, { - "id": 21431, + "id": 22572, "properties": { "east": "none", "north": "none", @@ -177548,7 +187303,7 @@ } }, { - "id": 21432, + "id": 22573, "properties": { "east": "none", "north": "none", @@ -177559,7 +187314,7 @@ } }, { - "id": 21433, + "id": 22574, "properties": { "east": "none", "north": "none", @@ -177570,7 +187325,7 @@ } }, { - "id": 21434, + "id": 22575, "properties": { "east": "none", "north": "none", @@ -177581,7 +187336,7 @@ } }, { - "id": 21435, + "id": 22576, "properties": { "east": "none", "north": "none", @@ -177592,7 +187347,7 @@ } }, { - "id": 21436, + "id": 22577, "properties": { "east": "none", "north": "none", @@ -177603,7 +187358,7 @@ } }, { - "id": 21437, + "id": 22578, "properties": { "east": "none", "north": "none", @@ -177614,7 +187369,7 @@ } }, { - "id": 21438, + "id": 22579, "properties": { "east": "none", "north": "none", @@ -177625,7 +187380,7 @@ } }, { - "id": 21439, + "id": 22580, "properties": { "east": "none", "north": "none", @@ -177636,7 +187391,7 @@ } }, { - "id": 21440, + "id": 22581, "properties": { "east": "none", "north": "none", @@ -177647,7 +187402,7 @@ } }, { - "id": 21441, + "id": 22582, "properties": { "east": "none", "north": "none", @@ -177658,7 +187413,7 @@ } }, { - "id": 21442, + "id": 22583, "properties": { "east": "none", "north": "none", @@ -177669,7 +187424,7 @@ } }, { - "id": 21443, + "id": 22584, "properties": { "east": "none", "north": "none", @@ -177680,7 +187435,7 @@ } }, { - "id": 21444, + "id": 22585, "properties": { "east": "none", "north": "none", @@ -177691,7 +187446,7 @@ } }, { - "id": 21445, + "id": 22586, "properties": { "east": "none", "north": "none", @@ -177702,7 +187457,7 @@ } }, { - "id": 21446, + "id": 22587, "properties": { "east": "none", "north": "none", @@ -177713,7 +187468,7 @@ } }, { - "id": 21447, + "id": 22588, "properties": { "east": "none", "north": "none", @@ -177724,7 +187479,7 @@ } }, { - "id": 21448, + "id": 22589, "properties": { "east": "none", "north": "none", @@ -177735,7 +187490,7 @@ } }, { - "id": 21449, + "id": 22590, "properties": { "east": "none", "north": "none", @@ -177746,7 +187501,7 @@ } }, { - "id": 21450, + "id": 22591, "properties": { "east": "none", "north": "none", @@ -177757,7 +187512,7 @@ } }, { - "id": 21451, + "id": 22592, "properties": { "east": "none", "north": "none", @@ -177768,7 +187523,7 @@ } }, { - "id": 21452, + "id": 22593, "properties": { "east": "none", "north": "none", @@ -177779,7 +187534,7 @@ } }, { - "id": 21453, + "id": 22594, "properties": { "east": "none", "north": "none", @@ -177790,7 +187545,7 @@ } }, { - "id": 21454, + "id": 22595, "properties": { "east": "none", "north": "none", @@ -177801,7 +187556,7 @@ } }, { - "id": 21455, + "id": 22596, "properties": { "east": "none", "north": "none", @@ -177812,7 +187567,7 @@ } }, { - "id": 21456, + "id": 22597, "properties": { "east": "none", "north": "none", @@ -177823,7 +187578,7 @@ } }, { - "id": 21457, + "id": 22598, "properties": { "east": "none", "north": "none", @@ -177834,7 +187589,7 @@ } }, { - "id": 21458, + "id": 22599, "properties": { "east": "none", "north": "none", @@ -177845,7 +187600,7 @@ } }, { - "id": 21459, + "id": 22600, "properties": { "east": "none", "north": "none", @@ -177856,7 +187611,7 @@ } }, { - "id": 21460, + "id": 22601, "properties": { "east": "none", "north": "none", @@ -177867,7 +187622,7 @@ } }, { - "id": 21461, + "id": 22602, "properties": { "east": "none", "north": "none", @@ -177878,7 +187633,7 @@ } }, { - "id": 21462, + "id": 22603, "properties": { "east": "none", "north": "low", @@ -177889,7 +187644,7 @@ } }, { - "id": 21463, + "id": 22604, "properties": { "east": "none", "north": "low", @@ -177900,7 +187655,7 @@ } }, { - "id": 21464, + "id": 22605, "properties": { "east": "none", "north": "low", @@ -177911,7 +187666,7 @@ } }, { - "id": 21465, + "id": 22606, "properties": { "east": "none", "north": "low", @@ -177922,7 +187677,7 @@ } }, { - "id": 21466, + "id": 22607, "properties": { "east": "none", "north": "low", @@ -177933,7 +187688,7 @@ } }, { - "id": 21467, + "id": 22608, "properties": { "east": "none", "north": "low", @@ -177944,7 +187699,7 @@ } }, { - "id": 21468, + "id": 22609, "properties": { "east": "none", "north": "low", @@ -177955,7 +187710,7 @@ } }, { - "id": 21469, + "id": 22610, "properties": { "east": "none", "north": "low", @@ -177966,7 +187721,7 @@ } }, { - "id": 21470, + "id": 22611, "properties": { "east": "none", "north": "low", @@ -177977,7 +187732,7 @@ } }, { - "id": 21471, + "id": 22612, "properties": { "east": "none", "north": "low", @@ -177988,7 +187743,7 @@ } }, { - "id": 21472, + "id": 22613, "properties": { "east": "none", "north": "low", @@ -177999,7 +187754,7 @@ } }, { - "id": 21473, + "id": 22614, "properties": { "east": "none", "north": "low", @@ -178010,7 +187765,7 @@ } }, { - "id": 21474, + "id": 22615, "properties": { "east": "none", "north": "low", @@ -178021,7 +187776,7 @@ } }, { - "id": 21475, + "id": 22616, "properties": { "east": "none", "north": "low", @@ -178032,7 +187787,7 @@ } }, { - "id": 21476, + "id": 22617, "properties": { "east": "none", "north": "low", @@ -178043,7 +187798,7 @@ } }, { - "id": 21477, + "id": 22618, "properties": { "east": "none", "north": "low", @@ -178054,7 +187809,7 @@ } }, { - "id": 21478, + "id": 22619, "properties": { "east": "none", "north": "low", @@ -178065,7 +187820,7 @@ } }, { - "id": 21479, + "id": 22620, "properties": { "east": "none", "north": "low", @@ -178076,7 +187831,7 @@ } }, { - "id": 21480, + "id": 22621, "properties": { "east": "none", "north": "low", @@ -178087,7 +187842,7 @@ } }, { - "id": 21481, + "id": 22622, "properties": { "east": "none", "north": "low", @@ -178098,7 +187853,7 @@ } }, { - "id": 21482, + "id": 22623, "properties": { "east": "none", "north": "low", @@ -178109,7 +187864,7 @@ } }, { - "id": 21483, + "id": 22624, "properties": { "east": "none", "north": "low", @@ -178120,7 +187875,7 @@ } }, { - "id": 21484, + "id": 22625, "properties": { "east": "none", "north": "low", @@ -178131,7 +187886,7 @@ } }, { - "id": 21485, + "id": 22626, "properties": { "east": "none", "north": "low", @@ -178142,7 +187897,7 @@ } }, { - "id": 21486, + "id": 22627, "properties": { "east": "none", "north": "low", @@ -178153,7 +187908,7 @@ } }, { - "id": 21487, + "id": 22628, "properties": { "east": "none", "north": "low", @@ -178164,7 +187919,7 @@ } }, { - "id": 21488, + "id": 22629, "properties": { "east": "none", "north": "low", @@ -178175,7 +187930,7 @@ } }, { - "id": 21489, + "id": 22630, "properties": { "east": "none", "north": "low", @@ -178186,7 +187941,7 @@ } }, { - "id": 21490, + "id": 22631, "properties": { "east": "none", "north": "low", @@ -178197,7 +187952,7 @@ } }, { - "id": 21491, + "id": 22632, "properties": { "east": "none", "north": "low", @@ -178208,7 +187963,7 @@ } }, { - "id": 21492, + "id": 22633, "properties": { "east": "none", "north": "low", @@ -178219,7 +187974,7 @@ } }, { - "id": 21493, + "id": 22634, "properties": { "east": "none", "north": "low", @@ -178230,7 +187985,7 @@ } }, { - "id": 21494, + "id": 22635, "properties": { "east": "none", "north": "low", @@ -178241,7 +187996,7 @@ } }, { - "id": 21495, + "id": 22636, "properties": { "east": "none", "north": "low", @@ -178252,7 +188007,7 @@ } }, { - "id": 21496, + "id": 22637, "properties": { "east": "none", "north": "low", @@ -178263,7 +188018,7 @@ } }, { - "id": 21497, + "id": 22638, "properties": { "east": "none", "north": "low", @@ -178274,7 +188029,7 @@ } }, { - "id": 21498, + "id": 22639, "properties": { "east": "none", "north": "tall", @@ -178285,7 +188040,7 @@ } }, { - "id": 21499, + "id": 22640, "properties": { "east": "none", "north": "tall", @@ -178296,7 +188051,7 @@ } }, { - "id": 21500, + "id": 22641, "properties": { "east": "none", "north": "tall", @@ -178307,7 +188062,7 @@ } }, { - "id": 21501, + "id": 22642, "properties": { "east": "none", "north": "tall", @@ -178318,7 +188073,7 @@ } }, { - "id": 21502, + "id": 22643, "properties": { "east": "none", "north": "tall", @@ -178329,7 +188084,7 @@ } }, { - "id": 21503, + "id": 22644, "properties": { "east": "none", "north": "tall", @@ -178340,7 +188095,7 @@ } }, { - "id": 21504, + "id": 22645, "properties": { "east": "none", "north": "tall", @@ -178351,7 +188106,7 @@ } }, { - "id": 21505, + "id": 22646, "properties": { "east": "none", "north": "tall", @@ -178362,7 +188117,7 @@ } }, { - "id": 21506, + "id": 22647, "properties": { "east": "none", "north": "tall", @@ -178373,7 +188128,7 @@ } }, { - "id": 21507, + "id": 22648, "properties": { "east": "none", "north": "tall", @@ -178384,7 +188139,7 @@ } }, { - "id": 21508, + "id": 22649, "properties": { "east": "none", "north": "tall", @@ -178395,7 +188150,7 @@ } }, { - "id": 21509, + "id": 22650, "properties": { "east": "none", "north": "tall", @@ -178406,7 +188161,7 @@ } }, { - "id": 21510, + "id": 22651, "properties": { "east": "none", "north": "tall", @@ -178417,7 +188172,7 @@ } }, { - "id": 21511, + "id": 22652, "properties": { "east": "none", "north": "tall", @@ -178428,7 +188183,7 @@ } }, { - "id": 21512, + "id": 22653, "properties": { "east": "none", "north": "tall", @@ -178439,7 +188194,7 @@ } }, { - "id": 21513, + "id": 22654, "properties": { "east": "none", "north": "tall", @@ -178450,7 +188205,7 @@ } }, { - "id": 21514, + "id": 22655, "properties": { "east": "none", "north": "tall", @@ -178461,7 +188216,7 @@ } }, { - "id": 21515, + "id": 22656, "properties": { "east": "none", "north": "tall", @@ -178472,7 +188227,7 @@ } }, { - "id": 21516, + "id": 22657, "properties": { "east": "none", "north": "tall", @@ -178483,7 +188238,7 @@ } }, { - "id": 21517, + "id": 22658, "properties": { "east": "none", "north": "tall", @@ -178494,7 +188249,7 @@ } }, { - "id": 21518, + "id": 22659, "properties": { "east": "none", "north": "tall", @@ -178505,7 +188260,7 @@ } }, { - "id": 21519, + "id": 22660, "properties": { "east": "none", "north": "tall", @@ -178516,7 +188271,7 @@ } }, { - "id": 21520, + "id": 22661, "properties": { "east": "none", "north": "tall", @@ -178527,7 +188282,7 @@ } }, { - "id": 21521, + "id": 22662, "properties": { "east": "none", "north": "tall", @@ -178538,7 +188293,7 @@ } }, { - "id": 21522, + "id": 22663, "properties": { "east": "none", "north": "tall", @@ -178549,7 +188304,7 @@ } }, { - "id": 21523, + "id": 22664, "properties": { "east": "none", "north": "tall", @@ -178560,7 +188315,7 @@ } }, { - "id": 21524, + "id": 22665, "properties": { "east": "none", "north": "tall", @@ -178571,7 +188326,7 @@ } }, { - "id": 21525, + "id": 22666, "properties": { "east": "none", "north": "tall", @@ -178582,7 +188337,7 @@ } }, { - "id": 21526, + "id": 22667, "properties": { "east": "none", "north": "tall", @@ -178593,7 +188348,7 @@ } }, { - "id": 21527, + "id": 22668, "properties": { "east": "none", "north": "tall", @@ -178604,7 +188359,7 @@ } }, { - "id": 21528, + "id": 22669, "properties": { "east": "none", "north": "tall", @@ -178615,7 +188370,7 @@ } }, { - "id": 21529, + "id": 22670, "properties": { "east": "none", "north": "tall", @@ -178626,7 +188381,7 @@ } }, { - "id": 21530, + "id": 22671, "properties": { "east": "none", "north": "tall", @@ -178637,7 +188392,7 @@ } }, { - "id": 21531, + "id": 22672, "properties": { "east": "none", "north": "tall", @@ -178648,7 +188403,7 @@ } }, { - "id": 21532, + "id": 22673, "properties": { "east": "none", "north": "tall", @@ -178659,7 +188414,7 @@ } }, { - "id": 21533, + "id": 22674, "properties": { "east": "none", "north": "tall", @@ -178670,7 +188425,7 @@ } }, { - "id": 21534, + "id": 22675, "properties": { "east": "low", "north": "none", @@ -178681,7 +188436,7 @@ } }, { - "id": 21535, + "id": 22676, "properties": { "east": "low", "north": "none", @@ -178692,7 +188447,7 @@ } }, { - "id": 21536, + "id": 22677, "properties": { "east": "low", "north": "none", @@ -178703,7 +188458,7 @@ } }, { - "id": 21537, + "id": 22678, "properties": { "east": "low", "north": "none", @@ -178714,7 +188469,7 @@ } }, { - "id": 21538, + "id": 22679, "properties": { "east": "low", "north": "none", @@ -178725,7 +188480,7 @@ } }, { - "id": 21539, + "id": 22680, "properties": { "east": "low", "north": "none", @@ -178736,7 +188491,7 @@ } }, { - "id": 21540, + "id": 22681, "properties": { "east": "low", "north": "none", @@ -178747,7 +188502,7 @@ } }, { - "id": 21541, + "id": 22682, "properties": { "east": "low", "north": "none", @@ -178758,7 +188513,7 @@ } }, { - "id": 21542, + "id": 22683, "properties": { "east": "low", "north": "none", @@ -178769,7 +188524,7 @@ } }, { - "id": 21543, + "id": 22684, "properties": { "east": "low", "north": "none", @@ -178780,7 +188535,7 @@ } }, { - "id": 21544, + "id": 22685, "properties": { "east": "low", "north": "none", @@ -178791,7 +188546,7 @@ } }, { - "id": 21545, + "id": 22686, "properties": { "east": "low", "north": "none", @@ -178802,7 +188557,7 @@ } }, { - "id": 21546, + "id": 22687, "properties": { "east": "low", "north": "none", @@ -178813,7 +188568,7 @@ } }, { - "id": 21547, + "id": 22688, "properties": { "east": "low", "north": "none", @@ -178824,7 +188579,7 @@ } }, { - "id": 21548, + "id": 22689, "properties": { "east": "low", "north": "none", @@ -178835,7 +188590,7 @@ } }, { - "id": 21549, + "id": 22690, "properties": { "east": "low", "north": "none", @@ -178846,7 +188601,7 @@ } }, { - "id": 21550, + "id": 22691, "properties": { "east": "low", "north": "none", @@ -178857,7 +188612,7 @@ } }, { - "id": 21551, + "id": 22692, "properties": { "east": "low", "north": "none", @@ -178868,7 +188623,7 @@ } }, { - "id": 21552, + "id": 22693, "properties": { "east": "low", "north": "none", @@ -178879,7 +188634,7 @@ } }, { - "id": 21553, + "id": 22694, "properties": { "east": "low", "north": "none", @@ -178890,7 +188645,7 @@ } }, { - "id": 21554, + "id": 22695, "properties": { "east": "low", "north": "none", @@ -178901,7 +188656,7 @@ } }, { - "id": 21555, + "id": 22696, "properties": { "east": "low", "north": "none", @@ -178912,7 +188667,7 @@ } }, { - "id": 21556, + "id": 22697, "properties": { "east": "low", "north": "none", @@ -178923,7 +188678,7 @@ } }, { - "id": 21557, + "id": 22698, "properties": { "east": "low", "north": "none", @@ -178934,7 +188689,7 @@ } }, { - "id": 21558, + "id": 22699, "properties": { "east": "low", "north": "none", @@ -178945,7 +188700,7 @@ } }, { - "id": 21559, + "id": 22700, "properties": { "east": "low", "north": "none", @@ -178956,7 +188711,7 @@ } }, { - "id": 21560, + "id": 22701, "properties": { "east": "low", "north": "none", @@ -178967,7 +188722,7 @@ } }, { - "id": 21561, + "id": 22702, "properties": { "east": "low", "north": "none", @@ -178978,7 +188733,7 @@ } }, { - "id": 21562, + "id": 22703, "properties": { "east": "low", "north": "none", @@ -178989,7 +188744,7 @@ } }, { - "id": 21563, + "id": 22704, "properties": { "east": "low", "north": "none", @@ -179000,7 +188755,7 @@ } }, { - "id": 21564, + "id": 22705, "properties": { "east": "low", "north": "none", @@ -179011,7 +188766,7 @@ } }, { - "id": 21565, + "id": 22706, "properties": { "east": "low", "north": "none", @@ -179022,7 +188777,7 @@ } }, { - "id": 21566, + "id": 22707, "properties": { "east": "low", "north": "none", @@ -179033,7 +188788,7 @@ } }, { - "id": 21567, + "id": 22708, "properties": { "east": "low", "north": "none", @@ -179044,7 +188799,7 @@ } }, { - "id": 21568, + "id": 22709, "properties": { "east": "low", "north": "none", @@ -179055,7 +188810,7 @@ } }, { - "id": 21569, + "id": 22710, "properties": { "east": "low", "north": "none", @@ -179066,7 +188821,7 @@ } }, { - "id": 21570, + "id": 22711, "properties": { "east": "low", "north": "low", @@ -179077,7 +188832,7 @@ } }, { - "id": 21571, + "id": 22712, "properties": { "east": "low", "north": "low", @@ -179088,7 +188843,7 @@ } }, { - "id": 21572, + "id": 22713, "properties": { "east": "low", "north": "low", @@ -179099,7 +188854,7 @@ } }, { - "id": 21573, + "id": 22714, "properties": { "east": "low", "north": "low", @@ -179110,7 +188865,7 @@ } }, { - "id": 21574, + "id": 22715, "properties": { "east": "low", "north": "low", @@ -179121,7 +188876,7 @@ } }, { - "id": 21575, + "id": 22716, "properties": { "east": "low", "north": "low", @@ -179132,7 +188887,7 @@ } }, { - "id": 21576, + "id": 22717, "properties": { "east": "low", "north": "low", @@ -179143,7 +188898,7 @@ } }, { - "id": 21577, + "id": 22718, "properties": { "east": "low", "north": "low", @@ -179154,7 +188909,7 @@ } }, { - "id": 21578, + "id": 22719, "properties": { "east": "low", "north": "low", @@ -179165,7 +188920,7 @@ } }, { - "id": 21579, + "id": 22720, "properties": { "east": "low", "north": "low", @@ -179176,7 +188931,7 @@ } }, { - "id": 21580, + "id": 22721, "properties": { "east": "low", "north": "low", @@ -179187,7 +188942,7 @@ } }, { - "id": 21581, + "id": 22722, "properties": { "east": "low", "north": "low", @@ -179198,7 +188953,7 @@ } }, { - "id": 21582, + "id": 22723, "properties": { "east": "low", "north": "low", @@ -179209,7 +188964,7 @@ } }, { - "id": 21583, + "id": 22724, "properties": { "east": "low", "north": "low", @@ -179220,7 +188975,7 @@ } }, { - "id": 21584, + "id": 22725, "properties": { "east": "low", "north": "low", @@ -179231,7 +188986,7 @@ } }, { - "id": 21585, + "id": 22726, "properties": { "east": "low", "north": "low", @@ -179242,7 +188997,7 @@ } }, { - "id": 21586, + "id": 22727, "properties": { "east": "low", "north": "low", @@ -179253,7 +189008,7 @@ } }, { - "id": 21587, + "id": 22728, "properties": { "east": "low", "north": "low", @@ -179264,7 +189019,7 @@ } }, { - "id": 21588, + "id": 22729, "properties": { "east": "low", "north": "low", @@ -179275,7 +189030,7 @@ } }, { - "id": 21589, + "id": 22730, "properties": { "east": "low", "north": "low", @@ -179286,7 +189041,7 @@ } }, { - "id": 21590, + "id": 22731, "properties": { "east": "low", "north": "low", @@ -179297,7 +189052,7 @@ } }, { - "id": 21591, + "id": 22732, "properties": { "east": "low", "north": "low", @@ -179308,7 +189063,7 @@ } }, { - "id": 21592, + "id": 22733, "properties": { "east": "low", "north": "low", @@ -179319,7 +189074,7 @@ } }, { - "id": 21593, + "id": 22734, "properties": { "east": "low", "north": "low", @@ -179330,7 +189085,7 @@ } }, { - "id": 21594, + "id": 22735, "properties": { "east": "low", "north": "low", @@ -179341,7 +189096,7 @@ } }, { - "id": 21595, + "id": 22736, "properties": { "east": "low", "north": "low", @@ -179352,7 +189107,7 @@ } }, { - "id": 21596, + "id": 22737, "properties": { "east": "low", "north": "low", @@ -179363,7 +189118,7 @@ } }, { - "id": 21597, + "id": 22738, "properties": { "east": "low", "north": "low", @@ -179374,7 +189129,7 @@ } }, { - "id": 21598, + "id": 22739, "properties": { "east": "low", "north": "low", @@ -179385,7 +189140,7 @@ } }, { - "id": 21599, + "id": 22740, "properties": { "east": "low", "north": "low", @@ -179396,7 +189151,7 @@ } }, { - "id": 21600, + "id": 22741, "properties": { "east": "low", "north": "low", @@ -179407,7 +189162,7 @@ } }, { - "id": 21601, + "id": 22742, "properties": { "east": "low", "north": "low", @@ -179418,7 +189173,7 @@ } }, { - "id": 21602, + "id": 22743, "properties": { "east": "low", "north": "low", @@ -179429,7 +189184,7 @@ } }, { - "id": 21603, + "id": 22744, "properties": { "east": "low", "north": "low", @@ -179440,7 +189195,7 @@ } }, { - "id": 21604, + "id": 22745, "properties": { "east": "low", "north": "low", @@ -179451,7 +189206,7 @@ } }, { - "id": 21605, + "id": 22746, "properties": { "east": "low", "north": "low", @@ -179462,7 +189217,7 @@ } }, { - "id": 21606, + "id": 22747, "properties": { "east": "low", "north": "tall", @@ -179473,7 +189228,7 @@ } }, { - "id": 21607, + "id": 22748, "properties": { "east": "low", "north": "tall", @@ -179484,7 +189239,7 @@ } }, { - "id": 21608, + "id": 22749, "properties": { "east": "low", "north": "tall", @@ -179495,7 +189250,7 @@ } }, { - "id": 21609, + "id": 22750, "properties": { "east": "low", "north": "tall", @@ -179506,7 +189261,7 @@ } }, { - "id": 21610, + "id": 22751, "properties": { "east": "low", "north": "tall", @@ -179517,7 +189272,7 @@ } }, { - "id": 21611, + "id": 22752, "properties": { "east": "low", "north": "tall", @@ -179528,7 +189283,7 @@ } }, { - "id": 21612, + "id": 22753, "properties": { "east": "low", "north": "tall", @@ -179539,7 +189294,7 @@ } }, { - "id": 21613, + "id": 22754, "properties": { "east": "low", "north": "tall", @@ -179550,7 +189305,7 @@ } }, { - "id": 21614, + "id": 22755, "properties": { "east": "low", "north": "tall", @@ -179561,7 +189316,7 @@ } }, { - "id": 21615, + "id": 22756, "properties": { "east": "low", "north": "tall", @@ -179572,7 +189327,7 @@ } }, { - "id": 21616, + "id": 22757, "properties": { "east": "low", "north": "tall", @@ -179583,7 +189338,7 @@ } }, { - "id": 21617, + "id": 22758, "properties": { "east": "low", "north": "tall", @@ -179594,7 +189349,7 @@ } }, { - "id": 21618, + "id": 22759, "properties": { "east": "low", "north": "tall", @@ -179605,7 +189360,7 @@ } }, { - "id": 21619, + "id": 22760, "properties": { "east": "low", "north": "tall", @@ -179616,7 +189371,7 @@ } }, { - "id": 21620, + "id": 22761, "properties": { "east": "low", "north": "tall", @@ -179627,7 +189382,7 @@ } }, { - "id": 21621, + "id": 22762, "properties": { "east": "low", "north": "tall", @@ -179638,7 +189393,7 @@ } }, { - "id": 21622, + "id": 22763, "properties": { "east": "low", "north": "tall", @@ -179649,7 +189404,7 @@ } }, { - "id": 21623, + "id": 22764, "properties": { "east": "low", "north": "tall", @@ -179660,7 +189415,7 @@ } }, { - "id": 21624, + "id": 22765, "properties": { "east": "low", "north": "tall", @@ -179671,7 +189426,7 @@ } }, { - "id": 21625, + "id": 22766, "properties": { "east": "low", "north": "tall", @@ -179682,7 +189437,7 @@ } }, { - "id": 21626, + "id": 22767, "properties": { "east": "low", "north": "tall", @@ -179693,7 +189448,7 @@ } }, { - "id": 21627, + "id": 22768, "properties": { "east": "low", "north": "tall", @@ -179704,7 +189459,7 @@ } }, { - "id": 21628, + "id": 22769, "properties": { "east": "low", "north": "tall", @@ -179715,7 +189470,7 @@ } }, { - "id": 21629, + "id": 22770, "properties": { "east": "low", "north": "tall", @@ -179726,7 +189481,7 @@ } }, { - "id": 21630, + "id": 22771, "properties": { "east": "low", "north": "tall", @@ -179737,7 +189492,7 @@ } }, { - "id": 21631, + "id": 22772, "properties": { "east": "low", "north": "tall", @@ -179748,7 +189503,7 @@ } }, { - "id": 21632, + "id": 22773, "properties": { "east": "low", "north": "tall", @@ -179759,7 +189514,7 @@ } }, { - "id": 21633, + "id": 22774, "properties": { "east": "low", "north": "tall", @@ -179770,7 +189525,7 @@ } }, { - "id": 21634, + "id": 22775, "properties": { "east": "low", "north": "tall", @@ -179781,7 +189536,7 @@ } }, { - "id": 21635, + "id": 22776, "properties": { "east": "low", "north": "tall", @@ -179792,7 +189547,7 @@ } }, { - "id": 21636, + "id": 22777, "properties": { "east": "low", "north": "tall", @@ -179803,7 +189558,7 @@ } }, { - "id": 21637, + "id": 22778, "properties": { "east": "low", "north": "tall", @@ -179814,7 +189569,7 @@ } }, { - "id": 21638, + "id": 22779, "properties": { "east": "low", "north": "tall", @@ -179825,7 +189580,7 @@ } }, { - "id": 21639, + "id": 22780, "properties": { "east": "low", "north": "tall", @@ -179836,7 +189591,7 @@ } }, { - "id": 21640, + "id": 22781, "properties": { "east": "low", "north": "tall", @@ -179847,7 +189602,7 @@ } }, { - "id": 21641, + "id": 22782, "properties": { "east": "low", "north": "tall", @@ -179858,7 +189613,7 @@ } }, { - "id": 21642, + "id": 22783, "properties": { "east": "tall", "north": "none", @@ -179869,7 +189624,7 @@ } }, { - "id": 21643, + "id": 22784, "properties": { "east": "tall", "north": "none", @@ -179880,7 +189635,7 @@ } }, { - "id": 21644, + "id": 22785, "properties": { "east": "tall", "north": "none", @@ -179891,7 +189646,7 @@ } }, { - "id": 21645, + "id": 22786, "properties": { "east": "tall", "north": "none", @@ -179902,7 +189657,7 @@ } }, { - "id": 21646, + "id": 22787, "properties": { "east": "tall", "north": "none", @@ -179913,7 +189668,7 @@ } }, { - "id": 21647, + "id": 22788, "properties": { "east": "tall", "north": "none", @@ -179924,7 +189679,7 @@ } }, { - "id": 21648, + "id": 22789, "properties": { "east": "tall", "north": "none", @@ -179935,7 +189690,7 @@ } }, { - "id": 21649, + "id": 22790, "properties": { "east": "tall", "north": "none", @@ -179946,7 +189701,7 @@ } }, { - "id": 21650, + "id": 22791, "properties": { "east": "tall", "north": "none", @@ -179957,7 +189712,7 @@ } }, { - "id": 21651, + "id": 22792, "properties": { "east": "tall", "north": "none", @@ -179968,7 +189723,7 @@ } }, { - "id": 21652, + "id": 22793, "properties": { "east": "tall", "north": "none", @@ -179979,7 +189734,7 @@ } }, { - "id": 21653, + "id": 22794, "properties": { "east": "tall", "north": "none", @@ -179990,7 +189745,7 @@ } }, { - "id": 21654, + "id": 22795, "properties": { "east": "tall", "north": "none", @@ -180001,7 +189756,7 @@ } }, { - "id": 21655, + "id": 22796, "properties": { "east": "tall", "north": "none", @@ -180012,7 +189767,7 @@ } }, { - "id": 21656, + "id": 22797, "properties": { "east": "tall", "north": "none", @@ -180023,7 +189778,7 @@ } }, { - "id": 21657, + "id": 22798, "properties": { "east": "tall", "north": "none", @@ -180034,7 +189789,7 @@ } }, { - "id": 21658, + "id": 22799, "properties": { "east": "tall", "north": "none", @@ -180045,7 +189800,7 @@ } }, { - "id": 21659, + "id": 22800, "properties": { "east": "tall", "north": "none", @@ -180056,7 +189811,7 @@ } }, { - "id": 21660, + "id": 22801, "properties": { "east": "tall", "north": "none", @@ -180067,7 +189822,7 @@ } }, { - "id": 21661, + "id": 22802, "properties": { "east": "tall", "north": "none", @@ -180078,7 +189833,7 @@ } }, { - "id": 21662, + "id": 22803, "properties": { "east": "tall", "north": "none", @@ -180089,7 +189844,7 @@ } }, { - "id": 21663, + "id": 22804, "properties": { "east": "tall", "north": "none", @@ -180100,7 +189855,7 @@ } }, { - "id": 21664, + "id": 22805, "properties": { "east": "tall", "north": "none", @@ -180111,7 +189866,7 @@ } }, { - "id": 21665, + "id": 22806, "properties": { "east": "tall", "north": "none", @@ -180122,7 +189877,7 @@ } }, { - "id": 21666, + "id": 22807, "properties": { "east": "tall", "north": "none", @@ -180133,7 +189888,7 @@ } }, { - "id": 21667, + "id": 22808, "properties": { "east": "tall", "north": "none", @@ -180144,7 +189899,7 @@ } }, { - "id": 21668, + "id": 22809, "properties": { "east": "tall", "north": "none", @@ -180155,7 +189910,7 @@ } }, { - "id": 21669, + "id": 22810, "properties": { "east": "tall", "north": "none", @@ -180166,7 +189921,7 @@ } }, { - "id": 21670, + "id": 22811, "properties": { "east": "tall", "north": "none", @@ -180177,7 +189932,7 @@ } }, { - "id": 21671, + "id": 22812, "properties": { "east": "tall", "north": "none", @@ -180188,7 +189943,7 @@ } }, { - "id": 21672, + "id": 22813, "properties": { "east": "tall", "north": "none", @@ -180199,7 +189954,7 @@ } }, { - "id": 21673, + "id": 22814, "properties": { "east": "tall", "north": "none", @@ -180210,7 +189965,7 @@ } }, { - "id": 21674, + "id": 22815, "properties": { "east": "tall", "north": "none", @@ -180221,7 +189976,7 @@ } }, { - "id": 21675, + "id": 22816, "properties": { "east": "tall", "north": "none", @@ -180232,7 +189987,7 @@ } }, { - "id": 21676, + "id": 22817, "properties": { "east": "tall", "north": "none", @@ -180243,7 +189998,7 @@ } }, { - "id": 21677, + "id": 22818, "properties": { "east": "tall", "north": "none", @@ -180254,7 +190009,7 @@ } }, { - "id": 21678, + "id": 22819, "properties": { "east": "tall", "north": "low", @@ -180265,7 +190020,7 @@ } }, { - "id": 21679, + "id": 22820, "properties": { "east": "tall", "north": "low", @@ -180276,7 +190031,7 @@ } }, { - "id": 21680, + "id": 22821, "properties": { "east": "tall", "north": "low", @@ -180287,7 +190042,7 @@ } }, { - "id": 21681, + "id": 22822, "properties": { "east": "tall", "north": "low", @@ -180298,7 +190053,7 @@ } }, { - "id": 21682, + "id": 22823, "properties": { "east": "tall", "north": "low", @@ -180309,7 +190064,7 @@ } }, { - "id": 21683, + "id": 22824, "properties": { "east": "tall", "north": "low", @@ -180320,7 +190075,7 @@ } }, { - "id": 21684, + "id": 22825, "properties": { "east": "tall", "north": "low", @@ -180331,7 +190086,7 @@ } }, { - "id": 21685, + "id": 22826, "properties": { "east": "tall", "north": "low", @@ -180342,7 +190097,7 @@ } }, { - "id": 21686, + "id": 22827, "properties": { "east": "tall", "north": "low", @@ -180353,7 +190108,7 @@ } }, { - "id": 21687, + "id": 22828, "properties": { "east": "tall", "north": "low", @@ -180364,7 +190119,7 @@ } }, { - "id": 21688, + "id": 22829, "properties": { "east": "tall", "north": "low", @@ -180375,7 +190130,7 @@ } }, { - "id": 21689, + "id": 22830, "properties": { "east": "tall", "north": "low", @@ -180386,7 +190141,7 @@ } }, { - "id": 21690, + "id": 22831, "properties": { "east": "tall", "north": "low", @@ -180397,7 +190152,7 @@ } }, { - "id": 21691, + "id": 22832, "properties": { "east": "tall", "north": "low", @@ -180408,7 +190163,7 @@ } }, { - "id": 21692, + "id": 22833, "properties": { "east": "tall", "north": "low", @@ -180419,7 +190174,7 @@ } }, { - "id": 21693, + "id": 22834, "properties": { "east": "tall", "north": "low", @@ -180430,7 +190185,7 @@ } }, { - "id": 21694, + "id": 22835, "properties": { "east": "tall", "north": "low", @@ -180441,7 +190196,7 @@ } }, { - "id": 21695, + "id": 22836, "properties": { "east": "tall", "north": "low", @@ -180452,7 +190207,7 @@ } }, { - "id": 21696, + "id": 22837, "properties": { "east": "tall", "north": "low", @@ -180463,7 +190218,7 @@ } }, { - "id": 21697, + "id": 22838, "properties": { "east": "tall", "north": "low", @@ -180474,7 +190229,7 @@ } }, { - "id": 21698, + "id": 22839, "properties": { "east": "tall", "north": "low", @@ -180485,7 +190240,7 @@ } }, { - "id": 21699, + "id": 22840, "properties": { "east": "tall", "north": "low", @@ -180496,7 +190251,7 @@ } }, { - "id": 21700, + "id": 22841, "properties": { "east": "tall", "north": "low", @@ -180507,7 +190262,7 @@ } }, { - "id": 21701, + "id": 22842, "properties": { "east": "tall", "north": "low", @@ -180518,7 +190273,7 @@ } }, { - "id": 21702, + "id": 22843, "properties": { "east": "tall", "north": "low", @@ -180529,7 +190284,7 @@ } }, { - "id": 21703, + "id": 22844, "properties": { "east": "tall", "north": "low", @@ -180540,7 +190295,7 @@ } }, { - "id": 21704, + "id": 22845, "properties": { "east": "tall", "north": "low", @@ -180551,7 +190306,7 @@ } }, { - "id": 21705, + "id": 22846, "properties": { "east": "tall", "north": "low", @@ -180562,7 +190317,7 @@ } }, { - "id": 21706, + "id": 22847, "properties": { "east": "tall", "north": "low", @@ -180573,7 +190328,7 @@ } }, { - "id": 21707, + "id": 22848, "properties": { "east": "tall", "north": "low", @@ -180584,7 +190339,7 @@ } }, { - "id": 21708, + "id": 22849, "properties": { "east": "tall", "north": "low", @@ -180595,7 +190350,7 @@ } }, { - "id": 21709, + "id": 22850, "properties": { "east": "tall", "north": "low", @@ -180606,7 +190361,7 @@ } }, { - "id": 21710, + "id": 22851, "properties": { "east": "tall", "north": "low", @@ -180617,7 +190372,7 @@ } }, { - "id": 21711, + "id": 22852, "properties": { "east": "tall", "north": "low", @@ -180628,7 +190383,7 @@ } }, { - "id": 21712, + "id": 22853, "properties": { "east": "tall", "north": "low", @@ -180639,7 +190394,7 @@ } }, { - "id": 21713, + "id": 22854, "properties": { "east": "tall", "north": "low", @@ -180650,7 +190405,7 @@ } }, { - "id": 21714, + "id": 22855, "properties": { "east": "tall", "north": "tall", @@ -180661,7 +190416,7 @@ } }, { - "id": 21715, + "id": 22856, "properties": { "east": "tall", "north": "tall", @@ -180672,7 +190427,7 @@ } }, { - "id": 21716, + "id": 22857, "properties": { "east": "tall", "north": "tall", @@ -180683,7 +190438,7 @@ } }, { - "id": 21717, + "id": 22858, "properties": { "east": "tall", "north": "tall", @@ -180694,7 +190449,7 @@ } }, { - "id": 21718, + "id": 22859, "properties": { "east": "tall", "north": "tall", @@ -180705,7 +190460,7 @@ } }, { - "id": 21719, + "id": 22860, "properties": { "east": "tall", "north": "tall", @@ -180716,7 +190471,7 @@ } }, { - "id": 21720, + "id": 22861, "properties": { "east": "tall", "north": "tall", @@ -180727,7 +190482,7 @@ } }, { - "id": 21721, + "id": 22862, "properties": { "east": "tall", "north": "tall", @@ -180738,7 +190493,7 @@ } }, { - "id": 21722, + "id": 22863, "properties": { "east": "tall", "north": "tall", @@ -180749,7 +190504,7 @@ } }, { - "id": 21723, + "id": 22864, "properties": { "east": "tall", "north": "tall", @@ -180760,7 +190515,7 @@ } }, { - "id": 21724, + "id": 22865, "properties": { "east": "tall", "north": "tall", @@ -180771,7 +190526,7 @@ } }, { - "id": 21725, + "id": 22866, "properties": { "east": "tall", "north": "tall", @@ -180782,7 +190537,7 @@ } }, { - "id": 21726, + "id": 22867, "properties": { "east": "tall", "north": "tall", @@ -180793,7 +190548,7 @@ } }, { - "id": 21727, + "id": 22868, "properties": { "east": "tall", "north": "tall", @@ -180804,7 +190559,7 @@ } }, { - "id": 21728, + "id": 22869, "properties": { "east": "tall", "north": "tall", @@ -180815,7 +190570,7 @@ } }, { - "id": 21729, + "id": 22870, "properties": { "east": "tall", "north": "tall", @@ -180826,7 +190581,7 @@ } }, { - "id": 21730, + "id": 22871, "properties": { "east": "tall", "north": "tall", @@ -180837,7 +190592,7 @@ } }, { - "id": 21731, + "id": 22872, "properties": { "east": "tall", "north": "tall", @@ -180848,7 +190603,7 @@ } }, { - "id": 21732, + "id": 22873, "properties": { "east": "tall", "north": "tall", @@ -180859,7 +190614,7 @@ } }, { - "id": 21733, + "id": 22874, "properties": { "east": "tall", "north": "tall", @@ -180870,7 +190625,7 @@ } }, { - "id": 21734, + "id": 22875, "properties": { "east": "tall", "north": "tall", @@ -180881,7 +190636,7 @@ } }, { - "id": 21735, + "id": 22876, "properties": { "east": "tall", "north": "tall", @@ -180892,7 +190647,7 @@ } }, { - "id": 21736, + "id": 22877, "properties": { "east": "tall", "north": "tall", @@ -180903,7 +190658,7 @@ } }, { - "id": 21737, + "id": 22878, "properties": { "east": "tall", "north": "tall", @@ -180914,7 +190669,7 @@ } }, { - "id": 21738, + "id": 22879, "properties": { "east": "tall", "north": "tall", @@ -180925,7 +190680,7 @@ } }, { - "id": 21739, + "id": 22880, "properties": { "east": "tall", "north": "tall", @@ -180936,7 +190691,7 @@ } }, { - "id": 21740, + "id": 22881, "properties": { "east": "tall", "north": "tall", @@ -180947,7 +190702,7 @@ } }, { - "id": 21741, + "id": 22882, "properties": { "east": "tall", "north": "tall", @@ -180958,7 +190713,7 @@ } }, { - "id": 21742, + "id": 22883, "properties": { "east": "tall", "north": "tall", @@ -180969,7 +190724,7 @@ } }, { - "id": 21743, + "id": 22884, "properties": { "east": "tall", "north": "tall", @@ -180980,7 +190735,7 @@ } }, { - "id": 21744, + "id": 22885, "properties": { "east": "tall", "north": "tall", @@ -180991,7 +190746,7 @@ } }, { - "id": 21745, + "id": 22886, "properties": { "east": "tall", "north": "tall", @@ -181002,7 +190757,7 @@ } }, { - "id": 21746, + "id": 22887, "properties": { "east": "tall", "north": "tall", @@ -181013,7 +190768,7 @@ } }, { - "id": 21747, + "id": 22888, "properties": { "east": "tall", "north": "tall", @@ -181024,7 +190779,7 @@ } }, { - "id": 21748, + "id": 22889, "properties": { "east": "tall", "north": "tall", @@ -181035,7 +190790,7 @@ } }, { - "id": 21749, + "id": 22890, "properties": { "east": "tall", "north": "tall", @@ -181055,7 +190810,7 @@ "states": [ { "default": true, - "id": 26378 + "id": 28135 } ] }, @@ -181077,21 +190832,21 @@ }, "states": [ { - "id": 26459, + "id": 28216, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 26460, + "id": 28217, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 26461, + "id": 28218, "properties": { "type": "bottom", "waterlogged": "true" @@ -181099,21 +190854,21 @@ }, { "default": true, - "id": 26462, + "id": 28219, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 26463, + "id": 28220, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 26464, + "id": 28221, "properties": { "type": "double", "waterlogged": "false" @@ -181154,7 +190909,7 @@ }, "states": [ { - "id": 26379, + "id": 28136, "properties": { "facing": "north", "half": "top", @@ -181163,7 +190918,7 @@ } }, { - "id": 26380, + "id": 28137, "properties": { "facing": "north", "half": "top", @@ -181172,7 +190927,7 @@ } }, { - "id": 26381, + "id": 28138, "properties": { "facing": "north", "half": "top", @@ -181181,7 +190936,7 @@ } }, { - "id": 26382, + "id": 28139, "properties": { "facing": "north", "half": "top", @@ -181190,7 +190945,7 @@ } }, { - "id": 26383, + "id": 28140, "properties": { "facing": "north", "half": "top", @@ -181199,7 +190954,7 @@ } }, { - "id": 26384, + "id": 28141, "properties": { "facing": "north", "half": "top", @@ -181208,7 +190963,7 @@ } }, { - "id": 26385, + "id": 28142, "properties": { "facing": "north", "half": "top", @@ -181217,7 +190972,7 @@ } }, { - "id": 26386, + "id": 28143, "properties": { "facing": "north", "half": "top", @@ -181226,7 +190981,7 @@ } }, { - "id": 26387, + "id": 28144, "properties": { "facing": "north", "half": "top", @@ -181235,7 +190990,7 @@ } }, { - "id": 26388, + "id": 28145, "properties": { "facing": "north", "half": "top", @@ -181244,7 +190999,7 @@ } }, { - "id": 26389, + "id": 28146, "properties": { "facing": "north", "half": "bottom", @@ -181254,7 +191009,7 @@ }, { "default": true, - "id": 26390, + "id": 28147, "properties": { "facing": "north", "half": "bottom", @@ -181263,7 +191018,7 @@ } }, { - "id": 26391, + "id": 28148, "properties": { "facing": "north", "half": "bottom", @@ -181272,7 +191027,7 @@ } }, { - "id": 26392, + "id": 28149, "properties": { "facing": "north", "half": "bottom", @@ -181281,7 +191036,7 @@ } }, { - "id": 26393, + "id": 28150, "properties": { "facing": "north", "half": "bottom", @@ -181290,7 +191045,7 @@ } }, { - "id": 26394, + "id": 28151, "properties": { "facing": "north", "half": "bottom", @@ -181299,7 +191054,7 @@ } }, { - "id": 26395, + "id": 28152, "properties": { "facing": "north", "half": "bottom", @@ -181308,7 +191063,7 @@ } }, { - "id": 26396, + "id": 28153, "properties": { "facing": "north", "half": "bottom", @@ -181317,7 +191072,7 @@ } }, { - "id": 26397, + "id": 28154, "properties": { "facing": "north", "half": "bottom", @@ -181326,7 +191081,7 @@ } }, { - "id": 26398, + "id": 28155, "properties": { "facing": "north", "half": "bottom", @@ -181335,7 +191090,7 @@ } }, { - "id": 26399, + "id": 28156, "properties": { "facing": "south", "half": "top", @@ -181344,7 +191099,7 @@ } }, { - "id": 26400, + "id": 28157, "properties": { "facing": "south", "half": "top", @@ -181353,7 +191108,7 @@ } }, { - "id": 26401, + "id": 28158, "properties": { "facing": "south", "half": "top", @@ -181362,7 +191117,7 @@ } }, { - "id": 26402, + "id": 28159, "properties": { "facing": "south", "half": "top", @@ -181371,7 +191126,7 @@ } }, { - "id": 26403, + "id": 28160, "properties": { "facing": "south", "half": "top", @@ -181380,7 +191135,7 @@ } }, { - "id": 26404, + "id": 28161, "properties": { "facing": "south", "half": "top", @@ -181389,7 +191144,7 @@ } }, { - "id": 26405, + "id": 28162, "properties": { "facing": "south", "half": "top", @@ -181398,7 +191153,7 @@ } }, { - "id": 26406, + "id": 28163, "properties": { "facing": "south", "half": "top", @@ -181407,7 +191162,7 @@ } }, { - "id": 26407, + "id": 28164, "properties": { "facing": "south", "half": "top", @@ -181416,7 +191171,7 @@ } }, { - "id": 26408, + "id": 28165, "properties": { "facing": "south", "half": "top", @@ -181425,7 +191180,7 @@ } }, { - "id": 26409, + "id": 28166, "properties": { "facing": "south", "half": "bottom", @@ -181434,7 +191189,7 @@ } }, { - "id": 26410, + "id": 28167, "properties": { "facing": "south", "half": "bottom", @@ -181443,7 +191198,7 @@ } }, { - "id": 26411, + "id": 28168, "properties": { "facing": "south", "half": "bottom", @@ -181452,7 +191207,7 @@ } }, { - "id": 26412, + "id": 28169, "properties": { "facing": "south", "half": "bottom", @@ -181461,7 +191216,7 @@ } }, { - "id": 26413, + "id": 28170, "properties": { "facing": "south", "half": "bottom", @@ -181470,7 +191225,7 @@ } }, { - "id": 26414, + "id": 28171, "properties": { "facing": "south", "half": "bottom", @@ -181479,7 +191234,7 @@ } }, { - "id": 26415, + "id": 28172, "properties": { "facing": "south", "half": "bottom", @@ -181488,7 +191243,7 @@ } }, { - "id": 26416, + "id": 28173, "properties": { "facing": "south", "half": "bottom", @@ -181497,7 +191252,7 @@ } }, { - "id": 26417, + "id": 28174, "properties": { "facing": "south", "half": "bottom", @@ -181506,7 +191261,7 @@ } }, { - "id": 26418, + "id": 28175, "properties": { "facing": "south", "half": "bottom", @@ -181515,7 +191270,7 @@ } }, { - "id": 26419, + "id": 28176, "properties": { "facing": "west", "half": "top", @@ -181524,7 +191279,7 @@ } }, { - "id": 26420, + "id": 28177, "properties": { "facing": "west", "half": "top", @@ -181533,7 +191288,7 @@ } }, { - "id": 26421, + "id": 28178, "properties": { "facing": "west", "half": "top", @@ -181542,7 +191297,7 @@ } }, { - "id": 26422, + "id": 28179, "properties": { "facing": "west", "half": "top", @@ -181551,7 +191306,7 @@ } }, { - "id": 26423, + "id": 28180, "properties": { "facing": "west", "half": "top", @@ -181560,7 +191315,7 @@ } }, { - "id": 26424, + "id": 28181, "properties": { "facing": "west", "half": "top", @@ -181569,7 +191324,7 @@ } }, { - "id": 26425, + "id": 28182, "properties": { "facing": "west", "half": "top", @@ -181578,7 +191333,7 @@ } }, { - "id": 26426, + "id": 28183, "properties": { "facing": "west", "half": "top", @@ -181587,7 +191342,7 @@ } }, { - "id": 26427, + "id": 28184, "properties": { "facing": "west", "half": "top", @@ -181596,7 +191351,7 @@ } }, { - "id": 26428, + "id": 28185, "properties": { "facing": "west", "half": "top", @@ -181605,7 +191360,7 @@ } }, { - "id": 26429, + "id": 28186, "properties": { "facing": "west", "half": "bottom", @@ -181614,7 +191369,7 @@ } }, { - "id": 26430, + "id": 28187, "properties": { "facing": "west", "half": "bottom", @@ -181623,7 +191378,7 @@ } }, { - "id": 26431, + "id": 28188, "properties": { "facing": "west", "half": "bottom", @@ -181632,7 +191387,7 @@ } }, { - "id": 26432, + "id": 28189, "properties": { "facing": "west", "half": "bottom", @@ -181641,7 +191396,7 @@ } }, { - "id": 26433, + "id": 28190, "properties": { "facing": "west", "half": "bottom", @@ -181650,7 +191405,7 @@ } }, { - "id": 26434, + "id": 28191, "properties": { "facing": "west", "half": "bottom", @@ -181659,7 +191414,7 @@ } }, { - "id": 26435, + "id": 28192, "properties": { "facing": "west", "half": "bottom", @@ -181668,7 +191423,7 @@ } }, { - "id": 26436, + "id": 28193, "properties": { "facing": "west", "half": "bottom", @@ -181677,7 +191432,7 @@ } }, { - "id": 26437, + "id": 28194, "properties": { "facing": "west", "half": "bottom", @@ -181686,7 +191441,7 @@ } }, { - "id": 26438, + "id": 28195, "properties": { "facing": "west", "half": "bottom", @@ -181695,7 +191450,7 @@ } }, { - "id": 26439, + "id": 28196, "properties": { "facing": "east", "half": "top", @@ -181704,7 +191459,7 @@ } }, { - "id": 26440, + "id": 28197, "properties": { "facing": "east", "half": "top", @@ -181713,7 +191468,7 @@ } }, { - "id": 26441, + "id": 28198, "properties": { "facing": "east", "half": "top", @@ -181722,7 +191477,7 @@ } }, { - "id": 26442, + "id": 28199, "properties": { "facing": "east", "half": "top", @@ -181731,7 +191486,7 @@ } }, { - "id": 26443, + "id": 28200, "properties": { "facing": "east", "half": "top", @@ -181740,7 +191495,7 @@ } }, { - "id": 26444, + "id": 28201, "properties": { "facing": "east", "half": "top", @@ -181749,7 +191504,7 @@ } }, { - "id": 26445, + "id": 28202, "properties": { "facing": "east", "half": "top", @@ -181758,7 +191513,7 @@ } }, { - "id": 26446, + "id": 28203, "properties": { "facing": "east", "half": "top", @@ -181767,7 +191522,7 @@ } }, { - "id": 26447, + "id": 28204, "properties": { "facing": "east", "half": "top", @@ -181776,7 +191531,7 @@ } }, { - "id": 26448, + "id": 28205, "properties": { "facing": "east", "half": "top", @@ -181785,7 +191540,7 @@ } }, { - "id": 26449, + "id": 28206, "properties": { "facing": "east", "half": "bottom", @@ -181794,7 +191549,7 @@ } }, { - "id": 26450, + "id": 28207, "properties": { "facing": "east", "half": "bottom", @@ -181803,7 +191558,7 @@ } }, { - "id": 26451, + "id": 28208, "properties": { "facing": "east", "half": "bottom", @@ -181812,7 +191567,7 @@ } }, { - "id": 26452, + "id": 28209, "properties": { "facing": "east", "half": "bottom", @@ -181821,7 +191576,7 @@ } }, { - "id": 26453, + "id": 28210, "properties": { "facing": "east", "half": "bottom", @@ -181830,7 +191585,7 @@ } }, { - "id": 26454, + "id": 28211, "properties": { "facing": "east", "half": "bottom", @@ -181839,7 +191594,7 @@ } }, { - "id": 26455, + "id": 28212, "properties": { "facing": "east", "half": "bottom", @@ -181848,7 +191603,7 @@ } }, { - "id": 26456, + "id": 28213, "properties": { "facing": "east", "half": "bottom", @@ -181857,7 +191612,7 @@ } }, { - "id": 26457, + "id": 28214, "properties": { "facing": "east", "half": "bottom", @@ -181866,7 +191621,7 @@ } }, { - "id": 26458, + "id": 28215, "properties": { "facing": "east", "half": "bottom", @@ -181913,7 +191668,7 @@ }, "states": [ { - "id": 26465, + "id": 28222, "properties": { "east": "none", "north": "none", @@ -181924,7 +191679,7 @@ } }, { - "id": 26466, + "id": 28223, "properties": { "east": "none", "north": "none", @@ -181935,7 +191690,7 @@ } }, { - "id": 26467, + "id": 28224, "properties": { "east": "none", "north": "none", @@ -181947,7 +191702,7 @@ }, { "default": true, - "id": 26468, + "id": 28225, "properties": { "east": "none", "north": "none", @@ -181958,7 +191713,7 @@ } }, { - "id": 26469, + "id": 28226, "properties": { "east": "none", "north": "none", @@ -181969,7 +191724,7 @@ } }, { - "id": 26470, + "id": 28227, "properties": { "east": "none", "north": "none", @@ -181980,7 +191735,7 @@ } }, { - "id": 26471, + "id": 28228, "properties": { "east": "none", "north": "none", @@ -181991,7 +191746,7 @@ } }, { - "id": 26472, + "id": 28229, "properties": { "east": "none", "north": "none", @@ -182002,7 +191757,7 @@ } }, { - "id": 26473, + "id": 28230, "properties": { "east": "none", "north": "none", @@ -182013,7 +191768,7 @@ } }, { - "id": 26474, + "id": 28231, "properties": { "east": "none", "north": "none", @@ -182024,7 +191779,7 @@ } }, { - "id": 26475, + "id": 28232, "properties": { "east": "none", "north": "none", @@ -182035,7 +191790,7 @@ } }, { - "id": 26476, + "id": 28233, "properties": { "east": "none", "north": "none", @@ -182046,7 +191801,7 @@ } }, { - "id": 26477, + "id": 28234, "properties": { "east": "none", "north": "none", @@ -182057,7 +191812,7 @@ } }, { - "id": 26478, + "id": 28235, "properties": { "east": "none", "north": "none", @@ -182068,7 +191823,7 @@ } }, { - "id": 26479, + "id": 28236, "properties": { "east": "none", "north": "none", @@ -182079,7 +191834,7 @@ } }, { - "id": 26480, + "id": 28237, "properties": { "east": "none", "north": "none", @@ -182090,7 +191845,7 @@ } }, { - "id": 26481, + "id": 28238, "properties": { "east": "none", "north": "none", @@ -182101,7 +191856,7 @@ } }, { - "id": 26482, + "id": 28239, "properties": { "east": "none", "north": "none", @@ -182112,7 +191867,7 @@ } }, { - "id": 26483, + "id": 28240, "properties": { "east": "none", "north": "none", @@ -182123,7 +191878,7 @@ } }, { - "id": 26484, + "id": 28241, "properties": { "east": "none", "north": "none", @@ -182134,7 +191889,7 @@ } }, { - "id": 26485, + "id": 28242, "properties": { "east": "none", "north": "none", @@ -182145,7 +191900,7 @@ } }, { - "id": 26486, + "id": 28243, "properties": { "east": "none", "north": "none", @@ -182156,7 +191911,7 @@ } }, { - "id": 26487, + "id": 28244, "properties": { "east": "none", "north": "none", @@ -182167,7 +191922,7 @@ } }, { - "id": 26488, + "id": 28245, "properties": { "east": "none", "north": "none", @@ -182178,7 +191933,7 @@ } }, { - "id": 26489, + "id": 28246, "properties": { "east": "none", "north": "none", @@ -182189,7 +191944,7 @@ } }, { - "id": 26490, + "id": 28247, "properties": { "east": "none", "north": "none", @@ -182200,7 +191955,7 @@ } }, { - "id": 26491, + "id": 28248, "properties": { "east": "none", "north": "none", @@ -182211,7 +191966,7 @@ } }, { - "id": 26492, + "id": 28249, "properties": { "east": "none", "north": "none", @@ -182222,7 +191977,7 @@ } }, { - "id": 26493, + "id": 28250, "properties": { "east": "none", "north": "none", @@ -182233,7 +191988,7 @@ } }, { - "id": 26494, + "id": 28251, "properties": { "east": "none", "north": "none", @@ -182244,7 +191999,7 @@ } }, { - "id": 26495, + "id": 28252, "properties": { "east": "none", "north": "none", @@ -182255,7 +192010,7 @@ } }, { - "id": 26496, + "id": 28253, "properties": { "east": "none", "north": "none", @@ -182266,7 +192021,7 @@ } }, { - "id": 26497, + "id": 28254, "properties": { "east": "none", "north": "none", @@ -182277,7 +192032,7 @@ } }, { - "id": 26498, + "id": 28255, "properties": { "east": "none", "north": "none", @@ -182288,7 +192043,7 @@ } }, { - "id": 26499, + "id": 28256, "properties": { "east": "none", "north": "none", @@ -182299,7 +192054,7 @@ } }, { - "id": 26500, + "id": 28257, "properties": { "east": "none", "north": "none", @@ -182310,7 +192065,7 @@ } }, { - "id": 26501, + "id": 28258, "properties": { "east": "none", "north": "low", @@ -182321,7 +192076,7 @@ } }, { - "id": 26502, + "id": 28259, "properties": { "east": "none", "north": "low", @@ -182332,7 +192087,7 @@ } }, { - "id": 26503, + "id": 28260, "properties": { "east": "none", "north": "low", @@ -182343,7 +192098,7 @@ } }, { - "id": 26504, + "id": 28261, "properties": { "east": "none", "north": "low", @@ -182354,7 +192109,7 @@ } }, { - "id": 26505, + "id": 28262, "properties": { "east": "none", "north": "low", @@ -182365,7 +192120,7 @@ } }, { - "id": 26506, + "id": 28263, "properties": { "east": "none", "north": "low", @@ -182376,7 +192131,7 @@ } }, { - "id": 26507, + "id": 28264, "properties": { "east": "none", "north": "low", @@ -182387,7 +192142,7 @@ } }, { - "id": 26508, + "id": 28265, "properties": { "east": "none", "north": "low", @@ -182398,7 +192153,7 @@ } }, { - "id": 26509, + "id": 28266, "properties": { "east": "none", "north": "low", @@ -182409,7 +192164,7 @@ } }, { - "id": 26510, + "id": 28267, "properties": { "east": "none", "north": "low", @@ -182420,7 +192175,7 @@ } }, { - "id": 26511, + "id": 28268, "properties": { "east": "none", "north": "low", @@ -182431,7 +192186,7 @@ } }, { - "id": 26512, + "id": 28269, "properties": { "east": "none", "north": "low", @@ -182442,7 +192197,7 @@ } }, { - "id": 26513, + "id": 28270, "properties": { "east": "none", "north": "low", @@ -182453,7 +192208,7 @@ } }, { - "id": 26514, + "id": 28271, "properties": { "east": "none", "north": "low", @@ -182464,7 +192219,7 @@ } }, { - "id": 26515, + "id": 28272, "properties": { "east": "none", "north": "low", @@ -182475,7 +192230,7 @@ } }, { - "id": 26516, + "id": 28273, "properties": { "east": "none", "north": "low", @@ -182486,7 +192241,7 @@ } }, { - "id": 26517, + "id": 28274, "properties": { "east": "none", "north": "low", @@ -182497,7 +192252,7 @@ } }, { - "id": 26518, + "id": 28275, "properties": { "east": "none", "north": "low", @@ -182508,7 +192263,7 @@ } }, { - "id": 26519, + "id": 28276, "properties": { "east": "none", "north": "low", @@ -182519,7 +192274,7 @@ } }, { - "id": 26520, + "id": 28277, "properties": { "east": "none", "north": "low", @@ -182530,7 +192285,7 @@ } }, { - "id": 26521, + "id": 28278, "properties": { "east": "none", "north": "low", @@ -182541,7 +192296,7 @@ } }, { - "id": 26522, + "id": 28279, "properties": { "east": "none", "north": "low", @@ -182552,7 +192307,7 @@ } }, { - "id": 26523, + "id": 28280, "properties": { "east": "none", "north": "low", @@ -182563,7 +192318,7 @@ } }, { - "id": 26524, + "id": 28281, "properties": { "east": "none", "north": "low", @@ -182574,7 +192329,7 @@ } }, { - "id": 26525, + "id": 28282, "properties": { "east": "none", "north": "low", @@ -182585,7 +192340,7 @@ } }, { - "id": 26526, + "id": 28283, "properties": { "east": "none", "north": "low", @@ -182596,7 +192351,7 @@ } }, { - "id": 26527, + "id": 28284, "properties": { "east": "none", "north": "low", @@ -182607,7 +192362,7 @@ } }, { - "id": 26528, + "id": 28285, "properties": { "east": "none", "north": "low", @@ -182618,7 +192373,7 @@ } }, { - "id": 26529, + "id": 28286, "properties": { "east": "none", "north": "low", @@ -182629,7 +192384,7 @@ } }, { - "id": 26530, + "id": 28287, "properties": { "east": "none", "north": "low", @@ -182640,7 +192395,7 @@ } }, { - "id": 26531, + "id": 28288, "properties": { "east": "none", "north": "low", @@ -182651,7 +192406,7 @@ } }, { - "id": 26532, + "id": 28289, "properties": { "east": "none", "north": "low", @@ -182662,7 +192417,7 @@ } }, { - "id": 26533, + "id": 28290, "properties": { "east": "none", "north": "low", @@ -182673,7 +192428,7 @@ } }, { - "id": 26534, + "id": 28291, "properties": { "east": "none", "north": "low", @@ -182684,7 +192439,7 @@ } }, { - "id": 26535, + "id": 28292, "properties": { "east": "none", "north": "low", @@ -182695,7 +192450,7 @@ } }, { - "id": 26536, + "id": 28293, "properties": { "east": "none", "north": "low", @@ -182706,7 +192461,7 @@ } }, { - "id": 26537, + "id": 28294, "properties": { "east": "none", "north": "tall", @@ -182717,7 +192472,7 @@ } }, { - "id": 26538, + "id": 28295, "properties": { "east": "none", "north": "tall", @@ -182728,7 +192483,7 @@ } }, { - "id": 26539, + "id": 28296, "properties": { "east": "none", "north": "tall", @@ -182739,7 +192494,7 @@ } }, { - "id": 26540, + "id": 28297, "properties": { "east": "none", "north": "tall", @@ -182750,7 +192505,7 @@ } }, { - "id": 26541, + "id": 28298, "properties": { "east": "none", "north": "tall", @@ -182761,7 +192516,7 @@ } }, { - "id": 26542, + "id": 28299, "properties": { "east": "none", "north": "tall", @@ -182772,7 +192527,7 @@ } }, { - "id": 26543, + "id": 28300, "properties": { "east": "none", "north": "tall", @@ -182783,7 +192538,7 @@ } }, { - "id": 26544, + "id": 28301, "properties": { "east": "none", "north": "tall", @@ -182794,7 +192549,7 @@ } }, { - "id": 26545, + "id": 28302, "properties": { "east": "none", "north": "tall", @@ -182805,7 +192560,7 @@ } }, { - "id": 26546, + "id": 28303, "properties": { "east": "none", "north": "tall", @@ -182816,7 +192571,7 @@ } }, { - "id": 26547, + "id": 28304, "properties": { "east": "none", "north": "tall", @@ -182827,7 +192582,7 @@ } }, { - "id": 26548, + "id": 28305, "properties": { "east": "none", "north": "tall", @@ -182838,7 +192593,7 @@ } }, { - "id": 26549, + "id": 28306, "properties": { "east": "none", "north": "tall", @@ -182849,7 +192604,7 @@ } }, { - "id": 26550, + "id": 28307, "properties": { "east": "none", "north": "tall", @@ -182860,7 +192615,7 @@ } }, { - "id": 26551, + "id": 28308, "properties": { "east": "none", "north": "tall", @@ -182871,7 +192626,7 @@ } }, { - "id": 26552, + "id": 28309, "properties": { "east": "none", "north": "tall", @@ -182882,7 +192637,7 @@ } }, { - "id": 26553, + "id": 28310, "properties": { "east": "none", "north": "tall", @@ -182893,7 +192648,7 @@ } }, { - "id": 26554, + "id": 28311, "properties": { "east": "none", "north": "tall", @@ -182904,7 +192659,7 @@ } }, { - "id": 26555, + "id": 28312, "properties": { "east": "none", "north": "tall", @@ -182915,7 +192670,7 @@ } }, { - "id": 26556, + "id": 28313, "properties": { "east": "none", "north": "tall", @@ -182926,7 +192681,7 @@ } }, { - "id": 26557, + "id": 28314, "properties": { "east": "none", "north": "tall", @@ -182937,7 +192692,7 @@ } }, { - "id": 26558, + "id": 28315, "properties": { "east": "none", "north": "tall", @@ -182948,7 +192703,7 @@ } }, { - "id": 26559, + "id": 28316, "properties": { "east": "none", "north": "tall", @@ -182959,7 +192714,7 @@ } }, { - "id": 26560, + "id": 28317, "properties": { "east": "none", "north": "tall", @@ -182970,7 +192725,7 @@ } }, { - "id": 26561, + "id": 28318, "properties": { "east": "none", "north": "tall", @@ -182981,7 +192736,7 @@ } }, { - "id": 26562, + "id": 28319, "properties": { "east": "none", "north": "tall", @@ -182992,7 +192747,7 @@ } }, { - "id": 26563, + "id": 28320, "properties": { "east": "none", "north": "tall", @@ -183003,7 +192758,7 @@ } }, { - "id": 26564, + "id": 28321, "properties": { "east": "none", "north": "tall", @@ -183014,7 +192769,7 @@ } }, { - "id": 26565, + "id": 28322, "properties": { "east": "none", "north": "tall", @@ -183025,7 +192780,7 @@ } }, { - "id": 26566, + "id": 28323, "properties": { "east": "none", "north": "tall", @@ -183036,7 +192791,7 @@ } }, { - "id": 26567, + "id": 28324, "properties": { "east": "none", "north": "tall", @@ -183047,7 +192802,7 @@ } }, { - "id": 26568, + "id": 28325, "properties": { "east": "none", "north": "tall", @@ -183058,7 +192813,7 @@ } }, { - "id": 26569, + "id": 28326, "properties": { "east": "none", "north": "tall", @@ -183069,7 +192824,7 @@ } }, { - "id": 26570, + "id": 28327, "properties": { "east": "none", "north": "tall", @@ -183080,7 +192835,7 @@ } }, { - "id": 26571, + "id": 28328, "properties": { "east": "none", "north": "tall", @@ -183091,7 +192846,7 @@ } }, { - "id": 26572, + "id": 28329, "properties": { "east": "none", "north": "tall", @@ -183102,7 +192857,7 @@ } }, { - "id": 26573, + "id": 28330, "properties": { "east": "low", "north": "none", @@ -183113,7 +192868,7 @@ } }, { - "id": 26574, + "id": 28331, "properties": { "east": "low", "north": "none", @@ -183124,7 +192879,7 @@ } }, { - "id": 26575, + "id": 28332, "properties": { "east": "low", "north": "none", @@ -183135,7 +192890,7 @@ } }, { - "id": 26576, + "id": 28333, "properties": { "east": "low", "north": "none", @@ -183146,7 +192901,7 @@ } }, { - "id": 26577, + "id": 28334, "properties": { "east": "low", "north": "none", @@ -183157,7 +192912,7 @@ } }, { - "id": 26578, + "id": 28335, "properties": { "east": "low", "north": "none", @@ -183168,7 +192923,7 @@ } }, { - "id": 26579, + "id": 28336, "properties": { "east": "low", "north": "none", @@ -183179,7 +192934,7 @@ } }, { - "id": 26580, + "id": 28337, "properties": { "east": "low", "north": "none", @@ -183190,7 +192945,7 @@ } }, { - "id": 26581, + "id": 28338, "properties": { "east": "low", "north": "none", @@ -183201,7 +192956,7 @@ } }, { - "id": 26582, + "id": 28339, "properties": { "east": "low", "north": "none", @@ -183212,7 +192967,7 @@ } }, { - "id": 26583, + "id": 28340, "properties": { "east": "low", "north": "none", @@ -183223,7 +192978,7 @@ } }, { - "id": 26584, + "id": 28341, "properties": { "east": "low", "north": "none", @@ -183234,7 +192989,7 @@ } }, { - "id": 26585, + "id": 28342, "properties": { "east": "low", "north": "none", @@ -183245,7 +193000,7 @@ } }, { - "id": 26586, + "id": 28343, "properties": { "east": "low", "north": "none", @@ -183256,7 +193011,7 @@ } }, { - "id": 26587, + "id": 28344, "properties": { "east": "low", "north": "none", @@ -183267,7 +193022,7 @@ } }, { - "id": 26588, + "id": 28345, "properties": { "east": "low", "north": "none", @@ -183278,7 +193033,7 @@ } }, { - "id": 26589, + "id": 28346, "properties": { "east": "low", "north": "none", @@ -183289,7 +193044,7 @@ } }, { - "id": 26590, + "id": 28347, "properties": { "east": "low", "north": "none", @@ -183300,7 +193055,7 @@ } }, { - "id": 26591, + "id": 28348, "properties": { "east": "low", "north": "none", @@ -183311,7 +193066,7 @@ } }, { - "id": 26592, + "id": 28349, "properties": { "east": "low", "north": "none", @@ -183322,7 +193077,7 @@ } }, { - "id": 26593, + "id": 28350, "properties": { "east": "low", "north": "none", @@ -183333,7 +193088,7 @@ } }, { - "id": 26594, + "id": 28351, "properties": { "east": "low", "north": "none", @@ -183344,7 +193099,7 @@ } }, { - "id": 26595, + "id": 28352, "properties": { "east": "low", "north": "none", @@ -183355,7 +193110,7 @@ } }, { - "id": 26596, + "id": 28353, "properties": { "east": "low", "north": "none", @@ -183366,7 +193121,7 @@ } }, { - "id": 26597, + "id": 28354, "properties": { "east": "low", "north": "none", @@ -183377,7 +193132,7 @@ } }, { - "id": 26598, + "id": 28355, "properties": { "east": "low", "north": "none", @@ -183388,7 +193143,7 @@ } }, { - "id": 26599, + "id": 28356, "properties": { "east": "low", "north": "none", @@ -183399,7 +193154,7 @@ } }, { - "id": 26600, + "id": 28357, "properties": { "east": "low", "north": "none", @@ -183410,7 +193165,7 @@ } }, { - "id": 26601, + "id": 28358, "properties": { "east": "low", "north": "none", @@ -183421,7 +193176,7 @@ } }, { - "id": 26602, + "id": 28359, "properties": { "east": "low", "north": "none", @@ -183432,7 +193187,7 @@ } }, { - "id": 26603, + "id": 28360, "properties": { "east": "low", "north": "none", @@ -183443,7 +193198,7 @@ } }, { - "id": 26604, + "id": 28361, "properties": { "east": "low", "north": "none", @@ -183454,7 +193209,7 @@ } }, { - "id": 26605, + "id": 28362, "properties": { "east": "low", "north": "none", @@ -183465,7 +193220,7 @@ } }, { - "id": 26606, + "id": 28363, "properties": { "east": "low", "north": "none", @@ -183476,7 +193231,7 @@ } }, { - "id": 26607, + "id": 28364, "properties": { "east": "low", "north": "none", @@ -183487,7 +193242,7 @@ } }, { - "id": 26608, + "id": 28365, "properties": { "east": "low", "north": "none", @@ -183498,7 +193253,7 @@ } }, { - "id": 26609, + "id": 28366, "properties": { "east": "low", "north": "low", @@ -183509,7 +193264,7 @@ } }, { - "id": 26610, + "id": 28367, "properties": { "east": "low", "north": "low", @@ -183520,7 +193275,7 @@ } }, { - "id": 26611, + "id": 28368, "properties": { "east": "low", "north": "low", @@ -183531,7 +193286,7 @@ } }, { - "id": 26612, + "id": 28369, "properties": { "east": "low", "north": "low", @@ -183542,7 +193297,7 @@ } }, { - "id": 26613, + "id": 28370, "properties": { "east": "low", "north": "low", @@ -183553,7 +193308,7 @@ } }, { - "id": 26614, + "id": 28371, "properties": { "east": "low", "north": "low", @@ -183564,7 +193319,7 @@ } }, { - "id": 26615, + "id": 28372, "properties": { "east": "low", "north": "low", @@ -183575,7 +193330,7 @@ } }, { - "id": 26616, + "id": 28373, "properties": { "east": "low", "north": "low", @@ -183586,7 +193341,7 @@ } }, { - "id": 26617, + "id": 28374, "properties": { "east": "low", "north": "low", @@ -183597,7 +193352,7 @@ } }, { - "id": 26618, + "id": 28375, "properties": { "east": "low", "north": "low", @@ -183608,7 +193363,7 @@ } }, { - "id": 26619, + "id": 28376, "properties": { "east": "low", "north": "low", @@ -183619,7 +193374,7 @@ } }, { - "id": 26620, + "id": 28377, "properties": { "east": "low", "north": "low", @@ -183630,7 +193385,7 @@ } }, { - "id": 26621, + "id": 28378, "properties": { "east": "low", "north": "low", @@ -183641,7 +193396,7 @@ } }, { - "id": 26622, + "id": 28379, "properties": { "east": "low", "north": "low", @@ -183652,7 +193407,7 @@ } }, { - "id": 26623, + "id": 28380, "properties": { "east": "low", "north": "low", @@ -183663,7 +193418,7 @@ } }, { - "id": 26624, + "id": 28381, "properties": { "east": "low", "north": "low", @@ -183674,7 +193429,7 @@ } }, { - "id": 26625, + "id": 28382, "properties": { "east": "low", "north": "low", @@ -183685,7 +193440,7 @@ } }, { - "id": 26626, + "id": 28383, "properties": { "east": "low", "north": "low", @@ -183696,7 +193451,7 @@ } }, { - "id": 26627, + "id": 28384, "properties": { "east": "low", "north": "low", @@ -183707,7 +193462,7 @@ } }, { - "id": 26628, + "id": 28385, "properties": { "east": "low", "north": "low", @@ -183718,7 +193473,7 @@ } }, { - "id": 26629, + "id": 28386, "properties": { "east": "low", "north": "low", @@ -183729,7 +193484,7 @@ } }, { - "id": 26630, + "id": 28387, "properties": { "east": "low", "north": "low", @@ -183740,7 +193495,7 @@ } }, { - "id": 26631, + "id": 28388, "properties": { "east": "low", "north": "low", @@ -183751,7 +193506,7 @@ } }, { - "id": 26632, + "id": 28389, "properties": { "east": "low", "north": "low", @@ -183762,7 +193517,7 @@ } }, { - "id": 26633, + "id": 28390, "properties": { "east": "low", "north": "low", @@ -183773,7 +193528,7 @@ } }, { - "id": 26634, + "id": 28391, "properties": { "east": "low", "north": "low", @@ -183784,7 +193539,7 @@ } }, { - "id": 26635, + "id": 28392, "properties": { "east": "low", "north": "low", @@ -183795,7 +193550,7 @@ } }, { - "id": 26636, + "id": 28393, "properties": { "east": "low", "north": "low", @@ -183806,7 +193561,7 @@ } }, { - "id": 26637, + "id": 28394, "properties": { "east": "low", "north": "low", @@ -183817,7 +193572,7 @@ } }, { - "id": 26638, + "id": 28395, "properties": { "east": "low", "north": "low", @@ -183828,7 +193583,7 @@ } }, { - "id": 26639, + "id": 28396, "properties": { "east": "low", "north": "low", @@ -183839,7 +193594,7 @@ } }, { - "id": 26640, + "id": 28397, "properties": { "east": "low", "north": "low", @@ -183850,7 +193605,7 @@ } }, { - "id": 26641, + "id": 28398, "properties": { "east": "low", "north": "low", @@ -183861,7 +193616,7 @@ } }, { - "id": 26642, + "id": 28399, "properties": { "east": "low", "north": "low", @@ -183872,7 +193627,7 @@ } }, { - "id": 26643, + "id": 28400, "properties": { "east": "low", "north": "low", @@ -183883,7 +193638,7 @@ } }, { - "id": 26644, + "id": 28401, "properties": { "east": "low", "north": "low", @@ -183894,7 +193649,7 @@ } }, { - "id": 26645, + "id": 28402, "properties": { "east": "low", "north": "tall", @@ -183905,7 +193660,7 @@ } }, { - "id": 26646, + "id": 28403, "properties": { "east": "low", "north": "tall", @@ -183916,7 +193671,7 @@ } }, { - "id": 26647, + "id": 28404, "properties": { "east": "low", "north": "tall", @@ -183927,7 +193682,7 @@ } }, { - "id": 26648, + "id": 28405, "properties": { "east": "low", "north": "tall", @@ -183938,7 +193693,7 @@ } }, { - "id": 26649, + "id": 28406, "properties": { "east": "low", "north": "tall", @@ -183949,7 +193704,7 @@ } }, { - "id": 26650, + "id": 28407, "properties": { "east": "low", "north": "tall", @@ -183960,7 +193715,7 @@ } }, { - "id": 26651, + "id": 28408, "properties": { "east": "low", "north": "tall", @@ -183971,7 +193726,7 @@ } }, { - "id": 26652, + "id": 28409, "properties": { "east": "low", "north": "tall", @@ -183982,7 +193737,7 @@ } }, { - "id": 26653, + "id": 28410, "properties": { "east": "low", "north": "tall", @@ -183993,7 +193748,7 @@ } }, { - "id": 26654, + "id": 28411, "properties": { "east": "low", "north": "tall", @@ -184004,7 +193759,7 @@ } }, { - "id": 26655, + "id": 28412, "properties": { "east": "low", "north": "tall", @@ -184015,7 +193770,7 @@ } }, { - "id": 26656, + "id": 28413, "properties": { "east": "low", "north": "tall", @@ -184026,7 +193781,7 @@ } }, { - "id": 26657, + "id": 28414, "properties": { "east": "low", "north": "tall", @@ -184037,7 +193792,7 @@ } }, { - "id": 26658, + "id": 28415, "properties": { "east": "low", "north": "tall", @@ -184048,7 +193803,7 @@ } }, { - "id": 26659, + "id": 28416, "properties": { "east": "low", "north": "tall", @@ -184059,7 +193814,7 @@ } }, { - "id": 26660, + "id": 28417, "properties": { "east": "low", "north": "tall", @@ -184070,7 +193825,7 @@ } }, { - "id": 26661, + "id": 28418, "properties": { "east": "low", "north": "tall", @@ -184081,7 +193836,7 @@ } }, { - "id": 26662, + "id": 28419, "properties": { "east": "low", "north": "tall", @@ -184092,7 +193847,7 @@ } }, { - "id": 26663, + "id": 28420, "properties": { "east": "low", "north": "tall", @@ -184103,7 +193858,7 @@ } }, { - "id": 26664, + "id": 28421, "properties": { "east": "low", "north": "tall", @@ -184114,7 +193869,7 @@ } }, { - "id": 26665, + "id": 28422, "properties": { "east": "low", "north": "tall", @@ -184125,7 +193880,7 @@ } }, { - "id": 26666, + "id": 28423, "properties": { "east": "low", "north": "tall", @@ -184136,7 +193891,7 @@ } }, { - "id": 26667, + "id": 28424, "properties": { "east": "low", "north": "tall", @@ -184147,7 +193902,7 @@ } }, { - "id": 26668, + "id": 28425, "properties": { "east": "low", "north": "tall", @@ -184158,7 +193913,7 @@ } }, { - "id": 26669, + "id": 28426, "properties": { "east": "low", "north": "tall", @@ -184169,7 +193924,7 @@ } }, { - "id": 26670, + "id": 28427, "properties": { "east": "low", "north": "tall", @@ -184180,7 +193935,7 @@ } }, { - "id": 26671, + "id": 28428, "properties": { "east": "low", "north": "tall", @@ -184191,7 +193946,7 @@ } }, { - "id": 26672, + "id": 28429, "properties": { "east": "low", "north": "tall", @@ -184202,7 +193957,7 @@ } }, { - "id": 26673, + "id": 28430, "properties": { "east": "low", "north": "tall", @@ -184213,7 +193968,7 @@ } }, { - "id": 26674, + "id": 28431, "properties": { "east": "low", "north": "tall", @@ -184224,7 +193979,7 @@ } }, { - "id": 26675, + "id": 28432, "properties": { "east": "low", "north": "tall", @@ -184235,7 +193990,7 @@ } }, { - "id": 26676, + "id": 28433, "properties": { "east": "low", "north": "tall", @@ -184246,7 +194001,7 @@ } }, { - "id": 26677, + "id": 28434, "properties": { "east": "low", "north": "tall", @@ -184257,7 +194012,7 @@ } }, { - "id": 26678, + "id": 28435, "properties": { "east": "low", "north": "tall", @@ -184268,7 +194023,7 @@ } }, { - "id": 26679, + "id": 28436, "properties": { "east": "low", "north": "tall", @@ -184279,7 +194034,7 @@ } }, { - "id": 26680, + "id": 28437, "properties": { "east": "low", "north": "tall", @@ -184290,7 +194045,7 @@ } }, { - "id": 26681, + "id": 28438, "properties": { "east": "tall", "north": "none", @@ -184301,7 +194056,7 @@ } }, { - "id": 26682, + "id": 28439, "properties": { "east": "tall", "north": "none", @@ -184312,7 +194067,7 @@ } }, { - "id": 26683, + "id": 28440, "properties": { "east": "tall", "north": "none", @@ -184323,7 +194078,7 @@ } }, { - "id": 26684, + "id": 28441, "properties": { "east": "tall", "north": "none", @@ -184334,7 +194089,7 @@ } }, { - "id": 26685, + "id": 28442, "properties": { "east": "tall", "north": "none", @@ -184345,7 +194100,7 @@ } }, { - "id": 26686, + "id": 28443, "properties": { "east": "tall", "north": "none", @@ -184356,7 +194111,7 @@ } }, { - "id": 26687, + "id": 28444, "properties": { "east": "tall", "north": "none", @@ -184367,7 +194122,7 @@ } }, { - "id": 26688, + "id": 28445, "properties": { "east": "tall", "north": "none", @@ -184378,7 +194133,7 @@ } }, { - "id": 26689, + "id": 28446, "properties": { "east": "tall", "north": "none", @@ -184389,7 +194144,7 @@ } }, { - "id": 26690, + "id": 28447, "properties": { "east": "tall", "north": "none", @@ -184400,7 +194155,7 @@ } }, { - "id": 26691, + "id": 28448, "properties": { "east": "tall", "north": "none", @@ -184411,7 +194166,7 @@ } }, { - "id": 26692, + "id": 28449, "properties": { "east": "tall", "north": "none", @@ -184422,7 +194177,7 @@ } }, { - "id": 26693, + "id": 28450, "properties": { "east": "tall", "north": "none", @@ -184433,7 +194188,7 @@ } }, { - "id": 26694, + "id": 28451, "properties": { "east": "tall", "north": "none", @@ -184444,7 +194199,7 @@ } }, { - "id": 26695, + "id": 28452, "properties": { "east": "tall", "north": "none", @@ -184455,7 +194210,7 @@ } }, { - "id": 26696, + "id": 28453, "properties": { "east": "tall", "north": "none", @@ -184466,7 +194221,7 @@ } }, { - "id": 26697, + "id": 28454, "properties": { "east": "tall", "north": "none", @@ -184477,7 +194232,7 @@ } }, { - "id": 26698, + "id": 28455, "properties": { "east": "tall", "north": "none", @@ -184488,7 +194243,7 @@ } }, { - "id": 26699, + "id": 28456, "properties": { "east": "tall", "north": "none", @@ -184499,7 +194254,7 @@ } }, { - "id": 26700, + "id": 28457, "properties": { "east": "tall", "north": "none", @@ -184510,7 +194265,7 @@ } }, { - "id": 26701, + "id": 28458, "properties": { "east": "tall", "north": "none", @@ -184521,7 +194276,7 @@ } }, { - "id": 26702, + "id": 28459, "properties": { "east": "tall", "north": "none", @@ -184532,7 +194287,7 @@ } }, { - "id": 26703, + "id": 28460, "properties": { "east": "tall", "north": "none", @@ -184543,7 +194298,7 @@ } }, { - "id": 26704, + "id": 28461, "properties": { "east": "tall", "north": "none", @@ -184554,7 +194309,7 @@ } }, { - "id": 26705, + "id": 28462, "properties": { "east": "tall", "north": "none", @@ -184565,7 +194320,7 @@ } }, { - "id": 26706, + "id": 28463, "properties": { "east": "tall", "north": "none", @@ -184576,7 +194331,7 @@ } }, { - "id": 26707, + "id": 28464, "properties": { "east": "tall", "north": "none", @@ -184587,7 +194342,7 @@ } }, { - "id": 26708, + "id": 28465, "properties": { "east": "tall", "north": "none", @@ -184598,7 +194353,7 @@ } }, { - "id": 26709, + "id": 28466, "properties": { "east": "tall", "north": "none", @@ -184609,7 +194364,7 @@ } }, { - "id": 26710, + "id": 28467, "properties": { "east": "tall", "north": "none", @@ -184620,7 +194375,7 @@ } }, { - "id": 26711, + "id": 28468, "properties": { "east": "tall", "north": "none", @@ -184631,7 +194386,7 @@ } }, { - "id": 26712, + "id": 28469, "properties": { "east": "tall", "north": "none", @@ -184642,7 +194397,7 @@ } }, { - "id": 26713, + "id": 28470, "properties": { "east": "tall", "north": "none", @@ -184653,7 +194408,7 @@ } }, { - "id": 26714, + "id": 28471, "properties": { "east": "tall", "north": "none", @@ -184664,7 +194419,7 @@ } }, { - "id": 26715, + "id": 28472, "properties": { "east": "tall", "north": "none", @@ -184675,7 +194430,7 @@ } }, { - "id": 26716, + "id": 28473, "properties": { "east": "tall", "north": "none", @@ -184686,7 +194441,7 @@ } }, { - "id": 26717, + "id": 28474, "properties": { "east": "tall", "north": "low", @@ -184697,7 +194452,7 @@ } }, { - "id": 26718, + "id": 28475, "properties": { "east": "tall", "north": "low", @@ -184708,7 +194463,7 @@ } }, { - "id": 26719, + "id": 28476, "properties": { "east": "tall", "north": "low", @@ -184719,7 +194474,7 @@ } }, { - "id": 26720, + "id": 28477, "properties": { "east": "tall", "north": "low", @@ -184730,7 +194485,7 @@ } }, { - "id": 26721, + "id": 28478, "properties": { "east": "tall", "north": "low", @@ -184741,7 +194496,7 @@ } }, { - "id": 26722, + "id": 28479, "properties": { "east": "tall", "north": "low", @@ -184752,7 +194507,7 @@ } }, { - "id": 26723, + "id": 28480, "properties": { "east": "tall", "north": "low", @@ -184763,7 +194518,7 @@ } }, { - "id": 26724, + "id": 28481, "properties": { "east": "tall", "north": "low", @@ -184774,7 +194529,7 @@ } }, { - "id": 26725, + "id": 28482, "properties": { "east": "tall", "north": "low", @@ -184785,7 +194540,7 @@ } }, { - "id": 26726, + "id": 28483, "properties": { "east": "tall", "north": "low", @@ -184796,7 +194551,7 @@ } }, { - "id": 26727, + "id": 28484, "properties": { "east": "tall", "north": "low", @@ -184807,7 +194562,7 @@ } }, { - "id": 26728, + "id": 28485, "properties": { "east": "tall", "north": "low", @@ -184818,7 +194573,7 @@ } }, { - "id": 26729, + "id": 28486, "properties": { "east": "tall", "north": "low", @@ -184829,7 +194584,7 @@ } }, { - "id": 26730, + "id": 28487, "properties": { "east": "tall", "north": "low", @@ -184840,7 +194595,7 @@ } }, { - "id": 26731, + "id": 28488, "properties": { "east": "tall", "north": "low", @@ -184851,7 +194606,7 @@ } }, { - "id": 26732, + "id": 28489, "properties": { "east": "tall", "north": "low", @@ -184862,7 +194617,7 @@ } }, { - "id": 26733, + "id": 28490, "properties": { "east": "tall", "north": "low", @@ -184873,7 +194628,7 @@ } }, { - "id": 26734, + "id": 28491, "properties": { "east": "tall", "north": "low", @@ -184884,7 +194639,7 @@ } }, { - "id": 26735, + "id": 28492, "properties": { "east": "tall", "north": "low", @@ -184895,7 +194650,7 @@ } }, { - "id": 26736, + "id": 28493, "properties": { "east": "tall", "north": "low", @@ -184906,7 +194661,7 @@ } }, { - "id": 26737, + "id": 28494, "properties": { "east": "tall", "north": "low", @@ -184917,7 +194672,7 @@ } }, { - "id": 26738, + "id": 28495, "properties": { "east": "tall", "north": "low", @@ -184928,7 +194683,7 @@ } }, { - "id": 26739, + "id": 28496, "properties": { "east": "tall", "north": "low", @@ -184939,7 +194694,7 @@ } }, { - "id": 26740, + "id": 28497, "properties": { "east": "tall", "north": "low", @@ -184950,7 +194705,7 @@ } }, { - "id": 26741, + "id": 28498, "properties": { "east": "tall", "north": "low", @@ -184961,7 +194716,7 @@ } }, { - "id": 26742, + "id": 28499, "properties": { "east": "tall", "north": "low", @@ -184972,7 +194727,7 @@ } }, { - "id": 26743, + "id": 28500, "properties": { "east": "tall", "north": "low", @@ -184983,7 +194738,7 @@ } }, { - "id": 26744, + "id": 28501, "properties": { "east": "tall", "north": "low", @@ -184994,7 +194749,7 @@ } }, { - "id": 26745, + "id": 28502, "properties": { "east": "tall", "north": "low", @@ -185005,7 +194760,7 @@ } }, { - "id": 26746, + "id": 28503, "properties": { "east": "tall", "north": "low", @@ -185016,7 +194771,7 @@ } }, { - "id": 26747, + "id": 28504, "properties": { "east": "tall", "north": "low", @@ -185027,7 +194782,7 @@ } }, { - "id": 26748, + "id": 28505, "properties": { "east": "tall", "north": "low", @@ -185038,7 +194793,7 @@ } }, { - "id": 26749, + "id": 28506, "properties": { "east": "tall", "north": "low", @@ -185049,7 +194804,7 @@ } }, { - "id": 26750, + "id": 28507, "properties": { "east": "tall", "north": "low", @@ -185060,7 +194815,7 @@ } }, { - "id": 26751, + "id": 28508, "properties": { "east": "tall", "north": "low", @@ -185071,7 +194826,7 @@ } }, { - "id": 26752, + "id": 28509, "properties": { "east": "tall", "north": "low", @@ -185082,7 +194837,7 @@ } }, { - "id": 26753, + "id": 28510, "properties": { "east": "tall", "north": "tall", @@ -185093,7 +194848,7 @@ } }, { - "id": 26754, + "id": 28511, "properties": { "east": "tall", "north": "tall", @@ -185104,7 +194859,7 @@ } }, { - "id": 26755, + "id": 28512, "properties": { "east": "tall", "north": "tall", @@ -185115,7 +194870,7 @@ } }, { - "id": 26756, + "id": 28513, "properties": { "east": "tall", "north": "tall", @@ -185126,7 +194881,7 @@ } }, { - "id": 26757, + "id": 28514, "properties": { "east": "tall", "north": "tall", @@ -185137,7 +194892,7 @@ } }, { - "id": 26758, + "id": 28515, "properties": { "east": "tall", "north": "tall", @@ -185148,7 +194903,7 @@ } }, { - "id": 26759, + "id": 28516, "properties": { "east": "tall", "north": "tall", @@ -185159,7 +194914,7 @@ } }, { - "id": 26760, + "id": 28517, "properties": { "east": "tall", "north": "tall", @@ -185170,7 +194925,7 @@ } }, { - "id": 26761, + "id": 28518, "properties": { "east": "tall", "north": "tall", @@ -185181,7 +194936,7 @@ } }, { - "id": 26762, + "id": 28519, "properties": { "east": "tall", "north": "tall", @@ -185192,7 +194947,7 @@ } }, { - "id": 26763, + "id": 28520, "properties": { "east": "tall", "north": "tall", @@ -185203,7 +194958,7 @@ } }, { - "id": 26764, + "id": 28521, "properties": { "east": "tall", "north": "tall", @@ -185214,7 +194969,7 @@ } }, { - "id": 26765, + "id": 28522, "properties": { "east": "tall", "north": "tall", @@ -185225,7 +194980,7 @@ } }, { - "id": 26766, + "id": 28523, "properties": { "east": "tall", "north": "tall", @@ -185236,7 +194991,7 @@ } }, { - "id": 26767, + "id": 28524, "properties": { "east": "tall", "north": "tall", @@ -185247,7 +195002,7 @@ } }, { - "id": 26768, + "id": 28525, "properties": { "east": "tall", "north": "tall", @@ -185258,7 +195013,7 @@ } }, { - "id": 26769, + "id": 28526, "properties": { "east": "tall", "north": "tall", @@ -185269,7 +195024,7 @@ } }, { - "id": 26770, + "id": 28527, "properties": { "east": "tall", "north": "tall", @@ -185280,7 +195035,7 @@ } }, { - "id": 26771, + "id": 28528, "properties": { "east": "tall", "north": "tall", @@ -185291,7 +195046,7 @@ } }, { - "id": 26772, + "id": 28529, "properties": { "east": "tall", "north": "tall", @@ -185302,7 +195057,7 @@ } }, { - "id": 26773, + "id": 28530, "properties": { "east": "tall", "north": "tall", @@ -185313,7 +195068,7 @@ } }, { - "id": 26774, + "id": 28531, "properties": { "east": "tall", "north": "tall", @@ -185324,7 +195079,7 @@ } }, { - "id": 26775, + "id": 28532, "properties": { "east": "tall", "north": "tall", @@ -185335,7 +195090,7 @@ } }, { - "id": 26776, + "id": 28533, "properties": { "east": "tall", "north": "tall", @@ -185346,7 +195101,7 @@ } }, { - "id": 26777, + "id": 28534, "properties": { "east": "tall", "north": "tall", @@ -185357,7 +195112,7 @@ } }, { - "id": 26778, + "id": 28535, "properties": { "east": "tall", "north": "tall", @@ -185368,7 +195123,7 @@ } }, { - "id": 26779, + "id": 28536, "properties": { "east": "tall", "north": "tall", @@ -185379,7 +195134,7 @@ } }, { - "id": 26780, + "id": 28537, "properties": { "east": "tall", "north": "tall", @@ -185390,7 +195145,7 @@ } }, { - "id": 26781, + "id": 28538, "properties": { "east": "tall", "north": "tall", @@ -185401,7 +195156,7 @@ } }, { - "id": 26782, + "id": 28539, "properties": { "east": "tall", "north": "tall", @@ -185412,7 +195167,7 @@ } }, { - "id": 26783, + "id": 28540, "properties": { "east": "tall", "north": "tall", @@ -185423,7 +195178,7 @@ } }, { - "id": 26784, + "id": 28541, "properties": { "east": "tall", "north": "tall", @@ -185434,7 +195189,7 @@ } }, { - "id": 26785, + "id": 28542, "properties": { "east": "tall", "north": "tall", @@ -185445,7 +195200,7 @@ } }, { - "id": 26786, + "id": 28543, "properties": { "east": "tall", "north": "tall", @@ -185456,7 +195211,7 @@ } }, { - "id": 26787, + "id": 28544, "properties": { "east": "tall", "north": "tall", @@ -185467,7 +195222,7 @@ } }, { - "id": 26788, + "id": 28545, "properties": { "east": "tall", "north": "tall", @@ -185509,21 +195264,21 @@ }, "states": [ { - "id": 15123, + "id": 16232, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15124, + "id": 16233, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15125, + "id": 16234, "properties": { "type": "bottom", "waterlogged": "true" @@ -185531,21 +195286,21 @@ }, { "default": true, - "id": 15126, + "id": 16235, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15127, + "id": 16236, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15128, + "id": 16237, "properties": { "type": "double", "waterlogged": "false" @@ -185586,7 +195341,7 @@ }, "states": [ { - "id": 14225, + "id": 15334, "properties": { "facing": "north", "half": "top", @@ -185595,7 +195350,7 @@ } }, { - "id": 14226, + "id": 15335, "properties": { "facing": "north", "half": "top", @@ -185604,7 +195359,7 @@ } }, { - "id": 14227, + "id": 15336, "properties": { "facing": "north", "half": "top", @@ -185613,7 +195368,7 @@ } }, { - "id": 14228, + "id": 15337, "properties": { "facing": "north", "half": "top", @@ -185622,7 +195377,7 @@ } }, { - "id": 14229, + "id": 15338, "properties": { "facing": "north", "half": "top", @@ -185631,7 +195386,7 @@ } }, { - "id": 14230, + "id": 15339, "properties": { "facing": "north", "half": "top", @@ -185640,7 +195395,7 @@ } }, { - "id": 14231, + "id": 15340, "properties": { "facing": "north", "half": "top", @@ -185649,7 +195404,7 @@ } }, { - "id": 14232, + "id": 15341, "properties": { "facing": "north", "half": "top", @@ -185658,7 +195413,7 @@ } }, { - "id": 14233, + "id": 15342, "properties": { "facing": "north", "half": "top", @@ -185667,7 +195422,7 @@ } }, { - "id": 14234, + "id": 15343, "properties": { "facing": "north", "half": "top", @@ -185676,7 +195431,7 @@ } }, { - "id": 14235, + "id": 15344, "properties": { "facing": "north", "half": "bottom", @@ -185686,7 +195441,7 @@ }, { "default": true, - "id": 14236, + "id": 15345, "properties": { "facing": "north", "half": "bottom", @@ -185695,7 +195450,7 @@ } }, { - "id": 14237, + "id": 15346, "properties": { "facing": "north", "half": "bottom", @@ -185704,7 +195459,7 @@ } }, { - "id": 14238, + "id": 15347, "properties": { "facing": "north", "half": "bottom", @@ -185713,7 +195468,7 @@ } }, { - "id": 14239, + "id": 15348, "properties": { "facing": "north", "half": "bottom", @@ -185722,7 +195477,7 @@ } }, { - "id": 14240, + "id": 15349, "properties": { "facing": "north", "half": "bottom", @@ -185731,7 +195486,7 @@ } }, { - "id": 14241, + "id": 15350, "properties": { "facing": "north", "half": "bottom", @@ -185740,7 +195495,7 @@ } }, { - "id": 14242, + "id": 15351, "properties": { "facing": "north", "half": "bottom", @@ -185749,7 +195504,7 @@ } }, { - "id": 14243, + "id": 15352, "properties": { "facing": "north", "half": "bottom", @@ -185758,7 +195513,7 @@ } }, { - "id": 14244, + "id": 15353, "properties": { "facing": "north", "half": "bottom", @@ -185767,7 +195522,7 @@ } }, { - "id": 14245, + "id": 15354, "properties": { "facing": "south", "half": "top", @@ -185776,7 +195531,7 @@ } }, { - "id": 14246, + "id": 15355, "properties": { "facing": "south", "half": "top", @@ -185785,7 +195540,7 @@ } }, { - "id": 14247, + "id": 15356, "properties": { "facing": "south", "half": "top", @@ -185794,7 +195549,7 @@ } }, { - "id": 14248, + "id": 15357, "properties": { "facing": "south", "half": "top", @@ -185803,7 +195558,7 @@ } }, { - "id": 14249, + "id": 15358, "properties": { "facing": "south", "half": "top", @@ -185812,7 +195567,7 @@ } }, { - "id": 14250, + "id": 15359, "properties": { "facing": "south", "half": "top", @@ -185821,7 +195576,7 @@ } }, { - "id": 14251, + "id": 15360, "properties": { "facing": "south", "half": "top", @@ -185830,7 +195585,7 @@ } }, { - "id": 14252, + "id": 15361, "properties": { "facing": "south", "half": "top", @@ -185839,7 +195594,7 @@ } }, { - "id": 14253, + "id": 15362, "properties": { "facing": "south", "half": "top", @@ -185848,7 +195603,7 @@ } }, { - "id": 14254, + "id": 15363, "properties": { "facing": "south", "half": "top", @@ -185857,7 +195612,7 @@ } }, { - "id": 14255, + "id": 15364, "properties": { "facing": "south", "half": "bottom", @@ -185866,7 +195621,7 @@ } }, { - "id": 14256, + "id": 15365, "properties": { "facing": "south", "half": "bottom", @@ -185875,7 +195630,7 @@ } }, { - "id": 14257, + "id": 15366, "properties": { "facing": "south", "half": "bottom", @@ -185884,7 +195639,7 @@ } }, { - "id": 14258, + "id": 15367, "properties": { "facing": "south", "half": "bottom", @@ -185893,7 +195648,7 @@ } }, { - "id": 14259, + "id": 15368, "properties": { "facing": "south", "half": "bottom", @@ -185902,7 +195657,7 @@ } }, { - "id": 14260, + "id": 15369, "properties": { "facing": "south", "half": "bottom", @@ -185911,7 +195666,7 @@ } }, { - "id": 14261, + "id": 15370, "properties": { "facing": "south", "half": "bottom", @@ -185920,7 +195675,7 @@ } }, { - "id": 14262, + "id": 15371, "properties": { "facing": "south", "half": "bottom", @@ -185929,7 +195684,7 @@ } }, { - "id": 14263, + "id": 15372, "properties": { "facing": "south", "half": "bottom", @@ -185938,7 +195693,7 @@ } }, { - "id": 14264, + "id": 15373, "properties": { "facing": "south", "half": "bottom", @@ -185947,7 +195702,7 @@ } }, { - "id": 14265, + "id": 15374, "properties": { "facing": "west", "half": "top", @@ -185956,7 +195711,7 @@ } }, { - "id": 14266, + "id": 15375, "properties": { "facing": "west", "half": "top", @@ -185965,7 +195720,7 @@ } }, { - "id": 14267, + "id": 15376, "properties": { "facing": "west", "half": "top", @@ -185974,7 +195729,7 @@ } }, { - "id": 14268, + "id": 15377, "properties": { "facing": "west", "half": "top", @@ -185983,7 +195738,7 @@ } }, { - "id": 14269, + "id": 15378, "properties": { "facing": "west", "half": "top", @@ -185992,7 +195747,7 @@ } }, { - "id": 14270, + "id": 15379, "properties": { "facing": "west", "half": "top", @@ -186001,7 +195756,7 @@ } }, { - "id": 14271, + "id": 15380, "properties": { "facing": "west", "half": "top", @@ -186010,7 +195765,7 @@ } }, { - "id": 14272, + "id": 15381, "properties": { "facing": "west", "half": "top", @@ -186019,7 +195774,7 @@ } }, { - "id": 14273, + "id": 15382, "properties": { "facing": "west", "half": "top", @@ -186028,7 +195783,7 @@ } }, { - "id": 14274, + "id": 15383, "properties": { "facing": "west", "half": "top", @@ -186037,7 +195792,7 @@ } }, { - "id": 14275, + "id": 15384, "properties": { "facing": "west", "half": "bottom", @@ -186046,7 +195801,7 @@ } }, { - "id": 14276, + "id": 15385, "properties": { "facing": "west", "half": "bottom", @@ -186055,7 +195810,7 @@ } }, { - "id": 14277, + "id": 15386, "properties": { "facing": "west", "half": "bottom", @@ -186064,7 +195819,7 @@ } }, { - "id": 14278, + "id": 15387, "properties": { "facing": "west", "half": "bottom", @@ -186073,7 +195828,7 @@ } }, { - "id": 14279, + "id": 15388, "properties": { "facing": "west", "half": "bottom", @@ -186082,7 +195837,7 @@ } }, { - "id": 14280, + "id": 15389, "properties": { "facing": "west", "half": "bottom", @@ -186091,7 +195846,7 @@ } }, { - "id": 14281, + "id": 15390, "properties": { "facing": "west", "half": "bottom", @@ -186100,7 +195855,7 @@ } }, { - "id": 14282, + "id": 15391, "properties": { "facing": "west", "half": "bottom", @@ -186109,7 +195864,7 @@ } }, { - "id": 14283, + "id": 15392, "properties": { "facing": "west", "half": "bottom", @@ -186118,7 +195873,7 @@ } }, { - "id": 14284, + "id": 15393, "properties": { "facing": "west", "half": "bottom", @@ -186127,7 +195882,7 @@ } }, { - "id": 14285, + "id": 15394, "properties": { "facing": "east", "half": "top", @@ -186136,7 +195891,7 @@ } }, { - "id": 14286, + "id": 15395, "properties": { "facing": "east", "half": "top", @@ -186145,7 +195900,7 @@ } }, { - "id": 14287, + "id": 15396, "properties": { "facing": "east", "half": "top", @@ -186154,7 +195909,7 @@ } }, { - "id": 14288, + "id": 15397, "properties": { "facing": "east", "half": "top", @@ -186163,7 +195918,7 @@ } }, { - "id": 14289, + "id": 15398, "properties": { "facing": "east", "half": "top", @@ -186172,7 +195927,7 @@ } }, { - "id": 14290, + "id": 15399, "properties": { "facing": "east", "half": "top", @@ -186181,7 +195936,7 @@ } }, { - "id": 14291, + "id": 15400, "properties": { "facing": "east", "half": "top", @@ -186190,7 +195945,7 @@ } }, { - "id": 14292, + "id": 15401, "properties": { "facing": "east", "half": "top", @@ -186199,7 +195954,7 @@ } }, { - "id": 14293, + "id": 15402, "properties": { "facing": "east", "half": "top", @@ -186208,7 +195963,7 @@ } }, { - "id": 14294, + "id": 15403, "properties": { "facing": "east", "half": "top", @@ -186217,7 +195972,7 @@ } }, { - "id": 14295, + "id": 15404, "properties": { "facing": "east", "half": "bottom", @@ -186226,7 +195981,7 @@ } }, { - "id": 14296, + "id": 15405, "properties": { "facing": "east", "half": "bottom", @@ -186235,7 +195990,7 @@ } }, { - "id": 14297, + "id": 15406, "properties": { "facing": "east", "half": "bottom", @@ -186244,7 +195999,7 @@ } }, { - "id": 14298, + "id": 15407, "properties": { "facing": "east", "half": "bottom", @@ -186253,7 +196008,7 @@ } }, { - "id": 14299, + "id": 15408, "properties": { "facing": "east", "half": "bottom", @@ -186262,7 +196017,7 @@ } }, { - "id": 14300, + "id": 15409, "properties": { "facing": "east", "half": "bottom", @@ -186271,7 +196026,7 @@ } }, { - "id": 14301, + "id": 15410, "properties": { "facing": "east", "half": "bottom", @@ -186280,7 +196035,7 @@ } }, { - "id": 14302, + "id": 15411, "properties": { "facing": "east", "half": "bottom", @@ -186289,7 +196044,7 @@ } }, { - "id": 14303, + "id": 15412, "properties": { "facing": "east", "half": "bottom", @@ -186298,7 +196053,7 @@ } }, { - "id": 14304, + "id": 15413, "properties": { "facing": "east", "half": "bottom", @@ -186338,21 +196093,21 @@ }, "states": [ { - "id": 15105, + "id": 16214, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15106, + "id": 16215, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15107, + "id": 16216, "properties": { "type": "bottom", "waterlogged": "true" @@ -186360,21 +196115,21 @@ }, { "default": true, - "id": 15108, + "id": 16217, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15109, + "id": 16218, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15110, + "id": 16219, "properties": { "type": "double", "waterlogged": "false" @@ -186415,7 +196170,7 @@ }, "states": [ { - "id": 13985, + "id": 15094, "properties": { "facing": "north", "half": "top", @@ -186424,7 +196179,7 @@ } }, { - "id": 13986, + "id": 15095, "properties": { "facing": "north", "half": "top", @@ -186433,7 +196188,7 @@ } }, { - "id": 13987, + "id": 15096, "properties": { "facing": "north", "half": "top", @@ -186442,7 +196197,7 @@ } }, { - "id": 13988, + "id": 15097, "properties": { "facing": "north", "half": "top", @@ -186451,7 +196206,7 @@ } }, { - "id": 13989, + "id": 15098, "properties": { "facing": "north", "half": "top", @@ -186460,7 +196215,7 @@ } }, { - "id": 13990, + "id": 15099, "properties": { "facing": "north", "half": "top", @@ -186469,7 +196224,7 @@ } }, { - "id": 13991, + "id": 15100, "properties": { "facing": "north", "half": "top", @@ -186478,7 +196233,7 @@ } }, { - "id": 13992, + "id": 15101, "properties": { "facing": "north", "half": "top", @@ -186487,7 +196242,7 @@ } }, { - "id": 13993, + "id": 15102, "properties": { "facing": "north", "half": "top", @@ -186496,7 +196251,7 @@ } }, { - "id": 13994, + "id": 15103, "properties": { "facing": "north", "half": "top", @@ -186505,7 +196260,7 @@ } }, { - "id": 13995, + "id": 15104, "properties": { "facing": "north", "half": "bottom", @@ -186515,7 +196270,7 @@ }, { "default": true, - "id": 13996, + "id": 15105, "properties": { "facing": "north", "half": "bottom", @@ -186524,7 +196279,7 @@ } }, { - "id": 13997, + "id": 15106, "properties": { "facing": "north", "half": "bottom", @@ -186533,7 +196288,7 @@ } }, { - "id": 13998, + "id": 15107, "properties": { "facing": "north", "half": "bottom", @@ -186542,7 +196297,7 @@ } }, { - "id": 13999, + "id": 15108, "properties": { "facing": "north", "half": "bottom", @@ -186551,7 +196306,7 @@ } }, { - "id": 14000, + "id": 15109, "properties": { "facing": "north", "half": "bottom", @@ -186560,7 +196315,7 @@ } }, { - "id": 14001, + "id": 15110, "properties": { "facing": "north", "half": "bottom", @@ -186569,7 +196324,7 @@ } }, { - "id": 14002, + "id": 15111, "properties": { "facing": "north", "half": "bottom", @@ -186578,7 +196333,7 @@ } }, { - "id": 14003, + "id": 15112, "properties": { "facing": "north", "half": "bottom", @@ -186587,7 +196342,7 @@ } }, { - "id": 14004, + "id": 15113, "properties": { "facing": "north", "half": "bottom", @@ -186596,7 +196351,7 @@ } }, { - "id": 14005, + "id": 15114, "properties": { "facing": "south", "half": "top", @@ -186605,7 +196360,7 @@ } }, { - "id": 14006, + "id": 15115, "properties": { "facing": "south", "half": "top", @@ -186614,7 +196369,7 @@ } }, { - "id": 14007, + "id": 15116, "properties": { "facing": "south", "half": "top", @@ -186623,7 +196378,7 @@ } }, { - "id": 14008, + "id": 15117, "properties": { "facing": "south", "half": "top", @@ -186632,7 +196387,7 @@ } }, { - "id": 14009, + "id": 15118, "properties": { "facing": "south", "half": "top", @@ -186641,7 +196396,7 @@ } }, { - "id": 14010, + "id": 15119, "properties": { "facing": "south", "half": "top", @@ -186650,7 +196405,7 @@ } }, { - "id": 14011, + "id": 15120, "properties": { "facing": "south", "half": "top", @@ -186659,7 +196414,7 @@ } }, { - "id": 14012, + "id": 15121, "properties": { "facing": "south", "half": "top", @@ -186668,7 +196423,7 @@ } }, { - "id": 14013, + "id": 15122, "properties": { "facing": "south", "half": "top", @@ -186677,7 +196432,7 @@ } }, { - "id": 14014, + "id": 15123, "properties": { "facing": "south", "half": "top", @@ -186686,7 +196441,7 @@ } }, { - "id": 14015, + "id": 15124, "properties": { "facing": "south", "half": "bottom", @@ -186695,7 +196450,7 @@ } }, { - "id": 14016, + "id": 15125, "properties": { "facing": "south", "half": "bottom", @@ -186704,7 +196459,7 @@ } }, { - "id": 14017, + "id": 15126, "properties": { "facing": "south", "half": "bottom", @@ -186713,7 +196468,7 @@ } }, { - "id": 14018, + "id": 15127, "properties": { "facing": "south", "half": "bottom", @@ -186722,7 +196477,7 @@ } }, { - "id": 14019, + "id": 15128, "properties": { "facing": "south", "half": "bottom", @@ -186731,7 +196486,7 @@ } }, { - "id": 14020, + "id": 15129, "properties": { "facing": "south", "half": "bottom", @@ -186740,7 +196495,7 @@ } }, { - "id": 14021, + "id": 15130, "properties": { "facing": "south", "half": "bottom", @@ -186749,7 +196504,7 @@ } }, { - "id": 14022, + "id": 15131, "properties": { "facing": "south", "half": "bottom", @@ -186758,7 +196513,7 @@ } }, { - "id": 14023, + "id": 15132, "properties": { "facing": "south", "half": "bottom", @@ -186767,7 +196522,7 @@ } }, { - "id": 14024, + "id": 15133, "properties": { "facing": "south", "half": "bottom", @@ -186776,7 +196531,7 @@ } }, { - "id": 14025, + "id": 15134, "properties": { "facing": "west", "half": "top", @@ -186785,7 +196540,7 @@ } }, { - "id": 14026, + "id": 15135, "properties": { "facing": "west", "half": "top", @@ -186794,7 +196549,7 @@ } }, { - "id": 14027, + "id": 15136, "properties": { "facing": "west", "half": "top", @@ -186803,7 +196558,7 @@ } }, { - "id": 14028, + "id": 15137, "properties": { "facing": "west", "half": "top", @@ -186812,7 +196567,7 @@ } }, { - "id": 14029, + "id": 15138, "properties": { "facing": "west", "half": "top", @@ -186821,7 +196576,7 @@ } }, { - "id": 14030, + "id": 15139, "properties": { "facing": "west", "half": "top", @@ -186830,7 +196585,7 @@ } }, { - "id": 14031, + "id": 15140, "properties": { "facing": "west", "half": "top", @@ -186839,7 +196594,7 @@ } }, { - "id": 14032, + "id": 15141, "properties": { "facing": "west", "half": "top", @@ -186848,7 +196603,7 @@ } }, { - "id": 14033, + "id": 15142, "properties": { "facing": "west", "half": "top", @@ -186857,7 +196612,7 @@ } }, { - "id": 14034, + "id": 15143, "properties": { "facing": "west", "half": "top", @@ -186866,7 +196621,7 @@ } }, { - "id": 14035, + "id": 15144, "properties": { "facing": "west", "half": "bottom", @@ -186875,7 +196630,7 @@ } }, { - "id": 14036, + "id": 15145, "properties": { "facing": "west", "half": "bottom", @@ -186884,7 +196639,7 @@ } }, { - "id": 14037, + "id": 15146, "properties": { "facing": "west", "half": "bottom", @@ -186893,7 +196648,7 @@ } }, { - "id": 14038, + "id": 15147, "properties": { "facing": "west", "half": "bottom", @@ -186902,7 +196657,7 @@ } }, { - "id": 14039, + "id": 15148, "properties": { "facing": "west", "half": "bottom", @@ -186911,7 +196666,7 @@ } }, { - "id": 14040, + "id": 15149, "properties": { "facing": "west", "half": "bottom", @@ -186920,7 +196675,7 @@ } }, { - "id": 14041, + "id": 15150, "properties": { "facing": "west", "half": "bottom", @@ -186929,7 +196684,7 @@ } }, { - "id": 14042, + "id": 15151, "properties": { "facing": "west", "half": "bottom", @@ -186938,7 +196693,7 @@ } }, { - "id": 14043, + "id": 15152, "properties": { "facing": "west", "half": "bottom", @@ -186947,7 +196702,7 @@ } }, { - "id": 14044, + "id": 15153, "properties": { "facing": "west", "half": "bottom", @@ -186956,7 +196711,7 @@ } }, { - "id": 14045, + "id": 15154, "properties": { "facing": "east", "half": "top", @@ -186965,7 +196720,7 @@ } }, { - "id": 14046, + "id": 15155, "properties": { "facing": "east", "half": "top", @@ -186974,7 +196729,7 @@ } }, { - "id": 14047, + "id": 15156, "properties": { "facing": "east", "half": "top", @@ -186983,7 +196738,7 @@ } }, { - "id": 14048, + "id": 15157, "properties": { "facing": "east", "half": "top", @@ -186992,7 +196747,7 @@ } }, { - "id": 14049, + "id": 15158, "properties": { "facing": "east", "half": "top", @@ -187001,7 +196756,7 @@ } }, { - "id": 14050, + "id": 15159, "properties": { "facing": "east", "half": "top", @@ -187010,7 +196765,7 @@ } }, { - "id": 14051, + "id": 15160, "properties": { "facing": "east", "half": "top", @@ -187019,7 +196774,7 @@ } }, { - "id": 14052, + "id": 15161, "properties": { "facing": "east", "half": "top", @@ -187028,7 +196783,7 @@ } }, { - "id": 14053, + "id": 15162, "properties": { "facing": "east", "half": "top", @@ -187037,7 +196792,7 @@ } }, { - "id": 14054, + "id": 15163, "properties": { "facing": "east", "half": "top", @@ -187046,7 +196801,7 @@ } }, { - "id": 14055, + "id": 15164, "properties": { "facing": "east", "half": "bottom", @@ -187055,7 +196810,7 @@ } }, { - "id": 14056, + "id": 15165, "properties": { "facing": "east", "half": "bottom", @@ -187064,7 +196819,7 @@ } }, { - "id": 14057, + "id": 15166, "properties": { "facing": "east", "half": "bottom", @@ -187073,7 +196828,7 @@ } }, { - "id": 14058, + "id": 15167, "properties": { "facing": "east", "half": "bottom", @@ -187082,7 +196837,7 @@ } }, { - "id": 14059, + "id": 15168, "properties": { "facing": "east", "half": "bottom", @@ -187091,7 +196846,7 @@ } }, { - "id": 14060, + "id": 15169, "properties": { "facing": "east", "half": "bottom", @@ -187100,7 +196855,7 @@ } }, { - "id": 14061, + "id": 15170, "properties": { "facing": "east", "half": "bottom", @@ -187109,7 +196864,7 @@ } }, { - "id": 14062, + "id": 15171, "properties": { "facing": "east", "half": "bottom", @@ -187118,7 +196873,7 @@ } }, { - "id": 14063, + "id": 15172, "properties": { "facing": "east", "half": "bottom", @@ -187127,7 +196882,7 @@ } }, { - "id": 14064, + "id": 15173, "properties": { "facing": "east", "half": "bottom", @@ -187145,7 +196900,7 @@ "states": [ { "default": true, - "id": 22520 + "id": 23661 } ] }, @@ -187167,21 +196922,21 @@ }, "states": [ { - "id": 22521, + "id": 23662, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 22522, + "id": 23663, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 22523, + "id": 23664, "properties": { "type": "bottom", "waterlogged": "true" @@ -187189,21 +196944,21 @@ }, { "default": true, - "id": 22524, + "id": 23665, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 22525, + "id": 23666, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 22526, + "id": 23667, "properties": { "type": "double", "waterlogged": "false" @@ -187244,7 +196999,7 @@ }, "states": [ { - "id": 22527, + "id": 23668, "properties": { "facing": "north", "half": "top", @@ -187253,7 +197008,7 @@ } }, { - "id": 22528, + "id": 23669, "properties": { "facing": "north", "half": "top", @@ -187262,7 +197017,7 @@ } }, { - "id": 22529, + "id": 23670, "properties": { "facing": "north", "half": "top", @@ -187271,7 +197026,7 @@ } }, { - "id": 22530, + "id": 23671, "properties": { "facing": "north", "half": "top", @@ -187280,7 +197035,7 @@ } }, { - "id": 22531, + "id": 23672, "properties": { "facing": "north", "half": "top", @@ -187289,7 +197044,7 @@ } }, { - "id": 22532, + "id": 23673, "properties": { "facing": "north", "half": "top", @@ -187298,7 +197053,7 @@ } }, { - "id": 22533, + "id": 23674, "properties": { "facing": "north", "half": "top", @@ -187307,7 +197062,7 @@ } }, { - "id": 22534, + "id": 23675, "properties": { "facing": "north", "half": "top", @@ -187316,7 +197071,7 @@ } }, { - "id": 22535, + "id": 23676, "properties": { "facing": "north", "half": "top", @@ -187325,7 +197080,7 @@ } }, { - "id": 22536, + "id": 23677, "properties": { "facing": "north", "half": "top", @@ -187334,7 +197089,7 @@ } }, { - "id": 22537, + "id": 23678, "properties": { "facing": "north", "half": "bottom", @@ -187344,7 +197099,7 @@ }, { "default": true, - "id": 22538, + "id": 23679, "properties": { "facing": "north", "half": "bottom", @@ -187353,7 +197108,7 @@ } }, { - "id": 22539, + "id": 23680, "properties": { "facing": "north", "half": "bottom", @@ -187362,7 +197117,7 @@ } }, { - "id": 22540, + "id": 23681, "properties": { "facing": "north", "half": "bottom", @@ -187371,7 +197126,7 @@ } }, { - "id": 22541, + "id": 23682, "properties": { "facing": "north", "half": "bottom", @@ -187380,7 +197135,7 @@ } }, { - "id": 22542, + "id": 23683, "properties": { "facing": "north", "half": "bottom", @@ -187389,7 +197144,7 @@ } }, { - "id": 22543, + "id": 23684, "properties": { "facing": "north", "half": "bottom", @@ -187398,7 +197153,7 @@ } }, { - "id": 22544, + "id": 23685, "properties": { "facing": "north", "half": "bottom", @@ -187407,7 +197162,7 @@ } }, { - "id": 22545, + "id": 23686, "properties": { "facing": "north", "half": "bottom", @@ -187416,7 +197171,7 @@ } }, { - "id": 22546, + "id": 23687, "properties": { "facing": "north", "half": "bottom", @@ -187425,7 +197180,7 @@ } }, { - "id": 22547, + "id": 23688, "properties": { "facing": "south", "half": "top", @@ -187434,7 +197189,7 @@ } }, { - "id": 22548, + "id": 23689, "properties": { "facing": "south", "half": "top", @@ -187443,7 +197198,7 @@ } }, { - "id": 22549, + "id": 23690, "properties": { "facing": "south", "half": "top", @@ -187452,7 +197207,7 @@ } }, { - "id": 22550, + "id": 23691, "properties": { "facing": "south", "half": "top", @@ -187461,7 +197216,7 @@ } }, { - "id": 22551, + "id": 23692, "properties": { "facing": "south", "half": "top", @@ -187470,7 +197225,7 @@ } }, { - "id": 22552, + "id": 23693, "properties": { "facing": "south", "half": "top", @@ -187479,7 +197234,7 @@ } }, { - "id": 22553, + "id": 23694, "properties": { "facing": "south", "half": "top", @@ -187488,7 +197243,7 @@ } }, { - "id": 22554, + "id": 23695, "properties": { "facing": "south", "half": "top", @@ -187497,7 +197252,7 @@ } }, { - "id": 22555, + "id": 23696, "properties": { "facing": "south", "half": "top", @@ -187506,7 +197261,7 @@ } }, { - "id": 22556, + "id": 23697, "properties": { "facing": "south", "half": "top", @@ -187515,7 +197270,7 @@ } }, { - "id": 22557, + "id": 23698, "properties": { "facing": "south", "half": "bottom", @@ -187524,7 +197279,7 @@ } }, { - "id": 22558, + "id": 23699, "properties": { "facing": "south", "half": "bottom", @@ -187533,7 +197288,7 @@ } }, { - "id": 22559, + "id": 23700, "properties": { "facing": "south", "half": "bottom", @@ -187542,7 +197297,7 @@ } }, { - "id": 22560, + "id": 23701, "properties": { "facing": "south", "half": "bottom", @@ -187551,7 +197306,7 @@ } }, { - "id": 22561, + "id": 23702, "properties": { "facing": "south", "half": "bottom", @@ -187560,7 +197315,7 @@ } }, { - "id": 22562, + "id": 23703, "properties": { "facing": "south", "half": "bottom", @@ -187569,7 +197324,7 @@ } }, { - "id": 22563, + "id": 23704, "properties": { "facing": "south", "half": "bottom", @@ -187578,7 +197333,7 @@ } }, { - "id": 22564, + "id": 23705, "properties": { "facing": "south", "half": "bottom", @@ -187587,7 +197342,7 @@ } }, { - "id": 22565, + "id": 23706, "properties": { "facing": "south", "half": "bottom", @@ -187596,7 +197351,7 @@ } }, { - "id": 22566, + "id": 23707, "properties": { "facing": "south", "half": "bottom", @@ -187605,7 +197360,7 @@ } }, { - "id": 22567, + "id": 23708, "properties": { "facing": "west", "half": "top", @@ -187614,7 +197369,7 @@ } }, { - "id": 22568, + "id": 23709, "properties": { "facing": "west", "half": "top", @@ -187623,7 +197378,7 @@ } }, { - "id": 22569, + "id": 23710, "properties": { "facing": "west", "half": "top", @@ -187632,7 +197387,7 @@ } }, { - "id": 22570, + "id": 23711, "properties": { "facing": "west", "half": "top", @@ -187641,7 +197396,7 @@ } }, { - "id": 22571, + "id": 23712, "properties": { "facing": "west", "half": "top", @@ -187650,7 +197405,7 @@ } }, { - "id": 22572, + "id": 23713, "properties": { "facing": "west", "half": "top", @@ -187659,7 +197414,7 @@ } }, { - "id": 22573, + "id": 23714, "properties": { "facing": "west", "half": "top", @@ -187668,7 +197423,7 @@ } }, { - "id": 22574, + "id": 23715, "properties": { "facing": "west", "half": "top", @@ -187677,7 +197432,7 @@ } }, { - "id": 22575, + "id": 23716, "properties": { "facing": "west", "half": "top", @@ -187686,7 +197441,7 @@ } }, { - "id": 22576, + "id": 23717, "properties": { "facing": "west", "half": "top", @@ -187695,7 +197450,7 @@ } }, { - "id": 22577, + "id": 23718, "properties": { "facing": "west", "half": "bottom", @@ -187704,7 +197459,7 @@ } }, { - "id": 22578, + "id": 23719, "properties": { "facing": "west", "half": "bottom", @@ -187713,7 +197468,7 @@ } }, { - "id": 22579, + "id": 23720, "properties": { "facing": "west", "half": "bottom", @@ -187722,7 +197477,7 @@ } }, { - "id": 22580, + "id": 23721, "properties": { "facing": "west", "half": "bottom", @@ -187731,7 +197486,7 @@ } }, { - "id": 22581, + "id": 23722, "properties": { "facing": "west", "half": "bottom", @@ -187740,7 +197495,7 @@ } }, { - "id": 22582, + "id": 23723, "properties": { "facing": "west", "half": "bottom", @@ -187749,7 +197504,7 @@ } }, { - "id": 22583, + "id": 23724, "properties": { "facing": "west", "half": "bottom", @@ -187758,7 +197513,7 @@ } }, { - "id": 22584, + "id": 23725, "properties": { "facing": "west", "half": "bottom", @@ -187767,7 +197522,7 @@ } }, { - "id": 22585, + "id": 23726, "properties": { "facing": "west", "half": "bottom", @@ -187776,7 +197531,7 @@ } }, { - "id": 22586, + "id": 23727, "properties": { "facing": "west", "half": "bottom", @@ -187785,7 +197540,7 @@ } }, { - "id": 22587, + "id": 23728, "properties": { "facing": "east", "half": "top", @@ -187794,7 +197549,7 @@ } }, { - "id": 22588, + "id": 23729, "properties": { "facing": "east", "half": "top", @@ -187803,7 +197558,7 @@ } }, { - "id": 22589, + "id": 23730, "properties": { "facing": "east", "half": "top", @@ -187812,7 +197567,7 @@ } }, { - "id": 22590, + "id": 23731, "properties": { "facing": "east", "half": "top", @@ -187821,7 +197576,7 @@ } }, { - "id": 22591, + "id": 23732, "properties": { "facing": "east", "half": "top", @@ -187830,7 +197585,7 @@ } }, { - "id": 22592, + "id": 23733, "properties": { "facing": "east", "half": "top", @@ -187839,7 +197594,7 @@ } }, { - "id": 22593, + "id": 23734, "properties": { "facing": "east", "half": "top", @@ -187848,7 +197603,7 @@ } }, { - "id": 22594, + "id": 23735, "properties": { "facing": "east", "half": "top", @@ -187857,7 +197612,7 @@ } }, { - "id": 22595, + "id": 23736, "properties": { "facing": "east", "half": "top", @@ -187866,7 +197621,7 @@ } }, { - "id": 22596, + "id": 23737, "properties": { "facing": "east", "half": "top", @@ -187875,7 +197630,7 @@ } }, { - "id": 22597, + "id": 23738, "properties": { "facing": "east", "half": "bottom", @@ -187884,7 +197639,7 @@ } }, { - "id": 22598, + "id": 23739, "properties": { "facing": "east", "half": "bottom", @@ -187893,7 +197648,7 @@ } }, { - "id": 22599, + "id": 23740, "properties": { "facing": "east", "half": "bottom", @@ -187902,7 +197657,7 @@ } }, { - "id": 22600, + "id": 23741, "properties": { "facing": "east", "half": "bottom", @@ -187911,7 +197666,7 @@ } }, { - "id": 22601, + "id": 23742, "properties": { "facing": "east", "half": "bottom", @@ -187920,7 +197675,7 @@ } }, { - "id": 22602, + "id": 23743, "properties": { "facing": "east", "half": "bottom", @@ -187929,7 +197684,7 @@ } }, { - "id": 22603, + "id": 23744, "properties": { "facing": "east", "half": "bottom", @@ -187938,7 +197693,7 @@ } }, { - "id": 22604, + "id": 23745, "properties": { "facing": "east", "half": "bottom", @@ -187947,7 +197702,7 @@ } }, { - "id": 22605, + "id": 23746, "properties": { "facing": "east", "half": "bottom", @@ -187956,7 +197711,7 @@ } }, { - "id": 22606, + "id": 23747, "properties": { "facing": "east", "half": "bottom", @@ -188003,7 +197758,7 @@ }, "states": [ { - "id": 22607, + "id": 23748, "properties": { "east": "none", "north": "none", @@ -188014,7 +197769,7 @@ } }, { - "id": 22608, + "id": 23749, "properties": { "east": "none", "north": "none", @@ -188025,7 +197780,7 @@ } }, { - "id": 22609, + "id": 23750, "properties": { "east": "none", "north": "none", @@ -188037,7 +197792,7 @@ }, { "default": true, - "id": 22610, + "id": 23751, "properties": { "east": "none", "north": "none", @@ -188048,7 +197803,7 @@ } }, { - "id": 22611, + "id": 23752, "properties": { "east": "none", "north": "none", @@ -188059,7 +197814,7 @@ } }, { - "id": 22612, + "id": 23753, "properties": { "east": "none", "north": "none", @@ -188070,7 +197825,7 @@ } }, { - "id": 22613, + "id": 23754, "properties": { "east": "none", "north": "none", @@ -188081,7 +197836,7 @@ } }, { - "id": 22614, + "id": 23755, "properties": { "east": "none", "north": "none", @@ -188092,7 +197847,7 @@ } }, { - "id": 22615, + "id": 23756, "properties": { "east": "none", "north": "none", @@ -188103,7 +197858,7 @@ } }, { - "id": 22616, + "id": 23757, "properties": { "east": "none", "north": "none", @@ -188114,7 +197869,7 @@ } }, { - "id": 22617, + "id": 23758, "properties": { "east": "none", "north": "none", @@ -188125,7 +197880,7 @@ } }, { - "id": 22618, + "id": 23759, "properties": { "east": "none", "north": "none", @@ -188136,7 +197891,7 @@ } }, { - "id": 22619, + "id": 23760, "properties": { "east": "none", "north": "none", @@ -188147,7 +197902,7 @@ } }, { - "id": 22620, + "id": 23761, "properties": { "east": "none", "north": "none", @@ -188158,7 +197913,7 @@ } }, { - "id": 22621, + "id": 23762, "properties": { "east": "none", "north": "none", @@ -188169,7 +197924,7 @@ } }, { - "id": 22622, + "id": 23763, "properties": { "east": "none", "north": "none", @@ -188180,7 +197935,7 @@ } }, { - "id": 22623, + "id": 23764, "properties": { "east": "none", "north": "none", @@ -188191,7 +197946,7 @@ } }, { - "id": 22624, + "id": 23765, "properties": { "east": "none", "north": "none", @@ -188202,7 +197957,7 @@ } }, { - "id": 22625, + "id": 23766, "properties": { "east": "none", "north": "none", @@ -188213,7 +197968,7 @@ } }, { - "id": 22626, + "id": 23767, "properties": { "east": "none", "north": "none", @@ -188224,7 +197979,7 @@ } }, { - "id": 22627, + "id": 23768, "properties": { "east": "none", "north": "none", @@ -188235,7 +197990,7 @@ } }, { - "id": 22628, + "id": 23769, "properties": { "east": "none", "north": "none", @@ -188246,7 +198001,7 @@ } }, { - "id": 22629, + "id": 23770, "properties": { "east": "none", "north": "none", @@ -188257,7 +198012,7 @@ } }, { - "id": 22630, + "id": 23771, "properties": { "east": "none", "north": "none", @@ -188268,7 +198023,7 @@ } }, { - "id": 22631, + "id": 23772, "properties": { "east": "none", "north": "none", @@ -188279,7 +198034,7 @@ } }, { - "id": 22632, + "id": 23773, "properties": { "east": "none", "north": "none", @@ -188290,7 +198045,7 @@ } }, { - "id": 22633, + "id": 23774, "properties": { "east": "none", "north": "none", @@ -188301,7 +198056,7 @@ } }, { - "id": 22634, + "id": 23775, "properties": { "east": "none", "north": "none", @@ -188312,7 +198067,7 @@ } }, { - "id": 22635, + "id": 23776, "properties": { "east": "none", "north": "none", @@ -188323,7 +198078,7 @@ } }, { - "id": 22636, + "id": 23777, "properties": { "east": "none", "north": "none", @@ -188334,7 +198089,7 @@ } }, { - "id": 22637, + "id": 23778, "properties": { "east": "none", "north": "none", @@ -188345,7 +198100,7 @@ } }, { - "id": 22638, + "id": 23779, "properties": { "east": "none", "north": "none", @@ -188356,7 +198111,7 @@ } }, { - "id": 22639, + "id": 23780, "properties": { "east": "none", "north": "none", @@ -188367,7 +198122,7 @@ } }, { - "id": 22640, + "id": 23781, "properties": { "east": "none", "north": "none", @@ -188378,7 +198133,7 @@ } }, { - "id": 22641, + "id": 23782, "properties": { "east": "none", "north": "none", @@ -188389,7 +198144,7 @@ } }, { - "id": 22642, + "id": 23783, "properties": { "east": "none", "north": "none", @@ -188400,7 +198155,7 @@ } }, { - "id": 22643, + "id": 23784, "properties": { "east": "none", "north": "low", @@ -188411,7 +198166,7 @@ } }, { - "id": 22644, + "id": 23785, "properties": { "east": "none", "north": "low", @@ -188422,7 +198177,7 @@ } }, { - "id": 22645, + "id": 23786, "properties": { "east": "none", "north": "low", @@ -188433,7 +198188,7 @@ } }, { - "id": 22646, + "id": 23787, "properties": { "east": "none", "north": "low", @@ -188444,7 +198199,7 @@ } }, { - "id": 22647, + "id": 23788, "properties": { "east": "none", "north": "low", @@ -188455,7 +198210,7 @@ } }, { - "id": 22648, + "id": 23789, "properties": { "east": "none", "north": "low", @@ -188466,7 +198221,7 @@ } }, { - "id": 22649, + "id": 23790, "properties": { "east": "none", "north": "low", @@ -188477,7 +198232,7 @@ } }, { - "id": 22650, + "id": 23791, "properties": { "east": "none", "north": "low", @@ -188488,7 +198243,7 @@ } }, { - "id": 22651, + "id": 23792, "properties": { "east": "none", "north": "low", @@ -188499,7 +198254,7 @@ } }, { - "id": 22652, + "id": 23793, "properties": { "east": "none", "north": "low", @@ -188510,7 +198265,7 @@ } }, { - "id": 22653, + "id": 23794, "properties": { "east": "none", "north": "low", @@ -188521,7 +198276,7 @@ } }, { - "id": 22654, + "id": 23795, "properties": { "east": "none", "north": "low", @@ -188532,7 +198287,7 @@ } }, { - "id": 22655, + "id": 23796, "properties": { "east": "none", "north": "low", @@ -188543,7 +198298,7 @@ } }, { - "id": 22656, + "id": 23797, "properties": { "east": "none", "north": "low", @@ -188554,7 +198309,7 @@ } }, { - "id": 22657, + "id": 23798, "properties": { "east": "none", "north": "low", @@ -188565,7 +198320,7 @@ } }, { - "id": 22658, + "id": 23799, "properties": { "east": "none", "north": "low", @@ -188576,7 +198331,7 @@ } }, { - "id": 22659, + "id": 23800, "properties": { "east": "none", "north": "low", @@ -188587,7 +198342,7 @@ } }, { - "id": 22660, + "id": 23801, "properties": { "east": "none", "north": "low", @@ -188598,7 +198353,7 @@ } }, { - "id": 22661, + "id": 23802, "properties": { "east": "none", "north": "low", @@ -188609,7 +198364,7 @@ } }, { - "id": 22662, + "id": 23803, "properties": { "east": "none", "north": "low", @@ -188620,7 +198375,7 @@ } }, { - "id": 22663, + "id": 23804, "properties": { "east": "none", "north": "low", @@ -188631,7 +198386,7 @@ } }, { - "id": 22664, + "id": 23805, "properties": { "east": "none", "north": "low", @@ -188642,7 +198397,7 @@ } }, { - "id": 22665, + "id": 23806, "properties": { "east": "none", "north": "low", @@ -188653,7 +198408,7 @@ } }, { - "id": 22666, + "id": 23807, "properties": { "east": "none", "north": "low", @@ -188664,7 +198419,7 @@ } }, { - "id": 22667, + "id": 23808, "properties": { "east": "none", "north": "low", @@ -188675,7 +198430,7 @@ } }, { - "id": 22668, + "id": 23809, "properties": { "east": "none", "north": "low", @@ -188686,7 +198441,7 @@ } }, { - "id": 22669, + "id": 23810, "properties": { "east": "none", "north": "low", @@ -188697,7 +198452,7 @@ } }, { - "id": 22670, + "id": 23811, "properties": { "east": "none", "north": "low", @@ -188708,7 +198463,7 @@ } }, { - "id": 22671, + "id": 23812, "properties": { "east": "none", "north": "low", @@ -188719,7 +198474,7 @@ } }, { - "id": 22672, + "id": 23813, "properties": { "east": "none", "north": "low", @@ -188730,7 +198485,7 @@ } }, { - "id": 22673, + "id": 23814, "properties": { "east": "none", "north": "low", @@ -188741,7 +198496,7 @@ } }, { - "id": 22674, + "id": 23815, "properties": { "east": "none", "north": "low", @@ -188752,7 +198507,7 @@ } }, { - "id": 22675, + "id": 23816, "properties": { "east": "none", "north": "low", @@ -188763,7 +198518,7 @@ } }, { - "id": 22676, + "id": 23817, "properties": { "east": "none", "north": "low", @@ -188774,7 +198529,7 @@ } }, { - "id": 22677, + "id": 23818, "properties": { "east": "none", "north": "low", @@ -188785,7 +198540,7 @@ } }, { - "id": 22678, + "id": 23819, "properties": { "east": "none", "north": "low", @@ -188796,7 +198551,7 @@ } }, { - "id": 22679, + "id": 23820, "properties": { "east": "none", "north": "tall", @@ -188807,7 +198562,7 @@ } }, { - "id": 22680, + "id": 23821, "properties": { "east": "none", "north": "tall", @@ -188818,7 +198573,7 @@ } }, { - "id": 22681, + "id": 23822, "properties": { "east": "none", "north": "tall", @@ -188829,7 +198584,7 @@ } }, { - "id": 22682, + "id": 23823, "properties": { "east": "none", "north": "tall", @@ -188840,7 +198595,7 @@ } }, { - "id": 22683, + "id": 23824, "properties": { "east": "none", "north": "tall", @@ -188851,7 +198606,7 @@ } }, { - "id": 22684, + "id": 23825, "properties": { "east": "none", "north": "tall", @@ -188862,7 +198617,7 @@ } }, { - "id": 22685, + "id": 23826, "properties": { "east": "none", "north": "tall", @@ -188873,7 +198628,7 @@ } }, { - "id": 22686, + "id": 23827, "properties": { "east": "none", "north": "tall", @@ -188884,7 +198639,7 @@ } }, { - "id": 22687, + "id": 23828, "properties": { "east": "none", "north": "tall", @@ -188895,7 +198650,7 @@ } }, { - "id": 22688, + "id": 23829, "properties": { "east": "none", "north": "tall", @@ -188906,7 +198661,7 @@ } }, { - "id": 22689, + "id": 23830, "properties": { "east": "none", "north": "tall", @@ -188917,7 +198672,7 @@ } }, { - "id": 22690, + "id": 23831, "properties": { "east": "none", "north": "tall", @@ -188928,7 +198683,7 @@ } }, { - "id": 22691, + "id": 23832, "properties": { "east": "none", "north": "tall", @@ -188939,7 +198694,7 @@ } }, { - "id": 22692, + "id": 23833, "properties": { "east": "none", "north": "tall", @@ -188950,7 +198705,7 @@ } }, { - "id": 22693, + "id": 23834, "properties": { "east": "none", "north": "tall", @@ -188961,7 +198716,7 @@ } }, { - "id": 22694, + "id": 23835, "properties": { "east": "none", "north": "tall", @@ -188972,7 +198727,7 @@ } }, { - "id": 22695, + "id": 23836, "properties": { "east": "none", "north": "tall", @@ -188983,7 +198738,7 @@ } }, { - "id": 22696, + "id": 23837, "properties": { "east": "none", "north": "tall", @@ -188994,7 +198749,7 @@ } }, { - "id": 22697, + "id": 23838, "properties": { "east": "none", "north": "tall", @@ -189005,7 +198760,7 @@ } }, { - "id": 22698, + "id": 23839, "properties": { "east": "none", "north": "tall", @@ -189016,7 +198771,7 @@ } }, { - "id": 22699, + "id": 23840, "properties": { "east": "none", "north": "tall", @@ -189027,7 +198782,7 @@ } }, { - "id": 22700, + "id": 23841, "properties": { "east": "none", "north": "tall", @@ -189038,7 +198793,7 @@ } }, { - "id": 22701, + "id": 23842, "properties": { "east": "none", "north": "tall", @@ -189049,7 +198804,7 @@ } }, { - "id": 22702, + "id": 23843, "properties": { "east": "none", "north": "tall", @@ -189060,7 +198815,7 @@ } }, { - "id": 22703, + "id": 23844, "properties": { "east": "none", "north": "tall", @@ -189071,7 +198826,7 @@ } }, { - "id": 22704, + "id": 23845, "properties": { "east": "none", "north": "tall", @@ -189082,7 +198837,7 @@ } }, { - "id": 22705, + "id": 23846, "properties": { "east": "none", "north": "tall", @@ -189093,7 +198848,7 @@ } }, { - "id": 22706, + "id": 23847, "properties": { "east": "none", "north": "tall", @@ -189104,7 +198859,7 @@ } }, { - "id": 22707, + "id": 23848, "properties": { "east": "none", "north": "tall", @@ -189115,7 +198870,7 @@ } }, { - "id": 22708, + "id": 23849, "properties": { "east": "none", "north": "tall", @@ -189126,7 +198881,7 @@ } }, { - "id": 22709, + "id": 23850, "properties": { "east": "none", "north": "tall", @@ -189137,7 +198892,7 @@ } }, { - "id": 22710, + "id": 23851, "properties": { "east": "none", "north": "tall", @@ -189148,7 +198903,7 @@ } }, { - "id": 22711, + "id": 23852, "properties": { "east": "none", "north": "tall", @@ -189159,7 +198914,7 @@ } }, { - "id": 22712, + "id": 23853, "properties": { "east": "none", "north": "tall", @@ -189170,7 +198925,7 @@ } }, { - "id": 22713, + "id": 23854, "properties": { "east": "none", "north": "tall", @@ -189181,7 +198936,7 @@ } }, { - "id": 22714, + "id": 23855, "properties": { "east": "none", "north": "tall", @@ -189192,7 +198947,7 @@ } }, { - "id": 22715, + "id": 23856, "properties": { "east": "low", "north": "none", @@ -189203,7 +198958,7 @@ } }, { - "id": 22716, + "id": 23857, "properties": { "east": "low", "north": "none", @@ -189214,7 +198969,7 @@ } }, { - "id": 22717, + "id": 23858, "properties": { "east": "low", "north": "none", @@ -189225,7 +198980,7 @@ } }, { - "id": 22718, + "id": 23859, "properties": { "east": "low", "north": "none", @@ -189236,7 +198991,7 @@ } }, { - "id": 22719, + "id": 23860, "properties": { "east": "low", "north": "none", @@ -189247,7 +199002,7 @@ } }, { - "id": 22720, + "id": 23861, "properties": { "east": "low", "north": "none", @@ -189258,7 +199013,7 @@ } }, { - "id": 22721, + "id": 23862, "properties": { "east": "low", "north": "none", @@ -189269,7 +199024,7 @@ } }, { - "id": 22722, + "id": 23863, "properties": { "east": "low", "north": "none", @@ -189280,7 +199035,7 @@ } }, { - "id": 22723, + "id": 23864, "properties": { "east": "low", "north": "none", @@ -189291,7 +199046,7 @@ } }, { - "id": 22724, + "id": 23865, "properties": { "east": "low", "north": "none", @@ -189302,7 +199057,7 @@ } }, { - "id": 22725, + "id": 23866, "properties": { "east": "low", "north": "none", @@ -189313,7 +199068,7 @@ } }, { - "id": 22726, + "id": 23867, "properties": { "east": "low", "north": "none", @@ -189324,7 +199079,7 @@ } }, { - "id": 22727, + "id": 23868, "properties": { "east": "low", "north": "none", @@ -189335,7 +199090,7 @@ } }, { - "id": 22728, + "id": 23869, "properties": { "east": "low", "north": "none", @@ -189346,7 +199101,7 @@ } }, { - "id": 22729, + "id": 23870, "properties": { "east": "low", "north": "none", @@ -189357,7 +199112,7 @@ } }, { - "id": 22730, + "id": 23871, "properties": { "east": "low", "north": "none", @@ -189368,7 +199123,7 @@ } }, { - "id": 22731, + "id": 23872, "properties": { "east": "low", "north": "none", @@ -189379,7 +199134,7 @@ } }, { - "id": 22732, + "id": 23873, "properties": { "east": "low", "north": "none", @@ -189390,7 +199145,7 @@ } }, { - "id": 22733, + "id": 23874, "properties": { "east": "low", "north": "none", @@ -189401,7 +199156,7 @@ } }, { - "id": 22734, + "id": 23875, "properties": { "east": "low", "north": "none", @@ -189412,7 +199167,7 @@ } }, { - "id": 22735, + "id": 23876, "properties": { "east": "low", "north": "none", @@ -189423,7 +199178,7 @@ } }, { - "id": 22736, + "id": 23877, "properties": { "east": "low", "north": "none", @@ -189434,7 +199189,7 @@ } }, { - "id": 22737, + "id": 23878, "properties": { "east": "low", "north": "none", @@ -189445,7 +199200,7 @@ } }, { - "id": 22738, + "id": 23879, "properties": { "east": "low", "north": "none", @@ -189456,7 +199211,7 @@ } }, { - "id": 22739, + "id": 23880, "properties": { "east": "low", "north": "none", @@ -189467,7 +199222,7 @@ } }, { - "id": 22740, + "id": 23881, "properties": { "east": "low", "north": "none", @@ -189478,7 +199233,7 @@ } }, { - "id": 22741, + "id": 23882, "properties": { "east": "low", "north": "none", @@ -189489,7 +199244,7 @@ } }, { - "id": 22742, + "id": 23883, "properties": { "east": "low", "north": "none", @@ -189500,7 +199255,7 @@ } }, { - "id": 22743, + "id": 23884, "properties": { "east": "low", "north": "none", @@ -189511,7 +199266,7 @@ } }, { - "id": 22744, + "id": 23885, "properties": { "east": "low", "north": "none", @@ -189522,7 +199277,7 @@ } }, { - "id": 22745, + "id": 23886, "properties": { "east": "low", "north": "none", @@ -189533,7 +199288,7 @@ } }, { - "id": 22746, + "id": 23887, "properties": { "east": "low", "north": "none", @@ -189544,7 +199299,7 @@ } }, { - "id": 22747, + "id": 23888, "properties": { "east": "low", "north": "none", @@ -189555,7 +199310,7 @@ } }, { - "id": 22748, + "id": 23889, "properties": { "east": "low", "north": "none", @@ -189566,7 +199321,7 @@ } }, { - "id": 22749, + "id": 23890, "properties": { "east": "low", "north": "none", @@ -189577,7 +199332,7 @@ } }, { - "id": 22750, + "id": 23891, "properties": { "east": "low", "north": "none", @@ -189588,7 +199343,7 @@ } }, { - "id": 22751, + "id": 23892, "properties": { "east": "low", "north": "low", @@ -189599,7 +199354,7 @@ } }, { - "id": 22752, + "id": 23893, "properties": { "east": "low", "north": "low", @@ -189610,7 +199365,7 @@ } }, { - "id": 22753, + "id": 23894, "properties": { "east": "low", "north": "low", @@ -189621,7 +199376,7 @@ } }, { - "id": 22754, + "id": 23895, "properties": { "east": "low", "north": "low", @@ -189632,7 +199387,7 @@ } }, { - "id": 22755, + "id": 23896, "properties": { "east": "low", "north": "low", @@ -189643,7 +199398,7 @@ } }, { - "id": 22756, + "id": 23897, "properties": { "east": "low", "north": "low", @@ -189654,7 +199409,7 @@ } }, { - "id": 22757, + "id": 23898, "properties": { "east": "low", "north": "low", @@ -189665,7 +199420,7 @@ } }, { - "id": 22758, + "id": 23899, "properties": { "east": "low", "north": "low", @@ -189676,7 +199431,7 @@ } }, { - "id": 22759, + "id": 23900, "properties": { "east": "low", "north": "low", @@ -189687,7 +199442,7 @@ } }, { - "id": 22760, + "id": 23901, "properties": { "east": "low", "north": "low", @@ -189698,7 +199453,7 @@ } }, { - "id": 22761, + "id": 23902, "properties": { "east": "low", "north": "low", @@ -189709,7 +199464,7 @@ } }, { - "id": 22762, + "id": 23903, "properties": { "east": "low", "north": "low", @@ -189720,7 +199475,7 @@ } }, { - "id": 22763, + "id": 23904, "properties": { "east": "low", "north": "low", @@ -189731,7 +199486,7 @@ } }, { - "id": 22764, + "id": 23905, "properties": { "east": "low", "north": "low", @@ -189742,7 +199497,7 @@ } }, { - "id": 22765, + "id": 23906, "properties": { "east": "low", "north": "low", @@ -189753,7 +199508,7 @@ } }, { - "id": 22766, + "id": 23907, "properties": { "east": "low", "north": "low", @@ -189764,7 +199519,7 @@ } }, { - "id": 22767, + "id": 23908, "properties": { "east": "low", "north": "low", @@ -189775,7 +199530,7 @@ } }, { - "id": 22768, + "id": 23909, "properties": { "east": "low", "north": "low", @@ -189786,7 +199541,7 @@ } }, { - "id": 22769, + "id": 23910, "properties": { "east": "low", "north": "low", @@ -189797,7 +199552,7 @@ } }, { - "id": 22770, + "id": 23911, "properties": { "east": "low", "north": "low", @@ -189808,7 +199563,7 @@ } }, { - "id": 22771, + "id": 23912, "properties": { "east": "low", "north": "low", @@ -189819,7 +199574,7 @@ } }, { - "id": 22772, + "id": 23913, "properties": { "east": "low", "north": "low", @@ -189830,7 +199585,7 @@ } }, { - "id": 22773, + "id": 23914, "properties": { "east": "low", "north": "low", @@ -189841,7 +199596,7 @@ } }, { - "id": 22774, + "id": 23915, "properties": { "east": "low", "north": "low", @@ -189852,7 +199607,7 @@ } }, { - "id": 22775, + "id": 23916, "properties": { "east": "low", "north": "low", @@ -189863,7 +199618,7 @@ } }, { - "id": 22776, + "id": 23917, "properties": { "east": "low", "north": "low", @@ -189874,7 +199629,7 @@ } }, { - "id": 22777, + "id": 23918, "properties": { "east": "low", "north": "low", @@ -189885,7 +199640,7 @@ } }, { - "id": 22778, + "id": 23919, "properties": { "east": "low", "north": "low", @@ -189896,7 +199651,7 @@ } }, { - "id": 22779, + "id": 23920, "properties": { "east": "low", "north": "low", @@ -189907,7 +199662,7 @@ } }, { - "id": 22780, + "id": 23921, "properties": { "east": "low", "north": "low", @@ -189918,7 +199673,7 @@ } }, { - "id": 22781, + "id": 23922, "properties": { "east": "low", "north": "low", @@ -189929,7 +199684,7 @@ } }, { - "id": 22782, + "id": 23923, "properties": { "east": "low", "north": "low", @@ -189940,7 +199695,7 @@ } }, { - "id": 22783, + "id": 23924, "properties": { "east": "low", "north": "low", @@ -189951,7 +199706,7 @@ } }, { - "id": 22784, + "id": 23925, "properties": { "east": "low", "north": "low", @@ -189962,7 +199717,7 @@ } }, { - "id": 22785, + "id": 23926, "properties": { "east": "low", "north": "low", @@ -189973,7 +199728,7 @@ } }, { - "id": 22786, + "id": 23927, "properties": { "east": "low", "north": "low", @@ -189984,7 +199739,7 @@ } }, { - "id": 22787, + "id": 23928, "properties": { "east": "low", "north": "tall", @@ -189995,7 +199750,7 @@ } }, { - "id": 22788, + "id": 23929, "properties": { "east": "low", "north": "tall", @@ -190006,7 +199761,7 @@ } }, { - "id": 22789, + "id": 23930, "properties": { "east": "low", "north": "tall", @@ -190017,7 +199772,7 @@ } }, { - "id": 22790, + "id": 23931, "properties": { "east": "low", "north": "tall", @@ -190028,7 +199783,7 @@ } }, { - "id": 22791, + "id": 23932, "properties": { "east": "low", "north": "tall", @@ -190039,7 +199794,7 @@ } }, { - "id": 22792, + "id": 23933, "properties": { "east": "low", "north": "tall", @@ -190050,7 +199805,7 @@ } }, { - "id": 22793, + "id": 23934, "properties": { "east": "low", "north": "tall", @@ -190061,7 +199816,7 @@ } }, { - "id": 22794, + "id": 23935, "properties": { "east": "low", "north": "tall", @@ -190072,7 +199827,7 @@ } }, { - "id": 22795, + "id": 23936, "properties": { "east": "low", "north": "tall", @@ -190083,7 +199838,7 @@ } }, { - "id": 22796, + "id": 23937, "properties": { "east": "low", "north": "tall", @@ -190094,7 +199849,7 @@ } }, { - "id": 22797, + "id": 23938, "properties": { "east": "low", "north": "tall", @@ -190105,7 +199860,7 @@ } }, { - "id": 22798, + "id": 23939, "properties": { "east": "low", "north": "tall", @@ -190116,7 +199871,7 @@ } }, { - "id": 22799, + "id": 23940, "properties": { "east": "low", "north": "tall", @@ -190127,7 +199882,7 @@ } }, { - "id": 22800, + "id": 23941, "properties": { "east": "low", "north": "tall", @@ -190138,7 +199893,7 @@ } }, { - "id": 22801, + "id": 23942, "properties": { "east": "low", "north": "tall", @@ -190149,7 +199904,7 @@ } }, { - "id": 22802, + "id": 23943, "properties": { "east": "low", "north": "tall", @@ -190160,7 +199915,7 @@ } }, { - "id": 22803, + "id": 23944, "properties": { "east": "low", "north": "tall", @@ -190171,7 +199926,7 @@ } }, { - "id": 22804, + "id": 23945, "properties": { "east": "low", "north": "tall", @@ -190182,7 +199937,7 @@ } }, { - "id": 22805, + "id": 23946, "properties": { "east": "low", "north": "tall", @@ -190193,7 +199948,7 @@ } }, { - "id": 22806, + "id": 23947, "properties": { "east": "low", "north": "tall", @@ -190204,7 +199959,7 @@ } }, { - "id": 22807, + "id": 23948, "properties": { "east": "low", "north": "tall", @@ -190215,7 +199970,7 @@ } }, { - "id": 22808, + "id": 23949, "properties": { "east": "low", "north": "tall", @@ -190226,7 +199981,7 @@ } }, { - "id": 22809, + "id": 23950, "properties": { "east": "low", "north": "tall", @@ -190237,7 +199992,7 @@ } }, { - "id": 22810, + "id": 23951, "properties": { "east": "low", "north": "tall", @@ -190248,7 +200003,7 @@ } }, { - "id": 22811, + "id": 23952, "properties": { "east": "low", "north": "tall", @@ -190259,7 +200014,7 @@ } }, { - "id": 22812, + "id": 23953, "properties": { "east": "low", "north": "tall", @@ -190270,7 +200025,7 @@ } }, { - "id": 22813, + "id": 23954, "properties": { "east": "low", "north": "tall", @@ -190281,7 +200036,7 @@ } }, { - "id": 22814, + "id": 23955, "properties": { "east": "low", "north": "tall", @@ -190292,7 +200047,7 @@ } }, { - "id": 22815, + "id": 23956, "properties": { "east": "low", "north": "tall", @@ -190303,7 +200058,7 @@ } }, { - "id": 22816, + "id": 23957, "properties": { "east": "low", "north": "tall", @@ -190314,7 +200069,7 @@ } }, { - "id": 22817, + "id": 23958, "properties": { "east": "low", "north": "tall", @@ -190325,7 +200080,7 @@ } }, { - "id": 22818, + "id": 23959, "properties": { "east": "low", "north": "tall", @@ -190336,7 +200091,7 @@ } }, { - "id": 22819, + "id": 23960, "properties": { "east": "low", "north": "tall", @@ -190347,7 +200102,7 @@ } }, { - "id": 22820, + "id": 23961, "properties": { "east": "low", "north": "tall", @@ -190358,7 +200113,7 @@ } }, { - "id": 22821, + "id": 23962, "properties": { "east": "low", "north": "tall", @@ -190369,7 +200124,7 @@ } }, { - "id": 22822, + "id": 23963, "properties": { "east": "low", "north": "tall", @@ -190380,7 +200135,7 @@ } }, { - "id": 22823, + "id": 23964, "properties": { "east": "tall", "north": "none", @@ -190391,7 +200146,7 @@ } }, { - "id": 22824, + "id": 23965, "properties": { "east": "tall", "north": "none", @@ -190402,7 +200157,7 @@ } }, { - "id": 22825, + "id": 23966, "properties": { "east": "tall", "north": "none", @@ -190413,7 +200168,7 @@ } }, { - "id": 22826, + "id": 23967, "properties": { "east": "tall", "north": "none", @@ -190424,7 +200179,7 @@ } }, { - "id": 22827, + "id": 23968, "properties": { "east": "tall", "north": "none", @@ -190435,7 +200190,7 @@ } }, { - "id": 22828, + "id": 23969, "properties": { "east": "tall", "north": "none", @@ -190446,7 +200201,7 @@ } }, { - "id": 22829, + "id": 23970, "properties": { "east": "tall", "north": "none", @@ -190457,7 +200212,7 @@ } }, { - "id": 22830, + "id": 23971, "properties": { "east": "tall", "north": "none", @@ -190468,7 +200223,7 @@ } }, { - "id": 22831, + "id": 23972, "properties": { "east": "tall", "north": "none", @@ -190479,7 +200234,7 @@ } }, { - "id": 22832, + "id": 23973, "properties": { "east": "tall", "north": "none", @@ -190490,7 +200245,7 @@ } }, { - "id": 22833, + "id": 23974, "properties": { "east": "tall", "north": "none", @@ -190501,7 +200256,7 @@ } }, { - "id": 22834, + "id": 23975, "properties": { "east": "tall", "north": "none", @@ -190512,7 +200267,7 @@ } }, { - "id": 22835, + "id": 23976, "properties": { "east": "tall", "north": "none", @@ -190523,7 +200278,7 @@ } }, { - "id": 22836, + "id": 23977, "properties": { "east": "tall", "north": "none", @@ -190534,7 +200289,7 @@ } }, { - "id": 22837, + "id": 23978, "properties": { "east": "tall", "north": "none", @@ -190545,7 +200300,7 @@ } }, { - "id": 22838, + "id": 23979, "properties": { "east": "tall", "north": "none", @@ -190556,7 +200311,7 @@ } }, { - "id": 22839, + "id": 23980, "properties": { "east": "tall", "north": "none", @@ -190567,7 +200322,7 @@ } }, { - "id": 22840, + "id": 23981, "properties": { "east": "tall", "north": "none", @@ -190578,7 +200333,7 @@ } }, { - "id": 22841, + "id": 23982, "properties": { "east": "tall", "north": "none", @@ -190589,7 +200344,7 @@ } }, { - "id": 22842, + "id": 23983, "properties": { "east": "tall", "north": "none", @@ -190600,7 +200355,7 @@ } }, { - "id": 22843, + "id": 23984, "properties": { "east": "tall", "north": "none", @@ -190611,7 +200366,7 @@ } }, { - "id": 22844, + "id": 23985, "properties": { "east": "tall", "north": "none", @@ -190622,7 +200377,7 @@ } }, { - "id": 22845, + "id": 23986, "properties": { "east": "tall", "north": "none", @@ -190633,7 +200388,7 @@ } }, { - "id": 22846, + "id": 23987, "properties": { "east": "tall", "north": "none", @@ -190644,7 +200399,7 @@ } }, { - "id": 22847, + "id": 23988, "properties": { "east": "tall", "north": "none", @@ -190655,7 +200410,7 @@ } }, { - "id": 22848, + "id": 23989, "properties": { "east": "tall", "north": "none", @@ -190666,7 +200421,7 @@ } }, { - "id": 22849, + "id": 23990, "properties": { "east": "tall", "north": "none", @@ -190677,7 +200432,7 @@ } }, { - "id": 22850, + "id": 23991, "properties": { "east": "tall", "north": "none", @@ -190688,7 +200443,7 @@ } }, { - "id": 22851, + "id": 23992, "properties": { "east": "tall", "north": "none", @@ -190699,7 +200454,7 @@ } }, { - "id": 22852, + "id": 23993, "properties": { "east": "tall", "north": "none", @@ -190710,7 +200465,7 @@ } }, { - "id": 22853, + "id": 23994, "properties": { "east": "tall", "north": "none", @@ -190721,7 +200476,7 @@ } }, { - "id": 22854, + "id": 23995, "properties": { "east": "tall", "north": "none", @@ -190732,7 +200487,7 @@ } }, { - "id": 22855, + "id": 23996, "properties": { "east": "tall", "north": "none", @@ -190743,7 +200498,7 @@ } }, { - "id": 22856, + "id": 23997, "properties": { "east": "tall", "north": "none", @@ -190754,7 +200509,7 @@ } }, { - "id": 22857, + "id": 23998, "properties": { "east": "tall", "north": "none", @@ -190765,7 +200520,7 @@ } }, { - "id": 22858, + "id": 23999, "properties": { "east": "tall", "north": "none", @@ -190776,7 +200531,7 @@ } }, { - "id": 22859, + "id": 24000, "properties": { "east": "tall", "north": "low", @@ -190787,7 +200542,7 @@ } }, { - "id": 22860, + "id": 24001, "properties": { "east": "tall", "north": "low", @@ -190798,7 +200553,7 @@ } }, { - "id": 22861, + "id": 24002, "properties": { "east": "tall", "north": "low", @@ -190809,7 +200564,7 @@ } }, { - "id": 22862, + "id": 24003, "properties": { "east": "tall", "north": "low", @@ -190820,7 +200575,7 @@ } }, { - "id": 22863, + "id": 24004, "properties": { "east": "tall", "north": "low", @@ -190831,7 +200586,7 @@ } }, { - "id": 22864, + "id": 24005, "properties": { "east": "tall", "north": "low", @@ -190842,7 +200597,7 @@ } }, { - "id": 22865, + "id": 24006, "properties": { "east": "tall", "north": "low", @@ -190853,7 +200608,7 @@ } }, { - "id": 22866, + "id": 24007, "properties": { "east": "tall", "north": "low", @@ -190864,7 +200619,7 @@ } }, { - "id": 22867, + "id": 24008, "properties": { "east": "tall", "north": "low", @@ -190875,7 +200630,7 @@ } }, { - "id": 22868, + "id": 24009, "properties": { "east": "tall", "north": "low", @@ -190886,7 +200641,7 @@ } }, { - "id": 22869, + "id": 24010, "properties": { "east": "tall", "north": "low", @@ -190897,7 +200652,7 @@ } }, { - "id": 22870, + "id": 24011, "properties": { "east": "tall", "north": "low", @@ -190908,7 +200663,7 @@ } }, { - "id": 22871, + "id": 24012, "properties": { "east": "tall", "north": "low", @@ -190919,7 +200674,7 @@ } }, { - "id": 22872, + "id": 24013, "properties": { "east": "tall", "north": "low", @@ -190930,7 +200685,7 @@ } }, { - "id": 22873, + "id": 24014, "properties": { "east": "tall", "north": "low", @@ -190941,7 +200696,7 @@ } }, { - "id": 22874, + "id": 24015, "properties": { "east": "tall", "north": "low", @@ -190952,7 +200707,7 @@ } }, { - "id": 22875, + "id": 24016, "properties": { "east": "tall", "north": "low", @@ -190963,7 +200718,7 @@ } }, { - "id": 22876, + "id": 24017, "properties": { "east": "tall", "north": "low", @@ -190974,7 +200729,7 @@ } }, { - "id": 22877, + "id": 24018, "properties": { "east": "tall", "north": "low", @@ -190985,7 +200740,7 @@ } }, { - "id": 22878, + "id": 24019, "properties": { "east": "tall", "north": "low", @@ -190996,7 +200751,7 @@ } }, { - "id": 22879, + "id": 24020, "properties": { "east": "tall", "north": "low", @@ -191007,7 +200762,7 @@ } }, { - "id": 22880, + "id": 24021, "properties": { "east": "tall", "north": "low", @@ -191018,7 +200773,7 @@ } }, { - "id": 22881, + "id": 24022, "properties": { "east": "tall", "north": "low", @@ -191029,7 +200784,7 @@ } }, { - "id": 22882, + "id": 24023, "properties": { "east": "tall", "north": "low", @@ -191040,7 +200795,7 @@ } }, { - "id": 22883, + "id": 24024, "properties": { "east": "tall", "north": "low", @@ -191051,7 +200806,7 @@ } }, { - "id": 22884, + "id": 24025, "properties": { "east": "tall", "north": "low", @@ -191062,7 +200817,7 @@ } }, { - "id": 22885, + "id": 24026, "properties": { "east": "tall", "north": "low", @@ -191073,7 +200828,7 @@ } }, { - "id": 22886, + "id": 24027, "properties": { "east": "tall", "north": "low", @@ -191084,7 +200839,7 @@ } }, { - "id": 22887, + "id": 24028, "properties": { "east": "tall", "north": "low", @@ -191095,7 +200850,7 @@ } }, { - "id": 22888, + "id": 24029, "properties": { "east": "tall", "north": "low", @@ -191106,7 +200861,7 @@ } }, { - "id": 22889, + "id": 24030, "properties": { "east": "tall", "north": "low", @@ -191117,7 +200872,7 @@ } }, { - "id": 22890, + "id": 24031, "properties": { "east": "tall", "north": "low", @@ -191128,7 +200883,7 @@ } }, { - "id": 22891, + "id": 24032, "properties": { "east": "tall", "north": "low", @@ -191139,7 +200894,7 @@ } }, { - "id": 22892, + "id": 24033, "properties": { "east": "tall", "north": "low", @@ -191150,7 +200905,7 @@ } }, { - "id": 22893, + "id": 24034, "properties": { "east": "tall", "north": "low", @@ -191161,7 +200916,7 @@ } }, { - "id": 22894, + "id": 24035, "properties": { "east": "tall", "north": "low", @@ -191172,7 +200927,7 @@ } }, { - "id": 22895, + "id": 24036, "properties": { "east": "tall", "north": "tall", @@ -191183,7 +200938,7 @@ } }, { - "id": 22896, + "id": 24037, "properties": { "east": "tall", "north": "tall", @@ -191194,7 +200949,7 @@ } }, { - "id": 22897, + "id": 24038, "properties": { "east": "tall", "north": "tall", @@ -191205,7 +200960,7 @@ } }, { - "id": 22898, + "id": 24039, "properties": { "east": "tall", "north": "tall", @@ -191216,7 +200971,7 @@ } }, { - "id": 22899, + "id": 24040, "properties": { "east": "tall", "north": "tall", @@ -191227,7 +200982,7 @@ } }, { - "id": 22900, + "id": 24041, "properties": { "east": "tall", "north": "tall", @@ -191238,7 +200993,7 @@ } }, { - "id": 22901, + "id": 24042, "properties": { "east": "tall", "north": "tall", @@ -191249,7 +201004,7 @@ } }, { - "id": 22902, + "id": 24043, "properties": { "east": "tall", "north": "tall", @@ -191260,7 +201015,7 @@ } }, { - "id": 22903, + "id": 24044, "properties": { "east": "tall", "north": "tall", @@ -191271,7 +201026,7 @@ } }, { - "id": 22904, + "id": 24045, "properties": { "east": "tall", "north": "tall", @@ -191282,7 +201037,7 @@ } }, { - "id": 22905, + "id": 24046, "properties": { "east": "tall", "north": "tall", @@ -191293,7 +201048,7 @@ } }, { - "id": 22906, + "id": 24047, "properties": { "east": "tall", "north": "tall", @@ -191304,7 +201059,7 @@ } }, { - "id": 22907, + "id": 24048, "properties": { "east": "tall", "north": "tall", @@ -191315,7 +201070,7 @@ } }, { - "id": 22908, + "id": 24049, "properties": { "east": "tall", "north": "tall", @@ -191326,7 +201081,7 @@ } }, { - "id": 22909, + "id": 24050, "properties": { "east": "tall", "north": "tall", @@ -191337,7 +201092,7 @@ } }, { - "id": 22910, + "id": 24051, "properties": { "east": "tall", "north": "tall", @@ -191348,7 +201103,7 @@ } }, { - "id": 22911, + "id": 24052, "properties": { "east": "tall", "north": "tall", @@ -191359,7 +201114,7 @@ } }, { - "id": 22912, + "id": 24053, "properties": { "east": "tall", "north": "tall", @@ -191370,7 +201125,7 @@ } }, { - "id": 22913, + "id": 24054, "properties": { "east": "tall", "north": "tall", @@ -191381,7 +201136,7 @@ } }, { - "id": 22914, + "id": 24055, "properties": { "east": "tall", "north": "tall", @@ -191392,7 +201147,7 @@ } }, { - "id": 22915, + "id": 24056, "properties": { "east": "tall", "north": "tall", @@ -191403,7 +201158,7 @@ } }, { - "id": 22916, + "id": 24057, "properties": { "east": "tall", "north": "tall", @@ -191414,7 +201169,7 @@ } }, { - "id": 22917, + "id": 24058, "properties": { "east": "tall", "north": "tall", @@ -191425,7 +201180,7 @@ } }, { - "id": 22918, + "id": 24059, "properties": { "east": "tall", "north": "tall", @@ -191436,7 +201191,7 @@ } }, { - "id": 22919, + "id": 24060, "properties": { "east": "tall", "north": "tall", @@ -191447,7 +201202,7 @@ } }, { - "id": 22920, + "id": 24061, "properties": { "east": "tall", "north": "tall", @@ -191458,7 +201213,7 @@ } }, { - "id": 22921, + "id": 24062, "properties": { "east": "tall", "north": "tall", @@ -191469,7 +201224,7 @@ } }, { - "id": 22922, + "id": 24063, "properties": { "east": "tall", "north": "tall", @@ -191480,7 +201235,7 @@ } }, { - "id": 22923, + "id": 24064, "properties": { "east": "tall", "north": "tall", @@ -191491,7 +201246,7 @@ } }, { - "id": 22924, + "id": 24065, "properties": { "east": "tall", "north": "tall", @@ -191502,7 +201257,7 @@ } }, { - "id": 22925, + "id": 24066, "properties": { "east": "tall", "north": "tall", @@ -191513,7 +201268,7 @@ } }, { - "id": 22926, + "id": 24067, "properties": { "east": "tall", "north": "tall", @@ -191524,7 +201279,7 @@ } }, { - "id": 22927, + "id": 24068, "properties": { "east": "tall", "north": "tall", @@ -191535,7 +201290,7 @@ } }, { - "id": 22928, + "id": 24069, "properties": { "east": "tall", "north": "tall", @@ -191546,7 +201301,7 @@ } }, { - "id": 22929, + "id": 24070, "properties": { "east": "tall", "north": "tall", @@ -191557,7 +201312,7 @@ } }, { - "id": 22930, + "id": 24071, "properties": { "east": "tall", "north": "tall", @@ -191607,49 +201362,49 @@ "states": [ { "default": true, - "id": 9388, + "id": 10465, "properties": { "age": "0" } }, { - "id": 9389, + "id": 10466, "properties": { "age": "1" } }, { - "id": 9390, + "id": 10467, "properties": { "age": "2" } }, { - "id": 9391, + "id": 10468, "properties": { "age": "3" } }, { - "id": 9392, + "id": 10469, "properties": { "age": "4" } }, { - "id": 9393, + "id": 10470, "properties": { "age": "5" } }, { - "id": 9394, + "id": 10471, "properties": { "age": "6" } }, { - "id": 9395, + "id": 10472, "properties": { "age": "7" } @@ -191665,7 +201420,7 @@ "states": [ { "default": true, - "id": 9357 + "id": 10434 } ] }, @@ -191678,7 +201433,7 @@ "states": [ { "default": true, - "id": 9366 + "id": 10443 } ] }, @@ -191691,7 +201446,7 @@ "states": [ { "default": true, - "id": 27621 + "id": 29378 } ] }, @@ -191704,7 +201459,7 @@ "states": [ { "default": true, - "id": 9367 + "id": 10444 } ] }, @@ -191717,7 +201472,7 @@ "states": [ { "default": true, - "id": 13980 + "id": 15089 } ] }, @@ -191730,7 +201485,7 @@ "states": [ { "default": true, - "id": 9355 + "id": 10432 } ] }, @@ -191743,7 +201498,7 @@ "states": [ { "default": true, - "id": 9365 + "id": 10442 } ] }, @@ -191756,7 +201511,7 @@ "states": [ { "default": true, - "id": 9377 + "id": 10454 } ] }, @@ -191769,7 +201524,7 @@ "states": [ { "default": true, - "id": 9379 + "id": 10456 } ] }, @@ -191782,7 +201537,7 @@ "states": [ { "default": true, - "id": 9358 + "id": 10435 } ] }, @@ -191795,7 +201550,7 @@ "states": [ { "default": true, - "id": 27912 + "id": 29669 } ] }, @@ -191808,7 +201563,7 @@ "states": [ { "default": true, - "id": 9373 + "id": 10450 } ] }, @@ -191821,7 +201576,7 @@ "states": [ { "default": true, - "id": 20483 + "id": 21624 } ] }, @@ -191834,7 +201589,7 @@ "states": [ { "default": true, - "id": 20485 + "id": 21626 } ] }, @@ -191847,7 +201602,7 @@ "states": [ { "default": true, - "id": 9363 + "id": 10440 } ] }, @@ -191860,7 +201615,7 @@ "states": [ { "default": true, - "id": 9359 + "id": 10436 } ] }, @@ -191873,7 +201628,7 @@ "states": [ { "default": true, - "id": 9378 + "id": 10455 } ] }, @@ -191886,7 +201641,7 @@ "states": [ { "default": true, - "id": 9362 + "id": 10439 } ] }, @@ -191899,7 +201654,7 @@ "states": [ { "default": true, - "id": 27622 + "id": 29379 } ] }, @@ -191912,7 +201667,7 @@ "states": [ { "default": true, - "id": 9356 + "id": 10433 } ] }, @@ -191925,7 +201680,7 @@ "states": [ { "default": true, - "id": 9374 + "id": 10451 } ] }, @@ -191938,7 +201693,7 @@ "states": [ { "default": true, - "id": 9361 + "id": 10438 } ] }, @@ -191951,7 +201706,7 @@ "states": [ { "default": true, - "id": 9353 + "id": 10430 } ] }, @@ -191964,7 +201719,7 @@ "states": [ { "default": true, - "id": 27911 + "id": 29668 } ] }, @@ -191977,7 +201732,7 @@ "states": [ { "default": true, - "id": 9369 + "id": 10446 } ] }, @@ -191990,7 +201745,7 @@ "states": [ { "default": true, - "id": 9372 + "id": 10449 } ] }, @@ -192003,7 +201758,7 @@ "states": [ { "default": true, - "id": 9360 + "id": 10437 } ] }, @@ -192016,7 +201771,7 @@ "states": [ { "default": true, - "id": 9371 + "id": 10448 } ] }, @@ -192029,7 +201784,7 @@ "states": [ { "default": true, - "id": 9364 + "id": 10441 } ] }, @@ -192042,7 +201797,7 @@ "states": [ { "default": true, - "id": 9376 + "id": 10453 } ] }, @@ -192055,7 +201810,7 @@ "states": [ { "default": true, - "id": 9368 + "id": 10445 } ] }, @@ -192068,7 +201823,7 @@ "states": [ { "default": true, - "id": 9354 + "id": 10431 } ] }, @@ -192081,7 +201836,7 @@ "states": [ { "default": true, - "id": 9352 + "id": 10429 } ] }, @@ -192094,7 +201849,7 @@ "states": [ { "default": true, - "id": 20484 + "id": 21625 } ] }, @@ -192107,7 +201862,7 @@ "states": [ { "default": true, - "id": 20486 + "id": 21627 } ] }, @@ -192120,7 +201875,7 @@ "states": [ { "default": true, - "id": 9370 + "id": 10447 } ] }, @@ -192133,7 +201888,7 @@ "states": [ { "default": true, - "id": 9375 + "id": 10452 } ] }, @@ -192145,7 +201900,7 @@ "states": [ { "default": true, - "id": 23346 + "id": 24487 } ] }, @@ -192166,19 +201921,19 @@ "states": [ { "default": true, - "id": 8187, + "id": 9264, "properties": { "level": "1" } }, { - "id": 8188, + "id": 9265, "properties": { "level": "2" } }, { - "id": 8189, + "id": 9266, "properties": { "level": "3" } @@ -192412,7 +202167,7 @@ "states": [ { "default": true, - "id": 11352 + "id": 12429 } ] }, @@ -192434,21 +202189,21 @@ }, "states": [ { - "id": 11601, + "id": 12678, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 11602, + "id": 12679, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 11603, + "id": 12680, "properties": { "type": "bottom", "waterlogged": "true" @@ -192456,21 +202211,21 @@ }, { "default": true, - "id": 11604, + "id": 12681, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 11605, + "id": 12682, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 11606, + "id": 12683, "properties": { "type": "double", "waterlogged": "false" @@ -192511,7 +202266,7 @@ }, "states": [ { - "id": 11435, + "id": 12512, "properties": { "facing": "north", "half": "top", @@ -192520,7 +202275,7 @@ } }, { - "id": 11436, + "id": 12513, "properties": { "facing": "north", "half": "top", @@ -192529,7 +202284,7 @@ } }, { - "id": 11437, + "id": 12514, "properties": { "facing": "north", "half": "top", @@ -192538,7 +202293,7 @@ } }, { - "id": 11438, + "id": 12515, "properties": { "facing": "north", "half": "top", @@ -192547,7 +202302,7 @@ } }, { - "id": 11439, + "id": 12516, "properties": { "facing": "north", "half": "top", @@ -192556,7 +202311,7 @@ } }, { - "id": 11440, + "id": 12517, "properties": { "facing": "north", "half": "top", @@ -192565,7 +202320,7 @@ } }, { - "id": 11441, + "id": 12518, "properties": { "facing": "north", "half": "top", @@ -192574,7 +202329,7 @@ } }, { - "id": 11442, + "id": 12519, "properties": { "facing": "north", "half": "top", @@ -192583,7 +202338,7 @@ } }, { - "id": 11443, + "id": 12520, "properties": { "facing": "north", "half": "top", @@ -192592,7 +202347,7 @@ } }, { - "id": 11444, + "id": 12521, "properties": { "facing": "north", "half": "top", @@ -192601,7 +202356,7 @@ } }, { - "id": 11445, + "id": 12522, "properties": { "facing": "north", "half": "bottom", @@ -192611,7 +202366,7 @@ }, { "default": true, - "id": 11446, + "id": 12523, "properties": { "facing": "north", "half": "bottom", @@ -192620,7 +202375,7 @@ } }, { - "id": 11447, + "id": 12524, "properties": { "facing": "north", "half": "bottom", @@ -192629,7 +202384,7 @@ } }, { - "id": 11448, + "id": 12525, "properties": { "facing": "north", "half": "bottom", @@ -192638,7 +202393,7 @@ } }, { - "id": 11449, + "id": 12526, "properties": { "facing": "north", "half": "bottom", @@ -192647,7 +202402,7 @@ } }, { - "id": 11450, + "id": 12527, "properties": { "facing": "north", "half": "bottom", @@ -192656,7 +202411,7 @@ } }, { - "id": 11451, + "id": 12528, "properties": { "facing": "north", "half": "bottom", @@ -192665,7 +202420,7 @@ } }, { - "id": 11452, + "id": 12529, "properties": { "facing": "north", "half": "bottom", @@ -192674,7 +202429,7 @@ } }, { - "id": 11453, + "id": 12530, "properties": { "facing": "north", "half": "bottom", @@ -192683,7 +202438,7 @@ } }, { - "id": 11454, + "id": 12531, "properties": { "facing": "north", "half": "bottom", @@ -192692,7 +202447,7 @@ } }, { - "id": 11455, + "id": 12532, "properties": { "facing": "south", "half": "top", @@ -192701,7 +202456,7 @@ } }, { - "id": 11456, + "id": 12533, "properties": { "facing": "south", "half": "top", @@ -192710,7 +202465,7 @@ } }, { - "id": 11457, + "id": 12534, "properties": { "facing": "south", "half": "top", @@ -192719,7 +202474,7 @@ } }, { - "id": 11458, + "id": 12535, "properties": { "facing": "south", "half": "top", @@ -192728,7 +202483,7 @@ } }, { - "id": 11459, + "id": 12536, "properties": { "facing": "south", "half": "top", @@ -192737,7 +202492,7 @@ } }, { - "id": 11460, + "id": 12537, "properties": { "facing": "south", "half": "top", @@ -192746,7 +202501,7 @@ } }, { - "id": 11461, + "id": 12538, "properties": { "facing": "south", "half": "top", @@ -192755,7 +202510,7 @@ } }, { - "id": 11462, + "id": 12539, "properties": { "facing": "south", "half": "top", @@ -192764,7 +202519,7 @@ } }, { - "id": 11463, + "id": 12540, "properties": { "facing": "south", "half": "top", @@ -192773,7 +202528,7 @@ } }, { - "id": 11464, + "id": 12541, "properties": { "facing": "south", "half": "top", @@ -192782,7 +202537,7 @@ } }, { - "id": 11465, + "id": 12542, "properties": { "facing": "south", "half": "bottom", @@ -192791,7 +202546,7 @@ } }, { - "id": 11466, + "id": 12543, "properties": { "facing": "south", "half": "bottom", @@ -192800,7 +202555,7 @@ } }, { - "id": 11467, + "id": 12544, "properties": { "facing": "south", "half": "bottom", @@ -192809,7 +202564,7 @@ } }, { - "id": 11468, + "id": 12545, "properties": { "facing": "south", "half": "bottom", @@ -192818,7 +202573,7 @@ } }, { - "id": 11469, + "id": 12546, "properties": { "facing": "south", "half": "bottom", @@ -192827,7 +202582,7 @@ } }, { - "id": 11470, + "id": 12547, "properties": { "facing": "south", "half": "bottom", @@ -192836,7 +202591,7 @@ } }, { - "id": 11471, + "id": 12548, "properties": { "facing": "south", "half": "bottom", @@ -192845,7 +202600,7 @@ } }, { - "id": 11472, + "id": 12549, "properties": { "facing": "south", "half": "bottom", @@ -192854,7 +202609,7 @@ } }, { - "id": 11473, + "id": 12550, "properties": { "facing": "south", "half": "bottom", @@ -192863,7 +202618,7 @@ } }, { - "id": 11474, + "id": 12551, "properties": { "facing": "south", "half": "bottom", @@ -192872,7 +202627,7 @@ } }, { - "id": 11475, + "id": 12552, "properties": { "facing": "west", "half": "top", @@ -192881,7 +202636,7 @@ } }, { - "id": 11476, + "id": 12553, "properties": { "facing": "west", "half": "top", @@ -192890,7 +202645,7 @@ } }, { - "id": 11477, + "id": 12554, "properties": { "facing": "west", "half": "top", @@ -192899,7 +202654,7 @@ } }, { - "id": 11478, + "id": 12555, "properties": { "facing": "west", "half": "top", @@ -192908,7 +202663,7 @@ } }, { - "id": 11479, + "id": 12556, "properties": { "facing": "west", "half": "top", @@ -192917,7 +202672,7 @@ } }, { - "id": 11480, + "id": 12557, "properties": { "facing": "west", "half": "top", @@ -192926,7 +202681,7 @@ } }, { - "id": 11481, + "id": 12558, "properties": { "facing": "west", "half": "top", @@ -192935,7 +202690,7 @@ } }, { - "id": 11482, + "id": 12559, "properties": { "facing": "west", "half": "top", @@ -192944,7 +202699,7 @@ } }, { - "id": 11483, + "id": 12560, "properties": { "facing": "west", "half": "top", @@ -192953,7 +202708,7 @@ } }, { - "id": 11484, + "id": 12561, "properties": { "facing": "west", "half": "top", @@ -192962,7 +202717,7 @@ } }, { - "id": 11485, + "id": 12562, "properties": { "facing": "west", "half": "bottom", @@ -192971,7 +202726,7 @@ } }, { - "id": 11486, + "id": 12563, "properties": { "facing": "west", "half": "bottom", @@ -192980,7 +202735,7 @@ } }, { - "id": 11487, + "id": 12564, "properties": { "facing": "west", "half": "bottom", @@ -192989,7 +202744,7 @@ } }, { - "id": 11488, + "id": 12565, "properties": { "facing": "west", "half": "bottom", @@ -192998,7 +202753,7 @@ } }, { - "id": 11489, + "id": 12566, "properties": { "facing": "west", "half": "bottom", @@ -193007,7 +202762,7 @@ } }, { - "id": 11490, + "id": 12567, "properties": { "facing": "west", "half": "bottom", @@ -193016,7 +202771,7 @@ } }, { - "id": 11491, + "id": 12568, "properties": { "facing": "west", "half": "bottom", @@ -193025,7 +202780,7 @@ } }, { - "id": 11492, + "id": 12569, "properties": { "facing": "west", "half": "bottom", @@ -193034,7 +202789,7 @@ } }, { - "id": 11493, + "id": 12570, "properties": { "facing": "west", "half": "bottom", @@ -193043,7 +202798,7 @@ } }, { - "id": 11494, + "id": 12571, "properties": { "facing": "west", "half": "bottom", @@ -193052,7 +202807,7 @@ } }, { - "id": 11495, + "id": 12572, "properties": { "facing": "east", "half": "top", @@ -193061,7 +202816,7 @@ } }, { - "id": 11496, + "id": 12573, "properties": { "facing": "east", "half": "top", @@ -193070,7 +202825,7 @@ } }, { - "id": 11497, + "id": 12574, "properties": { "facing": "east", "half": "top", @@ -193079,7 +202834,7 @@ } }, { - "id": 11498, + "id": 12575, "properties": { "facing": "east", "half": "top", @@ -193088,7 +202843,7 @@ } }, { - "id": 11499, + "id": 12576, "properties": { "facing": "east", "half": "top", @@ -193097,7 +202852,7 @@ } }, { - "id": 11500, + "id": 12577, "properties": { "facing": "east", "half": "top", @@ -193106,7 +202861,7 @@ } }, { - "id": 11501, + "id": 12578, "properties": { "facing": "east", "half": "top", @@ -193115,7 +202870,7 @@ } }, { - "id": 11502, + "id": 12579, "properties": { "facing": "east", "half": "top", @@ -193124,7 +202879,7 @@ } }, { - "id": 11503, + "id": 12580, "properties": { "facing": "east", "half": "top", @@ -193133,7 +202888,7 @@ } }, { - "id": 11504, + "id": 12581, "properties": { "facing": "east", "half": "top", @@ -193142,7 +202897,7 @@ } }, { - "id": 11505, + "id": 12582, "properties": { "facing": "east", "half": "bottom", @@ -193151,7 +202906,7 @@ } }, { - "id": 11506, + "id": 12583, "properties": { "facing": "east", "half": "bottom", @@ -193160,7 +202915,7 @@ } }, { - "id": 11507, + "id": 12584, "properties": { "facing": "east", "half": "bottom", @@ -193169,7 +202924,7 @@ } }, { - "id": 11508, + "id": 12585, "properties": { "facing": "east", "half": "bottom", @@ -193178,7 +202933,7 @@ } }, { - "id": 11509, + "id": 12586, "properties": { "facing": "east", "half": "bottom", @@ -193187,7 +202942,7 @@ } }, { - "id": 11510, + "id": 12587, "properties": { "facing": "east", "half": "bottom", @@ -193196,7 +202951,7 @@ } }, { - "id": 11511, + "id": 12588, "properties": { "facing": "east", "half": "bottom", @@ -193205,7 +202960,7 @@ } }, { - "id": 11512, + "id": 12589, "properties": { "facing": "east", "half": "bottom", @@ -193214,7 +202969,7 @@ } }, { - "id": 11513, + "id": 12590, "properties": { "facing": "east", "half": "bottom", @@ -193223,7 +202978,7 @@ } }, { - "id": 11514, + "id": 12591, "properties": { "facing": "east", "half": "bottom", @@ -193241,7 +202996,7 @@ "states": [ { "default": true, - "id": 11353 + "id": 12430 } ] }, @@ -193263,21 +203018,21 @@ }, "states": [ { - "id": 11595, + "id": 12672, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 11596, + "id": 12673, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 11597, + "id": 12674, "properties": { "type": "bottom", "waterlogged": "true" @@ -193285,21 +203040,21 @@ }, { "default": true, - "id": 11598, + "id": 12675, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 11599, + "id": 12676, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 11600, + "id": 12677, "properties": { "type": "double", "waterlogged": "false" @@ -193340,7 +203095,7 @@ }, "states": [ { - "id": 11355, + "id": 12432, "properties": { "facing": "north", "half": "top", @@ -193349,7 +203104,7 @@ } }, { - "id": 11356, + "id": 12433, "properties": { "facing": "north", "half": "top", @@ -193358,7 +203113,7 @@ } }, { - "id": 11357, + "id": 12434, "properties": { "facing": "north", "half": "top", @@ -193367,7 +203122,7 @@ } }, { - "id": 11358, + "id": 12435, "properties": { "facing": "north", "half": "top", @@ -193376,7 +203131,7 @@ } }, { - "id": 11359, + "id": 12436, "properties": { "facing": "north", "half": "top", @@ -193385,7 +203140,7 @@ } }, { - "id": 11360, + "id": 12437, "properties": { "facing": "north", "half": "top", @@ -193394,7 +203149,7 @@ } }, { - "id": 11361, + "id": 12438, "properties": { "facing": "north", "half": "top", @@ -193403,7 +203158,7 @@ } }, { - "id": 11362, + "id": 12439, "properties": { "facing": "north", "half": "top", @@ -193412,7 +203167,7 @@ } }, { - "id": 11363, + "id": 12440, "properties": { "facing": "north", "half": "top", @@ -193421,7 +203176,7 @@ } }, { - "id": 11364, + "id": 12441, "properties": { "facing": "north", "half": "top", @@ -193430,7 +203185,7 @@ } }, { - "id": 11365, + "id": 12442, "properties": { "facing": "north", "half": "bottom", @@ -193440,7 +203195,7 @@ }, { "default": true, - "id": 11366, + "id": 12443, "properties": { "facing": "north", "half": "bottom", @@ -193449,7 +203204,7 @@ } }, { - "id": 11367, + "id": 12444, "properties": { "facing": "north", "half": "bottom", @@ -193458,7 +203213,7 @@ } }, { - "id": 11368, + "id": 12445, "properties": { "facing": "north", "half": "bottom", @@ -193467,7 +203222,7 @@ } }, { - "id": 11369, + "id": 12446, "properties": { "facing": "north", "half": "bottom", @@ -193476,7 +203231,7 @@ } }, { - "id": 11370, + "id": 12447, "properties": { "facing": "north", "half": "bottom", @@ -193485,7 +203240,7 @@ } }, { - "id": 11371, + "id": 12448, "properties": { "facing": "north", "half": "bottom", @@ -193494,7 +203249,7 @@ } }, { - "id": 11372, + "id": 12449, "properties": { "facing": "north", "half": "bottom", @@ -193503,7 +203258,7 @@ } }, { - "id": 11373, + "id": 12450, "properties": { "facing": "north", "half": "bottom", @@ -193512,7 +203267,7 @@ } }, { - "id": 11374, + "id": 12451, "properties": { "facing": "north", "half": "bottom", @@ -193521,7 +203276,7 @@ } }, { - "id": 11375, + "id": 12452, "properties": { "facing": "south", "half": "top", @@ -193530,7 +203285,7 @@ } }, { - "id": 11376, + "id": 12453, "properties": { "facing": "south", "half": "top", @@ -193539,7 +203294,7 @@ } }, { - "id": 11377, + "id": 12454, "properties": { "facing": "south", "half": "top", @@ -193548,7 +203303,7 @@ } }, { - "id": 11378, + "id": 12455, "properties": { "facing": "south", "half": "top", @@ -193557,7 +203312,7 @@ } }, { - "id": 11379, + "id": 12456, "properties": { "facing": "south", "half": "top", @@ -193566,7 +203321,7 @@ } }, { - "id": 11380, + "id": 12457, "properties": { "facing": "south", "half": "top", @@ -193575,7 +203330,7 @@ } }, { - "id": 11381, + "id": 12458, "properties": { "facing": "south", "half": "top", @@ -193584,7 +203339,7 @@ } }, { - "id": 11382, + "id": 12459, "properties": { "facing": "south", "half": "top", @@ -193593,7 +203348,7 @@ } }, { - "id": 11383, + "id": 12460, "properties": { "facing": "south", "half": "top", @@ -193602,7 +203357,7 @@ } }, { - "id": 11384, + "id": 12461, "properties": { "facing": "south", "half": "top", @@ -193611,7 +203366,7 @@ } }, { - "id": 11385, + "id": 12462, "properties": { "facing": "south", "half": "bottom", @@ -193620,7 +203375,7 @@ } }, { - "id": 11386, + "id": 12463, "properties": { "facing": "south", "half": "bottom", @@ -193629,7 +203384,7 @@ } }, { - "id": 11387, + "id": 12464, "properties": { "facing": "south", "half": "bottom", @@ -193638,7 +203393,7 @@ } }, { - "id": 11388, + "id": 12465, "properties": { "facing": "south", "half": "bottom", @@ -193647,7 +203402,7 @@ } }, { - "id": 11389, + "id": 12466, "properties": { "facing": "south", "half": "bottom", @@ -193656,7 +203411,7 @@ } }, { - "id": 11390, + "id": 12467, "properties": { "facing": "south", "half": "bottom", @@ -193665,7 +203420,7 @@ } }, { - "id": 11391, + "id": 12468, "properties": { "facing": "south", "half": "bottom", @@ -193674,7 +203429,7 @@ } }, { - "id": 11392, + "id": 12469, "properties": { "facing": "south", "half": "bottom", @@ -193683,7 +203438,7 @@ } }, { - "id": 11393, + "id": 12470, "properties": { "facing": "south", "half": "bottom", @@ -193692,7 +203447,7 @@ } }, { - "id": 11394, + "id": 12471, "properties": { "facing": "south", "half": "bottom", @@ -193701,7 +203456,7 @@ } }, { - "id": 11395, + "id": 12472, "properties": { "facing": "west", "half": "top", @@ -193710,7 +203465,7 @@ } }, { - "id": 11396, + "id": 12473, "properties": { "facing": "west", "half": "top", @@ -193719,7 +203474,7 @@ } }, { - "id": 11397, + "id": 12474, "properties": { "facing": "west", "half": "top", @@ -193728,7 +203483,7 @@ } }, { - "id": 11398, + "id": 12475, "properties": { "facing": "west", "half": "top", @@ -193737,7 +203492,7 @@ } }, { - "id": 11399, + "id": 12476, "properties": { "facing": "west", "half": "top", @@ -193746,7 +203501,7 @@ } }, { - "id": 11400, + "id": 12477, "properties": { "facing": "west", "half": "top", @@ -193755,7 +203510,7 @@ } }, { - "id": 11401, + "id": 12478, "properties": { "facing": "west", "half": "top", @@ -193764,7 +203519,7 @@ } }, { - "id": 11402, + "id": 12479, "properties": { "facing": "west", "half": "top", @@ -193773,7 +203528,7 @@ } }, { - "id": 11403, + "id": 12480, "properties": { "facing": "west", "half": "top", @@ -193782,7 +203537,7 @@ } }, { - "id": 11404, + "id": 12481, "properties": { "facing": "west", "half": "top", @@ -193791,7 +203546,7 @@ } }, { - "id": 11405, + "id": 12482, "properties": { "facing": "west", "half": "bottom", @@ -193800,7 +203555,7 @@ } }, { - "id": 11406, + "id": 12483, "properties": { "facing": "west", "half": "bottom", @@ -193809,7 +203564,7 @@ } }, { - "id": 11407, + "id": 12484, "properties": { "facing": "west", "half": "bottom", @@ -193818,7 +203573,7 @@ } }, { - "id": 11408, + "id": 12485, "properties": { "facing": "west", "half": "bottom", @@ -193827,7 +203582,7 @@ } }, { - "id": 11409, + "id": 12486, "properties": { "facing": "west", "half": "bottom", @@ -193836,7 +203591,7 @@ } }, { - "id": 11410, + "id": 12487, "properties": { "facing": "west", "half": "bottom", @@ -193845,7 +203600,7 @@ } }, { - "id": 11411, + "id": 12488, "properties": { "facing": "west", "half": "bottom", @@ -193854,7 +203609,7 @@ } }, { - "id": 11412, + "id": 12489, "properties": { "facing": "west", "half": "bottom", @@ -193863,7 +203618,7 @@ } }, { - "id": 11413, + "id": 12490, "properties": { "facing": "west", "half": "bottom", @@ -193872,7 +203627,7 @@ } }, { - "id": 11414, + "id": 12491, "properties": { "facing": "west", "half": "bottom", @@ -193881,7 +203636,7 @@ } }, { - "id": 11415, + "id": 12492, "properties": { "facing": "east", "half": "top", @@ -193890,7 +203645,7 @@ } }, { - "id": 11416, + "id": 12493, "properties": { "facing": "east", "half": "top", @@ -193899,7 +203654,7 @@ } }, { - "id": 11417, + "id": 12494, "properties": { "facing": "east", "half": "top", @@ -193908,7 +203663,7 @@ } }, { - "id": 11418, + "id": 12495, "properties": { "facing": "east", "half": "top", @@ -193917,7 +203672,7 @@ } }, { - "id": 11419, + "id": 12496, "properties": { "facing": "east", "half": "top", @@ -193926,7 +203681,7 @@ } }, { - "id": 11420, + "id": 12497, "properties": { "facing": "east", "half": "top", @@ -193935,7 +203690,7 @@ } }, { - "id": 11421, + "id": 12498, "properties": { "facing": "east", "half": "top", @@ -193944,7 +203699,7 @@ } }, { - "id": 11422, + "id": 12499, "properties": { "facing": "east", "half": "top", @@ -193953,7 +203708,7 @@ } }, { - "id": 11423, + "id": 12500, "properties": { "facing": "east", "half": "top", @@ -193962,7 +203717,7 @@ } }, { - "id": 11424, + "id": 12501, "properties": { "facing": "east", "half": "top", @@ -193971,7 +203726,7 @@ } }, { - "id": 11425, + "id": 12502, "properties": { "facing": "east", "half": "bottom", @@ -193980,7 +203735,7 @@ } }, { - "id": 11426, + "id": 12503, "properties": { "facing": "east", "half": "bottom", @@ -193989,7 +203744,7 @@ } }, { - "id": 11427, + "id": 12504, "properties": { "facing": "east", "half": "bottom", @@ -193998,7 +203753,7 @@ } }, { - "id": 11428, + "id": 12505, "properties": { "facing": "east", "half": "bottom", @@ -194007,7 +203762,7 @@ } }, { - "id": 11429, + "id": 12506, "properties": { "facing": "east", "half": "bottom", @@ -194016,7 +203771,7 @@ } }, { - "id": 11430, + "id": 12507, "properties": { "facing": "east", "half": "bottom", @@ -194025,7 +203780,7 @@ } }, { - "id": 11431, + "id": 12508, "properties": { "facing": "east", "half": "bottom", @@ -194034,7 +203789,7 @@ } }, { - "id": 11432, + "id": 12509, "properties": { "facing": "east", "half": "bottom", @@ -194043,7 +203798,7 @@ } }, { - "id": 11433, + "id": 12510, "properties": { "facing": "east", "half": "bottom", @@ -194052,7 +203807,7 @@ } }, { - "id": 11434, + "id": 12511, "properties": { "facing": "east", "half": "bottom", @@ -194099,7 +203854,7 @@ }, "states": [ { - "id": 15507, + "id": 16616, "properties": { "east": "none", "north": "none", @@ -194110,7 +203865,7 @@ } }, { - "id": 15508, + "id": 16617, "properties": { "east": "none", "north": "none", @@ -194121,7 +203876,7 @@ } }, { - "id": 15509, + "id": 16618, "properties": { "east": "none", "north": "none", @@ -194133,7 +203888,7 @@ }, { "default": true, - "id": 15510, + "id": 16619, "properties": { "east": "none", "north": "none", @@ -194144,7 +203899,7 @@ } }, { - "id": 15511, + "id": 16620, "properties": { "east": "none", "north": "none", @@ -194155,7 +203910,7 @@ } }, { - "id": 15512, + "id": 16621, "properties": { "east": "none", "north": "none", @@ -194166,7 +203921,7 @@ } }, { - "id": 15513, + "id": 16622, "properties": { "east": "none", "north": "none", @@ -194177,7 +203932,7 @@ } }, { - "id": 15514, + "id": 16623, "properties": { "east": "none", "north": "none", @@ -194188,7 +203943,7 @@ } }, { - "id": 15515, + "id": 16624, "properties": { "east": "none", "north": "none", @@ -194199,7 +203954,7 @@ } }, { - "id": 15516, + "id": 16625, "properties": { "east": "none", "north": "none", @@ -194210,7 +203965,7 @@ } }, { - "id": 15517, + "id": 16626, "properties": { "east": "none", "north": "none", @@ -194221,7 +203976,7 @@ } }, { - "id": 15518, + "id": 16627, "properties": { "east": "none", "north": "none", @@ -194232,7 +203987,7 @@ } }, { - "id": 15519, + "id": 16628, "properties": { "east": "none", "north": "none", @@ -194243,7 +203998,7 @@ } }, { - "id": 15520, + "id": 16629, "properties": { "east": "none", "north": "none", @@ -194254,7 +204009,7 @@ } }, { - "id": 15521, + "id": 16630, "properties": { "east": "none", "north": "none", @@ -194265,7 +204020,7 @@ } }, { - "id": 15522, + "id": 16631, "properties": { "east": "none", "north": "none", @@ -194276,7 +204031,7 @@ } }, { - "id": 15523, + "id": 16632, "properties": { "east": "none", "north": "none", @@ -194287,7 +204042,7 @@ } }, { - "id": 15524, + "id": 16633, "properties": { "east": "none", "north": "none", @@ -194298,7 +204053,7 @@ } }, { - "id": 15525, + "id": 16634, "properties": { "east": "none", "north": "none", @@ -194309,7 +204064,7 @@ } }, { - "id": 15526, + "id": 16635, "properties": { "east": "none", "north": "none", @@ -194320,7 +204075,7 @@ } }, { - "id": 15527, + "id": 16636, "properties": { "east": "none", "north": "none", @@ -194331,7 +204086,7 @@ } }, { - "id": 15528, + "id": 16637, "properties": { "east": "none", "north": "none", @@ -194342,7 +204097,7 @@ } }, { - "id": 15529, + "id": 16638, "properties": { "east": "none", "north": "none", @@ -194353,7 +204108,7 @@ } }, { - "id": 15530, + "id": 16639, "properties": { "east": "none", "north": "none", @@ -194364,7 +204119,7 @@ } }, { - "id": 15531, + "id": 16640, "properties": { "east": "none", "north": "none", @@ -194375,7 +204130,7 @@ } }, { - "id": 15532, + "id": 16641, "properties": { "east": "none", "north": "none", @@ -194386,7 +204141,7 @@ } }, { - "id": 15533, + "id": 16642, "properties": { "east": "none", "north": "none", @@ -194397,7 +204152,7 @@ } }, { - "id": 15534, + "id": 16643, "properties": { "east": "none", "north": "none", @@ -194408,7 +204163,7 @@ } }, { - "id": 15535, + "id": 16644, "properties": { "east": "none", "north": "none", @@ -194419,7 +204174,7 @@ } }, { - "id": 15536, + "id": 16645, "properties": { "east": "none", "north": "none", @@ -194430,7 +204185,7 @@ } }, { - "id": 15537, + "id": 16646, "properties": { "east": "none", "north": "none", @@ -194441,7 +204196,7 @@ } }, { - "id": 15538, + "id": 16647, "properties": { "east": "none", "north": "none", @@ -194452,7 +204207,7 @@ } }, { - "id": 15539, + "id": 16648, "properties": { "east": "none", "north": "none", @@ -194463,7 +204218,7 @@ } }, { - "id": 15540, + "id": 16649, "properties": { "east": "none", "north": "none", @@ -194474,7 +204229,7 @@ } }, { - "id": 15541, + "id": 16650, "properties": { "east": "none", "north": "none", @@ -194485,7 +204240,7 @@ } }, { - "id": 15542, + "id": 16651, "properties": { "east": "none", "north": "none", @@ -194496,7 +204251,7 @@ } }, { - "id": 15543, + "id": 16652, "properties": { "east": "none", "north": "low", @@ -194507,7 +204262,7 @@ } }, { - "id": 15544, + "id": 16653, "properties": { "east": "none", "north": "low", @@ -194518,7 +204273,7 @@ } }, { - "id": 15545, + "id": 16654, "properties": { "east": "none", "north": "low", @@ -194529,7 +204284,7 @@ } }, { - "id": 15546, + "id": 16655, "properties": { "east": "none", "north": "low", @@ -194540,7 +204295,7 @@ } }, { - "id": 15547, + "id": 16656, "properties": { "east": "none", "north": "low", @@ -194551,7 +204306,7 @@ } }, { - "id": 15548, + "id": 16657, "properties": { "east": "none", "north": "low", @@ -194562,7 +204317,7 @@ } }, { - "id": 15549, + "id": 16658, "properties": { "east": "none", "north": "low", @@ -194573,7 +204328,7 @@ } }, { - "id": 15550, + "id": 16659, "properties": { "east": "none", "north": "low", @@ -194584,7 +204339,7 @@ } }, { - "id": 15551, + "id": 16660, "properties": { "east": "none", "north": "low", @@ -194595,7 +204350,7 @@ } }, { - "id": 15552, + "id": 16661, "properties": { "east": "none", "north": "low", @@ -194606,7 +204361,7 @@ } }, { - "id": 15553, + "id": 16662, "properties": { "east": "none", "north": "low", @@ -194617,7 +204372,7 @@ } }, { - "id": 15554, + "id": 16663, "properties": { "east": "none", "north": "low", @@ -194628,7 +204383,7 @@ } }, { - "id": 15555, + "id": 16664, "properties": { "east": "none", "north": "low", @@ -194639,7 +204394,7 @@ } }, { - "id": 15556, + "id": 16665, "properties": { "east": "none", "north": "low", @@ -194650,7 +204405,7 @@ } }, { - "id": 15557, + "id": 16666, "properties": { "east": "none", "north": "low", @@ -194661,7 +204416,7 @@ } }, { - "id": 15558, + "id": 16667, "properties": { "east": "none", "north": "low", @@ -194672,7 +204427,7 @@ } }, { - "id": 15559, + "id": 16668, "properties": { "east": "none", "north": "low", @@ -194683,7 +204438,7 @@ } }, { - "id": 15560, + "id": 16669, "properties": { "east": "none", "north": "low", @@ -194694,7 +204449,7 @@ } }, { - "id": 15561, + "id": 16670, "properties": { "east": "none", "north": "low", @@ -194705,7 +204460,7 @@ } }, { - "id": 15562, + "id": 16671, "properties": { "east": "none", "north": "low", @@ -194716,7 +204471,7 @@ } }, { - "id": 15563, + "id": 16672, "properties": { "east": "none", "north": "low", @@ -194727,7 +204482,7 @@ } }, { - "id": 15564, + "id": 16673, "properties": { "east": "none", "north": "low", @@ -194738,7 +204493,7 @@ } }, { - "id": 15565, + "id": 16674, "properties": { "east": "none", "north": "low", @@ -194749,7 +204504,7 @@ } }, { - "id": 15566, + "id": 16675, "properties": { "east": "none", "north": "low", @@ -194760,7 +204515,7 @@ } }, { - "id": 15567, + "id": 16676, "properties": { "east": "none", "north": "low", @@ -194771,7 +204526,7 @@ } }, { - "id": 15568, + "id": 16677, "properties": { "east": "none", "north": "low", @@ -194782,7 +204537,7 @@ } }, { - "id": 15569, + "id": 16678, "properties": { "east": "none", "north": "low", @@ -194793,7 +204548,7 @@ } }, { - "id": 15570, + "id": 16679, "properties": { "east": "none", "north": "low", @@ -194804,7 +204559,7 @@ } }, { - "id": 15571, + "id": 16680, "properties": { "east": "none", "north": "low", @@ -194815,7 +204570,7 @@ } }, { - "id": 15572, + "id": 16681, "properties": { "east": "none", "north": "low", @@ -194826,7 +204581,7 @@ } }, { - "id": 15573, + "id": 16682, "properties": { "east": "none", "north": "low", @@ -194837,7 +204592,7 @@ } }, { - "id": 15574, + "id": 16683, "properties": { "east": "none", "north": "low", @@ -194848,7 +204603,7 @@ } }, { - "id": 15575, + "id": 16684, "properties": { "east": "none", "north": "low", @@ -194859,7 +204614,7 @@ } }, { - "id": 15576, + "id": 16685, "properties": { "east": "none", "north": "low", @@ -194870,7 +204625,7 @@ } }, { - "id": 15577, + "id": 16686, "properties": { "east": "none", "north": "low", @@ -194881,7 +204636,7 @@ } }, { - "id": 15578, + "id": 16687, "properties": { "east": "none", "north": "low", @@ -194892,7 +204647,7 @@ } }, { - "id": 15579, + "id": 16688, "properties": { "east": "none", "north": "tall", @@ -194903,7 +204658,7 @@ } }, { - "id": 15580, + "id": 16689, "properties": { "east": "none", "north": "tall", @@ -194914,7 +204669,7 @@ } }, { - "id": 15581, + "id": 16690, "properties": { "east": "none", "north": "tall", @@ -194925,7 +204680,7 @@ } }, { - "id": 15582, + "id": 16691, "properties": { "east": "none", "north": "tall", @@ -194936,7 +204691,7 @@ } }, { - "id": 15583, + "id": 16692, "properties": { "east": "none", "north": "tall", @@ -194947,7 +204702,7 @@ } }, { - "id": 15584, + "id": 16693, "properties": { "east": "none", "north": "tall", @@ -194958,7 +204713,7 @@ } }, { - "id": 15585, + "id": 16694, "properties": { "east": "none", "north": "tall", @@ -194969,7 +204724,7 @@ } }, { - "id": 15586, + "id": 16695, "properties": { "east": "none", "north": "tall", @@ -194980,7 +204735,7 @@ } }, { - "id": 15587, + "id": 16696, "properties": { "east": "none", "north": "tall", @@ -194991,7 +204746,7 @@ } }, { - "id": 15588, + "id": 16697, "properties": { "east": "none", "north": "tall", @@ -195002,7 +204757,7 @@ } }, { - "id": 15589, + "id": 16698, "properties": { "east": "none", "north": "tall", @@ -195013,7 +204768,7 @@ } }, { - "id": 15590, + "id": 16699, "properties": { "east": "none", "north": "tall", @@ -195024,7 +204779,7 @@ } }, { - "id": 15591, + "id": 16700, "properties": { "east": "none", "north": "tall", @@ -195035,7 +204790,7 @@ } }, { - "id": 15592, + "id": 16701, "properties": { "east": "none", "north": "tall", @@ -195046,7 +204801,7 @@ } }, { - "id": 15593, + "id": 16702, "properties": { "east": "none", "north": "tall", @@ -195057,7 +204812,7 @@ } }, { - "id": 15594, + "id": 16703, "properties": { "east": "none", "north": "tall", @@ -195068,7 +204823,7 @@ } }, { - "id": 15595, + "id": 16704, "properties": { "east": "none", "north": "tall", @@ -195079,7 +204834,7 @@ } }, { - "id": 15596, + "id": 16705, "properties": { "east": "none", "north": "tall", @@ -195090,7 +204845,7 @@ } }, { - "id": 15597, + "id": 16706, "properties": { "east": "none", "north": "tall", @@ -195101,7 +204856,7 @@ } }, { - "id": 15598, + "id": 16707, "properties": { "east": "none", "north": "tall", @@ -195112,7 +204867,7 @@ } }, { - "id": 15599, + "id": 16708, "properties": { "east": "none", "north": "tall", @@ -195123,7 +204878,7 @@ } }, { - "id": 15600, + "id": 16709, "properties": { "east": "none", "north": "tall", @@ -195134,7 +204889,7 @@ } }, { - "id": 15601, + "id": 16710, "properties": { "east": "none", "north": "tall", @@ -195145,7 +204900,7 @@ } }, { - "id": 15602, + "id": 16711, "properties": { "east": "none", "north": "tall", @@ -195156,7 +204911,7 @@ } }, { - "id": 15603, + "id": 16712, "properties": { "east": "none", "north": "tall", @@ -195167,7 +204922,7 @@ } }, { - "id": 15604, + "id": 16713, "properties": { "east": "none", "north": "tall", @@ -195178,7 +204933,7 @@ } }, { - "id": 15605, + "id": 16714, "properties": { "east": "none", "north": "tall", @@ -195189,7 +204944,7 @@ } }, { - "id": 15606, + "id": 16715, "properties": { "east": "none", "north": "tall", @@ -195200,7 +204955,7 @@ } }, { - "id": 15607, + "id": 16716, "properties": { "east": "none", "north": "tall", @@ -195211,7 +204966,7 @@ } }, { - "id": 15608, + "id": 16717, "properties": { "east": "none", "north": "tall", @@ -195222,7 +204977,7 @@ } }, { - "id": 15609, + "id": 16718, "properties": { "east": "none", "north": "tall", @@ -195233,7 +204988,7 @@ } }, { - "id": 15610, + "id": 16719, "properties": { "east": "none", "north": "tall", @@ -195244,7 +204999,7 @@ } }, { - "id": 15611, + "id": 16720, "properties": { "east": "none", "north": "tall", @@ -195255,7 +205010,7 @@ } }, { - "id": 15612, + "id": 16721, "properties": { "east": "none", "north": "tall", @@ -195266,7 +205021,7 @@ } }, { - "id": 15613, + "id": 16722, "properties": { "east": "none", "north": "tall", @@ -195277,7 +205032,7 @@ } }, { - "id": 15614, + "id": 16723, "properties": { "east": "none", "north": "tall", @@ -195288,7 +205043,7 @@ } }, { - "id": 15615, + "id": 16724, "properties": { "east": "low", "north": "none", @@ -195299,7 +205054,7 @@ } }, { - "id": 15616, + "id": 16725, "properties": { "east": "low", "north": "none", @@ -195310,7 +205065,7 @@ } }, { - "id": 15617, + "id": 16726, "properties": { "east": "low", "north": "none", @@ -195321,7 +205076,7 @@ } }, { - "id": 15618, + "id": 16727, "properties": { "east": "low", "north": "none", @@ -195332,7 +205087,7 @@ } }, { - "id": 15619, + "id": 16728, "properties": { "east": "low", "north": "none", @@ -195343,7 +205098,7 @@ } }, { - "id": 15620, + "id": 16729, "properties": { "east": "low", "north": "none", @@ -195354,7 +205109,7 @@ } }, { - "id": 15621, + "id": 16730, "properties": { "east": "low", "north": "none", @@ -195365,7 +205120,7 @@ } }, { - "id": 15622, + "id": 16731, "properties": { "east": "low", "north": "none", @@ -195376,7 +205131,7 @@ } }, { - "id": 15623, + "id": 16732, "properties": { "east": "low", "north": "none", @@ -195387,7 +205142,7 @@ } }, { - "id": 15624, + "id": 16733, "properties": { "east": "low", "north": "none", @@ -195398,7 +205153,7 @@ } }, { - "id": 15625, + "id": 16734, "properties": { "east": "low", "north": "none", @@ -195409,7 +205164,7 @@ } }, { - "id": 15626, + "id": 16735, "properties": { "east": "low", "north": "none", @@ -195420,7 +205175,7 @@ } }, { - "id": 15627, + "id": 16736, "properties": { "east": "low", "north": "none", @@ -195431,7 +205186,7 @@ } }, { - "id": 15628, + "id": 16737, "properties": { "east": "low", "north": "none", @@ -195442,7 +205197,7 @@ } }, { - "id": 15629, + "id": 16738, "properties": { "east": "low", "north": "none", @@ -195453,7 +205208,7 @@ } }, { - "id": 15630, + "id": 16739, "properties": { "east": "low", "north": "none", @@ -195464,7 +205219,7 @@ } }, { - "id": 15631, + "id": 16740, "properties": { "east": "low", "north": "none", @@ -195475,7 +205230,7 @@ } }, { - "id": 15632, + "id": 16741, "properties": { "east": "low", "north": "none", @@ -195486,7 +205241,7 @@ } }, { - "id": 15633, + "id": 16742, "properties": { "east": "low", "north": "none", @@ -195497,7 +205252,7 @@ } }, { - "id": 15634, + "id": 16743, "properties": { "east": "low", "north": "none", @@ -195508,7 +205263,7 @@ } }, { - "id": 15635, + "id": 16744, "properties": { "east": "low", "north": "none", @@ -195519,7 +205274,7 @@ } }, { - "id": 15636, + "id": 16745, "properties": { "east": "low", "north": "none", @@ -195530,7 +205285,7 @@ } }, { - "id": 15637, + "id": 16746, "properties": { "east": "low", "north": "none", @@ -195541,7 +205296,7 @@ } }, { - "id": 15638, + "id": 16747, "properties": { "east": "low", "north": "none", @@ -195552,7 +205307,7 @@ } }, { - "id": 15639, + "id": 16748, "properties": { "east": "low", "north": "none", @@ -195563,7 +205318,7 @@ } }, { - "id": 15640, + "id": 16749, "properties": { "east": "low", "north": "none", @@ -195574,7 +205329,7 @@ } }, { - "id": 15641, + "id": 16750, "properties": { "east": "low", "north": "none", @@ -195585,7 +205340,7 @@ } }, { - "id": 15642, + "id": 16751, "properties": { "east": "low", "north": "none", @@ -195596,7 +205351,7 @@ } }, { - "id": 15643, + "id": 16752, "properties": { "east": "low", "north": "none", @@ -195607,7 +205362,7 @@ } }, { - "id": 15644, + "id": 16753, "properties": { "east": "low", "north": "none", @@ -195618,7 +205373,7 @@ } }, { - "id": 15645, + "id": 16754, "properties": { "east": "low", "north": "none", @@ -195629,7 +205384,7 @@ } }, { - "id": 15646, + "id": 16755, "properties": { "east": "low", "north": "none", @@ -195640,7 +205395,7 @@ } }, { - "id": 15647, + "id": 16756, "properties": { "east": "low", "north": "none", @@ -195651,7 +205406,7 @@ } }, { - "id": 15648, + "id": 16757, "properties": { "east": "low", "north": "none", @@ -195662,7 +205417,7 @@ } }, { - "id": 15649, + "id": 16758, "properties": { "east": "low", "north": "none", @@ -195673,7 +205428,7 @@ } }, { - "id": 15650, + "id": 16759, "properties": { "east": "low", "north": "none", @@ -195684,7 +205439,7 @@ } }, { - "id": 15651, + "id": 16760, "properties": { "east": "low", "north": "low", @@ -195695,7 +205450,7 @@ } }, { - "id": 15652, + "id": 16761, "properties": { "east": "low", "north": "low", @@ -195706,7 +205461,7 @@ } }, { - "id": 15653, + "id": 16762, "properties": { "east": "low", "north": "low", @@ -195717,7 +205472,7 @@ } }, { - "id": 15654, + "id": 16763, "properties": { "east": "low", "north": "low", @@ -195728,7 +205483,7 @@ } }, { - "id": 15655, + "id": 16764, "properties": { "east": "low", "north": "low", @@ -195739,7 +205494,7 @@ } }, { - "id": 15656, + "id": 16765, "properties": { "east": "low", "north": "low", @@ -195750,7 +205505,7 @@ } }, { - "id": 15657, + "id": 16766, "properties": { "east": "low", "north": "low", @@ -195761,7 +205516,7 @@ } }, { - "id": 15658, + "id": 16767, "properties": { "east": "low", "north": "low", @@ -195772,7 +205527,7 @@ } }, { - "id": 15659, + "id": 16768, "properties": { "east": "low", "north": "low", @@ -195783,7 +205538,7 @@ } }, { - "id": 15660, + "id": 16769, "properties": { "east": "low", "north": "low", @@ -195794,7 +205549,7 @@ } }, { - "id": 15661, + "id": 16770, "properties": { "east": "low", "north": "low", @@ -195805,7 +205560,7 @@ } }, { - "id": 15662, + "id": 16771, "properties": { "east": "low", "north": "low", @@ -195816,7 +205571,7 @@ } }, { - "id": 15663, + "id": 16772, "properties": { "east": "low", "north": "low", @@ -195827,7 +205582,7 @@ } }, { - "id": 15664, + "id": 16773, "properties": { "east": "low", "north": "low", @@ -195838,7 +205593,7 @@ } }, { - "id": 15665, + "id": 16774, "properties": { "east": "low", "north": "low", @@ -195849,7 +205604,7 @@ } }, { - "id": 15666, + "id": 16775, "properties": { "east": "low", "north": "low", @@ -195860,7 +205615,7 @@ } }, { - "id": 15667, + "id": 16776, "properties": { "east": "low", "north": "low", @@ -195871,7 +205626,7 @@ } }, { - "id": 15668, + "id": 16777, "properties": { "east": "low", "north": "low", @@ -195882,7 +205637,7 @@ } }, { - "id": 15669, + "id": 16778, "properties": { "east": "low", "north": "low", @@ -195893,7 +205648,7 @@ } }, { - "id": 15670, + "id": 16779, "properties": { "east": "low", "north": "low", @@ -195904,7 +205659,7 @@ } }, { - "id": 15671, + "id": 16780, "properties": { "east": "low", "north": "low", @@ -195915,7 +205670,7 @@ } }, { - "id": 15672, + "id": 16781, "properties": { "east": "low", "north": "low", @@ -195926,7 +205681,7 @@ } }, { - "id": 15673, + "id": 16782, "properties": { "east": "low", "north": "low", @@ -195937,7 +205692,7 @@ } }, { - "id": 15674, + "id": 16783, "properties": { "east": "low", "north": "low", @@ -195948,7 +205703,7 @@ } }, { - "id": 15675, + "id": 16784, "properties": { "east": "low", "north": "low", @@ -195959,7 +205714,7 @@ } }, { - "id": 15676, + "id": 16785, "properties": { "east": "low", "north": "low", @@ -195970,7 +205725,7 @@ } }, { - "id": 15677, + "id": 16786, "properties": { "east": "low", "north": "low", @@ -195981,7 +205736,7 @@ } }, { - "id": 15678, + "id": 16787, "properties": { "east": "low", "north": "low", @@ -195992,7 +205747,7 @@ } }, { - "id": 15679, + "id": 16788, "properties": { "east": "low", "north": "low", @@ -196003,7 +205758,7 @@ } }, { - "id": 15680, + "id": 16789, "properties": { "east": "low", "north": "low", @@ -196014,7 +205769,7 @@ } }, { - "id": 15681, + "id": 16790, "properties": { "east": "low", "north": "low", @@ -196025,7 +205780,7 @@ } }, { - "id": 15682, + "id": 16791, "properties": { "east": "low", "north": "low", @@ -196036,7 +205791,7 @@ } }, { - "id": 15683, + "id": 16792, "properties": { "east": "low", "north": "low", @@ -196047,7 +205802,7 @@ } }, { - "id": 15684, + "id": 16793, "properties": { "east": "low", "north": "low", @@ -196058,7 +205813,7 @@ } }, { - "id": 15685, + "id": 16794, "properties": { "east": "low", "north": "low", @@ -196069,7 +205824,7 @@ } }, { - "id": 15686, + "id": 16795, "properties": { "east": "low", "north": "low", @@ -196080,7 +205835,7 @@ } }, { - "id": 15687, + "id": 16796, "properties": { "east": "low", "north": "tall", @@ -196091,7 +205846,7 @@ } }, { - "id": 15688, + "id": 16797, "properties": { "east": "low", "north": "tall", @@ -196102,7 +205857,7 @@ } }, { - "id": 15689, + "id": 16798, "properties": { "east": "low", "north": "tall", @@ -196113,7 +205868,7 @@ } }, { - "id": 15690, + "id": 16799, "properties": { "east": "low", "north": "tall", @@ -196124,7 +205879,7 @@ } }, { - "id": 15691, + "id": 16800, "properties": { "east": "low", "north": "tall", @@ -196135,7 +205890,7 @@ } }, { - "id": 15692, + "id": 16801, "properties": { "east": "low", "north": "tall", @@ -196146,7 +205901,7 @@ } }, { - "id": 15693, + "id": 16802, "properties": { "east": "low", "north": "tall", @@ -196157,7 +205912,7 @@ } }, { - "id": 15694, + "id": 16803, "properties": { "east": "low", "north": "tall", @@ -196168,7 +205923,7 @@ } }, { - "id": 15695, + "id": 16804, "properties": { "east": "low", "north": "tall", @@ -196179,7 +205934,7 @@ } }, { - "id": 15696, + "id": 16805, "properties": { "east": "low", "north": "tall", @@ -196190,7 +205945,7 @@ } }, { - "id": 15697, + "id": 16806, "properties": { "east": "low", "north": "tall", @@ -196201,7 +205956,7 @@ } }, { - "id": 15698, + "id": 16807, "properties": { "east": "low", "north": "tall", @@ -196212,7 +205967,7 @@ } }, { - "id": 15699, + "id": 16808, "properties": { "east": "low", "north": "tall", @@ -196223,7 +205978,7 @@ } }, { - "id": 15700, + "id": 16809, "properties": { "east": "low", "north": "tall", @@ -196234,7 +205989,7 @@ } }, { - "id": 15701, + "id": 16810, "properties": { "east": "low", "north": "tall", @@ -196245,7 +206000,7 @@ } }, { - "id": 15702, + "id": 16811, "properties": { "east": "low", "north": "tall", @@ -196256,7 +206011,7 @@ } }, { - "id": 15703, + "id": 16812, "properties": { "east": "low", "north": "tall", @@ -196267,7 +206022,7 @@ } }, { - "id": 15704, + "id": 16813, "properties": { "east": "low", "north": "tall", @@ -196278,7 +206033,7 @@ } }, { - "id": 15705, + "id": 16814, "properties": { "east": "low", "north": "tall", @@ -196289,7 +206044,7 @@ } }, { - "id": 15706, + "id": 16815, "properties": { "east": "low", "north": "tall", @@ -196300,7 +206055,7 @@ } }, { - "id": 15707, + "id": 16816, "properties": { "east": "low", "north": "tall", @@ -196311,7 +206066,7 @@ } }, { - "id": 15708, + "id": 16817, "properties": { "east": "low", "north": "tall", @@ -196322,7 +206077,7 @@ } }, { - "id": 15709, + "id": 16818, "properties": { "east": "low", "north": "tall", @@ -196333,7 +206088,7 @@ } }, { - "id": 15710, + "id": 16819, "properties": { "east": "low", "north": "tall", @@ -196344,7 +206099,7 @@ } }, { - "id": 15711, + "id": 16820, "properties": { "east": "low", "north": "tall", @@ -196355,7 +206110,7 @@ } }, { - "id": 15712, + "id": 16821, "properties": { "east": "low", "north": "tall", @@ -196366,7 +206121,7 @@ } }, { - "id": 15713, + "id": 16822, "properties": { "east": "low", "north": "tall", @@ -196377,7 +206132,7 @@ } }, { - "id": 15714, + "id": 16823, "properties": { "east": "low", "north": "tall", @@ -196388,7 +206143,7 @@ } }, { - "id": 15715, + "id": 16824, "properties": { "east": "low", "north": "tall", @@ -196399,7 +206154,7 @@ } }, { - "id": 15716, + "id": 16825, "properties": { "east": "low", "north": "tall", @@ -196410,7 +206165,7 @@ } }, { - "id": 15717, + "id": 16826, "properties": { "east": "low", "north": "tall", @@ -196421,7 +206176,7 @@ } }, { - "id": 15718, + "id": 16827, "properties": { "east": "low", "north": "tall", @@ -196432,7 +206187,7 @@ } }, { - "id": 15719, + "id": 16828, "properties": { "east": "low", "north": "tall", @@ -196443,7 +206198,7 @@ } }, { - "id": 15720, + "id": 16829, "properties": { "east": "low", "north": "tall", @@ -196454,7 +206209,7 @@ } }, { - "id": 15721, + "id": 16830, "properties": { "east": "low", "north": "tall", @@ -196465,7 +206220,7 @@ } }, { - "id": 15722, + "id": 16831, "properties": { "east": "low", "north": "tall", @@ -196476,7 +206231,7 @@ } }, { - "id": 15723, + "id": 16832, "properties": { "east": "tall", "north": "none", @@ -196487,7 +206242,7 @@ } }, { - "id": 15724, + "id": 16833, "properties": { "east": "tall", "north": "none", @@ -196498,7 +206253,7 @@ } }, { - "id": 15725, + "id": 16834, "properties": { "east": "tall", "north": "none", @@ -196509,7 +206264,7 @@ } }, { - "id": 15726, + "id": 16835, "properties": { "east": "tall", "north": "none", @@ -196520,7 +206275,7 @@ } }, { - "id": 15727, + "id": 16836, "properties": { "east": "tall", "north": "none", @@ -196531,7 +206286,7 @@ } }, { - "id": 15728, + "id": 16837, "properties": { "east": "tall", "north": "none", @@ -196542,7 +206297,7 @@ } }, { - "id": 15729, + "id": 16838, "properties": { "east": "tall", "north": "none", @@ -196553,7 +206308,7 @@ } }, { - "id": 15730, + "id": 16839, "properties": { "east": "tall", "north": "none", @@ -196564,7 +206319,7 @@ } }, { - "id": 15731, + "id": 16840, "properties": { "east": "tall", "north": "none", @@ -196575,7 +206330,7 @@ } }, { - "id": 15732, + "id": 16841, "properties": { "east": "tall", "north": "none", @@ -196586,7 +206341,7 @@ } }, { - "id": 15733, + "id": 16842, "properties": { "east": "tall", "north": "none", @@ -196597,7 +206352,7 @@ } }, { - "id": 15734, + "id": 16843, "properties": { "east": "tall", "north": "none", @@ -196608,7 +206363,7 @@ } }, { - "id": 15735, + "id": 16844, "properties": { "east": "tall", "north": "none", @@ -196619,7 +206374,7 @@ } }, { - "id": 15736, + "id": 16845, "properties": { "east": "tall", "north": "none", @@ -196630,7 +206385,7 @@ } }, { - "id": 15737, + "id": 16846, "properties": { "east": "tall", "north": "none", @@ -196641,7 +206396,7 @@ } }, { - "id": 15738, + "id": 16847, "properties": { "east": "tall", "north": "none", @@ -196652,7 +206407,7 @@ } }, { - "id": 15739, + "id": 16848, "properties": { "east": "tall", "north": "none", @@ -196663,7 +206418,7 @@ } }, { - "id": 15740, + "id": 16849, "properties": { "east": "tall", "north": "none", @@ -196674,7 +206429,7 @@ } }, { - "id": 15741, + "id": 16850, "properties": { "east": "tall", "north": "none", @@ -196685,7 +206440,7 @@ } }, { - "id": 15742, + "id": 16851, "properties": { "east": "tall", "north": "none", @@ -196696,7 +206451,7 @@ } }, { - "id": 15743, + "id": 16852, "properties": { "east": "tall", "north": "none", @@ -196707,7 +206462,7 @@ } }, { - "id": 15744, + "id": 16853, "properties": { "east": "tall", "north": "none", @@ -196718,7 +206473,7 @@ } }, { - "id": 15745, + "id": 16854, "properties": { "east": "tall", "north": "none", @@ -196729,7 +206484,7 @@ } }, { - "id": 15746, + "id": 16855, "properties": { "east": "tall", "north": "none", @@ -196740,7 +206495,7 @@ } }, { - "id": 15747, + "id": 16856, "properties": { "east": "tall", "north": "none", @@ -196751,7 +206506,7 @@ } }, { - "id": 15748, + "id": 16857, "properties": { "east": "tall", "north": "none", @@ -196762,7 +206517,7 @@ } }, { - "id": 15749, + "id": 16858, "properties": { "east": "tall", "north": "none", @@ -196773,7 +206528,7 @@ } }, { - "id": 15750, + "id": 16859, "properties": { "east": "tall", "north": "none", @@ -196784,7 +206539,7 @@ } }, { - "id": 15751, + "id": 16860, "properties": { "east": "tall", "north": "none", @@ -196795,7 +206550,7 @@ } }, { - "id": 15752, + "id": 16861, "properties": { "east": "tall", "north": "none", @@ -196806,7 +206561,7 @@ } }, { - "id": 15753, + "id": 16862, "properties": { "east": "tall", "north": "none", @@ -196817,7 +206572,7 @@ } }, { - "id": 15754, + "id": 16863, "properties": { "east": "tall", "north": "none", @@ -196828,7 +206583,7 @@ } }, { - "id": 15755, + "id": 16864, "properties": { "east": "tall", "north": "none", @@ -196839,7 +206594,7 @@ } }, { - "id": 15756, + "id": 16865, "properties": { "east": "tall", "north": "none", @@ -196850,7 +206605,7 @@ } }, { - "id": 15757, + "id": 16866, "properties": { "east": "tall", "north": "none", @@ -196861,7 +206616,7 @@ } }, { - "id": 15758, + "id": 16867, "properties": { "east": "tall", "north": "none", @@ -196872,7 +206627,7 @@ } }, { - "id": 15759, + "id": 16868, "properties": { "east": "tall", "north": "low", @@ -196883,7 +206638,7 @@ } }, { - "id": 15760, + "id": 16869, "properties": { "east": "tall", "north": "low", @@ -196894,7 +206649,7 @@ } }, { - "id": 15761, + "id": 16870, "properties": { "east": "tall", "north": "low", @@ -196905,7 +206660,7 @@ } }, { - "id": 15762, + "id": 16871, "properties": { "east": "tall", "north": "low", @@ -196916,7 +206671,7 @@ } }, { - "id": 15763, + "id": 16872, "properties": { "east": "tall", "north": "low", @@ -196927,7 +206682,7 @@ } }, { - "id": 15764, + "id": 16873, "properties": { "east": "tall", "north": "low", @@ -196938,7 +206693,7 @@ } }, { - "id": 15765, + "id": 16874, "properties": { "east": "tall", "north": "low", @@ -196949,7 +206704,7 @@ } }, { - "id": 15766, + "id": 16875, "properties": { "east": "tall", "north": "low", @@ -196960,7 +206715,7 @@ } }, { - "id": 15767, + "id": 16876, "properties": { "east": "tall", "north": "low", @@ -196971,7 +206726,7 @@ } }, { - "id": 15768, + "id": 16877, "properties": { "east": "tall", "north": "low", @@ -196982,7 +206737,7 @@ } }, { - "id": 15769, + "id": 16878, "properties": { "east": "tall", "north": "low", @@ -196993,7 +206748,7 @@ } }, { - "id": 15770, + "id": 16879, "properties": { "east": "tall", "north": "low", @@ -197004,7 +206759,7 @@ } }, { - "id": 15771, + "id": 16880, "properties": { "east": "tall", "north": "low", @@ -197015,7 +206770,7 @@ } }, { - "id": 15772, + "id": 16881, "properties": { "east": "tall", "north": "low", @@ -197026,7 +206781,7 @@ } }, { - "id": 15773, + "id": 16882, "properties": { "east": "tall", "north": "low", @@ -197037,7 +206792,7 @@ } }, { - "id": 15774, + "id": 16883, "properties": { "east": "tall", "north": "low", @@ -197048,7 +206803,7 @@ } }, { - "id": 15775, + "id": 16884, "properties": { "east": "tall", "north": "low", @@ -197059,7 +206814,7 @@ } }, { - "id": 15776, + "id": 16885, "properties": { "east": "tall", "north": "low", @@ -197070,7 +206825,7 @@ } }, { - "id": 15777, + "id": 16886, "properties": { "east": "tall", "north": "low", @@ -197081,7 +206836,7 @@ } }, { - "id": 15778, + "id": 16887, "properties": { "east": "tall", "north": "low", @@ -197092,7 +206847,7 @@ } }, { - "id": 15779, + "id": 16888, "properties": { "east": "tall", "north": "low", @@ -197103,7 +206858,7 @@ } }, { - "id": 15780, + "id": 16889, "properties": { "east": "tall", "north": "low", @@ -197114,7 +206869,7 @@ } }, { - "id": 15781, + "id": 16890, "properties": { "east": "tall", "north": "low", @@ -197125,7 +206880,7 @@ } }, { - "id": 15782, + "id": 16891, "properties": { "east": "tall", "north": "low", @@ -197136,7 +206891,7 @@ } }, { - "id": 15783, + "id": 16892, "properties": { "east": "tall", "north": "low", @@ -197147,7 +206902,7 @@ } }, { - "id": 15784, + "id": 16893, "properties": { "east": "tall", "north": "low", @@ -197158,7 +206913,7 @@ } }, { - "id": 15785, + "id": 16894, "properties": { "east": "tall", "north": "low", @@ -197169,7 +206924,7 @@ } }, { - "id": 15786, + "id": 16895, "properties": { "east": "tall", "north": "low", @@ -197180,7 +206935,7 @@ } }, { - "id": 15787, + "id": 16896, "properties": { "east": "tall", "north": "low", @@ -197191,7 +206946,7 @@ } }, { - "id": 15788, + "id": 16897, "properties": { "east": "tall", "north": "low", @@ -197202,7 +206957,7 @@ } }, { - "id": 15789, + "id": 16898, "properties": { "east": "tall", "north": "low", @@ -197213,7 +206968,7 @@ } }, { - "id": 15790, + "id": 16899, "properties": { "east": "tall", "north": "low", @@ -197224,7 +206979,7 @@ } }, { - "id": 15791, + "id": 16900, "properties": { "east": "tall", "north": "low", @@ -197235,7 +206990,7 @@ } }, { - "id": 15792, + "id": 16901, "properties": { "east": "tall", "north": "low", @@ -197246,7 +207001,7 @@ } }, { - "id": 15793, + "id": 16902, "properties": { "east": "tall", "north": "low", @@ -197257,7 +207012,7 @@ } }, { - "id": 15794, + "id": 16903, "properties": { "east": "tall", "north": "low", @@ -197268,7 +207023,7 @@ } }, { - "id": 15795, + "id": 16904, "properties": { "east": "tall", "north": "tall", @@ -197279,7 +207034,7 @@ } }, { - "id": 15796, + "id": 16905, "properties": { "east": "tall", "north": "tall", @@ -197290,7 +207045,7 @@ } }, { - "id": 15797, + "id": 16906, "properties": { "east": "tall", "north": "tall", @@ -197301,7 +207056,7 @@ } }, { - "id": 15798, + "id": 16907, "properties": { "east": "tall", "north": "tall", @@ -197312,7 +207067,7 @@ } }, { - "id": 15799, + "id": 16908, "properties": { "east": "tall", "north": "tall", @@ -197323,7 +207078,7 @@ } }, { - "id": 15800, + "id": 16909, "properties": { "east": "tall", "north": "tall", @@ -197334,7 +207089,7 @@ } }, { - "id": 15801, + "id": 16910, "properties": { "east": "tall", "north": "tall", @@ -197345,7 +207100,7 @@ } }, { - "id": 15802, + "id": 16911, "properties": { "east": "tall", "north": "tall", @@ -197356,7 +207111,7 @@ } }, { - "id": 15803, + "id": 16912, "properties": { "east": "tall", "north": "tall", @@ -197367,7 +207122,7 @@ } }, { - "id": 15804, + "id": 16913, "properties": { "east": "tall", "north": "tall", @@ -197378,7 +207133,7 @@ } }, { - "id": 15805, + "id": 16914, "properties": { "east": "tall", "north": "tall", @@ -197389,7 +207144,7 @@ } }, { - "id": 15806, + "id": 16915, "properties": { "east": "tall", "north": "tall", @@ -197400,7 +207155,7 @@ } }, { - "id": 15807, + "id": 16916, "properties": { "east": "tall", "north": "tall", @@ -197411,7 +207166,7 @@ } }, { - "id": 15808, + "id": 16917, "properties": { "east": "tall", "north": "tall", @@ -197422,7 +207177,7 @@ } }, { - "id": 15809, + "id": 16918, "properties": { "east": "tall", "north": "tall", @@ -197433,7 +207188,7 @@ } }, { - "id": 15810, + "id": 16919, "properties": { "east": "tall", "north": "tall", @@ -197444,7 +207199,7 @@ } }, { - "id": 15811, + "id": 16920, "properties": { "east": "tall", "north": "tall", @@ -197455,7 +207210,7 @@ } }, { - "id": 15812, + "id": 16921, "properties": { "east": "tall", "north": "tall", @@ -197466,7 +207221,7 @@ } }, { - "id": 15813, + "id": 16922, "properties": { "east": "tall", "north": "tall", @@ -197477,7 +207232,7 @@ } }, { - "id": 15814, + "id": 16923, "properties": { "east": "tall", "north": "tall", @@ -197488,7 +207243,7 @@ } }, { - "id": 15815, + "id": 16924, "properties": { "east": "tall", "north": "tall", @@ -197499,7 +207254,7 @@ } }, { - "id": 15816, + "id": 16925, "properties": { "east": "tall", "north": "tall", @@ -197510,7 +207265,7 @@ } }, { - "id": 15817, + "id": 16926, "properties": { "east": "tall", "north": "tall", @@ -197521,7 +207276,7 @@ } }, { - "id": 15818, + "id": 16927, "properties": { "east": "tall", "north": "tall", @@ -197532,7 +207287,7 @@ } }, { - "id": 15819, + "id": 16928, "properties": { "east": "tall", "north": "tall", @@ -197543,7 +207298,7 @@ } }, { - "id": 15820, + "id": 16929, "properties": { "east": "tall", "north": "tall", @@ -197554,7 +207309,7 @@ } }, { - "id": 15821, + "id": 16930, "properties": { "east": "tall", "north": "tall", @@ -197565,7 +207320,7 @@ } }, { - "id": 15822, + "id": 16931, "properties": { "east": "tall", "north": "tall", @@ -197576,7 +207331,7 @@ } }, { - "id": 15823, + "id": 16932, "properties": { "east": "tall", "north": "tall", @@ -197587,7 +207342,7 @@ } }, { - "id": 15824, + "id": 16933, "properties": { "east": "tall", "north": "tall", @@ -197598,7 +207353,7 @@ } }, { - "id": 15825, + "id": 16934, "properties": { "east": "tall", "north": "tall", @@ -197609,7 +207364,7 @@ } }, { - "id": 15826, + "id": 16935, "properties": { "east": "tall", "north": "tall", @@ -197620,7 +207375,7 @@ } }, { - "id": 15827, + "id": 16936, "properties": { "east": "tall", "north": "tall", @@ -197631,7 +207386,7 @@ } }, { - "id": 15828, + "id": 16937, "properties": { "east": "tall", "north": "tall", @@ -197642,7 +207397,7 @@ } }, { - "id": 15829, + "id": 16938, "properties": { "east": "tall", "north": "tall", @@ -197653,7 +207408,7 @@ } }, { - "id": 15830, + "id": 16939, "properties": { "east": "tall", "north": "tall", @@ -197673,7 +207428,7 @@ "states": [ { "default": true, - "id": 7054 + "id": 8131 } ] }, @@ -197700,49 +207455,49 @@ "states": [ { "default": true, - "id": 7064, + "id": 8141, "properties": { "age": "0" } }, { - "id": 7065, + "id": 8142, "properties": { "age": "1" } }, { - "id": 7066, + "id": 8143, "properties": { "age": "2" } }, { - "id": 7067, + "id": 8144, "properties": { "age": "3" } }, { - "id": 7068, + "id": 8145, "properties": { "age": "4" } }, { - "id": 7069, + "id": 8146, "properties": { "age": "5" } }, { - "id": 7070, + "id": 8147, "properties": { "age": "6" } }, { - "id": 7071, + "id": 8148, "properties": { "age": "7" } @@ -197778,97 +207533,97 @@ "states": [ { "default": true, - "id": 11808, + "id": 12885, "properties": { "rotation": "0" } }, { - "id": 11809, + "id": 12886, "properties": { "rotation": "1" } }, { - "id": 11810, + "id": 12887, "properties": { "rotation": "2" } }, { - "id": 11811, + "id": 12888, "properties": { "rotation": "3" } }, { - "id": 11812, + "id": 12889, "properties": { "rotation": "4" } }, { - "id": 11813, + "id": 12890, "properties": { "rotation": "5" } }, { - "id": 11814, + "id": 12891, "properties": { "rotation": "6" } }, { - "id": 11815, + "id": 12892, "properties": { "rotation": "7" } }, { - "id": 11816, + "id": 12893, "properties": { "rotation": "8" } }, { - "id": 11817, + "id": 12894, "properties": { "rotation": "9" } }, { - "id": 11818, + "id": 12895, "properties": { "rotation": "10" } }, { - "id": 11819, + "id": 12896, "properties": { "rotation": "11" } }, { - "id": 11820, + "id": 12897, "properties": { "rotation": "12" } }, { - "id": 11821, + "id": 12898, "properties": { "rotation": "13" } }, { - "id": 11822, + "id": 12899, "properties": { "rotation": "14" } }, { - "id": 11823, + "id": 12900, "properties": { "rotation": "15" } @@ -198052,7 +207807,7 @@ }, "states": [ { - "id": 21929, + "id": 23070, "properties": { "candles": "1", "lit": "true", @@ -198060,7 +207815,7 @@ } }, { - "id": 21930, + "id": 23071, "properties": { "candles": "1", "lit": "true", @@ -198068,7 +207823,7 @@ } }, { - "id": 21931, + "id": 23072, "properties": { "candles": "1", "lit": "false", @@ -198077,7 +207832,7 @@ }, { "default": true, - "id": 21932, + "id": 23073, "properties": { "candles": "1", "lit": "false", @@ -198085,7 +207840,7 @@ } }, { - "id": 21933, + "id": 23074, "properties": { "candles": "2", "lit": "true", @@ -198093,7 +207848,7 @@ } }, { - "id": 21934, + "id": 23075, "properties": { "candles": "2", "lit": "true", @@ -198101,7 +207856,7 @@ } }, { - "id": 21935, + "id": 23076, "properties": { "candles": "2", "lit": "false", @@ -198109,7 +207864,7 @@ } }, { - "id": 21936, + "id": 23077, "properties": { "candles": "2", "lit": "false", @@ -198117,7 +207872,7 @@ } }, { - "id": 21937, + "id": 23078, "properties": { "candles": "3", "lit": "true", @@ -198125,7 +207880,7 @@ } }, { - "id": 21938, + "id": 23079, "properties": { "candles": "3", "lit": "true", @@ -198133,7 +207888,7 @@ } }, { - "id": 21939, + "id": 23080, "properties": { "candles": "3", "lit": "false", @@ -198141,7 +207896,7 @@ } }, { - "id": 21940, + "id": 23081, "properties": { "candles": "3", "lit": "false", @@ -198149,7 +207904,7 @@ } }, { - "id": 21941, + "id": 23082, "properties": { "candles": "4", "lit": "true", @@ -198157,7 +207912,7 @@ } }, { - "id": 21942, + "id": 23083, "properties": { "candles": "4", "lit": "true", @@ -198165,7 +207920,7 @@ } }, { - "id": 21943, + "id": 23084, "properties": { "candles": "4", "lit": "false", @@ -198173,7 +207928,7 @@ } }, { - "id": 21944, + "id": 23085, "properties": { "candles": "4", "lit": "false", @@ -198196,14 +207951,14 @@ }, "states": [ { - "id": 22047, + "id": 23188, "properties": { "lit": "true" } }, { "default": true, - "id": 22048, + "id": 23189, "properties": { "lit": "false" } @@ -198219,7 +207974,7 @@ "states": [ { "default": true, - "id": 11627 + "id": 12704 } ] }, @@ -198231,7 +207986,7 @@ "states": [ { "default": true, - "id": 13761 + "id": 14838 } ] }, @@ -198244,7 +207999,7 @@ "states": [ { "default": true, - "id": 13777 + "id": 14854 } ] }, @@ -198264,25 +208019,25 @@ "states": [ { "default": true, - "id": 13727, + "id": 14804, "properties": { "facing": "north" } }, { - "id": 13728, + "id": 14805, "properties": { "facing": "south" } }, { - "id": 13729, + "id": 14806, "properties": { "facing": "west" } }, { - "id": 13730, + "id": 14807, "properties": { "facing": "east" } @@ -198307,38 +208062,38 @@ }, "states": [ { - "id": 13651, + "id": 14728, "properties": { "facing": "north" } }, { - "id": 13652, + "id": 14729, "properties": { "facing": "east" } }, { - "id": 13653, + "id": 14730, "properties": { "facing": "south" } }, { - "id": 13654, + "id": 14731, "properties": { "facing": "west" } }, { "default": true, - "id": 13655, + "id": 14732, "properties": { "facing": "up" } }, { - "id": 13656, + "id": 14733, "properties": { "facing": "down" } @@ -198354,7 +208109,7 @@ "states": [ { "default": true, - "id": 6134 + "id": 6907 } ] }, @@ -198388,7 +208143,7 @@ }, "states": [ { - "id": 10501, + "id": 11578, "properties": { "east": "true", "north": "true", @@ -198398,7 +208153,7 @@ } }, { - "id": 10502, + "id": 11579, "properties": { "east": "true", "north": "true", @@ -198408,7 +208163,7 @@ } }, { - "id": 10503, + "id": 11580, "properties": { "east": "true", "north": "true", @@ -198418,7 +208173,7 @@ } }, { - "id": 10504, + "id": 11581, "properties": { "east": "true", "north": "true", @@ -198428,7 +208183,7 @@ } }, { - "id": 10505, + "id": 11582, "properties": { "east": "true", "north": "true", @@ -198438,7 +208193,7 @@ } }, { - "id": 10506, + "id": 11583, "properties": { "east": "true", "north": "true", @@ -198448,7 +208203,7 @@ } }, { - "id": 10507, + "id": 11584, "properties": { "east": "true", "north": "true", @@ -198458,7 +208213,7 @@ } }, { - "id": 10508, + "id": 11585, "properties": { "east": "true", "north": "true", @@ -198468,7 +208223,7 @@ } }, { - "id": 10509, + "id": 11586, "properties": { "east": "true", "north": "false", @@ -198478,7 +208233,7 @@ } }, { - "id": 10510, + "id": 11587, "properties": { "east": "true", "north": "false", @@ -198488,7 +208243,7 @@ } }, { - "id": 10511, + "id": 11588, "properties": { "east": "true", "north": "false", @@ -198498,7 +208253,7 @@ } }, { - "id": 10512, + "id": 11589, "properties": { "east": "true", "north": "false", @@ -198508,7 +208263,7 @@ } }, { - "id": 10513, + "id": 11590, "properties": { "east": "true", "north": "false", @@ -198518,7 +208273,7 @@ } }, { - "id": 10514, + "id": 11591, "properties": { "east": "true", "north": "false", @@ -198528,7 +208283,7 @@ } }, { - "id": 10515, + "id": 11592, "properties": { "east": "true", "north": "false", @@ -198538,7 +208293,7 @@ } }, { - "id": 10516, + "id": 11593, "properties": { "east": "true", "north": "false", @@ -198548,7 +208303,7 @@ } }, { - "id": 10517, + "id": 11594, "properties": { "east": "false", "north": "true", @@ -198558,7 +208313,7 @@ } }, { - "id": 10518, + "id": 11595, "properties": { "east": "false", "north": "true", @@ -198568,7 +208323,7 @@ } }, { - "id": 10519, + "id": 11596, "properties": { "east": "false", "north": "true", @@ -198578,7 +208333,7 @@ } }, { - "id": 10520, + "id": 11597, "properties": { "east": "false", "north": "true", @@ -198588,7 +208343,7 @@ } }, { - "id": 10521, + "id": 11598, "properties": { "east": "false", "north": "true", @@ -198598,7 +208353,7 @@ } }, { - "id": 10522, + "id": 11599, "properties": { "east": "false", "north": "true", @@ -198608,7 +208363,7 @@ } }, { - "id": 10523, + "id": 11600, "properties": { "east": "false", "north": "true", @@ -198618,7 +208373,7 @@ } }, { - "id": 10524, + "id": 11601, "properties": { "east": "false", "north": "true", @@ -198628,7 +208383,7 @@ } }, { - "id": 10525, + "id": 11602, "properties": { "east": "false", "north": "false", @@ -198638,7 +208393,7 @@ } }, { - "id": 10526, + "id": 11603, "properties": { "east": "false", "north": "false", @@ -198648,7 +208403,7 @@ } }, { - "id": 10527, + "id": 11604, "properties": { "east": "false", "north": "false", @@ -198658,7 +208413,7 @@ } }, { - "id": 10528, + "id": 11605, "properties": { "east": "false", "north": "false", @@ -198668,7 +208423,7 @@ } }, { - "id": 10529, + "id": 11606, "properties": { "east": "false", "north": "false", @@ -198678,7 +208433,7 @@ } }, { - "id": 10530, + "id": 11607, "properties": { "east": "false", "north": "false", @@ -198688,7 +208443,7 @@ } }, { - "id": 10531, + "id": 11608, "properties": { "east": "false", "north": "false", @@ -198699,7 +208454,7 @@ }, { "default": true, - "id": 10532, + "id": 11609, "properties": { "east": "false", "north": "false", @@ -198712,13 +208467,13 @@ }, "minecraft:purple_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10175 + "id": 11252 } ] }, @@ -198739,25 +208494,25 @@ "states": [ { "default": true, - "id": 11944, + "id": 13021, "properties": { "facing": "north" } }, { - "id": 11945, + "id": 13022, "properties": { "facing": "south" } }, { - "id": 11946, + "id": 13023, "properties": { "facing": "west" } }, { - "id": 11947, + "id": 13024, "properties": { "facing": "east" } @@ -198784,7 +208539,7 @@ "states": [ { "default": true, - "id": 13433 + "id": 14510 } ] }, @@ -198802,20 +208557,20 @@ }, "states": [ { - "id": 13434, + "id": 14511, "properties": { "axis": "x" } }, { "default": true, - "id": 13435, + "id": 14512, "properties": { "axis": "y" } }, { - "id": 13436, + "id": 14513, "properties": { "axis": "z" } @@ -198840,21 +208595,21 @@ }, "states": [ { - "id": 12195, + "id": 13272, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12196, + "id": 13273, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12197, + "id": 13274, "properties": { "type": "bottom", "waterlogged": "true" @@ -198862,21 +208617,21 @@ }, { "default": true, - "id": 12198, + "id": 13275, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12199, + "id": 13276, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12200, + "id": 13277, "properties": { "type": "double", "waterlogged": "false" @@ -198917,7 +208672,7 @@ }, "states": [ { - "id": 13437, + "id": 14514, "properties": { "facing": "north", "half": "top", @@ -198926,7 +208681,7 @@ } }, { - "id": 13438, + "id": 14515, "properties": { "facing": "north", "half": "top", @@ -198935,7 +208690,7 @@ } }, { - "id": 13439, + "id": 14516, "properties": { "facing": "north", "half": "top", @@ -198944,7 +208699,7 @@ } }, { - "id": 13440, + "id": 14517, "properties": { "facing": "north", "half": "top", @@ -198953,7 +208708,7 @@ } }, { - "id": 13441, + "id": 14518, "properties": { "facing": "north", "half": "top", @@ -198962,7 +208717,7 @@ } }, { - "id": 13442, + "id": 14519, "properties": { "facing": "north", "half": "top", @@ -198971,7 +208726,7 @@ } }, { - "id": 13443, + "id": 14520, "properties": { "facing": "north", "half": "top", @@ -198980,7 +208735,7 @@ } }, { - "id": 13444, + "id": 14521, "properties": { "facing": "north", "half": "top", @@ -198989,7 +208744,7 @@ } }, { - "id": 13445, + "id": 14522, "properties": { "facing": "north", "half": "top", @@ -198998,7 +208753,7 @@ } }, { - "id": 13446, + "id": 14523, "properties": { "facing": "north", "half": "top", @@ -199007,7 +208762,7 @@ } }, { - "id": 13447, + "id": 14524, "properties": { "facing": "north", "half": "bottom", @@ -199017,7 +208772,7 @@ }, { "default": true, - "id": 13448, + "id": 14525, "properties": { "facing": "north", "half": "bottom", @@ -199026,7 +208781,7 @@ } }, { - "id": 13449, + "id": 14526, "properties": { "facing": "north", "half": "bottom", @@ -199035,7 +208790,7 @@ } }, { - "id": 13450, + "id": 14527, "properties": { "facing": "north", "half": "bottom", @@ -199044,7 +208799,7 @@ } }, { - "id": 13451, + "id": 14528, "properties": { "facing": "north", "half": "bottom", @@ -199053,7 +208808,7 @@ } }, { - "id": 13452, + "id": 14529, "properties": { "facing": "north", "half": "bottom", @@ -199062,7 +208817,7 @@ } }, { - "id": 13453, + "id": 14530, "properties": { "facing": "north", "half": "bottom", @@ -199071,7 +208826,7 @@ } }, { - "id": 13454, + "id": 14531, "properties": { "facing": "north", "half": "bottom", @@ -199080,7 +208835,7 @@ } }, { - "id": 13455, + "id": 14532, "properties": { "facing": "north", "half": "bottom", @@ -199089,7 +208844,7 @@ } }, { - "id": 13456, + "id": 14533, "properties": { "facing": "north", "half": "bottom", @@ -199098,7 +208853,7 @@ } }, { - "id": 13457, + "id": 14534, "properties": { "facing": "south", "half": "top", @@ -199107,7 +208862,7 @@ } }, { - "id": 13458, + "id": 14535, "properties": { "facing": "south", "half": "top", @@ -199116,7 +208871,7 @@ } }, { - "id": 13459, + "id": 14536, "properties": { "facing": "south", "half": "top", @@ -199125,7 +208880,7 @@ } }, { - "id": 13460, + "id": 14537, "properties": { "facing": "south", "half": "top", @@ -199134,7 +208889,7 @@ } }, { - "id": 13461, + "id": 14538, "properties": { "facing": "south", "half": "top", @@ -199143,7 +208898,7 @@ } }, { - "id": 13462, + "id": 14539, "properties": { "facing": "south", "half": "top", @@ -199152,7 +208907,7 @@ } }, { - "id": 13463, + "id": 14540, "properties": { "facing": "south", "half": "top", @@ -199161,7 +208916,7 @@ } }, { - "id": 13464, + "id": 14541, "properties": { "facing": "south", "half": "top", @@ -199170,7 +208925,7 @@ } }, { - "id": 13465, + "id": 14542, "properties": { "facing": "south", "half": "top", @@ -199179,7 +208934,7 @@ } }, { - "id": 13466, + "id": 14543, "properties": { "facing": "south", "half": "top", @@ -199188,7 +208943,7 @@ } }, { - "id": 13467, + "id": 14544, "properties": { "facing": "south", "half": "bottom", @@ -199197,7 +208952,7 @@ } }, { - "id": 13468, + "id": 14545, "properties": { "facing": "south", "half": "bottom", @@ -199206,7 +208961,7 @@ } }, { - "id": 13469, + "id": 14546, "properties": { "facing": "south", "half": "bottom", @@ -199215,7 +208970,7 @@ } }, { - "id": 13470, + "id": 14547, "properties": { "facing": "south", "half": "bottom", @@ -199224,7 +208979,7 @@ } }, { - "id": 13471, + "id": 14548, "properties": { "facing": "south", "half": "bottom", @@ -199233,7 +208988,7 @@ } }, { - "id": 13472, + "id": 14549, "properties": { "facing": "south", "half": "bottom", @@ -199242,7 +208997,7 @@ } }, { - "id": 13473, + "id": 14550, "properties": { "facing": "south", "half": "bottom", @@ -199251,7 +209006,7 @@ } }, { - "id": 13474, + "id": 14551, "properties": { "facing": "south", "half": "bottom", @@ -199260,7 +209015,7 @@ } }, { - "id": 13475, + "id": 14552, "properties": { "facing": "south", "half": "bottom", @@ -199269,7 +209024,7 @@ } }, { - "id": 13476, + "id": 14553, "properties": { "facing": "south", "half": "bottom", @@ -199278,7 +209033,7 @@ } }, { - "id": 13477, + "id": 14554, "properties": { "facing": "west", "half": "top", @@ -199287,7 +209042,7 @@ } }, { - "id": 13478, + "id": 14555, "properties": { "facing": "west", "half": "top", @@ -199296,7 +209051,7 @@ } }, { - "id": 13479, + "id": 14556, "properties": { "facing": "west", "half": "top", @@ -199305,7 +209060,7 @@ } }, { - "id": 13480, + "id": 14557, "properties": { "facing": "west", "half": "top", @@ -199314,7 +209069,7 @@ } }, { - "id": 13481, + "id": 14558, "properties": { "facing": "west", "half": "top", @@ -199323,7 +209078,7 @@ } }, { - "id": 13482, + "id": 14559, "properties": { "facing": "west", "half": "top", @@ -199332,7 +209087,7 @@ } }, { - "id": 13483, + "id": 14560, "properties": { "facing": "west", "half": "top", @@ -199341,7 +209096,7 @@ } }, { - "id": 13484, + "id": 14561, "properties": { "facing": "west", "half": "top", @@ -199350,7 +209105,7 @@ } }, { - "id": 13485, + "id": 14562, "properties": { "facing": "west", "half": "top", @@ -199359,7 +209114,7 @@ } }, { - "id": 13486, + "id": 14563, "properties": { "facing": "west", "half": "top", @@ -199368,7 +209123,7 @@ } }, { - "id": 13487, + "id": 14564, "properties": { "facing": "west", "half": "bottom", @@ -199377,7 +209132,7 @@ } }, { - "id": 13488, + "id": 14565, "properties": { "facing": "west", "half": "bottom", @@ -199386,7 +209141,7 @@ } }, { - "id": 13489, + "id": 14566, "properties": { "facing": "west", "half": "bottom", @@ -199395,7 +209150,7 @@ } }, { - "id": 13490, + "id": 14567, "properties": { "facing": "west", "half": "bottom", @@ -199404,7 +209159,7 @@ } }, { - "id": 13491, + "id": 14568, "properties": { "facing": "west", "half": "bottom", @@ -199413,7 +209168,7 @@ } }, { - "id": 13492, + "id": 14569, "properties": { "facing": "west", "half": "bottom", @@ -199422,7 +209177,7 @@ } }, { - "id": 13493, + "id": 14570, "properties": { "facing": "west", "half": "bottom", @@ -199431,7 +209186,7 @@ } }, { - "id": 13494, + "id": 14571, "properties": { "facing": "west", "half": "bottom", @@ -199440,7 +209195,7 @@ } }, { - "id": 13495, + "id": 14572, "properties": { "facing": "west", "half": "bottom", @@ -199449,7 +209204,7 @@ } }, { - "id": 13496, + "id": 14573, "properties": { "facing": "west", "half": "bottom", @@ -199458,7 +209213,7 @@ } }, { - "id": 13497, + "id": 14574, "properties": { "facing": "east", "half": "top", @@ -199467,7 +209222,7 @@ } }, { - "id": 13498, + "id": 14575, "properties": { "facing": "east", "half": "top", @@ -199476,7 +209231,7 @@ } }, { - "id": 13499, + "id": 14576, "properties": { "facing": "east", "half": "top", @@ -199485,7 +209240,7 @@ } }, { - "id": 13500, + "id": 14577, "properties": { "facing": "east", "half": "top", @@ -199494,7 +209249,7 @@ } }, { - "id": 13501, + "id": 14578, "properties": { "facing": "east", "half": "top", @@ -199503,7 +209258,7 @@ } }, { - "id": 13502, + "id": 14579, "properties": { "facing": "east", "half": "top", @@ -199512,7 +209267,7 @@ } }, { - "id": 13503, + "id": 14580, "properties": { "facing": "east", "half": "top", @@ -199521,7 +209276,7 @@ } }, { - "id": 13504, + "id": 14581, "properties": { "facing": "east", "half": "top", @@ -199530,7 +209285,7 @@ } }, { - "id": 13505, + "id": 14582, "properties": { "facing": "east", "half": "top", @@ -199539,7 +209294,7 @@ } }, { - "id": 13506, + "id": 14583, "properties": { "facing": "east", "half": "top", @@ -199548,7 +209303,7 @@ } }, { - "id": 13507, + "id": 14584, "properties": { "facing": "east", "half": "bottom", @@ -199557,7 +209312,7 @@ } }, { - "id": 13508, + "id": 14585, "properties": { "facing": "east", "half": "bottom", @@ -199566,7 +209321,7 @@ } }, { - "id": 13509, + "id": 14586, "properties": { "facing": "east", "half": "bottom", @@ -199575,7 +209330,7 @@ } }, { - "id": 13510, + "id": 14587, "properties": { "facing": "east", "half": "bottom", @@ -199584,7 +209339,7 @@ } }, { - "id": 13511, + "id": 14588, "properties": { "facing": "east", "half": "bottom", @@ -199593,7 +209348,7 @@ } }, { - "id": 13512, + "id": 14589, "properties": { "facing": "east", "half": "bottom", @@ -199602,7 +209357,7 @@ } }, { - "id": 13513, + "id": 14590, "properties": { "facing": "east", "half": "bottom", @@ -199611,7 +209366,7 @@ } }, { - "id": 13514, + "id": 14591, "properties": { "facing": "east", "half": "bottom", @@ -199620,7 +209375,7 @@ } }, { - "id": 13515, + "id": 14592, "properties": { "facing": "east", "half": "bottom", @@ -199629,7 +209384,7 @@ } }, { - "id": 13516, + "id": 14593, "properties": { "facing": "east", "half": "bottom", @@ -199647,7 +209402,7 @@ "states": [ { "default": true, - "id": 10044 + "id": 11121 } ] }, @@ -199659,7 +209414,7 @@ "states": [ { "default": true, - "id": 21752 + "id": 22893 } ] }, @@ -199677,20 +209432,20 @@ }, "states": [ { - "id": 10046, + "id": 11123, "properties": { "axis": "x" } }, { "default": true, - "id": 10047, + "id": 11124, "properties": { "axis": "y" } }, { - "id": 10048, + "id": 11125, "properties": { "axis": "z" } @@ -199715,21 +209470,21 @@ }, "states": [ { - "id": 12177, + "id": 13254, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12178, + "id": 13255, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12179, + "id": 13256, "properties": { "type": "bottom", "waterlogged": "true" @@ -199737,21 +209492,21 @@ }, { "default": true, - "id": 12180, + "id": 13257, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12181, + "id": 13258, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12182, + "id": 13259, "properties": { "type": "double", "waterlogged": "false" @@ -199792,7 +209547,7 @@ }, "states": [ { - "id": 10049, + "id": 11126, "properties": { "facing": "north", "half": "top", @@ -199801,7 +209556,7 @@ } }, { - "id": 10050, + "id": 11127, "properties": { "facing": "north", "half": "top", @@ -199810,7 +209565,7 @@ } }, { - "id": 10051, + "id": 11128, "properties": { "facing": "north", "half": "top", @@ -199819,7 +209574,7 @@ } }, { - "id": 10052, + "id": 11129, "properties": { "facing": "north", "half": "top", @@ -199828,7 +209583,7 @@ } }, { - "id": 10053, + "id": 11130, "properties": { "facing": "north", "half": "top", @@ -199837,7 +209592,7 @@ } }, { - "id": 10054, + "id": 11131, "properties": { "facing": "north", "half": "top", @@ -199846,7 +209601,7 @@ } }, { - "id": 10055, + "id": 11132, "properties": { "facing": "north", "half": "top", @@ -199855,7 +209610,7 @@ } }, { - "id": 10056, + "id": 11133, "properties": { "facing": "north", "half": "top", @@ -199864,7 +209619,7 @@ } }, { - "id": 10057, + "id": 11134, "properties": { "facing": "north", "half": "top", @@ -199873,7 +209628,7 @@ } }, { - "id": 10058, + "id": 11135, "properties": { "facing": "north", "half": "top", @@ -199882,7 +209637,7 @@ } }, { - "id": 10059, + "id": 11136, "properties": { "facing": "north", "half": "bottom", @@ -199892,7 +209647,7 @@ }, { "default": true, - "id": 10060, + "id": 11137, "properties": { "facing": "north", "half": "bottom", @@ -199901,7 +209656,7 @@ } }, { - "id": 10061, + "id": 11138, "properties": { "facing": "north", "half": "bottom", @@ -199910,7 +209665,7 @@ } }, { - "id": 10062, + "id": 11139, "properties": { "facing": "north", "half": "bottom", @@ -199919,7 +209674,7 @@ } }, { - "id": 10063, + "id": 11140, "properties": { "facing": "north", "half": "bottom", @@ -199928,7 +209683,7 @@ } }, { - "id": 10064, + "id": 11141, "properties": { "facing": "north", "half": "bottom", @@ -199937,7 +209692,7 @@ } }, { - "id": 10065, + "id": 11142, "properties": { "facing": "north", "half": "bottom", @@ -199946,7 +209701,7 @@ } }, { - "id": 10066, + "id": 11143, "properties": { "facing": "north", "half": "bottom", @@ -199955,7 +209710,7 @@ } }, { - "id": 10067, + "id": 11144, "properties": { "facing": "north", "half": "bottom", @@ -199964,7 +209719,7 @@ } }, { - "id": 10068, + "id": 11145, "properties": { "facing": "north", "half": "bottom", @@ -199973,7 +209728,7 @@ } }, { - "id": 10069, + "id": 11146, "properties": { "facing": "south", "half": "top", @@ -199982,7 +209737,7 @@ } }, { - "id": 10070, + "id": 11147, "properties": { "facing": "south", "half": "top", @@ -199991,7 +209746,7 @@ } }, { - "id": 10071, + "id": 11148, "properties": { "facing": "south", "half": "top", @@ -200000,7 +209755,7 @@ } }, { - "id": 10072, + "id": 11149, "properties": { "facing": "south", "half": "top", @@ -200009,7 +209764,7 @@ } }, { - "id": 10073, + "id": 11150, "properties": { "facing": "south", "half": "top", @@ -200018,7 +209773,7 @@ } }, { - "id": 10074, + "id": 11151, "properties": { "facing": "south", "half": "top", @@ -200027,7 +209782,7 @@ } }, { - "id": 10075, + "id": 11152, "properties": { "facing": "south", "half": "top", @@ -200036,7 +209791,7 @@ } }, { - "id": 10076, + "id": 11153, "properties": { "facing": "south", "half": "top", @@ -200045,7 +209800,7 @@ } }, { - "id": 10077, + "id": 11154, "properties": { "facing": "south", "half": "top", @@ -200054,7 +209809,7 @@ } }, { - "id": 10078, + "id": 11155, "properties": { "facing": "south", "half": "top", @@ -200063,7 +209818,7 @@ } }, { - "id": 10079, + "id": 11156, "properties": { "facing": "south", "half": "bottom", @@ -200072,7 +209827,7 @@ } }, { - "id": 10080, + "id": 11157, "properties": { "facing": "south", "half": "bottom", @@ -200081,7 +209836,7 @@ } }, { - "id": 10081, + "id": 11158, "properties": { "facing": "south", "half": "bottom", @@ -200090,7 +209845,7 @@ } }, { - "id": 10082, + "id": 11159, "properties": { "facing": "south", "half": "bottom", @@ -200099,7 +209854,7 @@ } }, { - "id": 10083, + "id": 11160, "properties": { "facing": "south", "half": "bottom", @@ -200108,7 +209863,7 @@ } }, { - "id": 10084, + "id": 11161, "properties": { "facing": "south", "half": "bottom", @@ -200117,7 +209872,7 @@ } }, { - "id": 10085, + "id": 11162, "properties": { "facing": "south", "half": "bottom", @@ -200126,7 +209881,7 @@ } }, { - "id": 10086, + "id": 11163, "properties": { "facing": "south", "half": "bottom", @@ -200135,7 +209890,7 @@ } }, { - "id": 10087, + "id": 11164, "properties": { "facing": "south", "half": "bottom", @@ -200144,7 +209899,7 @@ } }, { - "id": 10088, + "id": 11165, "properties": { "facing": "south", "half": "bottom", @@ -200153,7 +209908,7 @@ } }, { - "id": 10089, + "id": 11166, "properties": { "facing": "west", "half": "top", @@ -200162,7 +209917,7 @@ } }, { - "id": 10090, + "id": 11167, "properties": { "facing": "west", "half": "top", @@ -200171,7 +209926,7 @@ } }, { - "id": 10091, + "id": 11168, "properties": { "facing": "west", "half": "top", @@ -200180,7 +209935,7 @@ } }, { - "id": 10092, + "id": 11169, "properties": { "facing": "west", "half": "top", @@ -200189,7 +209944,7 @@ } }, { - "id": 10093, + "id": 11170, "properties": { "facing": "west", "half": "top", @@ -200198,7 +209953,7 @@ } }, { - "id": 10094, + "id": 11171, "properties": { "facing": "west", "half": "top", @@ -200207,7 +209962,7 @@ } }, { - "id": 10095, + "id": 11172, "properties": { "facing": "west", "half": "top", @@ -200216,7 +209971,7 @@ } }, { - "id": 10096, + "id": 11173, "properties": { "facing": "west", "half": "top", @@ -200225,7 +209980,7 @@ } }, { - "id": 10097, + "id": 11174, "properties": { "facing": "west", "half": "top", @@ -200234,7 +209989,7 @@ } }, { - "id": 10098, + "id": 11175, "properties": { "facing": "west", "half": "top", @@ -200243,7 +209998,7 @@ } }, { - "id": 10099, + "id": 11176, "properties": { "facing": "west", "half": "bottom", @@ -200252,7 +210007,7 @@ } }, { - "id": 10100, + "id": 11177, "properties": { "facing": "west", "half": "bottom", @@ -200261,7 +210016,7 @@ } }, { - "id": 10101, + "id": 11178, "properties": { "facing": "west", "half": "bottom", @@ -200270,7 +210025,7 @@ } }, { - "id": 10102, + "id": 11179, "properties": { "facing": "west", "half": "bottom", @@ -200279,7 +210034,7 @@ } }, { - "id": 10103, + "id": 11180, "properties": { "facing": "west", "half": "bottom", @@ -200288,7 +210043,7 @@ } }, { - "id": 10104, + "id": 11181, "properties": { "facing": "west", "half": "bottom", @@ -200297,7 +210052,7 @@ } }, { - "id": 10105, + "id": 11182, "properties": { "facing": "west", "half": "bottom", @@ -200306,7 +210061,7 @@ } }, { - "id": 10106, + "id": 11183, "properties": { "facing": "west", "half": "bottom", @@ -200315,7 +210070,7 @@ } }, { - "id": 10107, + "id": 11184, "properties": { "facing": "west", "half": "bottom", @@ -200324,7 +210079,7 @@ } }, { - "id": 10108, + "id": 11185, "properties": { "facing": "west", "half": "bottom", @@ -200333,7 +210088,7 @@ } }, { - "id": 10109, + "id": 11186, "properties": { "facing": "east", "half": "top", @@ -200342,7 +210097,7 @@ } }, { - "id": 10110, + "id": 11187, "properties": { "facing": "east", "half": "top", @@ -200351,7 +210106,7 @@ } }, { - "id": 10111, + "id": 11188, "properties": { "facing": "east", "half": "top", @@ -200360,7 +210115,7 @@ } }, { - "id": 10112, + "id": 11189, "properties": { "facing": "east", "half": "top", @@ -200369,7 +210124,7 @@ } }, { - "id": 10113, + "id": 11190, "properties": { "facing": "east", "half": "top", @@ -200378,7 +210133,7 @@ } }, { - "id": 10114, + "id": 11191, "properties": { "facing": "east", "half": "top", @@ -200387,7 +210142,7 @@ } }, { - "id": 10115, + "id": 11192, "properties": { "facing": "east", "half": "top", @@ -200396,7 +210151,7 @@ } }, { - "id": 10116, + "id": 11193, "properties": { "facing": "east", "half": "top", @@ -200405,7 +210160,7 @@ } }, { - "id": 10117, + "id": 11194, "properties": { "facing": "east", "half": "top", @@ -200414,7 +210169,7 @@ } }, { - "id": 10118, + "id": 11195, "properties": { "facing": "east", "half": "top", @@ -200423,7 +210178,7 @@ } }, { - "id": 10119, + "id": 11196, "properties": { "facing": "east", "half": "bottom", @@ -200432,7 +210187,7 @@ } }, { - "id": 10120, + "id": 11197, "properties": { "facing": "east", "half": "bottom", @@ -200441,7 +210196,7 @@ } }, { - "id": 10121, + "id": 11198, "properties": { "facing": "east", "half": "bottom", @@ -200450,7 +210205,7 @@ } }, { - "id": 10122, + "id": 11199, "properties": { "facing": "east", "half": "bottom", @@ -200459,7 +210214,7 @@ } }, { - "id": 10123, + "id": 11200, "properties": { "facing": "east", "half": "bottom", @@ -200468,7 +210223,7 @@ } }, { - "id": 10124, + "id": 11201, "properties": { "facing": "east", "half": "bottom", @@ -200477,7 +210232,7 @@ } }, { - "id": 10125, + "id": 11202, "properties": { "facing": "east", "half": "bottom", @@ -200486,7 +210241,7 @@ } }, { - "id": 10126, + "id": 11203, "properties": { "facing": "east", "half": "bottom", @@ -200495,7 +210250,7 @@ } }, { - "id": 10127, + "id": 11204, "properties": { "facing": "east", "half": "bottom", @@ -200504,7 +210259,7 @@ } }, { - "id": 10128, + "id": 11205, "properties": { "facing": "east", "half": "bottom", @@ -200539,7 +210294,7 @@ }, "states": [ { - "id": 4758, + "id": 5526, "properties": { "shape": "north_south", "waterlogged": "true" @@ -200547,133 +210302,133 @@ }, { "default": true, - "id": 4759, + "id": 5527, "properties": { "shape": "north_south", "waterlogged": "false" } }, { - "id": 4760, + "id": 5528, "properties": { "shape": "east_west", "waterlogged": "true" } }, { - "id": 4761, + "id": 5529, "properties": { "shape": "east_west", "waterlogged": "false" } }, { - "id": 4762, + "id": 5530, "properties": { "shape": "ascending_east", "waterlogged": "true" } }, { - "id": 4763, + "id": 5531, "properties": { "shape": "ascending_east", "waterlogged": "false" } }, { - "id": 4764, + "id": 5532, "properties": { "shape": "ascending_west", "waterlogged": "true" } }, { - "id": 4765, + "id": 5533, "properties": { "shape": "ascending_west", "waterlogged": "false" } }, { - "id": 4766, + "id": 5534, "properties": { "shape": "ascending_north", "waterlogged": "true" } }, { - "id": 4767, + "id": 5535, "properties": { "shape": "ascending_north", "waterlogged": "false" } }, { - "id": 4768, + "id": 5536, "properties": { "shape": "ascending_south", "waterlogged": "true" } }, { - "id": 4769, + "id": 5537, "properties": { "shape": "ascending_south", "waterlogged": "false" } }, { - "id": 4770, + "id": 5538, "properties": { "shape": "south_east", "waterlogged": "true" } }, { - "id": 4771, + "id": 5539, "properties": { "shape": "south_east", "waterlogged": "false" } }, { - "id": 4772, + "id": 5540, "properties": { "shape": "south_west", "waterlogged": "true" } }, { - "id": 4773, + "id": 5541, "properties": { "shape": "south_west", "waterlogged": "false" } }, { - "id": 4774, + "id": 5542, "properties": { "shape": "north_west", "waterlogged": "true" } }, { - "id": 4775, + "id": 5543, "properties": { "shape": "north_west", "waterlogged": "false" } }, { - "id": 4776, + "id": 5544, "properties": { "shape": "north_east", "waterlogged": "true" } }, { - "id": 4777, + "id": 5545, "properties": { "shape": "north_east", "waterlogged": "false" @@ -200689,7 +210444,7 @@ "states": [ { "default": true, - "id": 27619 + "id": 29376 } ] }, @@ -200701,7 +210456,7 @@ "states": [ { "default": true, - "id": 27620 + "id": 29377 } ] }, @@ -200713,7 +210468,7 @@ "states": [ { "default": true, - "id": 27618 + "id": 29375 } ] }, @@ -200746,97 +210501,97 @@ "states": [ { "default": true, - "id": 11872, + "id": 12949, "properties": { "rotation": "0" } }, { - "id": 11873, + "id": 12950, "properties": { "rotation": "1" } }, { - "id": 11874, + "id": 12951, "properties": { "rotation": "2" } }, { - "id": 11875, + "id": 12952, "properties": { "rotation": "3" } }, { - "id": 11876, + "id": 12953, "properties": { "rotation": "4" } }, { - "id": 11877, + "id": 12954, "properties": { "rotation": "5" } }, { - "id": 11878, + "id": 12955, "properties": { "rotation": "6" } }, { - "id": 11879, + "id": 12956, "properties": { "rotation": "7" } }, { - "id": 11880, + "id": 12957, "properties": { "rotation": "8" } }, { - "id": 11881, + "id": 12958, "properties": { "rotation": "9" } }, { - "id": 11882, + "id": 12959, "properties": { "rotation": "10" } }, { - "id": 11883, + "id": 12960, "properties": { "rotation": "11" } }, { - "id": 11884, + "id": 12961, "properties": { "rotation": "12" } }, { - "id": 11885, + "id": 12962, "properties": { "rotation": "13" } }, { - "id": 11886, + "id": 12963, "properties": { "rotation": "14" } }, { - "id": 11887, + "id": 12964, "properties": { "rotation": "15" } @@ -201020,7 +210775,7 @@ }, "states": [ { - "id": 21993, + "id": 23134, "properties": { "candles": "1", "lit": "true", @@ -201028,7 +210783,7 @@ } }, { - "id": 21994, + "id": 23135, "properties": { "candles": "1", "lit": "true", @@ -201036,7 +210791,7 @@ } }, { - "id": 21995, + "id": 23136, "properties": { "candles": "1", "lit": "false", @@ -201045,7 +210800,7 @@ }, { "default": true, - "id": 21996, + "id": 23137, "properties": { "candles": "1", "lit": "false", @@ -201053,7 +210808,7 @@ } }, { - "id": 21997, + "id": 23138, "properties": { "candles": "2", "lit": "true", @@ -201061,7 +210816,7 @@ } }, { - "id": 21998, + "id": 23139, "properties": { "candles": "2", "lit": "true", @@ -201069,7 +210824,7 @@ } }, { - "id": 21999, + "id": 23140, "properties": { "candles": "2", "lit": "false", @@ -201077,7 +210832,7 @@ } }, { - "id": 22000, + "id": 23141, "properties": { "candles": "2", "lit": "false", @@ -201085,7 +210840,7 @@ } }, { - "id": 22001, + "id": 23142, "properties": { "candles": "3", "lit": "true", @@ -201093,7 +210848,7 @@ } }, { - "id": 22002, + "id": 23143, "properties": { "candles": "3", "lit": "true", @@ -201101,7 +210856,7 @@ } }, { - "id": 22003, + "id": 23144, "properties": { "candles": "3", "lit": "false", @@ -201109,7 +210864,7 @@ } }, { - "id": 22004, + "id": 23145, "properties": { "candles": "3", "lit": "false", @@ -201117,7 +210872,7 @@ } }, { - "id": 22005, + "id": 23146, "properties": { "candles": "4", "lit": "true", @@ -201125,7 +210880,7 @@ } }, { - "id": 22006, + "id": 23147, "properties": { "candles": "4", "lit": "true", @@ -201133,7 +210888,7 @@ } }, { - "id": 22007, + "id": 23148, "properties": { "candles": "4", "lit": "false", @@ -201141,7 +210896,7 @@ } }, { - "id": 22008, + "id": 23149, "properties": { "candles": "4", "lit": "false", @@ -201164,14 +210919,14 @@ }, "states": [ { - "id": 22055, + "id": 23196, "properties": { "lit": "true" } }, { "default": true, - "id": 22056, + "id": 23197, "properties": { "lit": "false" } @@ -201187,7 +210942,7 @@ "states": [ { "default": true, - "id": 11631 + "id": 12708 } ] }, @@ -201199,7 +210954,7 @@ "states": [ { "default": true, - "id": 13765 + "id": 14842 } ] }, @@ -201212,7 +210967,7 @@ "states": [ { "default": true, - "id": 13781 + "id": 14858 } ] }, @@ -201232,25 +210987,25 @@ "states": [ { "default": true, - "id": 13743, + "id": 14820, "properties": { "facing": "north" } }, { - "id": 13744, + "id": 14821, "properties": { "facing": "south" } }, { - "id": 13745, + "id": 14822, "properties": { "facing": "west" } }, { - "id": 13746, + "id": 14823, "properties": { "facing": "east" } @@ -201304,7 +211059,7 @@ "states": [ { "default": true, - "id": 6856, + "id": 7629, "properties": { "down": "true", "east": "true", @@ -201315,7 +211070,7 @@ } }, { - "id": 6857, + "id": 7630, "properties": { "down": "true", "east": "true", @@ -201326,7 +211081,7 @@ } }, { - "id": 6858, + "id": 7631, "properties": { "down": "true", "east": "true", @@ -201337,7 +211092,7 @@ } }, { - "id": 6859, + "id": 7632, "properties": { "down": "true", "east": "true", @@ -201348,7 +211103,7 @@ } }, { - "id": 6860, + "id": 7633, "properties": { "down": "true", "east": "true", @@ -201359,7 +211114,7 @@ } }, { - "id": 6861, + "id": 7634, "properties": { "down": "true", "east": "true", @@ -201370,7 +211125,7 @@ } }, { - "id": 6862, + "id": 7635, "properties": { "down": "true", "east": "true", @@ -201381,7 +211136,7 @@ } }, { - "id": 6863, + "id": 7636, "properties": { "down": "true", "east": "true", @@ -201392,7 +211147,7 @@ } }, { - "id": 6864, + "id": 7637, "properties": { "down": "true", "east": "true", @@ -201403,7 +211158,7 @@ } }, { - "id": 6865, + "id": 7638, "properties": { "down": "true", "east": "true", @@ -201414,7 +211169,7 @@ } }, { - "id": 6866, + "id": 7639, "properties": { "down": "true", "east": "true", @@ -201425,7 +211180,7 @@ } }, { - "id": 6867, + "id": 7640, "properties": { "down": "true", "east": "true", @@ -201436,7 +211191,7 @@ } }, { - "id": 6868, + "id": 7641, "properties": { "down": "true", "east": "true", @@ -201447,7 +211202,7 @@ } }, { - "id": 6869, + "id": 7642, "properties": { "down": "true", "east": "true", @@ -201458,7 +211213,7 @@ } }, { - "id": 6870, + "id": 7643, "properties": { "down": "true", "east": "true", @@ -201469,7 +211224,7 @@ } }, { - "id": 6871, + "id": 7644, "properties": { "down": "true", "east": "true", @@ -201480,7 +211235,7 @@ } }, { - "id": 6872, + "id": 7645, "properties": { "down": "true", "east": "false", @@ -201491,7 +211246,7 @@ } }, { - "id": 6873, + "id": 7646, "properties": { "down": "true", "east": "false", @@ -201502,7 +211257,7 @@ } }, { - "id": 6874, + "id": 7647, "properties": { "down": "true", "east": "false", @@ -201513,7 +211268,7 @@ } }, { - "id": 6875, + "id": 7648, "properties": { "down": "true", "east": "false", @@ -201524,7 +211279,7 @@ } }, { - "id": 6876, + "id": 7649, "properties": { "down": "true", "east": "false", @@ -201535,7 +211290,7 @@ } }, { - "id": 6877, + "id": 7650, "properties": { "down": "true", "east": "false", @@ -201546,7 +211301,7 @@ } }, { - "id": 6878, + "id": 7651, "properties": { "down": "true", "east": "false", @@ -201557,7 +211312,7 @@ } }, { - "id": 6879, + "id": 7652, "properties": { "down": "true", "east": "false", @@ -201568,7 +211323,7 @@ } }, { - "id": 6880, + "id": 7653, "properties": { "down": "true", "east": "false", @@ -201579,7 +211334,7 @@ } }, { - "id": 6881, + "id": 7654, "properties": { "down": "true", "east": "false", @@ -201590,7 +211345,7 @@ } }, { - "id": 6882, + "id": 7655, "properties": { "down": "true", "east": "false", @@ -201601,7 +211356,7 @@ } }, { - "id": 6883, + "id": 7656, "properties": { "down": "true", "east": "false", @@ -201612,7 +211367,7 @@ } }, { - "id": 6884, + "id": 7657, "properties": { "down": "true", "east": "false", @@ -201623,7 +211378,7 @@ } }, { - "id": 6885, + "id": 7658, "properties": { "down": "true", "east": "false", @@ -201634,7 +211389,7 @@ } }, { - "id": 6886, + "id": 7659, "properties": { "down": "true", "east": "false", @@ -201645,7 +211400,7 @@ } }, { - "id": 6887, + "id": 7660, "properties": { "down": "true", "east": "false", @@ -201656,7 +211411,7 @@ } }, { - "id": 6888, + "id": 7661, "properties": { "down": "false", "east": "true", @@ -201667,7 +211422,7 @@ } }, { - "id": 6889, + "id": 7662, "properties": { "down": "false", "east": "true", @@ -201678,7 +211433,7 @@ } }, { - "id": 6890, + "id": 7663, "properties": { "down": "false", "east": "true", @@ -201689,7 +211444,7 @@ } }, { - "id": 6891, + "id": 7664, "properties": { "down": "false", "east": "true", @@ -201700,7 +211455,7 @@ } }, { - "id": 6892, + "id": 7665, "properties": { "down": "false", "east": "true", @@ -201711,7 +211466,7 @@ } }, { - "id": 6893, + "id": 7666, "properties": { "down": "false", "east": "true", @@ -201722,7 +211477,7 @@ } }, { - "id": 6894, + "id": 7667, "properties": { "down": "false", "east": "true", @@ -201733,7 +211488,7 @@ } }, { - "id": 6895, + "id": 7668, "properties": { "down": "false", "east": "true", @@ -201744,7 +211499,7 @@ } }, { - "id": 6896, + "id": 7669, "properties": { "down": "false", "east": "true", @@ -201755,7 +211510,7 @@ } }, { - "id": 6897, + "id": 7670, "properties": { "down": "false", "east": "true", @@ -201766,7 +211521,7 @@ } }, { - "id": 6898, + "id": 7671, "properties": { "down": "false", "east": "true", @@ -201777,7 +211532,7 @@ } }, { - "id": 6899, + "id": 7672, "properties": { "down": "false", "east": "true", @@ -201788,7 +211543,7 @@ } }, { - "id": 6900, + "id": 7673, "properties": { "down": "false", "east": "true", @@ -201799,7 +211554,7 @@ } }, { - "id": 6901, + "id": 7674, "properties": { "down": "false", "east": "true", @@ -201810,7 +211565,7 @@ } }, { - "id": 6902, + "id": 7675, "properties": { "down": "false", "east": "true", @@ -201821,7 +211576,7 @@ } }, { - "id": 6903, + "id": 7676, "properties": { "down": "false", "east": "true", @@ -201832,7 +211587,7 @@ } }, { - "id": 6904, + "id": 7677, "properties": { "down": "false", "east": "false", @@ -201843,7 +211598,7 @@ } }, { - "id": 6905, + "id": 7678, "properties": { "down": "false", "east": "false", @@ -201854,7 +211609,7 @@ } }, { - "id": 6906, + "id": 7679, "properties": { "down": "false", "east": "false", @@ -201865,7 +211620,7 @@ } }, { - "id": 6907, + "id": 7680, "properties": { "down": "false", "east": "false", @@ -201876,7 +211631,7 @@ } }, { - "id": 6908, + "id": 7681, "properties": { "down": "false", "east": "false", @@ -201887,7 +211642,7 @@ } }, { - "id": 6909, + "id": 7682, "properties": { "down": "false", "east": "false", @@ -201898,7 +211653,7 @@ } }, { - "id": 6910, + "id": 7683, "properties": { "down": "false", "east": "false", @@ -201909,7 +211664,7 @@ } }, { - "id": 6911, + "id": 7684, "properties": { "down": "false", "east": "false", @@ -201920,7 +211675,7 @@ } }, { - "id": 6912, + "id": 7685, "properties": { "down": "false", "east": "false", @@ -201931,7 +211686,7 @@ } }, { - "id": 6913, + "id": 7686, "properties": { "down": "false", "east": "false", @@ -201942,7 +211697,7 @@ } }, { - "id": 6914, + "id": 7687, "properties": { "down": "false", "east": "false", @@ -201953,7 +211708,7 @@ } }, { - "id": 6915, + "id": 7688, "properties": { "down": "false", "east": "false", @@ -201964,7 +211719,7 @@ } }, { - "id": 6916, + "id": 7689, "properties": { "down": "false", "east": "false", @@ -201975,7 +211730,7 @@ } }, { - "id": 6917, + "id": 7690, "properties": { "down": "false", "east": "false", @@ -201986,7 +211741,7 @@ } }, { - "id": 6918, + "id": 7691, "properties": { "down": "false", "east": "false", @@ -201997,7 +211752,7 @@ } }, { - "id": 6919, + "id": 7692, "properties": { "down": "false", "east": "false", @@ -202027,21 +211782,21 @@ }, "states": [ { - "id": 15165, + "id": 16274, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15166, + "id": 16275, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15167, + "id": 16276, "properties": { "type": "bottom", "waterlogged": "true" @@ -202049,21 +211804,21 @@ }, { "default": true, - "id": 15168, + "id": 16277, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15169, + "id": 16278, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15170, + "id": 16279, "properties": { "type": "double", "waterlogged": "false" @@ -202104,7 +211859,7 @@ }, "states": [ { - "id": 14865, + "id": 15974, "properties": { "facing": "north", "half": "top", @@ -202113,7 +211868,7 @@ } }, { - "id": 14866, + "id": 15975, "properties": { "facing": "north", "half": "top", @@ -202122,7 +211877,7 @@ } }, { - "id": 14867, + "id": 15976, "properties": { "facing": "north", "half": "top", @@ -202131,7 +211886,7 @@ } }, { - "id": 14868, + "id": 15977, "properties": { "facing": "north", "half": "top", @@ -202140,7 +211895,7 @@ } }, { - "id": 14869, + "id": 15978, "properties": { "facing": "north", "half": "top", @@ -202149,7 +211904,7 @@ } }, { - "id": 14870, + "id": 15979, "properties": { "facing": "north", "half": "top", @@ -202158,7 +211913,7 @@ } }, { - "id": 14871, + "id": 15980, "properties": { "facing": "north", "half": "top", @@ -202167,7 +211922,7 @@ } }, { - "id": 14872, + "id": 15981, "properties": { "facing": "north", "half": "top", @@ -202176,7 +211931,7 @@ } }, { - "id": 14873, + "id": 15982, "properties": { "facing": "north", "half": "top", @@ -202185,7 +211940,7 @@ } }, { - "id": 14874, + "id": 15983, "properties": { "facing": "north", "half": "top", @@ -202194,7 +211949,7 @@ } }, { - "id": 14875, + "id": 15984, "properties": { "facing": "north", "half": "bottom", @@ -202204,7 +211959,7 @@ }, { "default": true, - "id": 14876, + "id": 15985, "properties": { "facing": "north", "half": "bottom", @@ -202213,7 +211968,7 @@ } }, { - "id": 14877, + "id": 15986, "properties": { "facing": "north", "half": "bottom", @@ -202222,7 +211977,7 @@ } }, { - "id": 14878, + "id": 15987, "properties": { "facing": "north", "half": "bottom", @@ -202231,7 +211986,7 @@ } }, { - "id": 14879, + "id": 15988, "properties": { "facing": "north", "half": "bottom", @@ -202240,7 +211995,7 @@ } }, { - "id": 14880, + "id": 15989, "properties": { "facing": "north", "half": "bottom", @@ -202249,7 +212004,7 @@ } }, { - "id": 14881, + "id": 15990, "properties": { "facing": "north", "half": "bottom", @@ -202258,7 +212013,7 @@ } }, { - "id": 14882, + "id": 15991, "properties": { "facing": "north", "half": "bottom", @@ -202267,7 +212022,7 @@ } }, { - "id": 14883, + "id": 15992, "properties": { "facing": "north", "half": "bottom", @@ -202276,7 +212031,7 @@ } }, { - "id": 14884, + "id": 15993, "properties": { "facing": "north", "half": "bottom", @@ -202285,7 +212040,7 @@ } }, { - "id": 14885, + "id": 15994, "properties": { "facing": "south", "half": "top", @@ -202294,7 +212049,7 @@ } }, { - "id": 14886, + "id": 15995, "properties": { "facing": "south", "half": "top", @@ -202303,7 +212058,7 @@ } }, { - "id": 14887, + "id": 15996, "properties": { "facing": "south", "half": "top", @@ -202312,7 +212067,7 @@ } }, { - "id": 14888, + "id": 15997, "properties": { "facing": "south", "half": "top", @@ -202321,7 +212076,7 @@ } }, { - "id": 14889, + "id": 15998, "properties": { "facing": "south", "half": "top", @@ -202330,7 +212085,7 @@ } }, { - "id": 14890, + "id": 15999, "properties": { "facing": "south", "half": "top", @@ -202339,7 +212094,7 @@ } }, { - "id": 14891, + "id": 16000, "properties": { "facing": "south", "half": "top", @@ -202348,7 +212103,7 @@ } }, { - "id": 14892, + "id": 16001, "properties": { "facing": "south", "half": "top", @@ -202357,7 +212112,7 @@ } }, { - "id": 14893, + "id": 16002, "properties": { "facing": "south", "half": "top", @@ -202366,7 +212121,7 @@ } }, { - "id": 14894, + "id": 16003, "properties": { "facing": "south", "half": "top", @@ -202375,7 +212130,7 @@ } }, { - "id": 14895, + "id": 16004, "properties": { "facing": "south", "half": "bottom", @@ -202384,7 +212139,7 @@ } }, { - "id": 14896, + "id": 16005, "properties": { "facing": "south", "half": "bottom", @@ -202393,7 +212148,7 @@ } }, { - "id": 14897, + "id": 16006, "properties": { "facing": "south", "half": "bottom", @@ -202402,7 +212157,7 @@ } }, { - "id": 14898, + "id": 16007, "properties": { "facing": "south", "half": "bottom", @@ -202411,7 +212166,7 @@ } }, { - "id": 14899, + "id": 16008, "properties": { "facing": "south", "half": "bottom", @@ -202420,7 +212175,7 @@ } }, { - "id": 14900, + "id": 16009, "properties": { "facing": "south", "half": "bottom", @@ -202429,7 +212184,7 @@ } }, { - "id": 14901, + "id": 16010, "properties": { "facing": "south", "half": "bottom", @@ -202438,7 +212193,7 @@ } }, { - "id": 14902, + "id": 16011, "properties": { "facing": "south", "half": "bottom", @@ -202447,7 +212202,7 @@ } }, { - "id": 14903, + "id": 16012, "properties": { "facing": "south", "half": "bottom", @@ -202456,7 +212211,7 @@ } }, { - "id": 14904, + "id": 16013, "properties": { "facing": "south", "half": "bottom", @@ -202465,7 +212220,7 @@ } }, { - "id": 14905, + "id": 16014, "properties": { "facing": "west", "half": "top", @@ -202474,7 +212229,7 @@ } }, { - "id": 14906, + "id": 16015, "properties": { "facing": "west", "half": "top", @@ -202483,7 +212238,7 @@ } }, { - "id": 14907, + "id": 16016, "properties": { "facing": "west", "half": "top", @@ -202492,7 +212247,7 @@ } }, { - "id": 14908, + "id": 16017, "properties": { "facing": "west", "half": "top", @@ -202501,7 +212256,7 @@ } }, { - "id": 14909, + "id": 16018, "properties": { "facing": "west", "half": "top", @@ -202510,7 +212265,7 @@ } }, { - "id": 14910, + "id": 16019, "properties": { "facing": "west", "half": "top", @@ -202519,7 +212274,7 @@ } }, { - "id": 14911, + "id": 16020, "properties": { "facing": "west", "half": "top", @@ -202528,7 +212283,7 @@ } }, { - "id": 14912, + "id": 16021, "properties": { "facing": "west", "half": "top", @@ -202537,7 +212292,7 @@ } }, { - "id": 14913, + "id": 16022, "properties": { "facing": "west", "half": "top", @@ -202546,7 +212301,7 @@ } }, { - "id": 14914, + "id": 16023, "properties": { "facing": "west", "half": "top", @@ -202555,7 +212310,7 @@ } }, { - "id": 14915, + "id": 16024, "properties": { "facing": "west", "half": "bottom", @@ -202564,7 +212319,7 @@ } }, { - "id": 14916, + "id": 16025, "properties": { "facing": "west", "half": "bottom", @@ -202573,7 +212328,7 @@ } }, { - "id": 14917, + "id": 16026, "properties": { "facing": "west", "half": "bottom", @@ -202582,7 +212337,7 @@ } }, { - "id": 14918, + "id": 16027, "properties": { "facing": "west", "half": "bottom", @@ -202591,7 +212346,7 @@ } }, { - "id": 14919, + "id": 16028, "properties": { "facing": "west", "half": "bottom", @@ -202600,7 +212355,7 @@ } }, { - "id": 14920, + "id": 16029, "properties": { "facing": "west", "half": "bottom", @@ -202609,7 +212364,7 @@ } }, { - "id": 14921, + "id": 16030, "properties": { "facing": "west", "half": "bottom", @@ -202618,7 +212373,7 @@ } }, { - "id": 14922, + "id": 16031, "properties": { "facing": "west", "half": "bottom", @@ -202627,7 +212382,7 @@ } }, { - "id": 14923, + "id": 16032, "properties": { "facing": "west", "half": "bottom", @@ -202636,7 +212391,7 @@ } }, { - "id": 14924, + "id": 16033, "properties": { "facing": "west", "half": "bottom", @@ -202645,7 +212400,7 @@ } }, { - "id": 14925, + "id": 16034, "properties": { "facing": "east", "half": "top", @@ -202654,7 +212409,7 @@ } }, { - "id": 14926, + "id": 16035, "properties": { "facing": "east", "half": "top", @@ -202663,7 +212418,7 @@ } }, { - "id": 14927, + "id": 16036, "properties": { "facing": "east", "half": "top", @@ -202672,7 +212427,7 @@ } }, { - "id": 14928, + "id": 16037, "properties": { "facing": "east", "half": "top", @@ -202681,7 +212436,7 @@ } }, { - "id": 14929, + "id": 16038, "properties": { "facing": "east", "half": "top", @@ -202690,7 +212445,7 @@ } }, { - "id": 14930, + "id": 16039, "properties": { "facing": "east", "half": "top", @@ -202699,7 +212454,7 @@ } }, { - "id": 14931, + "id": 16040, "properties": { "facing": "east", "half": "top", @@ -202708,7 +212463,7 @@ } }, { - "id": 14932, + "id": 16041, "properties": { "facing": "east", "half": "top", @@ -202717,7 +212472,7 @@ } }, { - "id": 14933, + "id": 16042, "properties": { "facing": "east", "half": "top", @@ -202726,7 +212481,7 @@ } }, { - "id": 14934, + "id": 16043, "properties": { "facing": "east", "half": "top", @@ -202735,7 +212490,7 @@ } }, { - "id": 14935, + "id": 16044, "properties": { "facing": "east", "half": "bottom", @@ -202744,7 +212499,7 @@ } }, { - "id": 14936, + "id": 16045, "properties": { "facing": "east", "half": "bottom", @@ -202753,7 +212508,7 @@ } }, { - "id": 14937, + "id": 16046, "properties": { "facing": "east", "half": "bottom", @@ -202762,7 +212517,7 @@ } }, { - "id": 14938, + "id": 16047, "properties": { "facing": "east", "half": "bottom", @@ -202771,7 +212526,7 @@ } }, { - "id": 14939, + "id": 16048, "properties": { "facing": "east", "half": "bottom", @@ -202780,7 +212535,7 @@ } }, { - "id": 14940, + "id": 16049, "properties": { "facing": "east", "half": "bottom", @@ -202789,7 +212544,7 @@ } }, { - "id": 14941, + "id": 16050, "properties": { "facing": "east", "half": "bottom", @@ -202798,7 +212553,7 @@ } }, { - "id": 14942, + "id": 16051, "properties": { "facing": "east", "half": "bottom", @@ -202807,7 +212562,7 @@ } }, { - "id": 14943, + "id": 16052, "properties": { "facing": "east", "half": "bottom", @@ -202816,7 +212571,7 @@ } }, { - "id": 14944, + "id": 16053, "properties": { "facing": "east", "half": "bottom", @@ -202863,7 +212618,7 @@ }, "states": [ { - "id": 18099, + "id": 19208, "properties": { "east": "none", "north": "none", @@ -202874,7 +212629,7 @@ } }, { - "id": 18100, + "id": 19209, "properties": { "east": "none", "north": "none", @@ -202885,7 +212640,7 @@ } }, { - "id": 18101, + "id": 19210, "properties": { "east": "none", "north": "none", @@ -202897,7 +212652,7 @@ }, { "default": true, - "id": 18102, + "id": 19211, "properties": { "east": "none", "north": "none", @@ -202908,7 +212663,7 @@ } }, { - "id": 18103, + "id": 19212, "properties": { "east": "none", "north": "none", @@ -202919,7 +212674,7 @@ } }, { - "id": 18104, + "id": 19213, "properties": { "east": "none", "north": "none", @@ -202930,7 +212685,7 @@ } }, { - "id": 18105, + "id": 19214, "properties": { "east": "none", "north": "none", @@ -202941,7 +212696,7 @@ } }, { - "id": 18106, + "id": 19215, "properties": { "east": "none", "north": "none", @@ -202952,7 +212707,7 @@ } }, { - "id": 18107, + "id": 19216, "properties": { "east": "none", "north": "none", @@ -202963,7 +212718,7 @@ } }, { - "id": 18108, + "id": 19217, "properties": { "east": "none", "north": "none", @@ -202974,7 +212729,7 @@ } }, { - "id": 18109, + "id": 19218, "properties": { "east": "none", "north": "none", @@ -202985,7 +212740,7 @@ } }, { - "id": 18110, + "id": 19219, "properties": { "east": "none", "north": "none", @@ -202996,7 +212751,7 @@ } }, { - "id": 18111, + "id": 19220, "properties": { "east": "none", "north": "none", @@ -203007,7 +212762,7 @@ } }, { - "id": 18112, + "id": 19221, "properties": { "east": "none", "north": "none", @@ -203018,7 +212773,7 @@ } }, { - "id": 18113, + "id": 19222, "properties": { "east": "none", "north": "none", @@ -203029,7 +212784,7 @@ } }, { - "id": 18114, + "id": 19223, "properties": { "east": "none", "north": "none", @@ -203040,7 +212795,7 @@ } }, { - "id": 18115, + "id": 19224, "properties": { "east": "none", "north": "none", @@ -203051,7 +212806,7 @@ } }, { - "id": 18116, + "id": 19225, "properties": { "east": "none", "north": "none", @@ -203062,7 +212817,7 @@ } }, { - "id": 18117, + "id": 19226, "properties": { "east": "none", "north": "none", @@ -203073,7 +212828,7 @@ } }, { - "id": 18118, + "id": 19227, "properties": { "east": "none", "north": "none", @@ -203084,7 +212839,7 @@ } }, { - "id": 18119, + "id": 19228, "properties": { "east": "none", "north": "none", @@ -203095,7 +212850,7 @@ } }, { - "id": 18120, + "id": 19229, "properties": { "east": "none", "north": "none", @@ -203106,7 +212861,7 @@ } }, { - "id": 18121, + "id": 19230, "properties": { "east": "none", "north": "none", @@ -203117,7 +212872,7 @@ } }, { - "id": 18122, + "id": 19231, "properties": { "east": "none", "north": "none", @@ -203128,7 +212883,7 @@ } }, { - "id": 18123, + "id": 19232, "properties": { "east": "none", "north": "none", @@ -203139,7 +212894,7 @@ } }, { - "id": 18124, + "id": 19233, "properties": { "east": "none", "north": "none", @@ -203150,7 +212905,7 @@ } }, { - "id": 18125, + "id": 19234, "properties": { "east": "none", "north": "none", @@ -203161,7 +212916,7 @@ } }, { - "id": 18126, + "id": 19235, "properties": { "east": "none", "north": "none", @@ -203172,7 +212927,7 @@ } }, { - "id": 18127, + "id": 19236, "properties": { "east": "none", "north": "none", @@ -203183,7 +212938,7 @@ } }, { - "id": 18128, + "id": 19237, "properties": { "east": "none", "north": "none", @@ -203194,7 +212949,7 @@ } }, { - "id": 18129, + "id": 19238, "properties": { "east": "none", "north": "none", @@ -203205,7 +212960,7 @@ } }, { - "id": 18130, + "id": 19239, "properties": { "east": "none", "north": "none", @@ -203216,7 +212971,7 @@ } }, { - "id": 18131, + "id": 19240, "properties": { "east": "none", "north": "none", @@ -203227,7 +212982,7 @@ } }, { - "id": 18132, + "id": 19241, "properties": { "east": "none", "north": "none", @@ -203238,7 +212993,7 @@ } }, { - "id": 18133, + "id": 19242, "properties": { "east": "none", "north": "none", @@ -203249,7 +213004,7 @@ } }, { - "id": 18134, + "id": 19243, "properties": { "east": "none", "north": "none", @@ -203260,7 +213015,7 @@ } }, { - "id": 18135, + "id": 19244, "properties": { "east": "none", "north": "low", @@ -203271,7 +213026,7 @@ } }, { - "id": 18136, + "id": 19245, "properties": { "east": "none", "north": "low", @@ -203282,7 +213037,7 @@ } }, { - "id": 18137, + "id": 19246, "properties": { "east": "none", "north": "low", @@ -203293,7 +213048,7 @@ } }, { - "id": 18138, + "id": 19247, "properties": { "east": "none", "north": "low", @@ -203304,7 +213059,7 @@ } }, { - "id": 18139, + "id": 19248, "properties": { "east": "none", "north": "low", @@ -203315,7 +213070,7 @@ } }, { - "id": 18140, + "id": 19249, "properties": { "east": "none", "north": "low", @@ -203326,7 +213081,7 @@ } }, { - "id": 18141, + "id": 19250, "properties": { "east": "none", "north": "low", @@ -203337,7 +213092,7 @@ } }, { - "id": 18142, + "id": 19251, "properties": { "east": "none", "north": "low", @@ -203348,7 +213103,7 @@ } }, { - "id": 18143, + "id": 19252, "properties": { "east": "none", "north": "low", @@ -203359,7 +213114,7 @@ } }, { - "id": 18144, + "id": 19253, "properties": { "east": "none", "north": "low", @@ -203370,7 +213125,7 @@ } }, { - "id": 18145, + "id": 19254, "properties": { "east": "none", "north": "low", @@ -203381,7 +213136,7 @@ } }, { - "id": 18146, + "id": 19255, "properties": { "east": "none", "north": "low", @@ -203392,7 +213147,7 @@ } }, { - "id": 18147, + "id": 19256, "properties": { "east": "none", "north": "low", @@ -203403,7 +213158,7 @@ } }, { - "id": 18148, + "id": 19257, "properties": { "east": "none", "north": "low", @@ -203414,7 +213169,7 @@ } }, { - "id": 18149, + "id": 19258, "properties": { "east": "none", "north": "low", @@ -203425,7 +213180,7 @@ } }, { - "id": 18150, + "id": 19259, "properties": { "east": "none", "north": "low", @@ -203436,7 +213191,7 @@ } }, { - "id": 18151, + "id": 19260, "properties": { "east": "none", "north": "low", @@ -203447,7 +213202,7 @@ } }, { - "id": 18152, + "id": 19261, "properties": { "east": "none", "north": "low", @@ -203458,7 +213213,7 @@ } }, { - "id": 18153, + "id": 19262, "properties": { "east": "none", "north": "low", @@ -203469,7 +213224,7 @@ } }, { - "id": 18154, + "id": 19263, "properties": { "east": "none", "north": "low", @@ -203480,7 +213235,7 @@ } }, { - "id": 18155, + "id": 19264, "properties": { "east": "none", "north": "low", @@ -203491,7 +213246,7 @@ } }, { - "id": 18156, + "id": 19265, "properties": { "east": "none", "north": "low", @@ -203502,7 +213257,7 @@ } }, { - "id": 18157, + "id": 19266, "properties": { "east": "none", "north": "low", @@ -203513,7 +213268,7 @@ } }, { - "id": 18158, + "id": 19267, "properties": { "east": "none", "north": "low", @@ -203524,7 +213279,7 @@ } }, { - "id": 18159, + "id": 19268, "properties": { "east": "none", "north": "low", @@ -203535,7 +213290,7 @@ } }, { - "id": 18160, + "id": 19269, "properties": { "east": "none", "north": "low", @@ -203546,7 +213301,7 @@ } }, { - "id": 18161, + "id": 19270, "properties": { "east": "none", "north": "low", @@ -203557,7 +213312,7 @@ } }, { - "id": 18162, + "id": 19271, "properties": { "east": "none", "north": "low", @@ -203568,7 +213323,7 @@ } }, { - "id": 18163, + "id": 19272, "properties": { "east": "none", "north": "low", @@ -203579,7 +213334,7 @@ } }, { - "id": 18164, + "id": 19273, "properties": { "east": "none", "north": "low", @@ -203590,7 +213345,7 @@ } }, { - "id": 18165, + "id": 19274, "properties": { "east": "none", "north": "low", @@ -203601,7 +213356,7 @@ } }, { - "id": 18166, + "id": 19275, "properties": { "east": "none", "north": "low", @@ -203612,7 +213367,7 @@ } }, { - "id": 18167, + "id": 19276, "properties": { "east": "none", "north": "low", @@ -203623,7 +213378,7 @@ } }, { - "id": 18168, + "id": 19277, "properties": { "east": "none", "north": "low", @@ -203634,7 +213389,7 @@ } }, { - "id": 18169, + "id": 19278, "properties": { "east": "none", "north": "low", @@ -203645,7 +213400,7 @@ } }, { - "id": 18170, + "id": 19279, "properties": { "east": "none", "north": "low", @@ -203656,7 +213411,7 @@ } }, { - "id": 18171, + "id": 19280, "properties": { "east": "none", "north": "tall", @@ -203667,7 +213422,7 @@ } }, { - "id": 18172, + "id": 19281, "properties": { "east": "none", "north": "tall", @@ -203678,7 +213433,7 @@ } }, { - "id": 18173, + "id": 19282, "properties": { "east": "none", "north": "tall", @@ -203689,7 +213444,7 @@ } }, { - "id": 18174, + "id": 19283, "properties": { "east": "none", "north": "tall", @@ -203700,7 +213455,7 @@ } }, { - "id": 18175, + "id": 19284, "properties": { "east": "none", "north": "tall", @@ -203711,7 +213466,7 @@ } }, { - "id": 18176, + "id": 19285, "properties": { "east": "none", "north": "tall", @@ -203722,7 +213477,7 @@ } }, { - "id": 18177, + "id": 19286, "properties": { "east": "none", "north": "tall", @@ -203733,7 +213488,7 @@ } }, { - "id": 18178, + "id": 19287, "properties": { "east": "none", "north": "tall", @@ -203744,7 +213499,7 @@ } }, { - "id": 18179, + "id": 19288, "properties": { "east": "none", "north": "tall", @@ -203755,7 +213510,7 @@ } }, { - "id": 18180, + "id": 19289, "properties": { "east": "none", "north": "tall", @@ -203766,7 +213521,7 @@ } }, { - "id": 18181, + "id": 19290, "properties": { "east": "none", "north": "tall", @@ -203777,7 +213532,7 @@ } }, { - "id": 18182, + "id": 19291, "properties": { "east": "none", "north": "tall", @@ -203788,7 +213543,7 @@ } }, { - "id": 18183, + "id": 19292, "properties": { "east": "none", "north": "tall", @@ -203799,7 +213554,7 @@ } }, { - "id": 18184, + "id": 19293, "properties": { "east": "none", "north": "tall", @@ -203810,7 +213565,7 @@ } }, { - "id": 18185, + "id": 19294, "properties": { "east": "none", "north": "tall", @@ -203821,7 +213576,7 @@ } }, { - "id": 18186, + "id": 19295, "properties": { "east": "none", "north": "tall", @@ -203832,7 +213587,7 @@ } }, { - "id": 18187, + "id": 19296, "properties": { "east": "none", "north": "tall", @@ -203843,7 +213598,7 @@ } }, { - "id": 18188, + "id": 19297, "properties": { "east": "none", "north": "tall", @@ -203854,7 +213609,7 @@ } }, { - "id": 18189, + "id": 19298, "properties": { "east": "none", "north": "tall", @@ -203865,7 +213620,7 @@ } }, { - "id": 18190, + "id": 19299, "properties": { "east": "none", "north": "tall", @@ -203876,7 +213631,7 @@ } }, { - "id": 18191, + "id": 19300, "properties": { "east": "none", "north": "tall", @@ -203887,7 +213642,7 @@ } }, { - "id": 18192, + "id": 19301, "properties": { "east": "none", "north": "tall", @@ -203898,7 +213653,7 @@ } }, { - "id": 18193, + "id": 19302, "properties": { "east": "none", "north": "tall", @@ -203909,7 +213664,7 @@ } }, { - "id": 18194, + "id": 19303, "properties": { "east": "none", "north": "tall", @@ -203920,7 +213675,7 @@ } }, { - "id": 18195, + "id": 19304, "properties": { "east": "none", "north": "tall", @@ -203931,7 +213686,7 @@ } }, { - "id": 18196, + "id": 19305, "properties": { "east": "none", "north": "tall", @@ -203942,7 +213697,7 @@ } }, { - "id": 18197, + "id": 19306, "properties": { "east": "none", "north": "tall", @@ -203953,7 +213708,7 @@ } }, { - "id": 18198, + "id": 19307, "properties": { "east": "none", "north": "tall", @@ -203964,7 +213719,7 @@ } }, { - "id": 18199, + "id": 19308, "properties": { "east": "none", "north": "tall", @@ -203975,7 +213730,7 @@ } }, { - "id": 18200, + "id": 19309, "properties": { "east": "none", "north": "tall", @@ -203986,7 +213741,7 @@ } }, { - "id": 18201, + "id": 19310, "properties": { "east": "none", "north": "tall", @@ -203997,7 +213752,7 @@ } }, { - "id": 18202, + "id": 19311, "properties": { "east": "none", "north": "tall", @@ -204008,7 +213763,7 @@ } }, { - "id": 18203, + "id": 19312, "properties": { "east": "none", "north": "tall", @@ -204019,7 +213774,7 @@ } }, { - "id": 18204, + "id": 19313, "properties": { "east": "none", "north": "tall", @@ -204030,7 +213785,7 @@ } }, { - "id": 18205, + "id": 19314, "properties": { "east": "none", "north": "tall", @@ -204041,7 +213796,7 @@ } }, { - "id": 18206, + "id": 19315, "properties": { "east": "none", "north": "tall", @@ -204052,7 +213807,7 @@ } }, { - "id": 18207, + "id": 19316, "properties": { "east": "low", "north": "none", @@ -204063,7 +213818,7 @@ } }, { - "id": 18208, + "id": 19317, "properties": { "east": "low", "north": "none", @@ -204074,7 +213829,7 @@ } }, { - "id": 18209, + "id": 19318, "properties": { "east": "low", "north": "none", @@ -204085,7 +213840,7 @@ } }, { - "id": 18210, + "id": 19319, "properties": { "east": "low", "north": "none", @@ -204096,7 +213851,7 @@ } }, { - "id": 18211, + "id": 19320, "properties": { "east": "low", "north": "none", @@ -204107,7 +213862,7 @@ } }, { - "id": 18212, + "id": 19321, "properties": { "east": "low", "north": "none", @@ -204118,7 +213873,7 @@ } }, { - "id": 18213, + "id": 19322, "properties": { "east": "low", "north": "none", @@ -204129,7 +213884,7 @@ } }, { - "id": 18214, + "id": 19323, "properties": { "east": "low", "north": "none", @@ -204140,7 +213895,7 @@ } }, { - "id": 18215, + "id": 19324, "properties": { "east": "low", "north": "none", @@ -204151,7 +213906,7 @@ } }, { - "id": 18216, + "id": 19325, "properties": { "east": "low", "north": "none", @@ -204162,7 +213917,7 @@ } }, { - "id": 18217, + "id": 19326, "properties": { "east": "low", "north": "none", @@ -204173,7 +213928,7 @@ } }, { - "id": 18218, + "id": 19327, "properties": { "east": "low", "north": "none", @@ -204184,7 +213939,7 @@ } }, { - "id": 18219, + "id": 19328, "properties": { "east": "low", "north": "none", @@ -204195,7 +213950,7 @@ } }, { - "id": 18220, + "id": 19329, "properties": { "east": "low", "north": "none", @@ -204206,7 +213961,7 @@ } }, { - "id": 18221, + "id": 19330, "properties": { "east": "low", "north": "none", @@ -204217,7 +213972,7 @@ } }, { - "id": 18222, + "id": 19331, "properties": { "east": "low", "north": "none", @@ -204228,7 +213983,7 @@ } }, { - "id": 18223, + "id": 19332, "properties": { "east": "low", "north": "none", @@ -204239,7 +213994,7 @@ } }, { - "id": 18224, + "id": 19333, "properties": { "east": "low", "north": "none", @@ -204250,7 +214005,7 @@ } }, { - "id": 18225, + "id": 19334, "properties": { "east": "low", "north": "none", @@ -204261,7 +214016,7 @@ } }, { - "id": 18226, + "id": 19335, "properties": { "east": "low", "north": "none", @@ -204272,7 +214027,7 @@ } }, { - "id": 18227, + "id": 19336, "properties": { "east": "low", "north": "none", @@ -204283,7 +214038,7 @@ } }, { - "id": 18228, + "id": 19337, "properties": { "east": "low", "north": "none", @@ -204294,7 +214049,7 @@ } }, { - "id": 18229, + "id": 19338, "properties": { "east": "low", "north": "none", @@ -204305,7 +214060,7 @@ } }, { - "id": 18230, + "id": 19339, "properties": { "east": "low", "north": "none", @@ -204316,7 +214071,7 @@ } }, { - "id": 18231, + "id": 19340, "properties": { "east": "low", "north": "none", @@ -204327,7 +214082,7 @@ } }, { - "id": 18232, + "id": 19341, "properties": { "east": "low", "north": "none", @@ -204338,7 +214093,7 @@ } }, { - "id": 18233, + "id": 19342, "properties": { "east": "low", "north": "none", @@ -204349,7 +214104,7 @@ } }, { - "id": 18234, + "id": 19343, "properties": { "east": "low", "north": "none", @@ -204360,7 +214115,7 @@ } }, { - "id": 18235, + "id": 19344, "properties": { "east": "low", "north": "none", @@ -204371,7 +214126,7 @@ } }, { - "id": 18236, + "id": 19345, "properties": { "east": "low", "north": "none", @@ -204382,7 +214137,7 @@ } }, { - "id": 18237, + "id": 19346, "properties": { "east": "low", "north": "none", @@ -204393,7 +214148,7 @@ } }, { - "id": 18238, + "id": 19347, "properties": { "east": "low", "north": "none", @@ -204404,7 +214159,7 @@ } }, { - "id": 18239, + "id": 19348, "properties": { "east": "low", "north": "none", @@ -204415,7 +214170,7 @@ } }, { - "id": 18240, + "id": 19349, "properties": { "east": "low", "north": "none", @@ -204426,7 +214181,7 @@ } }, { - "id": 18241, + "id": 19350, "properties": { "east": "low", "north": "none", @@ -204437,7 +214192,7 @@ } }, { - "id": 18242, + "id": 19351, "properties": { "east": "low", "north": "none", @@ -204448,7 +214203,7 @@ } }, { - "id": 18243, + "id": 19352, "properties": { "east": "low", "north": "low", @@ -204459,7 +214214,7 @@ } }, { - "id": 18244, + "id": 19353, "properties": { "east": "low", "north": "low", @@ -204470,7 +214225,7 @@ } }, { - "id": 18245, + "id": 19354, "properties": { "east": "low", "north": "low", @@ -204481,7 +214236,7 @@ } }, { - "id": 18246, + "id": 19355, "properties": { "east": "low", "north": "low", @@ -204492,7 +214247,7 @@ } }, { - "id": 18247, + "id": 19356, "properties": { "east": "low", "north": "low", @@ -204503,7 +214258,7 @@ } }, { - "id": 18248, + "id": 19357, "properties": { "east": "low", "north": "low", @@ -204514,7 +214269,7 @@ } }, { - "id": 18249, + "id": 19358, "properties": { "east": "low", "north": "low", @@ -204525,7 +214280,7 @@ } }, { - "id": 18250, + "id": 19359, "properties": { "east": "low", "north": "low", @@ -204536,7 +214291,7 @@ } }, { - "id": 18251, + "id": 19360, "properties": { "east": "low", "north": "low", @@ -204547,7 +214302,7 @@ } }, { - "id": 18252, + "id": 19361, "properties": { "east": "low", "north": "low", @@ -204558,7 +214313,7 @@ } }, { - "id": 18253, + "id": 19362, "properties": { "east": "low", "north": "low", @@ -204569,7 +214324,7 @@ } }, { - "id": 18254, + "id": 19363, "properties": { "east": "low", "north": "low", @@ -204580,7 +214335,7 @@ } }, { - "id": 18255, + "id": 19364, "properties": { "east": "low", "north": "low", @@ -204591,7 +214346,7 @@ } }, { - "id": 18256, + "id": 19365, "properties": { "east": "low", "north": "low", @@ -204602,7 +214357,7 @@ } }, { - "id": 18257, + "id": 19366, "properties": { "east": "low", "north": "low", @@ -204613,7 +214368,7 @@ } }, { - "id": 18258, + "id": 19367, "properties": { "east": "low", "north": "low", @@ -204624,7 +214379,7 @@ } }, { - "id": 18259, + "id": 19368, "properties": { "east": "low", "north": "low", @@ -204635,7 +214390,7 @@ } }, { - "id": 18260, + "id": 19369, "properties": { "east": "low", "north": "low", @@ -204646,7 +214401,7 @@ } }, { - "id": 18261, + "id": 19370, "properties": { "east": "low", "north": "low", @@ -204657,7 +214412,7 @@ } }, { - "id": 18262, + "id": 19371, "properties": { "east": "low", "north": "low", @@ -204668,7 +214423,7 @@ } }, { - "id": 18263, + "id": 19372, "properties": { "east": "low", "north": "low", @@ -204679,7 +214434,7 @@ } }, { - "id": 18264, + "id": 19373, "properties": { "east": "low", "north": "low", @@ -204690,7 +214445,7 @@ } }, { - "id": 18265, + "id": 19374, "properties": { "east": "low", "north": "low", @@ -204701,7 +214456,7 @@ } }, { - "id": 18266, + "id": 19375, "properties": { "east": "low", "north": "low", @@ -204712,7 +214467,7 @@ } }, { - "id": 18267, + "id": 19376, "properties": { "east": "low", "north": "low", @@ -204723,7 +214478,7 @@ } }, { - "id": 18268, + "id": 19377, "properties": { "east": "low", "north": "low", @@ -204734,7 +214489,7 @@ } }, { - "id": 18269, + "id": 19378, "properties": { "east": "low", "north": "low", @@ -204745,7 +214500,7 @@ } }, { - "id": 18270, + "id": 19379, "properties": { "east": "low", "north": "low", @@ -204756,7 +214511,7 @@ } }, { - "id": 18271, + "id": 19380, "properties": { "east": "low", "north": "low", @@ -204767,7 +214522,7 @@ } }, { - "id": 18272, + "id": 19381, "properties": { "east": "low", "north": "low", @@ -204778,7 +214533,7 @@ } }, { - "id": 18273, + "id": 19382, "properties": { "east": "low", "north": "low", @@ -204789,7 +214544,7 @@ } }, { - "id": 18274, + "id": 19383, "properties": { "east": "low", "north": "low", @@ -204800,7 +214555,7 @@ } }, { - "id": 18275, + "id": 19384, "properties": { "east": "low", "north": "low", @@ -204811,7 +214566,7 @@ } }, { - "id": 18276, + "id": 19385, "properties": { "east": "low", "north": "low", @@ -204822,7 +214577,7 @@ } }, { - "id": 18277, + "id": 19386, "properties": { "east": "low", "north": "low", @@ -204833,7 +214588,7 @@ } }, { - "id": 18278, + "id": 19387, "properties": { "east": "low", "north": "low", @@ -204844,7 +214599,7 @@ } }, { - "id": 18279, + "id": 19388, "properties": { "east": "low", "north": "tall", @@ -204855,7 +214610,7 @@ } }, { - "id": 18280, + "id": 19389, "properties": { "east": "low", "north": "tall", @@ -204866,7 +214621,7 @@ } }, { - "id": 18281, + "id": 19390, "properties": { "east": "low", "north": "tall", @@ -204877,7 +214632,7 @@ } }, { - "id": 18282, + "id": 19391, "properties": { "east": "low", "north": "tall", @@ -204888,7 +214643,7 @@ } }, { - "id": 18283, + "id": 19392, "properties": { "east": "low", "north": "tall", @@ -204899,7 +214654,7 @@ } }, { - "id": 18284, + "id": 19393, "properties": { "east": "low", "north": "tall", @@ -204910,7 +214665,7 @@ } }, { - "id": 18285, + "id": 19394, "properties": { "east": "low", "north": "tall", @@ -204921,7 +214676,7 @@ } }, { - "id": 18286, + "id": 19395, "properties": { "east": "low", "north": "tall", @@ -204932,7 +214687,7 @@ } }, { - "id": 18287, + "id": 19396, "properties": { "east": "low", "north": "tall", @@ -204943,7 +214698,7 @@ } }, { - "id": 18288, + "id": 19397, "properties": { "east": "low", "north": "tall", @@ -204954,7 +214709,7 @@ } }, { - "id": 18289, + "id": 19398, "properties": { "east": "low", "north": "tall", @@ -204965,7 +214720,7 @@ } }, { - "id": 18290, + "id": 19399, "properties": { "east": "low", "north": "tall", @@ -204976,7 +214731,7 @@ } }, { - "id": 18291, + "id": 19400, "properties": { "east": "low", "north": "tall", @@ -204987,7 +214742,7 @@ } }, { - "id": 18292, + "id": 19401, "properties": { "east": "low", "north": "tall", @@ -204998,7 +214753,7 @@ } }, { - "id": 18293, + "id": 19402, "properties": { "east": "low", "north": "tall", @@ -205009,7 +214764,7 @@ } }, { - "id": 18294, + "id": 19403, "properties": { "east": "low", "north": "tall", @@ -205020,7 +214775,7 @@ } }, { - "id": 18295, + "id": 19404, "properties": { "east": "low", "north": "tall", @@ -205031,7 +214786,7 @@ } }, { - "id": 18296, + "id": 19405, "properties": { "east": "low", "north": "tall", @@ -205042,7 +214797,7 @@ } }, { - "id": 18297, + "id": 19406, "properties": { "east": "low", "north": "tall", @@ -205053,7 +214808,7 @@ } }, { - "id": 18298, + "id": 19407, "properties": { "east": "low", "north": "tall", @@ -205064,7 +214819,7 @@ } }, { - "id": 18299, + "id": 19408, "properties": { "east": "low", "north": "tall", @@ -205075,7 +214830,7 @@ } }, { - "id": 18300, + "id": 19409, "properties": { "east": "low", "north": "tall", @@ -205086,7 +214841,7 @@ } }, { - "id": 18301, + "id": 19410, "properties": { "east": "low", "north": "tall", @@ -205097,7 +214852,7 @@ } }, { - "id": 18302, + "id": 19411, "properties": { "east": "low", "north": "tall", @@ -205108,7 +214863,7 @@ } }, { - "id": 18303, + "id": 19412, "properties": { "east": "low", "north": "tall", @@ -205119,7 +214874,7 @@ } }, { - "id": 18304, + "id": 19413, "properties": { "east": "low", "north": "tall", @@ -205130,7 +214885,7 @@ } }, { - "id": 18305, + "id": 19414, "properties": { "east": "low", "north": "tall", @@ -205141,7 +214896,7 @@ } }, { - "id": 18306, + "id": 19415, "properties": { "east": "low", "north": "tall", @@ -205152,7 +214907,7 @@ } }, { - "id": 18307, + "id": 19416, "properties": { "east": "low", "north": "tall", @@ -205163,7 +214918,7 @@ } }, { - "id": 18308, + "id": 19417, "properties": { "east": "low", "north": "tall", @@ -205174,7 +214929,7 @@ } }, { - "id": 18309, + "id": 19418, "properties": { "east": "low", "north": "tall", @@ -205185,7 +214940,7 @@ } }, { - "id": 18310, + "id": 19419, "properties": { "east": "low", "north": "tall", @@ -205196,7 +214951,7 @@ } }, { - "id": 18311, + "id": 19420, "properties": { "east": "low", "north": "tall", @@ -205207,7 +214962,7 @@ } }, { - "id": 18312, + "id": 19421, "properties": { "east": "low", "north": "tall", @@ -205218,7 +214973,7 @@ } }, { - "id": 18313, + "id": 19422, "properties": { "east": "low", "north": "tall", @@ -205229,7 +214984,7 @@ } }, { - "id": 18314, + "id": 19423, "properties": { "east": "low", "north": "tall", @@ -205240,7 +214995,7 @@ } }, { - "id": 18315, + "id": 19424, "properties": { "east": "tall", "north": "none", @@ -205251,7 +215006,7 @@ } }, { - "id": 18316, + "id": 19425, "properties": { "east": "tall", "north": "none", @@ -205262,7 +215017,7 @@ } }, { - "id": 18317, + "id": 19426, "properties": { "east": "tall", "north": "none", @@ -205273,7 +215028,7 @@ } }, { - "id": 18318, + "id": 19427, "properties": { "east": "tall", "north": "none", @@ -205284,7 +215039,7 @@ } }, { - "id": 18319, + "id": 19428, "properties": { "east": "tall", "north": "none", @@ -205295,7 +215050,7 @@ } }, { - "id": 18320, + "id": 19429, "properties": { "east": "tall", "north": "none", @@ -205306,7 +215061,7 @@ } }, { - "id": 18321, + "id": 19430, "properties": { "east": "tall", "north": "none", @@ -205317,7 +215072,7 @@ } }, { - "id": 18322, + "id": 19431, "properties": { "east": "tall", "north": "none", @@ -205328,7 +215083,7 @@ } }, { - "id": 18323, + "id": 19432, "properties": { "east": "tall", "north": "none", @@ -205339,7 +215094,7 @@ } }, { - "id": 18324, + "id": 19433, "properties": { "east": "tall", "north": "none", @@ -205350,7 +215105,7 @@ } }, { - "id": 18325, + "id": 19434, "properties": { "east": "tall", "north": "none", @@ -205361,7 +215116,7 @@ } }, { - "id": 18326, + "id": 19435, "properties": { "east": "tall", "north": "none", @@ -205372,7 +215127,7 @@ } }, { - "id": 18327, + "id": 19436, "properties": { "east": "tall", "north": "none", @@ -205383,7 +215138,7 @@ } }, { - "id": 18328, + "id": 19437, "properties": { "east": "tall", "north": "none", @@ -205394,7 +215149,7 @@ } }, { - "id": 18329, + "id": 19438, "properties": { "east": "tall", "north": "none", @@ -205405,7 +215160,7 @@ } }, { - "id": 18330, + "id": 19439, "properties": { "east": "tall", "north": "none", @@ -205416,7 +215171,7 @@ } }, { - "id": 18331, + "id": 19440, "properties": { "east": "tall", "north": "none", @@ -205427,7 +215182,7 @@ } }, { - "id": 18332, + "id": 19441, "properties": { "east": "tall", "north": "none", @@ -205438,7 +215193,7 @@ } }, { - "id": 18333, + "id": 19442, "properties": { "east": "tall", "north": "none", @@ -205449,7 +215204,7 @@ } }, { - "id": 18334, + "id": 19443, "properties": { "east": "tall", "north": "none", @@ -205460,7 +215215,7 @@ } }, { - "id": 18335, + "id": 19444, "properties": { "east": "tall", "north": "none", @@ -205471,7 +215226,7 @@ } }, { - "id": 18336, + "id": 19445, "properties": { "east": "tall", "north": "none", @@ -205482,7 +215237,7 @@ } }, { - "id": 18337, + "id": 19446, "properties": { "east": "tall", "north": "none", @@ -205493,7 +215248,7 @@ } }, { - "id": 18338, + "id": 19447, "properties": { "east": "tall", "north": "none", @@ -205504,7 +215259,7 @@ } }, { - "id": 18339, + "id": 19448, "properties": { "east": "tall", "north": "none", @@ -205515,7 +215270,7 @@ } }, { - "id": 18340, + "id": 19449, "properties": { "east": "tall", "north": "none", @@ -205526,7 +215281,7 @@ } }, { - "id": 18341, + "id": 19450, "properties": { "east": "tall", "north": "none", @@ -205537,7 +215292,7 @@ } }, { - "id": 18342, + "id": 19451, "properties": { "east": "tall", "north": "none", @@ -205548,7 +215303,7 @@ } }, { - "id": 18343, + "id": 19452, "properties": { "east": "tall", "north": "none", @@ -205559,7 +215314,7 @@ } }, { - "id": 18344, + "id": 19453, "properties": { "east": "tall", "north": "none", @@ -205570,7 +215325,7 @@ } }, { - "id": 18345, + "id": 19454, "properties": { "east": "tall", "north": "none", @@ -205581,7 +215336,7 @@ } }, { - "id": 18346, + "id": 19455, "properties": { "east": "tall", "north": "none", @@ -205592,7 +215347,7 @@ } }, { - "id": 18347, + "id": 19456, "properties": { "east": "tall", "north": "none", @@ -205603,7 +215358,7 @@ } }, { - "id": 18348, + "id": 19457, "properties": { "east": "tall", "north": "none", @@ -205614,7 +215369,7 @@ } }, { - "id": 18349, + "id": 19458, "properties": { "east": "tall", "north": "none", @@ -205625,7 +215380,7 @@ } }, { - "id": 18350, + "id": 19459, "properties": { "east": "tall", "north": "none", @@ -205636,7 +215391,7 @@ } }, { - "id": 18351, + "id": 19460, "properties": { "east": "tall", "north": "low", @@ -205647,7 +215402,7 @@ } }, { - "id": 18352, + "id": 19461, "properties": { "east": "tall", "north": "low", @@ -205658,7 +215413,7 @@ } }, { - "id": 18353, + "id": 19462, "properties": { "east": "tall", "north": "low", @@ -205669,7 +215424,7 @@ } }, { - "id": 18354, + "id": 19463, "properties": { "east": "tall", "north": "low", @@ -205680,7 +215435,7 @@ } }, { - "id": 18355, + "id": 19464, "properties": { "east": "tall", "north": "low", @@ -205691,7 +215446,7 @@ } }, { - "id": 18356, + "id": 19465, "properties": { "east": "tall", "north": "low", @@ -205702,7 +215457,7 @@ } }, { - "id": 18357, + "id": 19466, "properties": { "east": "tall", "north": "low", @@ -205713,7 +215468,7 @@ } }, { - "id": 18358, + "id": 19467, "properties": { "east": "tall", "north": "low", @@ -205724,7 +215479,7 @@ } }, { - "id": 18359, + "id": 19468, "properties": { "east": "tall", "north": "low", @@ -205735,7 +215490,7 @@ } }, { - "id": 18360, + "id": 19469, "properties": { "east": "tall", "north": "low", @@ -205746,7 +215501,7 @@ } }, { - "id": 18361, + "id": 19470, "properties": { "east": "tall", "north": "low", @@ -205757,7 +215512,7 @@ } }, { - "id": 18362, + "id": 19471, "properties": { "east": "tall", "north": "low", @@ -205768,7 +215523,7 @@ } }, { - "id": 18363, + "id": 19472, "properties": { "east": "tall", "north": "low", @@ -205779,7 +215534,7 @@ } }, { - "id": 18364, + "id": 19473, "properties": { "east": "tall", "north": "low", @@ -205790,7 +215545,7 @@ } }, { - "id": 18365, + "id": 19474, "properties": { "east": "tall", "north": "low", @@ -205801,7 +215556,7 @@ } }, { - "id": 18366, + "id": 19475, "properties": { "east": "tall", "north": "low", @@ -205812,7 +215567,7 @@ } }, { - "id": 18367, + "id": 19476, "properties": { "east": "tall", "north": "low", @@ -205823,7 +215578,7 @@ } }, { - "id": 18368, + "id": 19477, "properties": { "east": "tall", "north": "low", @@ -205834,7 +215589,7 @@ } }, { - "id": 18369, + "id": 19478, "properties": { "east": "tall", "north": "low", @@ -205845,7 +215600,7 @@ } }, { - "id": 18370, + "id": 19479, "properties": { "east": "tall", "north": "low", @@ -205856,7 +215611,7 @@ } }, { - "id": 18371, + "id": 19480, "properties": { "east": "tall", "north": "low", @@ -205867,7 +215622,7 @@ } }, { - "id": 18372, + "id": 19481, "properties": { "east": "tall", "north": "low", @@ -205878,7 +215633,7 @@ } }, { - "id": 18373, + "id": 19482, "properties": { "east": "tall", "north": "low", @@ -205889,7 +215644,7 @@ } }, { - "id": 18374, + "id": 19483, "properties": { "east": "tall", "north": "low", @@ -205900,7 +215655,7 @@ } }, { - "id": 18375, + "id": 19484, "properties": { "east": "tall", "north": "low", @@ -205911,7 +215666,7 @@ } }, { - "id": 18376, + "id": 19485, "properties": { "east": "tall", "north": "low", @@ -205922,7 +215677,7 @@ } }, { - "id": 18377, + "id": 19486, "properties": { "east": "tall", "north": "low", @@ -205933,7 +215688,7 @@ } }, { - "id": 18378, + "id": 19487, "properties": { "east": "tall", "north": "low", @@ -205944,7 +215699,7 @@ } }, { - "id": 18379, + "id": 19488, "properties": { "east": "tall", "north": "low", @@ -205955,7 +215710,7 @@ } }, { - "id": 18380, + "id": 19489, "properties": { "east": "tall", "north": "low", @@ -205966,7 +215721,7 @@ } }, { - "id": 18381, + "id": 19490, "properties": { "east": "tall", "north": "low", @@ -205977,7 +215732,7 @@ } }, { - "id": 18382, + "id": 19491, "properties": { "east": "tall", "north": "low", @@ -205988,7 +215743,7 @@ } }, { - "id": 18383, + "id": 19492, "properties": { "east": "tall", "north": "low", @@ -205999,7 +215754,7 @@ } }, { - "id": 18384, + "id": 19493, "properties": { "east": "tall", "north": "low", @@ -206010,7 +215765,7 @@ } }, { - "id": 18385, + "id": 19494, "properties": { "east": "tall", "north": "low", @@ -206021,7 +215776,7 @@ } }, { - "id": 18386, + "id": 19495, "properties": { "east": "tall", "north": "low", @@ -206032,7 +215787,7 @@ } }, { - "id": 18387, + "id": 19496, "properties": { "east": "tall", "north": "tall", @@ -206043,7 +215798,7 @@ } }, { - "id": 18388, + "id": 19497, "properties": { "east": "tall", "north": "tall", @@ -206054,7 +215809,7 @@ } }, { - "id": 18389, + "id": 19498, "properties": { "east": "tall", "north": "tall", @@ -206065,7 +215820,7 @@ } }, { - "id": 18390, + "id": 19499, "properties": { "east": "tall", "north": "tall", @@ -206076,7 +215831,7 @@ } }, { - "id": 18391, + "id": 19500, "properties": { "east": "tall", "north": "tall", @@ -206087,7 +215842,7 @@ } }, { - "id": 18392, + "id": 19501, "properties": { "east": "tall", "north": "tall", @@ -206098,7 +215853,7 @@ } }, { - "id": 18393, + "id": 19502, "properties": { "east": "tall", "north": "tall", @@ -206109,7 +215864,7 @@ } }, { - "id": 18394, + "id": 19503, "properties": { "east": "tall", "north": "tall", @@ -206120,7 +215875,7 @@ } }, { - "id": 18395, + "id": 19504, "properties": { "east": "tall", "north": "tall", @@ -206131,7 +215886,7 @@ } }, { - "id": 18396, + "id": 19505, "properties": { "east": "tall", "north": "tall", @@ -206142,7 +215897,7 @@ } }, { - "id": 18397, + "id": 19506, "properties": { "east": "tall", "north": "tall", @@ -206153,7 +215908,7 @@ } }, { - "id": 18398, + "id": 19507, "properties": { "east": "tall", "north": "tall", @@ -206164,7 +215919,7 @@ } }, { - "id": 18399, + "id": 19508, "properties": { "east": "tall", "north": "tall", @@ -206175,7 +215930,7 @@ } }, { - "id": 18400, + "id": 19509, "properties": { "east": "tall", "north": "tall", @@ -206186,7 +215941,7 @@ } }, { - "id": 18401, + "id": 19510, "properties": { "east": "tall", "north": "tall", @@ -206197,7 +215952,7 @@ } }, { - "id": 18402, + "id": 19511, "properties": { "east": "tall", "north": "tall", @@ -206208,7 +215963,7 @@ } }, { - "id": 18403, + "id": 19512, "properties": { "east": "tall", "north": "tall", @@ -206219,7 +215974,7 @@ } }, { - "id": 18404, + "id": 19513, "properties": { "east": "tall", "north": "tall", @@ -206230,7 +215985,7 @@ } }, { - "id": 18405, + "id": 19514, "properties": { "east": "tall", "north": "tall", @@ -206241,7 +215996,7 @@ } }, { - "id": 18406, + "id": 19515, "properties": { "east": "tall", "north": "tall", @@ -206252,7 +216007,7 @@ } }, { - "id": 18407, + "id": 19516, "properties": { "east": "tall", "north": "tall", @@ -206263,7 +216018,7 @@ } }, { - "id": 18408, + "id": 19517, "properties": { "east": "tall", "north": "tall", @@ -206274,7 +216029,7 @@ } }, { - "id": 18409, + "id": 19518, "properties": { "east": "tall", "north": "tall", @@ -206285,7 +216040,7 @@ } }, { - "id": 18410, + "id": 19519, "properties": { "east": "tall", "north": "tall", @@ -206296,7 +216051,7 @@ } }, { - "id": 18411, + "id": 19520, "properties": { "east": "tall", "north": "tall", @@ -206307,7 +216062,7 @@ } }, { - "id": 18412, + "id": 19521, "properties": { "east": "tall", "north": "tall", @@ -206318,7 +216073,7 @@ } }, { - "id": 18413, + "id": 19522, "properties": { "east": "tall", "north": "tall", @@ -206329,7 +216084,7 @@ } }, { - "id": 18414, + "id": 19523, "properties": { "east": "tall", "north": "tall", @@ -206340,7 +216095,7 @@ } }, { - "id": 18415, + "id": 19524, "properties": { "east": "tall", "north": "tall", @@ -206351,7 +216106,7 @@ } }, { - "id": 18416, + "id": 19525, "properties": { "east": "tall", "north": "tall", @@ -206362,7 +216117,7 @@ } }, { - "id": 18417, + "id": 19526, "properties": { "east": "tall", "north": "tall", @@ -206373,7 +216128,7 @@ } }, { - "id": 18418, + "id": 19527, "properties": { "east": "tall", "north": "tall", @@ -206384,7 +216139,7 @@ } }, { - "id": 18419, + "id": 19528, "properties": { "east": "tall", "north": "tall", @@ -206395,7 +216150,7 @@ } }, { - "id": 18420, + "id": 19529, "properties": { "east": "tall", "north": "tall", @@ -206406,7 +216161,7 @@ } }, { - "id": 18421, + "id": 19530, "properties": { "east": "tall", "north": "tall", @@ -206417,7 +216172,7 @@ } }, { - "id": 18422, + "id": 19531, "properties": { "east": "tall", "north": "tall", @@ -206437,7 +216192,7 @@ "states": [ { "default": true, - "id": 13568 + "id": 14645 } ] }, @@ -206462,7 +216217,7 @@ "states": [ { "default": true, - "id": 11968 + "id": 13045 } ] }, @@ -206484,21 +216239,21 @@ }, "states": [ { - "id": 12183, + "id": 13260, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12184, + "id": 13261, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12185, + "id": 13262, "properties": { "type": "bottom", "waterlogged": "true" @@ -206506,21 +216261,21 @@ }, { "default": true, - "id": 12186, + "id": 13263, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12187, + "id": 13264, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12188, + "id": 13265, "properties": { "type": "double", "waterlogged": "false" @@ -206561,7 +216316,7 @@ }, "states": [ { - "id": 11971, + "id": 13048, "properties": { "facing": "north", "half": "top", @@ -206570,7 +216325,7 @@ } }, { - "id": 11972, + "id": 13049, "properties": { "facing": "north", "half": "top", @@ -206579,7 +216334,7 @@ } }, { - "id": 11973, + "id": 13050, "properties": { "facing": "north", "half": "top", @@ -206588,7 +216343,7 @@ } }, { - "id": 11974, + "id": 13051, "properties": { "facing": "north", "half": "top", @@ -206597,7 +216352,7 @@ } }, { - "id": 11975, + "id": 13052, "properties": { "facing": "north", "half": "top", @@ -206606,7 +216361,7 @@ } }, { - "id": 11976, + "id": 13053, "properties": { "facing": "north", "half": "top", @@ -206615,7 +216370,7 @@ } }, { - "id": 11977, + "id": 13054, "properties": { "facing": "north", "half": "top", @@ -206624,7 +216379,7 @@ } }, { - "id": 11978, + "id": 13055, "properties": { "facing": "north", "half": "top", @@ -206633,7 +216388,7 @@ } }, { - "id": 11979, + "id": 13056, "properties": { "facing": "north", "half": "top", @@ -206642,7 +216397,7 @@ } }, { - "id": 11980, + "id": 13057, "properties": { "facing": "north", "half": "top", @@ -206651,7 +216406,7 @@ } }, { - "id": 11981, + "id": 13058, "properties": { "facing": "north", "half": "bottom", @@ -206661,7 +216416,7 @@ }, { "default": true, - "id": 11982, + "id": 13059, "properties": { "facing": "north", "half": "bottom", @@ -206670,7 +216425,7 @@ } }, { - "id": 11983, + "id": 13060, "properties": { "facing": "north", "half": "bottom", @@ -206679,7 +216434,7 @@ } }, { - "id": 11984, + "id": 13061, "properties": { "facing": "north", "half": "bottom", @@ -206688,7 +216443,7 @@ } }, { - "id": 11985, + "id": 13062, "properties": { "facing": "north", "half": "bottom", @@ -206697,7 +216452,7 @@ } }, { - "id": 11986, + "id": 13063, "properties": { "facing": "north", "half": "bottom", @@ -206706,7 +216461,7 @@ } }, { - "id": 11987, + "id": 13064, "properties": { "facing": "north", "half": "bottom", @@ -206715,7 +216470,7 @@ } }, { - "id": 11988, + "id": 13065, "properties": { "facing": "north", "half": "bottom", @@ -206724,7 +216479,7 @@ } }, { - "id": 11989, + "id": 13066, "properties": { "facing": "north", "half": "bottom", @@ -206733,7 +216488,7 @@ } }, { - "id": 11990, + "id": 13067, "properties": { "facing": "north", "half": "bottom", @@ -206742,7 +216497,7 @@ } }, { - "id": 11991, + "id": 13068, "properties": { "facing": "south", "half": "top", @@ -206751,7 +216506,7 @@ } }, { - "id": 11992, + "id": 13069, "properties": { "facing": "south", "half": "top", @@ -206760,7 +216515,7 @@ } }, { - "id": 11993, + "id": 13070, "properties": { "facing": "south", "half": "top", @@ -206769,7 +216524,7 @@ } }, { - "id": 11994, + "id": 13071, "properties": { "facing": "south", "half": "top", @@ -206778,7 +216533,7 @@ } }, { - "id": 11995, + "id": 13072, "properties": { "facing": "south", "half": "top", @@ -206787,7 +216542,7 @@ } }, { - "id": 11996, + "id": 13073, "properties": { "facing": "south", "half": "top", @@ -206796,7 +216551,7 @@ } }, { - "id": 11997, + "id": 13074, "properties": { "facing": "south", "half": "top", @@ -206805,7 +216560,7 @@ } }, { - "id": 11998, + "id": 13075, "properties": { "facing": "south", "half": "top", @@ -206814,7 +216569,7 @@ } }, { - "id": 11999, + "id": 13076, "properties": { "facing": "south", "half": "top", @@ -206823,7 +216578,7 @@ } }, { - "id": 12000, + "id": 13077, "properties": { "facing": "south", "half": "top", @@ -206832,7 +216587,7 @@ } }, { - "id": 12001, + "id": 13078, "properties": { "facing": "south", "half": "bottom", @@ -206841,7 +216596,7 @@ } }, { - "id": 12002, + "id": 13079, "properties": { "facing": "south", "half": "bottom", @@ -206850,7 +216605,7 @@ } }, { - "id": 12003, + "id": 13080, "properties": { "facing": "south", "half": "bottom", @@ -206859,7 +216614,7 @@ } }, { - "id": 12004, + "id": 13081, "properties": { "facing": "south", "half": "bottom", @@ -206868,7 +216623,7 @@ } }, { - "id": 12005, + "id": 13082, "properties": { "facing": "south", "half": "bottom", @@ -206877,7 +216632,7 @@ } }, { - "id": 12006, + "id": 13083, "properties": { "facing": "south", "half": "bottom", @@ -206886,7 +216641,7 @@ } }, { - "id": 12007, + "id": 13084, "properties": { "facing": "south", "half": "bottom", @@ -206895,7 +216650,7 @@ } }, { - "id": 12008, + "id": 13085, "properties": { "facing": "south", "half": "bottom", @@ -206904,7 +216659,7 @@ } }, { - "id": 12009, + "id": 13086, "properties": { "facing": "south", "half": "bottom", @@ -206913,7 +216668,7 @@ } }, { - "id": 12010, + "id": 13087, "properties": { "facing": "south", "half": "bottom", @@ -206922,7 +216677,7 @@ } }, { - "id": 12011, + "id": 13088, "properties": { "facing": "west", "half": "top", @@ -206931,7 +216686,7 @@ } }, { - "id": 12012, + "id": 13089, "properties": { "facing": "west", "half": "top", @@ -206940,7 +216695,7 @@ } }, { - "id": 12013, + "id": 13090, "properties": { "facing": "west", "half": "top", @@ -206949,7 +216704,7 @@ } }, { - "id": 12014, + "id": 13091, "properties": { "facing": "west", "half": "top", @@ -206958,7 +216713,7 @@ } }, { - "id": 12015, + "id": 13092, "properties": { "facing": "west", "half": "top", @@ -206967,7 +216722,7 @@ } }, { - "id": 12016, + "id": 13093, "properties": { "facing": "west", "half": "top", @@ -206976,7 +216731,7 @@ } }, { - "id": 12017, + "id": 13094, "properties": { "facing": "west", "half": "top", @@ -206985,7 +216740,7 @@ } }, { - "id": 12018, + "id": 13095, "properties": { "facing": "west", "half": "top", @@ -206994,7 +216749,7 @@ } }, { - "id": 12019, + "id": 13096, "properties": { "facing": "west", "half": "top", @@ -207003,7 +216758,7 @@ } }, { - "id": 12020, + "id": 13097, "properties": { "facing": "west", "half": "top", @@ -207012,7 +216767,7 @@ } }, { - "id": 12021, + "id": 13098, "properties": { "facing": "west", "half": "bottom", @@ -207021,7 +216776,7 @@ } }, { - "id": 12022, + "id": 13099, "properties": { "facing": "west", "half": "bottom", @@ -207030,7 +216785,7 @@ } }, { - "id": 12023, + "id": 13100, "properties": { "facing": "west", "half": "bottom", @@ -207039,7 +216794,7 @@ } }, { - "id": 12024, + "id": 13101, "properties": { "facing": "west", "half": "bottom", @@ -207048,7 +216803,7 @@ } }, { - "id": 12025, + "id": 13102, "properties": { "facing": "west", "half": "bottom", @@ -207057,7 +216812,7 @@ } }, { - "id": 12026, + "id": 13103, "properties": { "facing": "west", "half": "bottom", @@ -207066,7 +216821,7 @@ } }, { - "id": 12027, + "id": 13104, "properties": { "facing": "west", "half": "bottom", @@ -207075,7 +216830,7 @@ } }, { - "id": 12028, + "id": 13105, "properties": { "facing": "west", "half": "bottom", @@ -207084,7 +216839,7 @@ } }, { - "id": 12029, + "id": 13106, "properties": { "facing": "west", "half": "bottom", @@ -207093,7 +216848,7 @@ } }, { - "id": 12030, + "id": 13107, "properties": { "facing": "west", "half": "bottom", @@ -207102,7 +216857,7 @@ } }, { - "id": 12031, + "id": 13108, "properties": { "facing": "east", "half": "top", @@ -207111,7 +216866,7 @@ } }, { - "id": 12032, + "id": 13109, "properties": { "facing": "east", "half": "top", @@ -207120,7 +216875,7 @@ } }, { - "id": 12033, + "id": 13110, "properties": { "facing": "east", "half": "top", @@ -207129,7 +216884,7 @@ } }, { - "id": 12034, + "id": 13111, "properties": { "facing": "east", "half": "top", @@ -207138,7 +216893,7 @@ } }, { - "id": 12035, + "id": 13112, "properties": { "facing": "east", "half": "top", @@ -207147,7 +216902,7 @@ } }, { - "id": 12036, + "id": 13113, "properties": { "facing": "east", "half": "top", @@ -207156,7 +216911,7 @@ } }, { - "id": 12037, + "id": 13114, "properties": { "facing": "east", "half": "top", @@ -207165,7 +216920,7 @@ } }, { - "id": 12038, + "id": 13115, "properties": { "facing": "east", "half": "top", @@ -207174,7 +216929,7 @@ } }, { - "id": 12039, + "id": 13116, "properties": { "facing": "east", "half": "top", @@ -207183,7 +216938,7 @@ } }, { - "id": 12040, + "id": 13117, "properties": { "facing": "east", "half": "top", @@ -207192,7 +216947,7 @@ } }, { - "id": 12041, + "id": 13118, "properties": { "facing": "east", "half": "bottom", @@ -207201,7 +216956,7 @@ } }, { - "id": 12042, + "id": 13119, "properties": { "facing": "east", "half": "bottom", @@ -207210,7 +216965,7 @@ } }, { - "id": 12043, + "id": 13120, "properties": { "facing": "east", "half": "bottom", @@ -207219,7 +216974,7 @@ } }, { - "id": 12044, + "id": 13121, "properties": { "facing": "east", "half": "bottom", @@ -207228,7 +216983,7 @@ } }, { - "id": 12045, + "id": 13122, "properties": { "facing": "east", "half": "bottom", @@ -207237,7 +216992,7 @@ } }, { - "id": 12046, + "id": 13123, "properties": { "facing": "east", "half": "bottom", @@ -207246,7 +217001,7 @@ } }, { - "id": 12047, + "id": 13124, "properties": { "facing": "east", "half": "bottom", @@ -207255,7 +217010,7 @@ } }, { - "id": 12048, + "id": 13125, "properties": { "facing": "east", "half": "bottom", @@ -207264,7 +217019,7 @@ } }, { - "id": 12049, + "id": 13126, "properties": { "facing": "east", "half": "bottom", @@ -207273,7 +217028,7 @@ } }, { - "id": 12050, + "id": 13127, "properties": { "facing": "east", "half": "bottom", @@ -207320,7 +217075,7 @@ }, "states": [ { - "id": 15831, + "id": 16940, "properties": { "east": "none", "north": "none", @@ -207331,7 +217086,7 @@ } }, { - "id": 15832, + "id": 16941, "properties": { "east": "none", "north": "none", @@ -207342,7 +217097,7 @@ } }, { - "id": 15833, + "id": 16942, "properties": { "east": "none", "north": "none", @@ -207354,7 +217109,7 @@ }, { "default": true, - "id": 15834, + "id": 16943, "properties": { "east": "none", "north": "none", @@ -207365,7 +217120,7 @@ } }, { - "id": 15835, + "id": 16944, "properties": { "east": "none", "north": "none", @@ -207376,7 +217131,7 @@ } }, { - "id": 15836, + "id": 16945, "properties": { "east": "none", "north": "none", @@ -207387,7 +217142,7 @@ } }, { - "id": 15837, + "id": 16946, "properties": { "east": "none", "north": "none", @@ -207398,7 +217153,7 @@ } }, { - "id": 15838, + "id": 16947, "properties": { "east": "none", "north": "none", @@ -207409,7 +217164,7 @@ } }, { - "id": 15839, + "id": 16948, "properties": { "east": "none", "north": "none", @@ -207420,7 +217175,7 @@ } }, { - "id": 15840, + "id": 16949, "properties": { "east": "none", "north": "none", @@ -207431,7 +217186,7 @@ } }, { - "id": 15841, + "id": 16950, "properties": { "east": "none", "north": "none", @@ -207442,7 +217197,7 @@ } }, { - "id": 15842, + "id": 16951, "properties": { "east": "none", "north": "none", @@ -207453,7 +217208,7 @@ } }, { - "id": 15843, + "id": 16952, "properties": { "east": "none", "north": "none", @@ -207464,7 +217219,7 @@ } }, { - "id": 15844, + "id": 16953, "properties": { "east": "none", "north": "none", @@ -207475,7 +217230,7 @@ } }, { - "id": 15845, + "id": 16954, "properties": { "east": "none", "north": "none", @@ -207486,7 +217241,7 @@ } }, { - "id": 15846, + "id": 16955, "properties": { "east": "none", "north": "none", @@ -207497,7 +217252,7 @@ } }, { - "id": 15847, + "id": 16956, "properties": { "east": "none", "north": "none", @@ -207508,7 +217263,7 @@ } }, { - "id": 15848, + "id": 16957, "properties": { "east": "none", "north": "none", @@ -207519,7 +217274,7 @@ } }, { - "id": 15849, + "id": 16958, "properties": { "east": "none", "north": "none", @@ -207530,7 +217285,7 @@ } }, { - "id": 15850, + "id": 16959, "properties": { "east": "none", "north": "none", @@ -207541,7 +217296,7 @@ } }, { - "id": 15851, + "id": 16960, "properties": { "east": "none", "north": "none", @@ -207552,7 +217307,7 @@ } }, { - "id": 15852, + "id": 16961, "properties": { "east": "none", "north": "none", @@ -207563,7 +217318,7 @@ } }, { - "id": 15853, + "id": 16962, "properties": { "east": "none", "north": "none", @@ -207574,7 +217329,7 @@ } }, { - "id": 15854, + "id": 16963, "properties": { "east": "none", "north": "none", @@ -207585,7 +217340,7 @@ } }, { - "id": 15855, + "id": 16964, "properties": { "east": "none", "north": "none", @@ -207596,7 +217351,7 @@ } }, { - "id": 15856, + "id": 16965, "properties": { "east": "none", "north": "none", @@ -207607,7 +217362,7 @@ } }, { - "id": 15857, + "id": 16966, "properties": { "east": "none", "north": "none", @@ -207618,7 +217373,7 @@ } }, { - "id": 15858, + "id": 16967, "properties": { "east": "none", "north": "none", @@ -207629,7 +217384,7 @@ } }, { - "id": 15859, + "id": 16968, "properties": { "east": "none", "north": "none", @@ -207640,7 +217395,7 @@ } }, { - "id": 15860, + "id": 16969, "properties": { "east": "none", "north": "none", @@ -207651,7 +217406,7 @@ } }, { - "id": 15861, + "id": 16970, "properties": { "east": "none", "north": "none", @@ -207662,7 +217417,7 @@ } }, { - "id": 15862, + "id": 16971, "properties": { "east": "none", "north": "none", @@ -207673,7 +217428,7 @@ } }, { - "id": 15863, + "id": 16972, "properties": { "east": "none", "north": "none", @@ -207684,7 +217439,7 @@ } }, { - "id": 15864, + "id": 16973, "properties": { "east": "none", "north": "none", @@ -207695,7 +217450,7 @@ } }, { - "id": 15865, + "id": 16974, "properties": { "east": "none", "north": "none", @@ -207706,7 +217461,7 @@ } }, { - "id": 15866, + "id": 16975, "properties": { "east": "none", "north": "none", @@ -207717,7 +217472,7 @@ } }, { - "id": 15867, + "id": 16976, "properties": { "east": "none", "north": "low", @@ -207728,7 +217483,7 @@ } }, { - "id": 15868, + "id": 16977, "properties": { "east": "none", "north": "low", @@ -207739,7 +217494,7 @@ } }, { - "id": 15869, + "id": 16978, "properties": { "east": "none", "north": "low", @@ -207750,7 +217505,7 @@ } }, { - "id": 15870, + "id": 16979, "properties": { "east": "none", "north": "low", @@ -207761,7 +217516,7 @@ } }, { - "id": 15871, + "id": 16980, "properties": { "east": "none", "north": "low", @@ -207772,7 +217527,7 @@ } }, { - "id": 15872, + "id": 16981, "properties": { "east": "none", "north": "low", @@ -207783,7 +217538,7 @@ } }, { - "id": 15873, + "id": 16982, "properties": { "east": "none", "north": "low", @@ -207794,7 +217549,7 @@ } }, { - "id": 15874, + "id": 16983, "properties": { "east": "none", "north": "low", @@ -207805,7 +217560,7 @@ } }, { - "id": 15875, + "id": 16984, "properties": { "east": "none", "north": "low", @@ -207816,7 +217571,7 @@ } }, { - "id": 15876, + "id": 16985, "properties": { "east": "none", "north": "low", @@ -207827,7 +217582,7 @@ } }, { - "id": 15877, + "id": 16986, "properties": { "east": "none", "north": "low", @@ -207838,7 +217593,7 @@ } }, { - "id": 15878, + "id": 16987, "properties": { "east": "none", "north": "low", @@ -207849,7 +217604,7 @@ } }, { - "id": 15879, + "id": 16988, "properties": { "east": "none", "north": "low", @@ -207860,7 +217615,7 @@ } }, { - "id": 15880, + "id": 16989, "properties": { "east": "none", "north": "low", @@ -207871,7 +217626,7 @@ } }, { - "id": 15881, + "id": 16990, "properties": { "east": "none", "north": "low", @@ -207882,7 +217637,7 @@ } }, { - "id": 15882, + "id": 16991, "properties": { "east": "none", "north": "low", @@ -207893,7 +217648,7 @@ } }, { - "id": 15883, + "id": 16992, "properties": { "east": "none", "north": "low", @@ -207904,7 +217659,7 @@ } }, { - "id": 15884, + "id": 16993, "properties": { "east": "none", "north": "low", @@ -207915,7 +217670,7 @@ } }, { - "id": 15885, + "id": 16994, "properties": { "east": "none", "north": "low", @@ -207926,7 +217681,7 @@ } }, { - "id": 15886, + "id": 16995, "properties": { "east": "none", "north": "low", @@ -207937,7 +217692,7 @@ } }, { - "id": 15887, + "id": 16996, "properties": { "east": "none", "north": "low", @@ -207948,7 +217703,7 @@ } }, { - "id": 15888, + "id": 16997, "properties": { "east": "none", "north": "low", @@ -207959,7 +217714,7 @@ } }, { - "id": 15889, + "id": 16998, "properties": { "east": "none", "north": "low", @@ -207970,7 +217725,7 @@ } }, { - "id": 15890, + "id": 16999, "properties": { "east": "none", "north": "low", @@ -207981,7 +217736,7 @@ } }, { - "id": 15891, + "id": 17000, "properties": { "east": "none", "north": "low", @@ -207992,7 +217747,7 @@ } }, { - "id": 15892, + "id": 17001, "properties": { "east": "none", "north": "low", @@ -208003,7 +217758,7 @@ } }, { - "id": 15893, + "id": 17002, "properties": { "east": "none", "north": "low", @@ -208014,7 +217769,7 @@ } }, { - "id": 15894, + "id": 17003, "properties": { "east": "none", "north": "low", @@ -208025,7 +217780,7 @@ } }, { - "id": 15895, + "id": 17004, "properties": { "east": "none", "north": "low", @@ -208036,7 +217791,7 @@ } }, { - "id": 15896, + "id": 17005, "properties": { "east": "none", "north": "low", @@ -208047,7 +217802,7 @@ } }, { - "id": 15897, + "id": 17006, "properties": { "east": "none", "north": "low", @@ -208058,7 +217813,7 @@ } }, { - "id": 15898, + "id": 17007, "properties": { "east": "none", "north": "low", @@ -208069,7 +217824,7 @@ } }, { - "id": 15899, + "id": 17008, "properties": { "east": "none", "north": "low", @@ -208080,7 +217835,7 @@ } }, { - "id": 15900, + "id": 17009, "properties": { "east": "none", "north": "low", @@ -208091,7 +217846,7 @@ } }, { - "id": 15901, + "id": 17010, "properties": { "east": "none", "north": "low", @@ -208102,7 +217857,7 @@ } }, { - "id": 15902, + "id": 17011, "properties": { "east": "none", "north": "low", @@ -208113,7 +217868,7 @@ } }, { - "id": 15903, + "id": 17012, "properties": { "east": "none", "north": "tall", @@ -208124,7 +217879,7 @@ } }, { - "id": 15904, + "id": 17013, "properties": { "east": "none", "north": "tall", @@ -208135,7 +217890,7 @@ } }, { - "id": 15905, + "id": 17014, "properties": { "east": "none", "north": "tall", @@ -208146,7 +217901,7 @@ } }, { - "id": 15906, + "id": 17015, "properties": { "east": "none", "north": "tall", @@ -208157,7 +217912,7 @@ } }, { - "id": 15907, + "id": 17016, "properties": { "east": "none", "north": "tall", @@ -208168,7 +217923,7 @@ } }, { - "id": 15908, + "id": 17017, "properties": { "east": "none", "north": "tall", @@ -208179,7 +217934,7 @@ } }, { - "id": 15909, + "id": 17018, "properties": { "east": "none", "north": "tall", @@ -208190,7 +217945,7 @@ } }, { - "id": 15910, + "id": 17019, "properties": { "east": "none", "north": "tall", @@ -208201,7 +217956,7 @@ } }, { - "id": 15911, + "id": 17020, "properties": { "east": "none", "north": "tall", @@ -208212,7 +217967,7 @@ } }, { - "id": 15912, + "id": 17021, "properties": { "east": "none", "north": "tall", @@ -208223,7 +217978,7 @@ } }, { - "id": 15913, + "id": 17022, "properties": { "east": "none", "north": "tall", @@ -208234,7 +217989,7 @@ } }, { - "id": 15914, + "id": 17023, "properties": { "east": "none", "north": "tall", @@ -208245,7 +218000,7 @@ } }, { - "id": 15915, + "id": 17024, "properties": { "east": "none", "north": "tall", @@ -208256,7 +218011,7 @@ } }, { - "id": 15916, + "id": 17025, "properties": { "east": "none", "north": "tall", @@ -208267,7 +218022,7 @@ } }, { - "id": 15917, + "id": 17026, "properties": { "east": "none", "north": "tall", @@ -208278,7 +218033,7 @@ } }, { - "id": 15918, + "id": 17027, "properties": { "east": "none", "north": "tall", @@ -208289,7 +218044,7 @@ } }, { - "id": 15919, + "id": 17028, "properties": { "east": "none", "north": "tall", @@ -208300,7 +218055,7 @@ } }, { - "id": 15920, + "id": 17029, "properties": { "east": "none", "north": "tall", @@ -208311,7 +218066,7 @@ } }, { - "id": 15921, + "id": 17030, "properties": { "east": "none", "north": "tall", @@ -208322,7 +218077,7 @@ } }, { - "id": 15922, + "id": 17031, "properties": { "east": "none", "north": "tall", @@ -208333,7 +218088,7 @@ } }, { - "id": 15923, + "id": 17032, "properties": { "east": "none", "north": "tall", @@ -208344,7 +218099,7 @@ } }, { - "id": 15924, + "id": 17033, "properties": { "east": "none", "north": "tall", @@ -208355,7 +218110,7 @@ } }, { - "id": 15925, + "id": 17034, "properties": { "east": "none", "north": "tall", @@ -208366,7 +218121,7 @@ } }, { - "id": 15926, + "id": 17035, "properties": { "east": "none", "north": "tall", @@ -208377,7 +218132,7 @@ } }, { - "id": 15927, + "id": 17036, "properties": { "east": "none", "north": "tall", @@ -208388,7 +218143,7 @@ } }, { - "id": 15928, + "id": 17037, "properties": { "east": "none", "north": "tall", @@ -208399,7 +218154,7 @@ } }, { - "id": 15929, + "id": 17038, "properties": { "east": "none", "north": "tall", @@ -208410,7 +218165,7 @@ } }, { - "id": 15930, + "id": 17039, "properties": { "east": "none", "north": "tall", @@ -208421,7 +218176,7 @@ } }, { - "id": 15931, + "id": 17040, "properties": { "east": "none", "north": "tall", @@ -208432,7 +218187,7 @@ } }, { - "id": 15932, + "id": 17041, "properties": { "east": "none", "north": "tall", @@ -208443,7 +218198,7 @@ } }, { - "id": 15933, + "id": 17042, "properties": { "east": "none", "north": "tall", @@ -208454,7 +218209,7 @@ } }, { - "id": 15934, + "id": 17043, "properties": { "east": "none", "north": "tall", @@ -208465,7 +218220,7 @@ } }, { - "id": 15935, + "id": 17044, "properties": { "east": "none", "north": "tall", @@ -208476,7 +218231,7 @@ } }, { - "id": 15936, + "id": 17045, "properties": { "east": "none", "north": "tall", @@ -208487,7 +218242,7 @@ } }, { - "id": 15937, + "id": 17046, "properties": { "east": "none", "north": "tall", @@ -208498,7 +218253,7 @@ } }, { - "id": 15938, + "id": 17047, "properties": { "east": "none", "north": "tall", @@ -208509,7 +218264,7 @@ } }, { - "id": 15939, + "id": 17048, "properties": { "east": "low", "north": "none", @@ -208520,7 +218275,7 @@ } }, { - "id": 15940, + "id": 17049, "properties": { "east": "low", "north": "none", @@ -208531,7 +218286,7 @@ } }, { - "id": 15941, + "id": 17050, "properties": { "east": "low", "north": "none", @@ -208542,7 +218297,7 @@ } }, { - "id": 15942, + "id": 17051, "properties": { "east": "low", "north": "none", @@ -208553,7 +218308,7 @@ } }, { - "id": 15943, + "id": 17052, "properties": { "east": "low", "north": "none", @@ -208564,7 +218319,7 @@ } }, { - "id": 15944, + "id": 17053, "properties": { "east": "low", "north": "none", @@ -208575,7 +218330,7 @@ } }, { - "id": 15945, + "id": 17054, "properties": { "east": "low", "north": "none", @@ -208586,7 +218341,7 @@ } }, { - "id": 15946, + "id": 17055, "properties": { "east": "low", "north": "none", @@ -208597,7 +218352,7 @@ } }, { - "id": 15947, + "id": 17056, "properties": { "east": "low", "north": "none", @@ -208608,7 +218363,7 @@ } }, { - "id": 15948, + "id": 17057, "properties": { "east": "low", "north": "none", @@ -208619,7 +218374,7 @@ } }, { - "id": 15949, + "id": 17058, "properties": { "east": "low", "north": "none", @@ -208630,7 +218385,7 @@ } }, { - "id": 15950, + "id": 17059, "properties": { "east": "low", "north": "none", @@ -208641,7 +218396,7 @@ } }, { - "id": 15951, + "id": 17060, "properties": { "east": "low", "north": "none", @@ -208652,7 +218407,7 @@ } }, { - "id": 15952, + "id": 17061, "properties": { "east": "low", "north": "none", @@ -208663,7 +218418,7 @@ } }, { - "id": 15953, + "id": 17062, "properties": { "east": "low", "north": "none", @@ -208674,7 +218429,7 @@ } }, { - "id": 15954, + "id": 17063, "properties": { "east": "low", "north": "none", @@ -208685,7 +218440,7 @@ } }, { - "id": 15955, + "id": 17064, "properties": { "east": "low", "north": "none", @@ -208696,7 +218451,7 @@ } }, { - "id": 15956, + "id": 17065, "properties": { "east": "low", "north": "none", @@ -208707,7 +218462,7 @@ } }, { - "id": 15957, + "id": 17066, "properties": { "east": "low", "north": "none", @@ -208718,7 +218473,7 @@ } }, { - "id": 15958, + "id": 17067, "properties": { "east": "low", "north": "none", @@ -208729,7 +218484,7 @@ } }, { - "id": 15959, + "id": 17068, "properties": { "east": "low", "north": "none", @@ -208740,7 +218495,7 @@ } }, { - "id": 15960, + "id": 17069, "properties": { "east": "low", "north": "none", @@ -208751,7 +218506,7 @@ } }, { - "id": 15961, + "id": 17070, "properties": { "east": "low", "north": "none", @@ -208762,7 +218517,7 @@ } }, { - "id": 15962, + "id": 17071, "properties": { "east": "low", "north": "none", @@ -208773,7 +218528,7 @@ } }, { - "id": 15963, + "id": 17072, "properties": { "east": "low", "north": "none", @@ -208784,7 +218539,7 @@ } }, { - "id": 15964, + "id": 17073, "properties": { "east": "low", "north": "none", @@ -208795,7 +218550,7 @@ } }, { - "id": 15965, + "id": 17074, "properties": { "east": "low", "north": "none", @@ -208806,7 +218561,7 @@ } }, { - "id": 15966, + "id": 17075, "properties": { "east": "low", "north": "none", @@ -208817,7 +218572,7 @@ } }, { - "id": 15967, + "id": 17076, "properties": { "east": "low", "north": "none", @@ -208828,7 +218583,7 @@ } }, { - "id": 15968, + "id": 17077, "properties": { "east": "low", "north": "none", @@ -208839,7 +218594,7 @@ } }, { - "id": 15969, + "id": 17078, "properties": { "east": "low", "north": "none", @@ -208850,7 +218605,7 @@ } }, { - "id": 15970, + "id": 17079, "properties": { "east": "low", "north": "none", @@ -208861,7 +218616,7 @@ } }, { - "id": 15971, + "id": 17080, "properties": { "east": "low", "north": "none", @@ -208872,7 +218627,7 @@ } }, { - "id": 15972, + "id": 17081, "properties": { "east": "low", "north": "none", @@ -208883,7 +218638,7 @@ } }, { - "id": 15973, + "id": 17082, "properties": { "east": "low", "north": "none", @@ -208894,7 +218649,7 @@ } }, { - "id": 15974, + "id": 17083, "properties": { "east": "low", "north": "none", @@ -208905,7 +218660,7 @@ } }, { - "id": 15975, + "id": 17084, "properties": { "east": "low", "north": "low", @@ -208916,7 +218671,7 @@ } }, { - "id": 15976, + "id": 17085, "properties": { "east": "low", "north": "low", @@ -208927,7 +218682,7 @@ } }, { - "id": 15977, + "id": 17086, "properties": { "east": "low", "north": "low", @@ -208938,7 +218693,7 @@ } }, { - "id": 15978, + "id": 17087, "properties": { "east": "low", "north": "low", @@ -208949,7 +218704,7 @@ } }, { - "id": 15979, + "id": 17088, "properties": { "east": "low", "north": "low", @@ -208960,7 +218715,7 @@ } }, { - "id": 15980, + "id": 17089, "properties": { "east": "low", "north": "low", @@ -208971,7 +218726,7 @@ } }, { - "id": 15981, + "id": 17090, "properties": { "east": "low", "north": "low", @@ -208982,7 +218737,7 @@ } }, { - "id": 15982, + "id": 17091, "properties": { "east": "low", "north": "low", @@ -208993,7 +218748,7 @@ } }, { - "id": 15983, + "id": 17092, "properties": { "east": "low", "north": "low", @@ -209004,7 +218759,7 @@ } }, { - "id": 15984, + "id": 17093, "properties": { "east": "low", "north": "low", @@ -209015,7 +218770,7 @@ } }, { - "id": 15985, + "id": 17094, "properties": { "east": "low", "north": "low", @@ -209026,7 +218781,7 @@ } }, { - "id": 15986, + "id": 17095, "properties": { "east": "low", "north": "low", @@ -209037,7 +218792,7 @@ } }, { - "id": 15987, + "id": 17096, "properties": { "east": "low", "north": "low", @@ -209048,7 +218803,7 @@ } }, { - "id": 15988, + "id": 17097, "properties": { "east": "low", "north": "low", @@ -209059,7 +218814,7 @@ } }, { - "id": 15989, + "id": 17098, "properties": { "east": "low", "north": "low", @@ -209070,7 +218825,7 @@ } }, { - "id": 15990, + "id": 17099, "properties": { "east": "low", "north": "low", @@ -209081,7 +218836,7 @@ } }, { - "id": 15991, + "id": 17100, "properties": { "east": "low", "north": "low", @@ -209092,7 +218847,7 @@ } }, { - "id": 15992, + "id": 17101, "properties": { "east": "low", "north": "low", @@ -209103,7 +218858,7 @@ } }, { - "id": 15993, + "id": 17102, "properties": { "east": "low", "north": "low", @@ -209114,7 +218869,7 @@ } }, { - "id": 15994, + "id": 17103, "properties": { "east": "low", "north": "low", @@ -209125,7 +218880,7 @@ } }, { - "id": 15995, + "id": 17104, "properties": { "east": "low", "north": "low", @@ -209136,7 +218891,7 @@ } }, { - "id": 15996, + "id": 17105, "properties": { "east": "low", "north": "low", @@ -209147,7 +218902,7 @@ } }, { - "id": 15997, + "id": 17106, "properties": { "east": "low", "north": "low", @@ -209158,7 +218913,7 @@ } }, { - "id": 15998, + "id": 17107, "properties": { "east": "low", "north": "low", @@ -209169,7 +218924,7 @@ } }, { - "id": 15999, + "id": 17108, "properties": { "east": "low", "north": "low", @@ -209180,7 +218935,7 @@ } }, { - "id": 16000, + "id": 17109, "properties": { "east": "low", "north": "low", @@ -209191,7 +218946,7 @@ } }, { - "id": 16001, + "id": 17110, "properties": { "east": "low", "north": "low", @@ -209202,7 +218957,7 @@ } }, { - "id": 16002, + "id": 17111, "properties": { "east": "low", "north": "low", @@ -209213,7 +218968,7 @@ } }, { - "id": 16003, + "id": 17112, "properties": { "east": "low", "north": "low", @@ -209224,7 +218979,7 @@ } }, { - "id": 16004, + "id": 17113, "properties": { "east": "low", "north": "low", @@ -209235,7 +218990,7 @@ } }, { - "id": 16005, + "id": 17114, "properties": { "east": "low", "north": "low", @@ -209246,7 +219001,7 @@ } }, { - "id": 16006, + "id": 17115, "properties": { "east": "low", "north": "low", @@ -209257,7 +219012,7 @@ } }, { - "id": 16007, + "id": 17116, "properties": { "east": "low", "north": "low", @@ -209268,7 +219023,7 @@ } }, { - "id": 16008, + "id": 17117, "properties": { "east": "low", "north": "low", @@ -209279,7 +219034,7 @@ } }, { - "id": 16009, + "id": 17118, "properties": { "east": "low", "north": "low", @@ -209290,7 +219045,7 @@ } }, { - "id": 16010, + "id": 17119, "properties": { "east": "low", "north": "low", @@ -209301,7 +219056,7 @@ } }, { - "id": 16011, + "id": 17120, "properties": { "east": "low", "north": "tall", @@ -209312,7 +219067,7 @@ } }, { - "id": 16012, + "id": 17121, "properties": { "east": "low", "north": "tall", @@ -209323,7 +219078,7 @@ } }, { - "id": 16013, + "id": 17122, "properties": { "east": "low", "north": "tall", @@ -209334,7 +219089,7 @@ } }, { - "id": 16014, + "id": 17123, "properties": { "east": "low", "north": "tall", @@ -209345,7 +219100,7 @@ } }, { - "id": 16015, + "id": 17124, "properties": { "east": "low", "north": "tall", @@ -209356,7 +219111,7 @@ } }, { - "id": 16016, + "id": 17125, "properties": { "east": "low", "north": "tall", @@ -209367,7 +219122,7 @@ } }, { - "id": 16017, + "id": 17126, "properties": { "east": "low", "north": "tall", @@ -209378,7 +219133,7 @@ } }, { - "id": 16018, + "id": 17127, "properties": { "east": "low", "north": "tall", @@ -209389,7 +219144,7 @@ } }, { - "id": 16019, + "id": 17128, "properties": { "east": "low", "north": "tall", @@ -209400,7 +219155,7 @@ } }, { - "id": 16020, + "id": 17129, "properties": { "east": "low", "north": "tall", @@ -209411,7 +219166,7 @@ } }, { - "id": 16021, + "id": 17130, "properties": { "east": "low", "north": "tall", @@ -209422,7 +219177,7 @@ } }, { - "id": 16022, + "id": 17131, "properties": { "east": "low", "north": "tall", @@ -209433,7 +219188,7 @@ } }, { - "id": 16023, + "id": 17132, "properties": { "east": "low", "north": "tall", @@ -209444,7 +219199,7 @@ } }, { - "id": 16024, + "id": 17133, "properties": { "east": "low", "north": "tall", @@ -209455,7 +219210,7 @@ } }, { - "id": 16025, + "id": 17134, "properties": { "east": "low", "north": "tall", @@ -209466,7 +219221,7 @@ } }, { - "id": 16026, + "id": 17135, "properties": { "east": "low", "north": "tall", @@ -209477,7 +219232,7 @@ } }, { - "id": 16027, + "id": 17136, "properties": { "east": "low", "north": "tall", @@ -209488,7 +219243,7 @@ } }, { - "id": 16028, + "id": 17137, "properties": { "east": "low", "north": "tall", @@ -209499,7 +219254,7 @@ } }, { - "id": 16029, + "id": 17138, "properties": { "east": "low", "north": "tall", @@ -209510,7 +219265,7 @@ } }, { - "id": 16030, + "id": 17139, "properties": { "east": "low", "north": "tall", @@ -209521,7 +219276,7 @@ } }, { - "id": 16031, + "id": 17140, "properties": { "east": "low", "north": "tall", @@ -209532,7 +219287,7 @@ } }, { - "id": 16032, + "id": 17141, "properties": { "east": "low", "north": "tall", @@ -209543,7 +219298,7 @@ } }, { - "id": 16033, + "id": 17142, "properties": { "east": "low", "north": "tall", @@ -209554,7 +219309,7 @@ } }, { - "id": 16034, + "id": 17143, "properties": { "east": "low", "north": "tall", @@ -209565,7 +219320,7 @@ } }, { - "id": 16035, + "id": 17144, "properties": { "east": "low", "north": "tall", @@ -209576,7 +219331,7 @@ } }, { - "id": 16036, + "id": 17145, "properties": { "east": "low", "north": "tall", @@ -209587,7 +219342,7 @@ } }, { - "id": 16037, + "id": 17146, "properties": { "east": "low", "north": "tall", @@ -209598,7 +219353,7 @@ } }, { - "id": 16038, + "id": 17147, "properties": { "east": "low", "north": "tall", @@ -209609,7 +219364,7 @@ } }, { - "id": 16039, + "id": 17148, "properties": { "east": "low", "north": "tall", @@ -209620,7 +219375,7 @@ } }, { - "id": 16040, + "id": 17149, "properties": { "east": "low", "north": "tall", @@ -209631,7 +219386,7 @@ } }, { - "id": 16041, + "id": 17150, "properties": { "east": "low", "north": "tall", @@ -209642,7 +219397,7 @@ } }, { - "id": 16042, + "id": 17151, "properties": { "east": "low", "north": "tall", @@ -209653,7 +219408,7 @@ } }, { - "id": 16043, + "id": 17152, "properties": { "east": "low", "north": "tall", @@ -209664,7 +219419,7 @@ } }, { - "id": 16044, + "id": 17153, "properties": { "east": "low", "north": "tall", @@ -209675,7 +219430,7 @@ } }, { - "id": 16045, + "id": 17154, "properties": { "east": "low", "north": "tall", @@ -209686,7 +219441,7 @@ } }, { - "id": 16046, + "id": 17155, "properties": { "east": "low", "north": "tall", @@ -209697,7 +219452,7 @@ } }, { - "id": 16047, + "id": 17156, "properties": { "east": "tall", "north": "none", @@ -209708,7 +219463,7 @@ } }, { - "id": 16048, + "id": 17157, "properties": { "east": "tall", "north": "none", @@ -209719,7 +219474,7 @@ } }, { - "id": 16049, + "id": 17158, "properties": { "east": "tall", "north": "none", @@ -209730,7 +219485,7 @@ } }, { - "id": 16050, + "id": 17159, "properties": { "east": "tall", "north": "none", @@ -209741,7 +219496,7 @@ } }, { - "id": 16051, + "id": 17160, "properties": { "east": "tall", "north": "none", @@ -209752,7 +219507,7 @@ } }, { - "id": 16052, + "id": 17161, "properties": { "east": "tall", "north": "none", @@ -209763,7 +219518,7 @@ } }, { - "id": 16053, + "id": 17162, "properties": { "east": "tall", "north": "none", @@ -209774,7 +219529,7 @@ } }, { - "id": 16054, + "id": 17163, "properties": { "east": "tall", "north": "none", @@ -209785,7 +219540,7 @@ } }, { - "id": 16055, + "id": 17164, "properties": { "east": "tall", "north": "none", @@ -209796,7 +219551,7 @@ } }, { - "id": 16056, + "id": 17165, "properties": { "east": "tall", "north": "none", @@ -209807,7 +219562,7 @@ } }, { - "id": 16057, + "id": 17166, "properties": { "east": "tall", "north": "none", @@ -209818,7 +219573,7 @@ } }, { - "id": 16058, + "id": 17167, "properties": { "east": "tall", "north": "none", @@ -209829,7 +219584,7 @@ } }, { - "id": 16059, + "id": 17168, "properties": { "east": "tall", "north": "none", @@ -209840,7 +219595,7 @@ } }, { - "id": 16060, + "id": 17169, "properties": { "east": "tall", "north": "none", @@ -209851,7 +219606,7 @@ } }, { - "id": 16061, + "id": 17170, "properties": { "east": "tall", "north": "none", @@ -209862,7 +219617,7 @@ } }, { - "id": 16062, + "id": 17171, "properties": { "east": "tall", "north": "none", @@ -209873,7 +219628,7 @@ } }, { - "id": 16063, + "id": 17172, "properties": { "east": "tall", "north": "none", @@ -209884,7 +219639,7 @@ } }, { - "id": 16064, + "id": 17173, "properties": { "east": "tall", "north": "none", @@ -209895,7 +219650,7 @@ } }, { - "id": 16065, + "id": 17174, "properties": { "east": "tall", "north": "none", @@ -209906,7 +219661,7 @@ } }, { - "id": 16066, + "id": 17175, "properties": { "east": "tall", "north": "none", @@ -209917,7 +219672,7 @@ } }, { - "id": 16067, + "id": 17176, "properties": { "east": "tall", "north": "none", @@ -209928,7 +219683,7 @@ } }, { - "id": 16068, + "id": 17177, "properties": { "east": "tall", "north": "none", @@ -209939,7 +219694,7 @@ } }, { - "id": 16069, + "id": 17178, "properties": { "east": "tall", "north": "none", @@ -209950,7 +219705,7 @@ } }, { - "id": 16070, + "id": 17179, "properties": { "east": "tall", "north": "none", @@ -209961,7 +219716,7 @@ } }, { - "id": 16071, + "id": 17180, "properties": { "east": "tall", "north": "none", @@ -209972,7 +219727,7 @@ } }, { - "id": 16072, + "id": 17181, "properties": { "east": "tall", "north": "none", @@ -209983,7 +219738,7 @@ } }, { - "id": 16073, + "id": 17182, "properties": { "east": "tall", "north": "none", @@ -209994,7 +219749,7 @@ } }, { - "id": 16074, + "id": 17183, "properties": { "east": "tall", "north": "none", @@ -210005,7 +219760,7 @@ } }, { - "id": 16075, + "id": 17184, "properties": { "east": "tall", "north": "none", @@ -210016,7 +219771,7 @@ } }, { - "id": 16076, + "id": 17185, "properties": { "east": "tall", "north": "none", @@ -210027,7 +219782,7 @@ } }, { - "id": 16077, + "id": 17186, "properties": { "east": "tall", "north": "none", @@ -210038,7 +219793,7 @@ } }, { - "id": 16078, + "id": 17187, "properties": { "east": "tall", "north": "none", @@ -210049,7 +219804,7 @@ } }, { - "id": 16079, + "id": 17188, "properties": { "east": "tall", "north": "none", @@ -210060,7 +219815,7 @@ } }, { - "id": 16080, + "id": 17189, "properties": { "east": "tall", "north": "none", @@ -210071,7 +219826,7 @@ } }, { - "id": 16081, + "id": 17190, "properties": { "east": "tall", "north": "none", @@ -210082,7 +219837,7 @@ } }, { - "id": 16082, + "id": 17191, "properties": { "east": "tall", "north": "none", @@ -210093,7 +219848,7 @@ } }, { - "id": 16083, + "id": 17192, "properties": { "east": "tall", "north": "low", @@ -210104,7 +219859,7 @@ } }, { - "id": 16084, + "id": 17193, "properties": { "east": "tall", "north": "low", @@ -210115,7 +219870,7 @@ } }, { - "id": 16085, + "id": 17194, "properties": { "east": "tall", "north": "low", @@ -210126,7 +219881,7 @@ } }, { - "id": 16086, + "id": 17195, "properties": { "east": "tall", "north": "low", @@ -210137,7 +219892,7 @@ } }, { - "id": 16087, + "id": 17196, "properties": { "east": "tall", "north": "low", @@ -210148,7 +219903,7 @@ } }, { - "id": 16088, + "id": 17197, "properties": { "east": "tall", "north": "low", @@ -210159,7 +219914,7 @@ } }, { - "id": 16089, + "id": 17198, "properties": { "east": "tall", "north": "low", @@ -210170,7 +219925,7 @@ } }, { - "id": 16090, + "id": 17199, "properties": { "east": "tall", "north": "low", @@ -210181,7 +219936,7 @@ } }, { - "id": 16091, + "id": 17200, "properties": { "east": "tall", "north": "low", @@ -210192,7 +219947,7 @@ } }, { - "id": 16092, + "id": 17201, "properties": { "east": "tall", "north": "low", @@ -210203,7 +219958,7 @@ } }, { - "id": 16093, + "id": 17202, "properties": { "east": "tall", "north": "low", @@ -210214,7 +219969,7 @@ } }, { - "id": 16094, + "id": 17203, "properties": { "east": "tall", "north": "low", @@ -210225,7 +219980,7 @@ } }, { - "id": 16095, + "id": 17204, "properties": { "east": "tall", "north": "low", @@ -210236,7 +219991,7 @@ } }, { - "id": 16096, + "id": 17205, "properties": { "east": "tall", "north": "low", @@ -210247,7 +220002,7 @@ } }, { - "id": 16097, + "id": 17206, "properties": { "east": "tall", "north": "low", @@ -210258,7 +220013,7 @@ } }, { - "id": 16098, + "id": 17207, "properties": { "east": "tall", "north": "low", @@ -210269,7 +220024,7 @@ } }, { - "id": 16099, + "id": 17208, "properties": { "east": "tall", "north": "low", @@ -210280,7 +220035,7 @@ } }, { - "id": 16100, + "id": 17209, "properties": { "east": "tall", "north": "low", @@ -210291,7 +220046,7 @@ } }, { - "id": 16101, + "id": 17210, "properties": { "east": "tall", "north": "low", @@ -210302,7 +220057,7 @@ } }, { - "id": 16102, + "id": 17211, "properties": { "east": "tall", "north": "low", @@ -210313,7 +220068,7 @@ } }, { - "id": 16103, + "id": 17212, "properties": { "east": "tall", "north": "low", @@ -210324,7 +220079,7 @@ } }, { - "id": 16104, + "id": 17213, "properties": { "east": "tall", "north": "low", @@ -210335,7 +220090,7 @@ } }, { - "id": 16105, + "id": 17214, "properties": { "east": "tall", "north": "low", @@ -210346,7 +220101,7 @@ } }, { - "id": 16106, + "id": 17215, "properties": { "east": "tall", "north": "low", @@ -210357,7 +220112,7 @@ } }, { - "id": 16107, + "id": 17216, "properties": { "east": "tall", "north": "low", @@ -210368,7 +220123,7 @@ } }, { - "id": 16108, + "id": 17217, "properties": { "east": "tall", "north": "low", @@ -210379,7 +220134,7 @@ } }, { - "id": 16109, + "id": 17218, "properties": { "east": "tall", "north": "low", @@ -210390,7 +220145,7 @@ } }, { - "id": 16110, + "id": 17219, "properties": { "east": "tall", "north": "low", @@ -210401,7 +220156,7 @@ } }, { - "id": 16111, + "id": 17220, "properties": { "east": "tall", "north": "low", @@ -210412,7 +220167,7 @@ } }, { - "id": 16112, + "id": 17221, "properties": { "east": "tall", "north": "low", @@ -210423,7 +220178,7 @@ } }, { - "id": 16113, + "id": 17222, "properties": { "east": "tall", "north": "low", @@ -210434,7 +220189,7 @@ } }, { - "id": 16114, + "id": 17223, "properties": { "east": "tall", "north": "low", @@ -210445,7 +220200,7 @@ } }, { - "id": 16115, + "id": 17224, "properties": { "east": "tall", "north": "low", @@ -210456,7 +220211,7 @@ } }, { - "id": 16116, + "id": 17225, "properties": { "east": "tall", "north": "low", @@ -210467,7 +220222,7 @@ } }, { - "id": 16117, + "id": 17226, "properties": { "east": "tall", "north": "low", @@ -210478,7 +220233,7 @@ } }, { - "id": 16118, + "id": 17227, "properties": { "east": "tall", "north": "low", @@ -210489,7 +220244,7 @@ } }, { - "id": 16119, + "id": 17228, "properties": { "east": "tall", "north": "tall", @@ -210500,7 +220255,7 @@ } }, { - "id": 16120, + "id": 17229, "properties": { "east": "tall", "north": "tall", @@ -210511,7 +220266,7 @@ } }, { - "id": 16121, + "id": 17230, "properties": { "east": "tall", "north": "tall", @@ -210522,7 +220277,7 @@ } }, { - "id": 16122, + "id": 17231, "properties": { "east": "tall", "north": "tall", @@ -210533,7 +220288,7 @@ } }, { - "id": 16123, + "id": 17232, "properties": { "east": "tall", "north": "tall", @@ -210544,7 +220299,7 @@ } }, { - "id": 16124, + "id": 17233, "properties": { "east": "tall", "north": "tall", @@ -210555,7 +220310,7 @@ } }, { - "id": 16125, + "id": 17234, "properties": { "east": "tall", "north": "tall", @@ -210566,7 +220321,7 @@ } }, { - "id": 16126, + "id": 17235, "properties": { "east": "tall", "north": "tall", @@ -210577,7 +220332,7 @@ } }, { - "id": 16127, + "id": 17236, "properties": { "east": "tall", "north": "tall", @@ -210588,7 +220343,7 @@ } }, { - "id": 16128, + "id": 17237, "properties": { "east": "tall", "north": "tall", @@ -210599,7 +220354,7 @@ } }, { - "id": 16129, + "id": 17238, "properties": { "east": "tall", "north": "tall", @@ -210610,7 +220365,7 @@ } }, { - "id": 16130, + "id": 17239, "properties": { "east": "tall", "north": "tall", @@ -210621,7 +220376,7 @@ } }, { - "id": 16131, + "id": 17240, "properties": { "east": "tall", "north": "tall", @@ -210632,7 +220387,7 @@ } }, { - "id": 16132, + "id": 17241, "properties": { "east": "tall", "north": "tall", @@ -210643,7 +220398,7 @@ } }, { - "id": 16133, + "id": 17242, "properties": { "east": "tall", "north": "tall", @@ -210654,7 +220409,7 @@ } }, { - "id": 16134, + "id": 17243, "properties": { "east": "tall", "north": "tall", @@ -210665,7 +220420,7 @@ } }, { - "id": 16135, + "id": 17244, "properties": { "east": "tall", "north": "tall", @@ -210676,7 +220431,7 @@ } }, { - "id": 16136, + "id": 17245, "properties": { "east": "tall", "north": "tall", @@ -210687,7 +220442,7 @@ } }, { - "id": 16137, + "id": 17246, "properties": { "east": "tall", "north": "tall", @@ -210698,7 +220453,7 @@ } }, { - "id": 16138, + "id": 17247, "properties": { "east": "tall", "north": "tall", @@ -210709,7 +220464,7 @@ } }, { - "id": 16139, + "id": 17248, "properties": { "east": "tall", "north": "tall", @@ -210720,7 +220475,7 @@ } }, { - "id": 16140, + "id": 17249, "properties": { "east": "tall", "north": "tall", @@ -210731,7 +220486,7 @@ } }, { - "id": 16141, + "id": 17250, "properties": { "east": "tall", "north": "tall", @@ -210742,7 +220497,7 @@ } }, { - "id": 16142, + "id": 17251, "properties": { "east": "tall", "north": "tall", @@ -210753,7 +220508,7 @@ } }, { - "id": 16143, + "id": 17252, "properties": { "east": "tall", "north": "tall", @@ -210764,7 +220519,7 @@ } }, { - "id": 16144, + "id": 17253, "properties": { "east": "tall", "north": "tall", @@ -210775,7 +220530,7 @@ } }, { - "id": 16145, + "id": 17254, "properties": { "east": "tall", "north": "tall", @@ -210786,7 +220541,7 @@ } }, { - "id": 16146, + "id": 17255, "properties": { "east": "tall", "north": "tall", @@ -210797,7 +220552,7 @@ } }, { - "id": 16147, + "id": 17256, "properties": { "east": "tall", "north": "tall", @@ -210808,7 +220563,7 @@ } }, { - "id": 16148, + "id": 17257, "properties": { "east": "tall", "north": "tall", @@ -210819,7 +220574,7 @@ } }, { - "id": 16149, + "id": 17258, "properties": { "east": "tall", "north": "tall", @@ -210830,7 +220585,7 @@ } }, { - "id": 16150, + "id": 17259, "properties": { "east": "tall", "north": "tall", @@ -210841,7 +220596,7 @@ } }, { - "id": 16151, + "id": 17260, "properties": { "east": "tall", "north": "tall", @@ -210852,7 +220607,7 @@ } }, { - "id": 16152, + "id": 17261, "properties": { "east": "tall", "north": "tall", @@ -210863,7 +220618,7 @@ } }, { - "id": 16153, + "id": 17262, "properties": { "east": "tall", "north": "tall", @@ -210874,7 +220629,7 @@ } }, { - "id": 16154, + "id": 17263, "properties": { "east": "tall", "north": "tall", @@ -210904,38 +220659,38 @@ }, "states": [ { - "id": 13675, + "id": 14752, "properties": { "facing": "north" } }, { - "id": 13676, + "id": 14753, "properties": { "facing": "east" } }, { - "id": 13677, + "id": 14754, "properties": { "facing": "south" } }, { - "id": 13678, + "id": 14755, "properties": { "facing": "west" } }, { "default": true, - "id": 13679, + "id": 14756, "properties": { "facing": "up" } }, { - "id": 13680, + "id": 14757, "properties": { "facing": "down" } @@ -210951,7 +220706,7 @@ "states": [ { "default": true, - "id": 6138 + "id": 6911 } ] }, @@ -210985,7 +220740,7 @@ }, "states": [ { - "id": 10629, + "id": 11706, "properties": { "east": "true", "north": "true", @@ -210995,7 +220750,7 @@ } }, { - "id": 10630, + "id": 11707, "properties": { "east": "true", "north": "true", @@ -211005,7 +220760,7 @@ } }, { - "id": 10631, + "id": 11708, "properties": { "east": "true", "north": "true", @@ -211015,7 +220770,7 @@ } }, { - "id": 10632, + "id": 11709, "properties": { "east": "true", "north": "true", @@ -211025,7 +220780,7 @@ } }, { - "id": 10633, + "id": 11710, "properties": { "east": "true", "north": "true", @@ -211035,7 +220790,7 @@ } }, { - "id": 10634, + "id": 11711, "properties": { "east": "true", "north": "true", @@ -211045,7 +220800,7 @@ } }, { - "id": 10635, + "id": 11712, "properties": { "east": "true", "north": "true", @@ -211055,7 +220810,7 @@ } }, { - "id": 10636, + "id": 11713, "properties": { "east": "true", "north": "true", @@ -211065,7 +220820,7 @@ } }, { - "id": 10637, + "id": 11714, "properties": { "east": "true", "north": "false", @@ -211075,7 +220830,7 @@ } }, { - "id": 10638, + "id": 11715, "properties": { "east": "true", "north": "false", @@ -211085,7 +220840,7 @@ } }, { - "id": 10639, + "id": 11716, "properties": { "east": "true", "north": "false", @@ -211095,7 +220850,7 @@ } }, { - "id": 10640, + "id": 11717, "properties": { "east": "true", "north": "false", @@ -211105,7 +220860,7 @@ } }, { - "id": 10641, + "id": 11718, "properties": { "east": "true", "north": "false", @@ -211115,7 +220870,7 @@ } }, { - "id": 10642, + "id": 11719, "properties": { "east": "true", "north": "false", @@ -211125,7 +220880,7 @@ } }, { - "id": 10643, + "id": 11720, "properties": { "east": "true", "north": "false", @@ -211135,7 +220890,7 @@ } }, { - "id": 10644, + "id": 11721, "properties": { "east": "true", "north": "false", @@ -211145,7 +220900,7 @@ } }, { - "id": 10645, + "id": 11722, "properties": { "east": "false", "north": "true", @@ -211155,7 +220910,7 @@ } }, { - "id": 10646, + "id": 11723, "properties": { "east": "false", "north": "true", @@ -211165,7 +220920,7 @@ } }, { - "id": 10647, + "id": 11724, "properties": { "east": "false", "north": "true", @@ -211175,7 +220930,7 @@ } }, { - "id": 10648, + "id": 11725, "properties": { "east": "false", "north": "true", @@ -211185,7 +220940,7 @@ } }, { - "id": 10649, + "id": 11726, "properties": { "east": "false", "north": "true", @@ -211195,7 +220950,7 @@ } }, { - "id": 10650, + "id": 11727, "properties": { "east": "false", "north": "true", @@ -211205,7 +220960,7 @@ } }, { - "id": 10651, + "id": 11728, "properties": { "east": "false", "north": "true", @@ -211215,7 +220970,7 @@ } }, { - "id": 10652, + "id": 11729, "properties": { "east": "false", "north": "true", @@ -211225,7 +220980,7 @@ } }, { - "id": 10653, + "id": 11730, "properties": { "east": "false", "north": "false", @@ -211235,7 +220990,7 @@ } }, { - "id": 10654, + "id": 11731, "properties": { "east": "false", "north": "false", @@ -211245,7 +221000,7 @@ } }, { - "id": 10655, + "id": 11732, "properties": { "east": "false", "north": "false", @@ -211255,7 +221010,7 @@ } }, { - "id": 10656, + "id": 11733, "properties": { "east": "false", "north": "false", @@ -211265,7 +221020,7 @@ } }, { - "id": 10657, + "id": 11734, "properties": { "east": "false", "north": "false", @@ -211275,7 +221030,7 @@ } }, { - "id": 10658, + "id": 11735, "properties": { "east": "false", "north": "false", @@ -211285,7 +221040,7 @@ } }, { - "id": 10659, + "id": 11736, "properties": { "east": "false", "north": "false", @@ -211296,7 +221051,7 @@ }, { "default": true, - "id": 10660, + "id": 11737, "properties": { "east": "false", "north": "false", @@ -211309,13 +221064,13 @@ }, "minecraft:red_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10179 + "id": 11256 } ] }, @@ -211354,25 +221109,25 @@ "states": [ { "default": true, - "id": 11960, + "id": 13037, "properties": { "facing": "north" } }, { - "id": 11961, + "id": 13038, "properties": { "facing": "south" } }, { - "id": 11962, + "id": 13039, "properties": { "facing": "west" } }, { - "id": 11963, + "id": 13040, "properties": { "facing": "east" } @@ -211399,7 +221154,7 @@ "states": [ { "default": true, - "id": 10032 + "id": 11109 } ] }, @@ -211416,14 +221171,14 @@ }, "states": [ { - "id": 8201, + "id": 9278, "properties": { "lit": "true" } }, { "default": true, - "id": 8202, + "id": 9279, "properties": { "lit": "false" } @@ -211443,14 +221198,14 @@ }, "states": [ { - "id": 5912, + "id": 6680, "properties": { "lit": "true" } }, { "default": true, - "id": 5913, + "id": 6681, "properties": { "lit": "false" } @@ -211471,13 +221226,13 @@ "states": [ { "default": true, - "id": 5916, + "id": 6684, "properties": { "lit": "true" } }, { - "id": 5917, + "id": 6685, "properties": { "lit": "false" } @@ -211504,56 +221259,56 @@ "states": [ { "default": true, - "id": 5918, + "id": 6686, "properties": { "facing": "north", "lit": "true" } }, { - "id": 5919, + "id": 6687, "properties": { "facing": "north", "lit": "false" } }, { - "id": 5920, + "id": 6688, "properties": { "facing": "south", "lit": "true" } }, { - "id": 5921, + "id": 6689, "properties": { "facing": "south", "lit": "false" } }, { - "id": 5922, + "id": 6690, "properties": { "facing": "west", "lit": "true" } }, { - "id": 5923, + "id": 6691, "properties": { "facing": "west", "lit": "false" } }, { - "id": 5924, + "id": 6692, "properties": { "facing": "east", "lit": "true" } }, { - "id": 5925, + "id": 6693, "properties": { "facing": "east", "lit": "false" @@ -211608,7 +221363,7 @@ }, "states": [ { - "id": 3042, + "id": 3810, "properties": { "east": "up", "north": "up", @@ -211618,7 +221373,7 @@ } }, { - "id": 3043, + "id": 3811, "properties": { "east": "up", "north": "up", @@ -211628,7 +221383,7 @@ } }, { - "id": 3044, + "id": 3812, "properties": { "east": "up", "north": "up", @@ -211638,7 +221393,7 @@ } }, { - "id": 3045, + "id": 3813, "properties": { "east": "up", "north": "up", @@ -211648,7 +221403,7 @@ } }, { - "id": 3046, + "id": 3814, "properties": { "east": "up", "north": "up", @@ -211658,7 +221413,7 @@ } }, { - "id": 3047, + "id": 3815, "properties": { "east": "up", "north": "up", @@ -211668,7 +221423,7 @@ } }, { - "id": 3048, + "id": 3816, "properties": { "east": "up", "north": "up", @@ -211678,7 +221433,7 @@ } }, { - "id": 3049, + "id": 3817, "properties": { "east": "up", "north": "up", @@ -211688,7 +221443,7 @@ } }, { - "id": 3050, + "id": 3818, "properties": { "east": "up", "north": "up", @@ -211698,7 +221453,7 @@ } }, { - "id": 3051, + "id": 3819, "properties": { "east": "up", "north": "up", @@ -211708,7 +221463,7 @@ } }, { - "id": 3052, + "id": 3820, "properties": { "east": "up", "north": "up", @@ -211718,7 +221473,7 @@ } }, { - "id": 3053, + "id": 3821, "properties": { "east": "up", "north": "up", @@ -211728,7 +221483,7 @@ } }, { - "id": 3054, + "id": 3822, "properties": { "east": "up", "north": "up", @@ -211738,7 +221493,7 @@ } }, { - "id": 3055, + "id": 3823, "properties": { "east": "up", "north": "up", @@ -211748,7 +221503,7 @@ } }, { - "id": 3056, + "id": 3824, "properties": { "east": "up", "north": "up", @@ -211758,7 +221513,7 @@ } }, { - "id": 3057, + "id": 3825, "properties": { "east": "up", "north": "up", @@ -211768,7 +221523,7 @@ } }, { - "id": 3058, + "id": 3826, "properties": { "east": "up", "north": "up", @@ -211778,7 +221533,7 @@ } }, { - "id": 3059, + "id": 3827, "properties": { "east": "up", "north": "up", @@ -211788,7 +221543,7 @@ } }, { - "id": 3060, + "id": 3828, "properties": { "east": "up", "north": "up", @@ -211798,7 +221553,7 @@ } }, { - "id": 3061, + "id": 3829, "properties": { "east": "up", "north": "up", @@ -211808,7 +221563,7 @@ } }, { - "id": 3062, + "id": 3830, "properties": { "east": "up", "north": "up", @@ -211818,7 +221573,7 @@ } }, { - "id": 3063, + "id": 3831, "properties": { "east": "up", "north": "up", @@ -211828,7 +221583,7 @@ } }, { - "id": 3064, + "id": 3832, "properties": { "east": "up", "north": "up", @@ -211838,7 +221593,7 @@ } }, { - "id": 3065, + "id": 3833, "properties": { "east": "up", "north": "up", @@ -211848,7 +221603,7 @@ } }, { - "id": 3066, + "id": 3834, "properties": { "east": "up", "north": "up", @@ -211858,7 +221613,7 @@ } }, { - "id": 3067, + "id": 3835, "properties": { "east": "up", "north": "up", @@ -211868,7 +221623,7 @@ } }, { - "id": 3068, + "id": 3836, "properties": { "east": "up", "north": "up", @@ -211878,7 +221633,7 @@ } }, { - "id": 3069, + "id": 3837, "properties": { "east": "up", "north": "up", @@ -211888,7 +221643,7 @@ } }, { - "id": 3070, + "id": 3838, "properties": { "east": "up", "north": "up", @@ -211898,7 +221653,7 @@ } }, { - "id": 3071, + "id": 3839, "properties": { "east": "up", "north": "up", @@ -211908,7 +221663,7 @@ } }, { - "id": 3072, + "id": 3840, "properties": { "east": "up", "north": "up", @@ -211918,7 +221673,7 @@ } }, { - "id": 3073, + "id": 3841, "properties": { "east": "up", "north": "up", @@ -211928,7 +221683,7 @@ } }, { - "id": 3074, + "id": 3842, "properties": { "east": "up", "north": "up", @@ -211938,7 +221693,7 @@ } }, { - "id": 3075, + "id": 3843, "properties": { "east": "up", "north": "up", @@ -211948,7 +221703,7 @@ } }, { - "id": 3076, + "id": 3844, "properties": { "east": "up", "north": "up", @@ -211958,7 +221713,7 @@ } }, { - "id": 3077, + "id": 3845, "properties": { "east": "up", "north": "up", @@ -211968,7 +221723,7 @@ } }, { - "id": 3078, + "id": 3846, "properties": { "east": "up", "north": "up", @@ -211978,7 +221733,7 @@ } }, { - "id": 3079, + "id": 3847, "properties": { "east": "up", "north": "up", @@ -211988,7 +221743,7 @@ } }, { - "id": 3080, + "id": 3848, "properties": { "east": "up", "north": "up", @@ -211998,7 +221753,7 @@ } }, { - "id": 3081, + "id": 3849, "properties": { "east": "up", "north": "up", @@ -212008,7 +221763,7 @@ } }, { - "id": 3082, + "id": 3850, "properties": { "east": "up", "north": "up", @@ -212018,7 +221773,7 @@ } }, { - "id": 3083, + "id": 3851, "properties": { "east": "up", "north": "up", @@ -212028,7 +221783,7 @@ } }, { - "id": 3084, + "id": 3852, "properties": { "east": "up", "north": "up", @@ -212038,7 +221793,7 @@ } }, { - "id": 3085, + "id": 3853, "properties": { "east": "up", "north": "up", @@ -212048,7 +221803,7 @@ } }, { - "id": 3086, + "id": 3854, "properties": { "east": "up", "north": "up", @@ -212058,7 +221813,7 @@ } }, { - "id": 3087, + "id": 3855, "properties": { "east": "up", "north": "up", @@ -212068,7 +221823,7 @@ } }, { - "id": 3088, + "id": 3856, "properties": { "east": "up", "north": "up", @@ -212078,7 +221833,7 @@ } }, { - "id": 3089, + "id": 3857, "properties": { "east": "up", "north": "up", @@ -212088,7 +221843,7 @@ } }, { - "id": 3090, + "id": 3858, "properties": { "east": "up", "north": "up", @@ -212098,7 +221853,7 @@ } }, { - "id": 3091, + "id": 3859, "properties": { "east": "up", "north": "up", @@ -212108,7 +221863,7 @@ } }, { - "id": 3092, + "id": 3860, "properties": { "east": "up", "north": "up", @@ -212118,7 +221873,7 @@ } }, { - "id": 3093, + "id": 3861, "properties": { "east": "up", "north": "up", @@ -212128,7 +221883,7 @@ } }, { - "id": 3094, + "id": 3862, "properties": { "east": "up", "north": "up", @@ -212138,7 +221893,7 @@ } }, { - "id": 3095, + "id": 3863, "properties": { "east": "up", "north": "up", @@ -212148,7 +221903,7 @@ } }, { - "id": 3096, + "id": 3864, "properties": { "east": "up", "north": "up", @@ -212158,7 +221913,7 @@ } }, { - "id": 3097, + "id": 3865, "properties": { "east": "up", "north": "up", @@ -212168,7 +221923,7 @@ } }, { - "id": 3098, + "id": 3866, "properties": { "east": "up", "north": "up", @@ -212178,7 +221933,7 @@ } }, { - "id": 3099, + "id": 3867, "properties": { "east": "up", "north": "up", @@ -212188,7 +221943,7 @@ } }, { - "id": 3100, + "id": 3868, "properties": { "east": "up", "north": "up", @@ -212198,7 +221953,7 @@ } }, { - "id": 3101, + "id": 3869, "properties": { "east": "up", "north": "up", @@ -212208,7 +221963,7 @@ } }, { - "id": 3102, + "id": 3870, "properties": { "east": "up", "north": "up", @@ -212218,7 +221973,7 @@ } }, { - "id": 3103, + "id": 3871, "properties": { "east": "up", "north": "up", @@ -212228,7 +221983,7 @@ } }, { - "id": 3104, + "id": 3872, "properties": { "east": "up", "north": "up", @@ -212238,7 +221993,7 @@ } }, { - "id": 3105, + "id": 3873, "properties": { "east": "up", "north": "up", @@ -212248,7 +222003,7 @@ } }, { - "id": 3106, + "id": 3874, "properties": { "east": "up", "north": "up", @@ -212258,7 +222013,7 @@ } }, { - "id": 3107, + "id": 3875, "properties": { "east": "up", "north": "up", @@ -212268,7 +222023,7 @@ } }, { - "id": 3108, + "id": 3876, "properties": { "east": "up", "north": "up", @@ -212278,7 +222033,7 @@ } }, { - "id": 3109, + "id": 3877, "properties": { "east": "up", "north": "up", @@ -212288,7 +222043,7 @@ } }, { - "id": 3110, + "id": 3878, "properties": { "east": "up", "north": "up", @@ -212298,7 +222053,7 @@ } }, { - "id": 3111, + "id": 3879, "properties": { "east": "up", "north": "up", @@ -212308,7 +222063,7 @@ } }, { - "id": 3112, + "id": 3880, "properties": { "east": "up", "north": "up", @@ -212318,7 +222073,7 @@ } }, { - "id": 3113, + "id": 3881, "properties": { "east": "up", "north": "up", @@ -212328,7 +222083,7 @@ } }, { - "id": 3114, + "id": 3882, "properties": { "east": "up", "north": "up", @@ -212338,7 +222093,7 @@ } }, { - "id": 3115, + "id": 3883, "properties": { "east": "up", "north": "up", @@ -212348,7 +222103,7 @@ } }, { - "id": 3116, + "id": 3884, "properties": { "east": "up", "north": "up", @@ -212358,7 +222113,7 @@ } }, { - "id": 3117, + "id": 3885, "properties": { "east": "up", "north": "up", @@ -212368,7 +222123,7 @@ } }, { - "id": 3118, + "id": 3886, "properties": { "east": "up", "north": "up", @@ -212378,7 +222133,7 @@ } }, { - "id": 3119, + "id": 3887, "properties": { "east": "up", "north": "up", @@ -212388,7 +222143,7 @@ } }, { - "id": 3120, + "id": 3888, "properties": { "east": "up", "north": "up", @@ -212398,7 +222153,7 @@ } }, { - "id": 3121, + "id": 3889, "properties": { "east": "up", "north": "up", @@ -212408,7 +222163,7 @@ } }, { - "id": 3122, + "id": 3890, "properties": { "east": "up", "north": "up", @@ -212418,7 +222173,7 @@ } }, { - "id": 3123, + "id": 3891, "properties": { "east": "up", "north": "up", @@ -212428,7 +222183,7 @@ } }, { - "id": 3124, + "id": 3892, "properties": { "east": "up", "north": "up", @@ -212438,7 +222193,7 @@ } }, { - "id": 3125, + "id": 3893, "properties": { "east": "up", "north": "up", @@ -212448,7 +222203,7 @@ } }, { - "id": 3126, + "id": 3894, "properties": { "east": "up", "north": "up", @@ -212458,7 +222213,7 @@ } }, { - "id": 3127, + "id": 3895, "properties": { "east": "up", "north": "up", @@ -212468,7 +222223,7 @@ } }, { - "id": 3128, + "id": 3896, "properties": { "east": "up", "north": "up", @@ -212478,7 +222233,7 @@ } }, { - "id": 3129, + "id": 3897, "properties": { "east": "up", "north": "up", @@ -212488,7 +222243,7 @@ } }, { - "id": 3130, + "id": 3898, "properties": { "east": "up", "north": "up", @@ -212498,7 +222253,7 @@ } }, { - "id": 3131, + "id": 3899, "properties": { "east": "up", "north": "up", @@ -212508,7 +222263,7 @@ } }, { - "id": 3132, + "id": 3900, "properties": { "east": "up", "north": "up", @@ -212518,7 +222273,7 @@ } }, { - "id": 3133, + "id": 3901, "properties": { "east": "up", "north": "up", @@ -212528,7 +222283,7 @@ } }, { - "id": 3134, + "id": 3902, "properties": { "east": "up", "north": "up", @@ -212538,7 +222293,7 @@ } }, { - "id": 3135, + "id": 3903, "properties": { "east": "up", "north": "up", @@ -212548,7 +222303,7 @@ } }, { - "id": 3136, + "id": 3904, "properties": { "east": "up", "north": "up", @@ -212558,7 +222313,7 @@ } }, { - "id": 3137, + "id": 3905, "properties": { "east": "up", "north": "up", @@ -212568,7 +222323,7 @@ } }, { - "id": 3138, + "id": 3906, "properties": { "east": "up", "north": "up", @@ -212578,7 +222333,7 @@ } }, { - "id": 3139, + "id": 3907, "properties": { "east": "up", "north": "up", @@ -212588,7 +222343,7 @@ } }, { - "id": 3140, + "id": 3908, "properties": { "east": "up", "north": "up", @@ -212598,7 +222353,7 @@ } }, { - "id": 3141, + "id": 3909, "properties": { "east": "up", "north": "up", @@ -212608,7 +222363,7 @@ } }, { - "id": 3142, + "id": 3910, "properties": { "east": "up", "north": "up", @@ -212618,7 +222373,7 @@ } }, { - "id": 3143, + "id": 3911, "properties": { "east": "up", "north": "up", @@ -212628,7 +222383,7 @@ } }, { - "id": 3144, + "id": 3912, "properties": { "east": "up", "north": "up", @@ -212638,7 +222393,7 @@ } }, { - "id": 3145, + "id": 3913, "properties": { "east": "up", "north": "up", @@ -212648,7 +222403,7 @@ } }, { - "id": 3146, + "id": 3914, "properties": { "east": "up", "north": "up", @@ -212658,7 +222413,7 @@ } }, { - "id": 3147, + "id": 3915, "properties": { "east": "up", "north": "up", @@ -212668,7 +222423,7 @@ } }, { - "id": 3148, + "id": 3916, "properties": { "east": "up", "north": "up", @@ -212678,7 +222433,7 @@ } }, { - "id": 3149, + "id": 3917, "properties": { "east": "up", "north": "up", @@ -212688,7 +222443,7 @@ } }, { - "id": 3150, + "id": 3918, "properties": { "east": "up", "north": "up", @@ -212698,7 +222453,7 @@ } }, { - "id": 3151, + "id": 3919, "properties": { "east": "up", "north": "up", @@ -212708,7 +222463,7 @@ } }, { - "id": 3152, + "id": 3920, "properties": { "east": "up", "north": "up", @@ -212718,7 +222473,7 @@ } }, { - "id": 3153, + "id": 3921, "properties": { "east": "up", "north": "up", @@ -212728,7 +222483,7 @@ } }, { - "id": 3154, + "id": 3922, "properties": { "east": "up", "north": "up", @@ -212738,7 +222493,7 @@ } }, { - "id": 3155, + "id": 3923, "properties": { "east": "up", "north": "up", @@ -212748,7 +222503,7 @@ } }, { - "id": 3156, + "id": 3924, "properties": { "east": "up", "north": "up", @@ -212758,7 +222513,7 @@ } }, { - "id": 3157, + "id": 3925, "properties": { "east": "up", "north": "up", @@ -212768,7 +222523,7 @@ } }, { - "id": 3158, + "id": 3926, "properties": { "east": "up", "north": "up", @@ -212778,7 +222533,7 @@ } }, { - "id": 3159, + "id": 3927, "properties": { "east": "up", "north": "up", @@ -212788,7 +222543,7 @@ } }, { - "id": 3160, + "id": 3928, "properties": { "east": "up", "north": "up", @@ -212798,7 +222553,7 @@ } }, { - "id": 3161, + "id": 3929, "properties": { "east": "up", "north": "up", @@ -212808,7 +222563,7 @@ } }, { - "id": 3162, + "id": 3930, "properties": { "east": "up", "north": "up", @@ -212818,7 +222573,7 @@ } }, { - "id": 3163, + "id": 3931, "properties": { "east": "up", "north": "up", @@ -212828,7 +222583,7 @@ } }, { - "id": 3164, + "id": 3932, "properties": { "east": "up", "north": "up", @@ -212838,7 +222593,7 @@ } }, { - "id": 3165, + "id": 3933, "properties": { "east": "up", "north": "up", @@ -212848,7 +222603,7 @@ } }, { - "id": 3166, + "id": 3934, "properties": { "east": "up", "north": "up", @@ -212858,7 +222613,7 @@ } }, { - "id": 3167, + "id": 3935, "properties": { "east": "up", "north": "up", @@ -212868,7 +222623,7 @@ } }, { - "id": 3168, + "id": 3936, "properties": { "east": "up", "north": "up", @@ -212878,7 +222633,7 @@ } }, { - "id": 3169, + "id": 3937, "properties": { "east": "up", "north": "up", @@ -212888,7 +222643,7 @@ } }, { - "id": 3170, + "id": 3938, "properties": { "east": "up", "north": "up", @@ -212898,7 +222653,7 @@ } }, { - "id": 3171, + "id": 3939, "properties": { "east": "up", "north": "up", @@ -212908,7 +222663,7 @@ } }, { - "id": 3172, + "id": 3940, "properties": { "east": "up", "north": "up", @@ -212918,7 +222673,7 @@ } }, { - "id": 3173, + "id": 3941, "properties": { "east": "up", "north": "up", @@ -212928,7 +222683,7 @@ } }, { - "id": 3174, + "id": 3942, "properties": { "east": "up", "north": "up", @@ -212938,7 +222693,7 @@ } }, { - "id": 3175, + "id": 3943, "properties": { "east": "up", "north": "up", @@ -212948,7 +222703,7 @@ } }, { - "id": 3176, + "id": 3944, "properties": { "east": "up", "north": "up", @@ -212958,7 +222713,7 @@ } }, { - "id": 3177, + "id": 3945, "properties": { "east": "up", "north": "up", @@ -212968,7 +222723,7 @@ } }, { - "id": 3178, + "id": 3946, "properties": { "east": "up", "north": "up", @@ -212978,7 +222733,7 @@ } }, { - "id": 3179, + "id": 3947, "properties": { "east": "up", "north": "up", @@ -212988,7 +222743,7 @@ } }, { - "id": 3180, + "id": 3948, "properties": { "east": "up", "north": "up", @@ -212998,7 +222753,7 @@ } }, { - "id": 3181, + "id": 3949, "properties": { "east": "up", "north": "up", @@ -213008,7 +222763,7 @@ } }, { - "id": 3182, + "id": 3950, "properties": { "east": "up", "north": "up", @@ -213018,7 +222773,7 @@ } }, { - "id": 3183, + "id": 3951, "properties": { "east": "up", "north": "up", @@ -213028,7 +222783,7 @@ } }, { - "id": 3184, + "id": 3952, "properties": { "east": "up", "north": "up", @@ -213038,7 +222793,7 @@ } }, { - "id": 3185, + "id": 3953, "properties": { "east": "up", "north": "up", @@ -213048,7 +222803,7 @@ } }, { - "id": 3186, + "id": 3954, "properties": { "east": "up", "north": "side", @@ -213058,7 +222813,7 @@ } }, { - "id": 3187, + "id": 3955, "properties": { "east": "up", "north": "side", @@ -213068,7 +222823,7 @@ } }, { - "id": 3188, + "id": 3956, "properties": { "east": "up", "north": "side", @@ -213078,7 +222833,7 @@ } }, { - "id": 3189, + "id": 3957, "properties": { "east": "up", "north": "side", @@ -213088,7 +222843,7 @@ } }, { - "id": 3190, + "id": 3958, "properties": { "east": "up", "north": "side", @@ -213098,7 +222853,7 @@ } }, { - "id": 3191, + "id": 3959, "properties": { "east": "up", "north": "side", @@ -213108,7 +222863,7 @@ } }, { - "id": 3192, + "id": 3960, "properties": { "east": "up", "north": "side", @@ -213118,7 +222873,7 @@ } }, { - "id": 3193, + "id": 3961, "properties": { "east": "up", "north": "side", @@ -213128,7 +222883,7 @@ } }, { - "id": 3194, + "id": 3962, "properties": { "east": "up", "north": "side", @@ -213138,7 +222893,7 @@ } }, { - "id": 3195, + "id": 3963, "properties": { "east": "up", "north": "side", @@ -213148,7 +222903,7 @@ } }, { - "id": 3196, + "id": 3964, "properties": { "east": "up", "north": "side", @@ -213158,7 +222913,7 @@ } }, { - "id": 3197, + "id": 3965, "properties": { "east": "up", "north": "side", @@ -213168,7 +222923,7 @@ } }, { - "id": 3198, + "id": 3966, "properties": { "east": "up", "north": "side", @@ -213178,7 +222933,7 @@ } }, { - "id": 3199, + "id": 3967, "properties": { "east": "up", "north": "side", @@ -213188,7 +222943,7 @@ } }, { - "id": 3200, + "id": 3968, "properties": { "east": "up", "north": "side", @@ -213198,7 +222953,7 @@ } }, { - "id": 3201, + "id": 3969, "properties": { "east": "up", "north": "side", @@ -213208,7 +222963,7 @@ } }, { - "id": 3202, + "id": 3970, "properties": { "east": "up", "north": "side", @@ -213218,7 +222973,7 @@ } }, { - "id": 3203, + "id": 3971, "properties": { "east": "up", "north": "side", @@ -213228,7 +222983,7 @@ } }, { - "id": 3204, + "id": 3972, "properties": { "east": "up", "north": "side", @@ -213238,7 +222993,7 @@ } }, { - "id": 3205, + "id": 3973, "properties": { "east": "up", "north": "side", @@ -213248,7 +223003,7 @@ } }, { - "id": 3206, + "id": 3974, "properties": { "east": "up", "north": "side", @@ -213258,7 +223013,7 @@ } }, { - "id": 3207, + "id": 3975, "properties": { "east": "up", "north": "side", @@ -213268,7 +223023,7 @@ } }, { - "id": 3208, + "id": 3976, "properties": { "east": "up", "north": "side", @@ -213278,7 +223033,7 @@ } }, { - "id": 3209, + "id": 3977, "properties": { "east": "up", "north": "side", @@ -213288,7 +223043,7 @@ } }, { - "id": 3210, + "id": 3978, "properties": { "east": "up", "north": "side", @@ -213298,7 +223053,7 @@ } }, { - "id": 3211, + "id": 3979, "properties": { "east": "up", "north": "side", @@ -213308,7 +223063,7 @@ } }, { - "id": 3212, + "id": 3980, "properties": { "east": "up", "north": "side", @@ -213318,7 +223073,7 @@ } }, { - "id": 3213, + "id": 3981, "properties": { "east": "up", "north": "side", @@ -213328,7 +223083,7 @@ } }, { - "id": 3214, + "id": 3982, "properties": { "east": "up", "north": "side", @@ -213338,7 +223093,7 @@ } }, { - "id": 3215, + "id": 3983, "properties": { "east": "up", "north": "side", @@ -213348,7 +223103,7 @@ } }, { - "id": 3216, + "id": 3984, "properties": { "east": "up", "north": "side", @@ -213358,7 +223113,7 @@ } }, { - "id": 3217, + "id": 3985, "properties": { "east": "up", "north": "side", @@ -213368,7 +223123,7 @@ } }, { - "id": 3218, + "id": 3986, "properties": { "east": "up", "north": "side", @@ -213378,7 +223133,7 @@ } }, { - "id": 3219, + "id": 3987, "properties": { "east": "up", "north": "side", @@ -213388,7 +223143,7 @@ } }, { - "id": 3220, + "id": 3988, "properties": { "east": "up", "north": "side", @@ -213398,7 +223153,7 @@ } }, { - "id": 3221, + "id": 3989, "properties": { "east": "up", "north": "side", @@ -213408,7 +223163,7 @@ } }, { - "id": 3222, + "id": 3990, "properties": { "east": "up", "north": "side", @@ -213418,7 +223173,7 @@ } }, { - "id": 3223, + "id": 3991, "properties": { "east": "up", "north": "side", @@ -213428,7 +223183,7 @@ } }, { - "id": 3224, + "id": 3992, "properties": { "east": "up", "north": "side", @@ -213438,7 +223193,7 @@ } }, { - "id": 3225, + "id": 3993, "properties": { "east": "up", "north": "side", @@ -213448,7 +223203,7 @@ } }, { - "id": 3226, + "id": 3994, "properties": { "east": "up", "north": "side", @@ -213458,7 +223213,7 @@ } }, { - "id": 3227, + "id": 3995, "properties": { "east": "up", "north": "side", @@ -213468,7 +223223,7 @@ } }, { - "id": 3228, + "id": 3996, "properties": { "east": "up", "north": "side", @@ -213478,7 +223233,7 @@ } }, { - "id": 3229, + "id": 3997, "properties": { "east": "up", "north": "side", @@ -213488,7 +223243,7 @@ } }, { - "id": 3230, + "id": 3998, "properties": { "east": "up", "north": "side", @@ -213498,7 +223253,7 @@ } }, { - "id": 3231, + "id": 3999, "properties": { "east": "up", "north": "side", @@ -213508,7 +223263,7 @@ } }, { - "id": 3232, + "id": 4000, "properties": { "east": "up", "north": "side", @@ -213518,7 +223273,7 @@ } }, { - "id": 3233, + "id": 4001, "properties": { "east": "up", "north": "side", @@ -213528,7 +223283,7 @@ } }, { - "id": 3234, + "id": 4002, "properties": { "east": "up", "north": "side", @@ -213538,7 +223293,7 @@ } }, { - "id": 3235, + "id": 4003, "properties": { "east": "up", "north": "side", @@ -213548,7 +223303,7 @@ } }, { - "id": 3236, + "id": 4004, "properties": { "east": "up", "north": "side", @@ -213558,7 +223313,7 @@ } }, { - "id": 3237, + "id": 4005, "properties": { "east": "up", "north": "side", @@ -213568,7 +223323,7 @@ } }, { - "id": 3238, + "id": 4006, "properties": { "east": "up", "north": "side", @@ -213578,7 +223333,7 @@ } }, { - "id": 3239, + "id": 4007, "properties": { "east": "up", "north": "side", @@ -213588,7 +223343,7 @@ } }, { - "id": 3240, + "id": 4008, "properties": { "east": "up", "north": "side", @@ -213598,7 +223353,7 @@ } }, { - "id": 3241, + "id": 4009, "properties": { "east": "up", "north": "side", @@ -213608,7 +223363,7 @@ } }, { - "id": 3242, + "id": 4010, "properties": { "east": "up", "north": "side", @@ -213618,7 +223373,7 @@ } }, { - "id": 3243, + "id": 4011, "properties": { "east": "up", "north": "side", @@ -213628,7 +223383,7 @@ } }, { - "id": 3244, + "id": 4012, "properties": { "east": "up", "north": "side", @@ -213638,7 +223393,7 @@ } }, { - "id": 3245, + "id": 4013, "properties": { "east": "up", "north": "side", @@ -213648,7 +223403,7 @@ } }, { - "id": 3246, + "id": 4014, "properties": { "east": "up", "north": "side", @@ -213658,7 +223413,7 @@ } }, { - "id": 3247, + "id": 4015, "properties": { "east": "up", "north": "side", @@ -213668,7 +223423,7 @@ } }, { - "id": 3248, + "id": 4016, "properties": { "east": "up", "north": "side", @@ -213678,7 +223433,7 @@ } }, { - "id": 3249, + "id": 4017, "properties": { "east": "up", "north": "side", @@ -213688,7 +223443,7 @@ } }, { - "id": 3250, + "id": 4018, "properties": { "east": "up", "north": "side", @@ -213698,7 +223453,7 @@ } }, { - "id": 3251, + "id": 4019, "properties": { "east": "up", "north": "side", @@ -213708,7 +223463,7 @@ } }, { - "id": 3252, + "id": 4020, "properties": { "east": "up", "north": "side", @@ -213718,7 +223473,7 @@ } }, { - "id": 3253, + "id": 4021, "properties": { "east": "up", "north": "side", @@ -213728,7 +223483,7 @@ } }, { - "id": 3254, + "id": 4022, "properties": { "east": "up", "north": "side", @@ -213738,7 +223493,7 @@ } }, { - "id": 3255, + "id": 4023, "properties": { "east": "up", "north": "side", @@ -213748,7 +223503,7 @@ } }, { - "id": 3256, + "id": 4024, "properties": { "east": "up", "north": "side", @@ -213758,7 +223513,7 @@ } }, { - "id": 3257, + "id": 4025, "properties": { "east": "up", "north": "side", @@ -213768,7 +223523,7 @@ } }, { - "id": 3258, + "id": 4026, "properties": { "east": "up", "north": "side", @@ -213778,7 +223533,7 @@ } }, { - "id": 3259, + "id": 4027, "properties": { "east": "up", "north": "side", @@ -213788,7 +223543,7 @@ } }, { - "id": 3260, + "id": 4028, "properties": { "east": "up", "north": "side", @@ -213798,7 +223553,7 @@ } }, { - "id": 3261, + "id": 4029, "properties": { "east": "up", "north": "side", @@ -213808,7 +223563,7 @@ } }, { - "id": 3262, + "id": 4030, "properties": { "east": "up", "north": "side", @@ -213818,7 +223573,7 @@ } }, { - "id": 3263, + "id": 4031, "properties": { "east": "up", "north": "side", @@ -213828,7 +223583,7 @@ } }, { - "id": 3264, + "id": 4032, "properties": { "east": "up", "north": "side", @@ -213838,7 +223593,7 @@ } }, { - "id": 3265, + "id": 4033, "properties": { "east": "up", "north": "side", @@ -213848,7 +223603,7 @@ } }, { - "id": 3266, + "id": 4034, "properties": { "east": "up", "north": "side", @@ -213858,7 +223613,7 @@ } }, { - "id": 3267, + "id": 4035, "properties": { "east": "up", "north": "side", @@ -213868,7 +223623,7 @@ } }, { - "id": 3268, + "id": 4036, "properties": { "east": "up", "north": "side", @@ -213878,7 +223633,7 @@ } }, { - "id": 3269, + "id": 4037, "properties": { "east": "up", "north": "side", @@ -213888,7 +223643,7 @@ } }, { - "id": 3270, + "id": 4038, "properties": { "east": "up", "north": "side", @@ -213898,7 +223653,7 @@ } }, { - "id": 3271, + "id": 4039, "properties": { "east": "up", "north": "side", @@ -213908,7 +223663,7 @@ } }, { - "id": 3272, + "id": 4040, "properties": { "east": "up", "north": "side", @@ -213918,7 +223673,7 @@ } }, { - "id": 3273, + "id": 4041, "properties": { "east": "up", "north": "side", @@ -213928,7 +223683,7 @@ } }, { - "id": 3274, + "id": 4042, "properties": { "east": "up", "north": "side", @@ -213938,7 +223693,7 @@ } }, { - "id": 3275, + "id": 4043, "properties": { "east": "up", "north": "side", @@ -213948,7 +223703,7 @@ } }, { - "id": 3276, + "id": 4044, "properties": { "east": "up", "north": "side", @@ -213958,7 +223713,7 @@ } }, { - "id": 3277, + "id": 4045, "properties": { "east": "up", "north": "side", @@ -213968,7 +223723,7 @@ } }, { - "id": 3278, + "id": 4046, "properties": { "east": "up", "north": "side", @@ -213978,7 +223733,7 @@ } }, { - "id": 3279, + "id": 4047, "properties": { "east": "up", "north": "side", @@ -213988,7 +223743,7 @@ } }, { - "id": 3280, + "id": 4048, "properties": { "east": "up", "north": "side", @@ -213998,7 +223753,7 @@ } }, { - "id": 3281, + "id": 4049, "properties": { "east": "up", "north": "side", @@ -214008,7 +223763,7 @@ } }, { - "id": 3282, + "id": 4050, "properties": { "east": "up", "north": "side", @@ -214018,7 +223773,7 @@ } }, { - "id": 3283, + "id": 4051, "properties": { "east": "up", "north": "side", @@ -214028,7 +223783,7 @@ } }, { - "id": 3284, + "id": 4052, "properties": { "east": "up", "north": "side", @@ -214038,7 +223793,7 @@ } }, { - "id": 3285, + "id": 4053, "properties": { "east": "up", "north": "side", @@ -214048,7 +223803,7 @@ } }, { - "id": 3286, + "id": 4054, "properties": { "east": "up", "north": "side", @@ -214058,7 +223813,7 @@ } }, { - "id": 3287, + "id": 4055, "properties": { "east": "up", "north": "side", @@ -214068,7 +223823,7 @@ } }, { - "id": 3288, + "id": 4056, "properties": { "east": "up", "north": "side", @@ -214078,7 +223833,7 @@ } }, { - "id": 3289, + "id": 4057, "properties": { "east": "up", "north": "side", @@ -214088,7 +223843,7 @@ } }, { - "id": 3290, + "id": 4058, "properties": { "east": "up", "north": "side", @@ -214098,7 +223853,7 @@ } }, { - "id": 3291, + "id": 4059, "properties": { "east": "up", "north": "side", @@ -214108,7 +223863,7 @@ } }, { - "id": 3292, + "id": 4060, "properties": { "east": "up", "north": "side", @@ -214118,7 +223873,7 @@ } }, { - "id": 3293, + "id": 4061, "properties": { "east": "up", "north": "side", @@ -214128,7 +223883,7 @@ } }, { - "id": 3294, + "id": 4062, "properties": { "east": "up", "north": "side", @@ -214138,7 +223893,7 @@ } }, { - "id": 3295, + "id": 4063, "properties": { "east": "up", "north": "side", @@ -214148,7 +223903,7 @@ } }, { - "id": 3296, + "id": 4064, "properties": { "east": "up", "north": "side", @@ -214158,7 +223913,7 @@ } }, { - "id": 3297, + "id": 4065, "properties": { "east": "up", "north": "side", @@ -214168,7 +223923,7 @@ } }, { - "id": 3298, + "id": 4066, "properties": { "east": "up", "north": "side", @@ -214178,7 +223933,7 @@ } }, { - "id": 3299, + "id": 4067, "properties": { "east": "up", "north": "side", @@ -214188,7 +223943,7 @@ } }, { - "id": 3300, + "id": 4068, "properties": { "east": "up", "north": "side", @@ -214198,7 +223953,7 @@ } }, { - "id": 3301, + "id": 4069, "properties": { "east": "up", "north": "side", @@ -214208,7 +223963,7 @@ } }, { - "id": 3302, + "id": 4070, "properties": { "east": "up", "north": "side", @@ -214218,7 +223973,7 @@ } }, { - "id": 3303, + "id": 4071, "properties": { "east": "up", "north": "side", @@ -214228,7 +223983,7 @@ } }, { - "id": 3304, + "id": 4072, "properties": { "east": "up", "north": "side", @@ -214238,7 +223993,7 @@ } }, { - "id": 3305, + "id": 4073, "properties": { "east": "up", "north": "side", @@ -214248,7 +224003,7 @@ } }, { - "id": 3306, + "id": 4074, "properties": { "east": "up", "north": "side", @@ -214258,7 +224013,7 @@ } }, { - "id": 3307, + "id": 4075, "properties": { "east": "up", "north": "side", @@ -214268,7 +224023,7 @@ } }, { - "id": 3308, + "id": 4076, "properties": { "east": "up", "north": "side", @@ -214278,7 +224033,7 @@ } }, { - "id": 3309, + "id": 4077, "properties": { "east": "up", "north": "side", @@ -214288,7 +224043,7 @@ } }, { - "id": 3310, + "id": 4078, "properties": { "east": "up", "north": "side", @@ -214298,7 +224053,7 @@ } }, { - "id": 3311, + "id": 4079, "properties": { "east": "up", "north": "side", @@ -214308,7 +224063,7 @@ } }, { - "id": 3312, + "id": 4080, "properties": { "east": "up", "north": "side", @@ -214318,7 +224073,7 @@ } }, { - "id": 3313, + "id": 4081, "properties": { "east": "up", "north": "side", @@ -214328,7 +224083,7 @@ } }, { - "id": 3314, + "id": 4082, "properties": { "east": "up", "north": "side", @@ -214338,7 +224093,7 @@ } }, { - "id": 3315, + "id": 4083, "properties": { "east": "up", "north": "side", @@ -214348,7 +224103,7 @@ } }, { - "id": 3316, + "id": 4084, "properties": { "east": "up", "north": "side", @@ -214358,7 +224113,7 @@ } }, { - "id": 3317, + "id": 4085, "properties": { "east": "up", "north": "side", @@ -214368,7 +224123,7 @@ } }, { - "id": 3318, + "id": 4086, "properties": { "east": "up", "north": "side", @@ -214378,7 +224133,7 @@ } }, { - "id": 3319, + "id": 4087, "properties": { "east": "up", "north": "side", @@ -214388,7 +224143,7 @@ } }, { - "id": 3320, + "id": 4088, "properties": { "east": "up", "north": "side", @@ -214398,7 +224153,7 @@ } }, { - "id": 3321, + "id": 4089, "properties": { "east": "up", "north": "side", @@ -214408,7 +224163,7 @@ } }, { - "id": 3322, + "id": 4090, "properties": { "east": "up", "north": "side", @@ -214418,7 +224173,7 @@ } }, { - "id": 3323, + "id": 4091, "properties": { "east": "up", "north": "side", @@ -214428,7 +224183,7 @@ } }, { - "id": 3324, + "id": 4092, "properties": { "east": "up", "north": "side", @@ -214438,7 +224193,7 @@ } }, { - "id": 3325, + "id": 4093, "properties": { "east": "up", "north": "side", @@ -214448,7 +224203,7 @@ } }, { - "id": 3326, + "id": 4094, "properties": { "east": "up", "north": "side", @@ -214458,7 +224213,7 @@ } }, { - "id": 3327, + "id": 4095, "properties": { "east": "up", "north": "side", @@ -214468,7 +224223,7 @@ } }, { - "id": 3328, + "id": 4096, "properties": { "east": "up", "north": "side", @@ -214478,7 +224233,7 @@ } }, { - "id": 3329, + "id": 4097, "properties": { "east": "up", "north": "side", @@ -214488,7 +224243,7 @@ } }, { - "id": 3330, + "id": 4098, "properties": { "east": "up", "north": "none", @@ -214498,7 +224253,7 @@ } }, { - "id": 3331, + "id": 4099, "properties": { "east": "up", "north": "none", @@ -214508,7 +224263,7 @@ } }, { - "id": 3332, + "id": 4100, "properties": { "east": "up", "north": "none", @@ -214518,7 +224273,7 @@ } }, { - "id": 3333, + "id": 4101, "properties": { "east": "up", "north": "none", @@ -214528,7 +224283,7 @@ } }, { - "id": 3334, + "id": 4102, "properties": { "east": "up", "north": "none", @@ -214538,7 +224293,7 @@ } }, { - "id": 3335, + "id": 4103, "properties": { "east": "up", "north": "none", @@ -214548,7 +224303,7 @@ } }, { - "id": 3336, + "id": 4104, "properties": { "east": "up", "north": "none", @@ -214558,7 +224313,7 @@ } }, { - "id": 3337, + "id": 4105, "properties": { "east": "up", "north": "none", @@ -214568,7 +224323,7 @@ } }, { - "id": 3338, + "id": 4106, "properties": { "east": "up", "north": "none", @@ -214578,7 +224333,7 @@ } }, { - "id": 3339, + "id": 4107, "properties": { "east": "up", "north": "none", @@ -214588,7 +224343,7 @@ } }, { - "id": 3340, + "id": 4108, "properties": { "east": "up", "north": "none", @@ -214598,7 +224353,7 @@ } }, { - "id": 3341, + "id": 4109, "properties": { "east": "up", "north": "none", @@ -214608,7 +224363,7 @@ } }, { - "id": 3342, + "id": 4110, "properties": { "east": "up", "north": "none", @@ -214618,7 +224373,7 @@ } }, { - "id": 3343, + "id": 4111, "properties": { "east": "up", "north": "none", @@ -214628,7 +224383,7 @@ } }, { - "id": 3344, + "id": 4112, "properties": { "east": "up", "north": "none", @@ -214638,7 +224393,7 @@ } }, { - "id": 3345, + "id": 4113, "properties": { "east": "up", "north": "none", @@ -214648,7 +224403,7 @@ } }, { - "id": 3346, + "id": 4114, "properties": { "east": "up", "north": "none", @@ -214658,7 +224413,7 @@ } }, { - "id": 3347, + "id": 4115, "properties": { "east": "up", "north": "none", @@ -214668,7 +224423,7 @@ } }, { - "id": 3348, + "id": 4116, "properties": { "east": "up", "north": "none", @@ -214678,7 +224433,7 @@ } }, { - "id": 3349, + "id": 4117, "properties": { "east": "up", "north": "none", @@ -214688,7 +224443,7 @@ } }, { - "id": 3350, + "id": 4118, "properties": { "east": "up", "north": "none", @@ -214698,7 +224453,7 @@ } }, { - "id": 3351, + "id": 4119, "properties": { "east": "up", "north": "none", @@ -214708,7 +224463,7 @@ } }, { - "id": 3352, + "id": 4120, "properties": { "east": "up", "north": "none", @@ -214718,7 +224473,7 @@ } }, { - "id": 3353, + "id": 4121, "properties": { "east": "up", "north": "none", @@ -214728,7 +224483,7 @@ } }, { - "id": 3354, + "id": 4122, "properties": { "east": "up", "north": "none", @@ -214738,7 +224493,7 @@ } }, { - "id": 3355, + "id": 4123, "properties": { "east": "up", "north": "none", @@ -214748,7 +224503,7 @@ } }, { - "id": 3356, + "id": 4124, "properties": { "east": "up", "north": "none", @@ -214758,7 +224513,7 @@ } }, { - "id": 3357, + "id": 4125, "properties": { "east": "up", "north": "none", @@ -214768,7 +224523,7 @@ } }, { - "id": 3358, + "id": 4126, "properties": { "east": "up", "north": "none", @@ -214778,7 +224533,7 @@ } }, { - "id": 3359, + "id": 4127, "properties": { "east": "up", "north": "none", @@ -214788,7 +224543,7 @@ } }, { - "id": 3360, + "id": 4128, "properties": { "east": "up", "north": "none", @@ -214798,7 +224553,7 @@ } }, { - "id": 3361, + "id": 4129, "properties": { "east": "up", "north": "none", @@ -214808,7 +224563,7 @@ } }, { - "id": 3362, + "id": 4130, "properties": { "east": "up", "north": "none", @@ -214818,7 +224573,7 @@ } }, { - "id": 3363, + "id": 4131, "properties": { "east": "up", "north": "none", @@ -214828,7 +224583,7 @@ } }, { - "id": 3364, + "id": 4132, "properties": { "east": "up", "north": "none", @@ -214838,7 +224593,7 @@ } }, { - "id": 3365, + "id": 4133, "properties": { "east": "up", "north": "none", @@ -214848,7 +224603,7 @@ } }, { - "id": 3366, + "id": 4134, "properties": { "east": "up", "north": "none", @@ -214858,7 +224613,7 @@ } }, { - "id": 3367, + "id": 4135, "properties": { "east": "up", "north": "none", @@ -214868,7 +224623,7 @@ } }, { - "id": 3368, + "id": 4136, "properties": { "east": "up", "north": "none", @@ -214878,7 +224633,7 @@ } }, { - "id": 3369, + "id": 4137, "properties": { "east": "up", "north": "none", @@ -214888,7 +224643,7 @@ } }, { - "id": 3370, + "id": 4138, "properties": { "east": "up", "north": "none", @@ -214898,7 +224653,7 @@ } }, { - "id": 3371, + "id": 4139, "properties": { "east": "up", "north": "none", @@ -214908,7 +224663,7 @@ } }, { - "id": 3372, + "id": 4140, "properties": { "east": "up", "north": "none", @@ -214918,7 +224673,7 @@ } }, { - "id": 3373, + "id": 4141, "properties": { "east": "up", "north": "none", @@ -214928,7 +224683,7 @@ } }, { - "id": 3374, + "id": 4142, "properties": { "east": "up", "north": "none", @@ -214938,7 +224693,7 @@ } }, { - "id": 3375, + "id": 4143, "properties": { "east": "up", "north": "none", @@ -214948,7 +224703,7 @@ } }, { - "id": 3376, + "id": 4144, "properties": { "east": "up", "north": "none", @@ -214958,7 +224713,7 @@ } }, { - "id": 3377, + "id": 4145, "properties": { "east": "up", "north": "none", @@ -214968,7 +224723,7 @@ } }, { - "id": 3378, + "id": 4146, "properties": { "east": "up", "north": "none", @@ -214978,7 +224733,7 @@ } }, { - "id": 3379, + "id": 4147, "properties": { "east": "up", "north": "none", @@ -214988,7 +224743,7 @@ } }, { - "id": 3380, + "id": 4148, "properties": { "east": "up", "north": "none", @@ -214998,7 +224753,7 @@ } }, { - "id": 3381, + "id": 4149, "properties": { "east": "up", "north": "none", @@ -215008,7 +224763,7 @@ } }, { - "id": 3382, + "id": 4150, "properties": { "east": "up", "north": "none", @@ -215018,7 +224773,7 @@ } }, { - "id": 3383, + "id": 4151, "properties": { "east": "up", "north": "none", @@ -215028,7 +224783,7 @@ } }, { - "id": 3384, + "id": 4152, "properties": { "east": "up", "north": "none", @@ -215038,7 +224793,7 @@ } }, { - "id": 3385, + "id": 4153, "properties": { "east": "up", "north": "none", @@ -215048,7 +224803,7 @@ } }, { - "id": 3386, + "id": 4154, "properties": { "east": "up", "north": "none", @@ -215058,7 +224813,7 @@ } }, { - "id": 3387, + "id": 4155, "properties": { "east": "up", "north": "none", @@ -215068,7 +224823,7 @@ } }, { - "id": 3388, + "id": 4156, "properties": { "east": "up", "north": "none", @@ -215078,7 +224833,7 @@ } }, { - "id": 3389, + "id": 4157, "properties": { "east": "up", "north": "none", @@ -215088,7 +224843,7 @@ } }, { - "id": 3390, + "id": 4158, "properties": { "east": "up", "north": "none", @@ -215098,7 +224853,7 @@ } }, { - "id": 3391, + "id": 4159, "properties": { "east": "up", "north": "none", @@ -215108,7 +224863,7 @@ } }, { - "id": 3392, + "id": 4160, "properties": { "east": "up", "north": "none", @@ -215118,7 +224873,7 @@ } }, { - "id": 3393, + "id": 4161, "properties": { "east": "up", "north": "none", @@ -215128,7 +224883,7 @@ } }, { - "id": 3394, + "id": 4162, "properties": { "east": "up", "north": "none", @@ -215138,7 +224893,7 @@ } }, { - "id": 3395, + "id": 4163, "properties": { "east": "up", "north": "none", @@ -215148,7 +224903,7 @@ } }, { - "id": 3396, + "id": 4164, "properties": { "east": "up", "north": "none", @@ -215158,7 +224913,7 @@ } }, { - "id": 3397, + "id": 4165, "properties": { "east": "up", "north": "none", @@ -215168,7 +224923,7 @@ } }, { - "id": 3398, + "id": 4166, "properties": { "east": "up", "north": "none", @@ -215178,7 +224933,7 @@ } }, { - "id": 3399, + "id": 4167, "properties": { "east": "up", "north": "none", @@ -215188,7 +224943,7 @@ } }, { - "id": 3400, + "id": 4168, "properties": { "east": "up", "north": "none", @@ -215198,7 +224953,7 @@ } }, { - "id": 3401, + "id": 4169, "properties": { "east": "up", "north": "none", @@ -215208,7 +224963,7 @@ } }, { - "id": 3402, + "id": 4170, "properties": { "east": "up", "north": "none", @@ -215218,7 +224973,7 @@ } }, { - "id": 3403, + "id": 4171, "properties": { "east": "up", "north": "none", @@ -215228,7 +224983,7 @@ } }, { - "id": 3404, + "id": 4172, "properties": { "east": "up", "north": "none", @@ -215238,7 +224993,7 @@ } }, { - "id": 3405, + "id": 4173, "properties": { "east": "up", "north": "none", @@ -215248,7 +225003,7 @@ } }, { - "id": 3406, + "id": 4174, "properties": { "east": "up", "north": "none", @@ -215258,7 +225013,7 @@ } }, { - "id": 3407, + "id": 4175, "properties": { "east": "up", "north": "none", @@ -215268,7 +225023,7 @@ } }, { - "id": 3408, + "id": 4176, "properties": { "east": "up", "north": "none", @@ -215278,7 +225033,7 @@ } }, { - "id": 3409, + "id": 4177, "properties": { "east": "up", "north": "none", @@ -215288,7 +225043,7 @@ } }, { - "id": 3410, + "id": 4178, "properties": { "east": "up", "north": "none", @@ -215298,7 +225053,7 @@ } }, { - "id": 3411, + "id": 4179, "properties": { "east": "up", "north": "none", @@ -215308,7 +225063,7 @@ } }, { - "id": 3412, + "id": 4180, "properties": { "east": "up", "north": "none", @@ -215318,7 +225073,7 @@ } }, { - "id": 3413, + "id": 4181, "properties": { "east": "up", "north": "none", @@ -215328,7 +225083,7 @@ } }, { - "id": 3414, + "id": 4182, "properties": { "east": "up", "north": "none", @@ -215338,7 +225093,7 @@ } }, { - "id": 3415, + "id": 4183, "properties": { "east": "up", "north": "none", @@ -215348,7 +225103,7 @@ } }, { - "id": 3416, + "id": 4184, "properties": { "east": "up", "north": "none", @@ -215358,7 +225113,7 @@ } }, { - "id": 3417, + "id": 4185, "properties": { "east": "up", "north": "none", @@ -215368,7 +225123,7 @@ } }, { - "id": 3418, + "id": 4186, "properties": { "east": "up", "north": "none", @@ -215378,7 +225133,7 @@ } }, { - "id": 3419, + "id": 4187, "properties": { "east": "up", "north": "none", @@ -215388,7 +225143,7 @@ } }, { - "id": 3420, + "id": 4188, "properties": { "east": "up", "north": "none", @@ -215398,7 +225153,7 @@ } }, { - "id": 3421, + "id": 4189, "properties": { "east": "up", "north": "none", @@ -215408,7 +225163,7 @@ } }, { - "id": 3422, + "id": 4190, "properties": { "east": "up", "north": "none", @@ -215418,7 +225173,7 @@ } }, { - "id": 3423, + "id": 4191, "properties": { "east": "up", "north": "none", @@ -215428,7 +225183,7 @@ } }, { - "id": 3424, + "id": 4192, "properties": { "east": "up", "north": "none", @@ -215438,7 +225193,7 @@ } }, { - "id": 3425, + "id": 4193, "properties": { "east": "up", "north": "none", @@ -215448,7 +225203,7 @@ } }, { - "id": 3426, + "id": 4194, "properties": { "east": "up", "north": "none", @@ -215458,7 +225213,7 @@ } }, { - "id": 3427, + "id": 4195, "properties": { "east": "up", "north": "none", @@ -215468,7 +225223,7 @@ } }, { - "id": 3428, + "id": 4196, "properties": { "east": "up", "north": "none", @@ -215478,7 +225233,7 @@ } }, { - "id": 3429, + "id": 4197, "properties": { "east": "up", "north": "none", @@ -215488,7 +225243,7 @@ } }, { - "id": 3430, + "id": 4198, "properties": { "east": "up", "north": "none", @@ -215498,7 +225253,7 @@ } }, { - "id": 3431, + "id": 4199, "properties": { "east": "up", "north": "none", @@ -215508,7 +225263,7 @@ } }, { - "id": 3432, + "id": 4200, "properties": { "east": "up", "north": "none", @@ -215518,7 +225273,7 @@ } }, { - "id": 3433, + "id": 4201, "properties": { "east": "up", "north": "none", @@ -215528,7 +225283,7 @@ } }, { - "id": 3434, + "id": 4202, "properties": { "east": "up", "north": "none", @@ -215538,7 +225293,7 @@ } }, { - "id": 3435, + "id": 4203, "properties": { "east": "up", "north": "none", @@ -215548,7 +225303,7 @@ } }, { - "id": 3436, + "id": 4204, "properties": { "east": "up", "north": "none", @@ -215558,7 +225313,7 @@ } }, { - "id": 3437, + "id": 4205, "properties": { "east": "up", "north": "none", @@ -215568,7 +225323,7 @@ } }, { - "id": 3438, + "id": 4206, "properties": { "east": "up", "north": "none", @@ -215578,7 +225333,7 @@ } }, { - "id": 3439, + "id": 4207, "properties": { "east": "up", "north": "none", @@ -215588,7 +225343,7 @@ } }, { - "id": 3440, + "id": 4208, "properties": { "east": "up", "north": "none", @@ -215598,7 +225353,7 @@ } }, { - "id": 3441, + "id": 4209, "properties": { "east": "up", "north": "none", @@ -215608,7 +225363,7 @@ } }, { - "id": 3442, + "id": 4210, "properties": { "east": "up", "north": "none", @@ -215618,7 +225373,7 @@ } }, { - "id": 3443, + "id": 4211, "properties": { "east": "up", "north": "none", @@ -215628,7 +225383,7 @@ } }, { - "id": 3444, + "id": 4212, "properties": { "east": "up", "north": "none", @@ -215638,7 +225393,7 @@ } }, { - "id": 3445, + "id": 4213, "properties": { "east": "up", "north": "none", @@ -215648,7 +225403,7 @@ } }, { - "id": 3446, + "id": 4214, "properties": { "east": "up", "north": "none", @@ -215658,7 +225413,7 @@ } }, { - "id": 3447, + "id": 4215, "properties": { "east": "up", "north": "none", @@ -215668,7 +225423,7 @@ } }, { - "id": 3448, + "id": 4216, "properties": { "east": "up", "north": "none", @@ -215678,7 +225433,7 @@ } }, { - "id": 3449, + "id": 4217, "properties": { "east": "up", "north": "none", @@ -215688,7 +225443,7 @@ } }, { - "id": 3450, + "id": 4218, "properties": { "east": "up", "north": "none", @@ -215698,7 +225453,7 @@ } }, { - "id": 3451, + "id": 4219, "properties": { "east": "up", "north": "none", @@ -215708,7 +225463,7 @@ } }, { - "id": 3452, + "id": 4220, "properties": { "east": "up", "north": "none", @@ -215718,7 +225473,7 @@ } }, { - "id": 3453, + "id": 4221, "properties": { "east": "up", "north": "none", @@ -215728,7 +225483,7 @@ } }, { - "id": 3454, + "id": 4222, "properties": { "east": "up", "north": "none", @@ -215738,7 +225493,7 @@ } }, { - "id": 3455, + "id": 4223, "properties": { "east": "up", "north": "none", @@ -215748,7 +225503,7 @@ } }, { - "id": 3456, + "id": 4224, "properties": { "east": "up", "north": "none", @@ -215758,7 +225513,7 @@ } }, { - "id": 3457, + "id": 4225, "properties": { "east": "up", "north": "none", @@ -215768,7 +225523,7 @@ } }, { - "id": 3458, + "id": 4226, "properties": { "east": "up", "north": "none", @@ -215778,7 +225533,7 @@ } }, { - "id": 3459, + "id": 4227, "properties": { "east": "up", "north": "none", @@ -215788,7 +225543,7 @@ } }, { - "id": 3460, + "id": 4228, "properties": { "east": "up", "north": "none", @@ -215798,7 +225553,7 @@ } }, { - "id": 3461, + "id": 4229, "properties": { "east": "up", "north": "none", @@ -215808,7 +225563,7 @@ } }, { - "id": 3462, + "id": 4230, "properties": { "east": "up", "north": "none", @@ -215818,7 +225573,7 @@ } }, { - "id": 3463, + "id": 4231, "properties": { "east": "up", "north": "none", @@ -215828,7 +225583,7 @@ } }, { - "id": 3464, + "id": 4232, "properties": { "east": "up", "north": "none", @@ -215838,7 +225593,7 @@ } }, { - "id": 3465, + "id": 4233, "properties": { "east": "up", "north": "none", @@ -215848,7 +225603,7 @@ } }, { - "id": 3466, + "id": 4234, "properties": { "east": "up", "north": "none", @@ -215858,7 +225613,7 @@ } }, { - "id": 3467, + "id": 4235, "properties": { "east": "up", "north": "none", @@ -215868,7 +225623,7 @@ } }, { - "id": 3468, + "id": 4236, "properties": { "east": "up", "north": "none", @@ -215878,7 +225633,7 @@ } }, { - "id": 3469, + "id": 4237, "properties": { "east": "up", "north": "none", @@ -215888,7 +225643,7 @@ } }, { - "id": 3470, + "id": 4238, "properties": { "east": "up", "north": "none", @@ -215898,7 +225653,7 @@ } }, { - "id": 3471, + "id": 4239, "properties": { "east": "up", "north": "none", @@ -215908,7 +225663,7 @@ } }, { - "id": 3472, + "id": 4240, "properties": { "east": "up", "north": "none", @@ -215918,7 +225673,7 @@ } }, { - "id": 3473, + "id": 4241, "properties": { "east": "up", "north": "none", @@ -215928,7 +225683,7 @@ } }, { - "id": 3474, + "id": 4242, "properties": { "east": "side", "north": "up", @@ -215938,7 +225693,7 @@ } }, { - "id": 3475, + "id": 4243, "properties": { "east": "side", "north": "up", @@ -215948,7 +225703,7 @@ } }, { - "id": 3476, + "id": 4244, "properties": { "east": "side", "north": "up", @@ -215958,7 +225713,7 @@ } }, { - "id": 3477, + "id": 4245, "properties": { "east": "side", "north": "up", @@ -215968,7 +225723,7 @@ } }, { - "id": 3478, + "id": 4246, "properties": { "east": "side", "north": "up", @@ -215978,7 +225733,7 @@ } }, { - "id": 3479, + "id": 4247, "properties": { "east": "side", "north": "up", @@ -215988,7 +225743,7 @@ } }, { - "id": 3480, + "id": 4248, "properties": { "east": "side", "north": "up", @@ -215998,7 +225753,7 @@ } }, { - "id": 3481, + "id": 4249, "properties": { "east": "side", "north": "up", @@ -216008,7 +225763,7 @@ } }, { - "id": 3482, + "id": 4250, "properties": { "east": "side", "north": "up", @@ -216018,7 +225773,7 @@ } }, { - "id": 3483, + "id": 4251, "properties": { "east": "side", "north": "up", @@ -216028,7 +225783,7 @@ } }, { - "id": 3484, + "id": 4252, "properties": { "east": "side", "north": "up", @@ -216038,7 +225793,7 @@ } }, { - "id": 3485, + "id": 4253, "properties": { "east": "side", "north": "up", @@ -216048,7 +225803,7 @@ } }, { - "id": 3486, + "id": 4254, "properties": { "east": "side", "north": "up", @@ -216058,7 +225813,7 @@ } }, { - "id": 3487, + "id": 4255, "properties": { "east": "side", "north": "up", @@ -216068,7 +225823,7 @@ } }, { - "id": 3488, + "id": 4256, "properties": { "east": "side", "north": "up", @@ -216078,7 +225833,7 @@ } }, { - "id": 3489, + "id": 4257, "properties": { "east": "side", "north": "up", @@ -216088,7 +225843,7 @@ } }, { - "id": 3490, + "id": 4258, "properties": { "east": "side", "north": "up", @@ -216098,7 +225853,7 @@ } }, { - "id": 3491, + "id": 4259, "properties": { "east": "side", "north": "up", @@ -216108,7 +225863,7 @@ } }, { - "id": 3492, + "id": 4260, "properties": { "east": "side", "north": "up", @@ -216118,7 +225873,7 @@ } }, { - "id": 3493, + "id": 4261, "properties": { "east": "side", "north": "up", @@ -216128,7 +225883,7 @@ } }, { - "id": 3494, + "id": 4262, "properties": { "east": "side", "north": "up", @@ -216138,7 +225893,7 @@ } }, { - "id": 3495, + "id": 4263, "properties": { "east": "side", "north": "up", @@ -216148,7 +225903,7 @@ } }, { - "id": 3496, + "id": 4264, "properties": { "east": "side", "north": "up", @@ -216158,7 +225913,7 @@ } }, { - "id": 3497, + "id": 4265, "properties": { "east": "side", "north": "up", @@ -216168,7 +225923,7 @@ } }, { - "id": 3498, + "id": 4266, "properties": { "east": "side", "north": "up", @@ -216178,7 +225933,7 @@ } }, { - "id": 3499, + "id": 4267, "properties": { "east": "side", "north": "up", @@ -216188,7 +225943,7 @@ } }, { - "id": 3500, + "id": 4268, "properties": { "east": "side", "north": "up", @@ -216198,7 +225953,7 @@ } }, { - "id": 3501, + "id": 4269, "properties": { "east": "side", "north": "up", @@ -216208,7 +225963,7 @@ } }, { - "id": 3502, + "id": 4270, "properties": { "east": "side", "north": "up", @@ -216218,7 +225973,7 @@ } }, { - "id": 3503, + "id": 4271, "properties": { "east": "side", "north": "up", @@ -216228,7 +225983,7 @@ } }, { - "id": 3504, + "id": 4272, "properties": { "east": "side", "north": "up", @@ -216238,7 +225993,7 @@ } }, { - "id": 3505, + "id": 4273, "properties": { "east": "side", "north": "up", @@ -216248,7 +226003,7 @@ } }, { - "id": 3506, + "id": 4274, "properties": { "east": "side", "north": "up", @@ -216258,7 +226013,7 @@ } }, { - "id": 3507, + "id": 4275, "properties": { "east": "side", "north": "up", @@ -216268,7 +226023,7 @@ } }, { - "id": 3508, + "id": 4276, "properties": { "east": "side", "north": "up", @@ -216278,7 +226033,7 @@ } }, { - "id": 3509, + "id": 4277, "properties": { "east": "side", "north": "up", @@ -216288,7 +226043,7 @@ } }, { - "id": 3510, + "id": 4278, "properties": { "east": "side", "north": "up", @@ -216298,7 +226053,7 @@ } }, { - "id": 3511, + "id": 4279, "properties": { "east": "side", "north": "up", @@ -216308,7 +226063,7 @@ } }, { - "id": 3512, + "id": 4280, "properties": { "east": "side", "north": "up", @@ -216318,7 +226073,7 @@ } }, { - "id": 3513, + "id": 4281, "properties": { "east": "side", "north": "up", @@ -216328,7 +226083,7 @@ } }, { - "id": 3514, + "id": 4282, "properties": { "east": "side", "north": "up", @@ -216338,7 +226093,7 @@ } }, { - "id": 3515, + "id": 4283, "properties": { "east": "side", "north": "up", @@ -216348,7 +226103,7 @@ } }, { - "id": 3516, + "id": 4284, "properties": { "east": "side", "north": "up", @@ -216358,7 +226113,7 @@ } }, { - "id": 3517, + "id": 4285, "properties": { "east": "side", "north": "up", @@ -216368,7 +226123,7 @@ } }, { - "id": 3518, + "id": 4286, "properties": { "east": "side", "north": "up", @@ -216378,7 +226133,7 @@ } }, { - "id": 3519, + "id": 4287, "properties": { "east": "side", "north": "up", @@ -216388,7 +226143,7 @@ } }, { - "id": 3520, + "id": 4288, "properties": { "east": "side", "north": "up", @@ -216398,7 +226153,7 @@ } }, { - "id": 3521, + "id": 4289, "properties": { "east": "side", "north": "up", @@ -216408,7 +226163,7 @@ } }, { - "id": 3522, + "id": 4290, "properties": { "east": "side", "north": "up", @@ -216418,7 +226173,7 @@ } }, { - "id": 3523, + "id": 4291, "properties": { "east": "side", "north": "up", @@ -216428,7 +226183,7 @@ } }, { - "id": 3524, + "id": 4292, "properties": { "east": "side", "north": "up", @@ -216438,7 +226193,7 @@ } }, { - "id": 3525, + "id": 4293, "properties": { "east": "side", "north": "up", @@ -216448,7 +226203,7 @@ } }, { - "id": 3526, + "id": 4294, "properties": { "east": "side", "north": "up", @@ -216458,7 +226213,7 @@ } }, { - "id": 3527, + "id": 4295, "properties": { "east": "side", "north": "up", @@ -216468,7 +226223,7 @@ } }, { - "id": 3528, + "id": 4296, "properties": { "east": "side", "north": "up", @@ -216478,7 +226233,7 @@ } }, { - "id": 3529, + "id": 4297, "properties": { "east": "side", "north": "up", @@ -216488,7 +226243,7 @@ } }, { - "id": 3530, + "id": 4298, "properties": { "east": "side", "north": "up", @@ -216498,7 +226253,7 @@ } }, { - "id": 3531, + "id": 4299, "properties": { "east": "side", "north": "up", @@ -216508,7 +226263,7 @@ } }, { - "id": 3532, + "id": 4300, "properties": { "east": "side", "north": "up", @@ -216518,7 +226273,7 @@ } }, { - "id": 3533, + "id": 4301, "properties": { "east": "side", "north": "up", @@ -216528,7 +226283,7 @@ } }, { - "id": 3534, + "id": 4302, "properties": { "east": "side", "north": "up", @@ -216538,7 +226293,7 @@ } }, { - "id": 3535, + "id": 4303, "properties": { "east": "side", "north": "up", @@ -216548,7 +226303,7 @@ } }, { - "id": 3536, + "id": 4304, "properties": { "east": "side", "north": "up", @@ -216558,7 +226313,7 @@ } }, { - "id": 3537, + "id": 4305, "properties": { "east": "side", "north": "up", @@ -216568,7 +226323,7 @@ } }, { - "id": 3538, + "id": 4306, "properties": { "east": "side", "north": "up", @@ -216578,7 +226333,7 @@ } }, { - "id": 3539, + "id": 4307, "properties": { "east": "side", "north": "up", @@ -216588,7 +226343,7 @@ } }, { - "id": 3540, + "id": 4308, "properties": { "east": "side", "north": "up", @@ -216598,7 +226353,7 @@ } }, { - "id": 3541, + "id": 4309, "properties": { "east": "side", "north": "up", @@ -216608,7 +226363,7 @@ } }, { - "id": 3542, + "id": 4310, "properties": { "east": "side", "north": "up", @@ -216618,7 +226373,7 @@ } }, { - "id": 3543, + "id": 4311, "properties": { "east": "side", "north": "up", @@ -216628,7 +226383,7 @@ } }, { - "id": 3544, + "id": 4312, "properties": { "east": "side", "north": "up", @@ -216638,7 +226393,7 @@ } }, { - "id": 3545, + "id": 4313, "properties": { "east": "side", "north": "up", @@ -216648,7 +226403,7 @@ } }, { - "id": 3546, + "id": 4314, "properties": { "east": "side", "north": "up", @@ -216658,7 +226413,7 @@ } }, { - "id": 3547, + "id": 4315, "properties": { "east": "side", "north": "up", @@ -216668,7 +226423,7 @@ } }, { - "id": 3548, + "id": 4316, "properties": { "east": "side", "north": "up", @@ -216678,7 +226433,7 @@ } }, { - "id": 3549, + "id": 4317, "properties": { "east": "side", "north": "up", @@ -216688,7 +226443,7 @@ } }, { - "id": 3550, + "id": 4318, "properties": { "east": "side", "north": "up", @@ -216698,7 +226453,7 @@ } }, { - "id": 3551, + "id": 4319, "properties": { "east": "side", "north": "up", @@ -216708,7 +226463,7 @@ } }, { - "id": 3552, + "id": 4320, "properties": { "east": "side", "north": "up", @@ -216718,7 +226473,7 @@ } }, { - "id": 3553, + "id": 4321, "properties": { "east": "side", "north": "up", @@ -216728,7 +226483,7 @@ } }, { - "id": 3554, + "id": 4322, "properties": { "east": "side", "north": "up", @@ -216738,7 +226493,7 @@ } }, { - "id": 3555, + "id": 4323, "properties": { "east": "side", "north": "up", @@ -216748,7 +226503,7 @@ } }, { - "id": 3556, + "id": 4324, "properties": { "east": "side", "north": "up", @@ -216758,7 +226513,7 @@ } }, { - "id": 3557, + "id": 4325, "properties": { "east": "side", "north": "up", @@ -216768,7 +226523,7 @@ } }, { - "id": 3558, + "id": 4326, "properties": { "east": "side", "north": "up", @@ -216778,7 +226533,7 @@ } }, { - "id": 3559, + "id": 4327, "properties": { "east": "side", "north": "up", @@ -216788,7 +226543,7 @@ } }, { - "id": 3560, + "id": 4328, "properties": { "east": "side", "north": "up", @@ -216798,7 +226553,7 @@ } }, { - "id": 3561, + "id": 4329, "properties": { "east": "side", "north": "up", @@ -216808,7 +226563,7 @@ } }, { - "id": 3562, + "id": 4330, "properties": { "east": "side", "north": "up", @@ -216818,7 +226573,7 @@ } }, { - "id": 3563, + "id": 4331, "properties": { "east": "side", "north": "up", @@ -216828,7 +226583,7 @@ } }, { - "id": 3564, + "id": 4332, "properties": { "east": "side", "north": "up", @@ -216838,7 +226593,7 @@ } }, { - "id": 3565, + "id": 4333, "properties": { "east": "side", "north": "up", @@ -216848,7 +226603,7 @@ } }, { - "id": 3566, + "id": 4334, "properties": { "east": "side", "north": "up", @@ -216858,7 +226613,7 @@ } }, { - "id": 3567, + "id": 4335, "properties": { "east": "side", "north": "up", @@ -216868,7 +226623,7 @@ } }, { - "id": 3568, + "id": 4336, "properties": { "east": "side", "north": "up", @@ -216878,7 +226633,7 @@ } }, { - "id": 3569, + "id": 4337, "properties": { "east": "side", "north": "up", @@ -216888,7 +226643,7 @@ } }, { - "id": 3570, + "id": 4338, "properties": { "east": "side", "north": "up", @@ -216898,7 +226653,7 @@ } }, { - "id": 3571, + "id": 4339, "properties": { "east": "side", "north": "up", @@ -216908,7 +226663,7 @@ } }, { - "id": 3572, + "id": 4340, "properties": { "east": "side", "north": "up", @@ -216918,7 +226673,7 @@ } }, { - "id": 3573, + "id": 4341, "properties": { "east": "side", "north": "up", @@ -216928,7 +226683,7 @@ } }, { - "id": 3574, + "id": 4342, "properties": { "east": "side", "north": "up", @@ -216938,7 +226693,7 @@ } }, { - "id": 3575, + "id": 4343, "properties": { "east": "side", "north": "up", @@ -216948,7 +226703,7 @@ } }, { - "id": 3576, + "id": 4344, "properties": { "east": "side", "north": "up", @@ -216958,7 +226713,7 @@ } }, { - "id": 3577, + "id": 4345, "properties": { "east": "side", "north": "up", @@ -216968,7 +226723,7 @@ } }, { - "id": 3578, + "id": 4346, "properties": { "east": "side", "north": "up", @@ -216978,7 +226733,7 @@ } }, { - "id": 3579, + "id": 4347, "properties": { "east": "side", "north": "up", @@ -216988,7 +226743,7 @@ } }, { - "id": 3580, + "id": 4348, "properties": { "east": "side", "north": "up", @@ -216998,7 +226753,7 @@ } }, { - "id": 3581, + "id": 4349, "properties": { "east": "side", "north": "up", @@ -217008,7 +226763,7 @@ } }, { - "id": 3582, + "id": 4350, "properties": { "east": "side", "north": "up", @@ -217018,7 +226773,7 @@ } }, { - "id": 3583, + "id": 4351, "properties": { "east": "side", "north": "up", @@ -217028,7 +226783,7 @@ } }, { - "id": 3584, + "id": 4352, "properties": { "east": "side", "north": "up", @@ -217038,7 +226793,7 @@ } }, { - "id": 3585, + "id": 4353, "properties": { "east": "side", "north": "up", @@ -217048,7 +226803,7 @@ } }, { - "id": 3586, + "id": 4354, "properties": { "east": "side", "north": "up", @@ -217058,7 +226813,7 @@ } }, { - "id": 3587, + "id": 4355, "properties": { "east": "side", "north": "up", @@ -217068,7 +226823,7 @@ } }, { - "id": 3588, + "id": 4356, "properties": { "east": "side", "north": "up", @@ -217078,7 +226833,7 @@ } }, { - "id": 3589, + "id": 4357, "properties": { "east": "side", "north": "up", @@ -217088,7 +226843,7 @@ } }, { - "id": 3590, + "id": 4358, "properties": { "east": "side", "north": "up", @@ -217098,7 +226853,7 @@ } }, { - "id": 3591, + "id": 4359, "properties": { "east": "side", "north": "up", @@ -217108,7 +226863,7 @@ } }, { - "id": 3592, + "id": 4360, "properties": { "east": "side", "north": "up", @@ -217118,7 +226873,7 @@ } }, { - "id": 3593, + "id": 4361, "properties": { "east": "side", "north": "up", @@ -217128,7 +226883,7 @@ } }, { - "id": 3594, + "id": 4362, "properties": { "east": "side", "north": "up", @@ -217138,7 +226893,7 @@ } }, { - "id": 3595, + "id": 4363, "properties": { "east": "side", "north": "up", @@ -217148,7 +226903,7 @@ } }, { - "id": 3596, + "id": 4364, "properties": { "east": "side", "north": "up", @@ -217158,7 +226913,7 @@ } }, { - "id": 3597, + "id": 4365, "properties": { "east": "side", "north": "up", @@ -217168,7 +226923,7 @@ } }, { - "id": 3598, + "id": 4366, "properties": { "east": "side", "north": "up", @@ -217178,7 +226933,7 @@ } }, { - "id": 3599, + "id": 4367, "properties": { "east": "side", "north": "up", @@ -217188,7 +226943,7 @@ } }, { - "id": 3600, + "id": 4368, "properties": { "east": "side", "north": "up", @@ -217198,7 +226953,7 @@ } }, { - "id": 3601, + "id": 4369, "properties": { "east": "side", "north": "up", @@ -217208,7 +226963,7 @@ } }, { - "id": 3602, + "id": 4370, "properties": { "east": "side", "north": "up", @@ -217218,7 +226973,7 @@ } }, { - "id": 3603, + "id": 4371, "properties": { "east": "side", "north": "up", @@ -217228,7 +226983,7 @@ } }, { - "id": 3604, + "id": 4372, "properties": { "east": "side", "north": "up", @@ -217238,7 +226993,7 @@ } }, { - "id": 3605, + "id": 4373, "properties": { "east": "side", "north": "up", @@ -217248,7 +227003,7 @@ } }, { - "id": 3606, + "id": 4374, "properties": { "east": "side", "north": "up", @@ -217258,7 +227013,7 @@ } }, { - "id": 3607, + "id": 4375, "properties": { "east": "side", "north": "up", @@ -217268,7 +227023,7 @@ } }, { - "id": 3608, + "id": 4376, "properties": { "east": "side", "north": "up", @@ -217278,7 +227033,7 @@ } }, { - "id": 3609, + "id": 4377, "properties": { "east": "side", "north": "up", @@ -217288,7 +227043,7 @@ } }, { - "id": 3610, + "id": 4378, "properties": { "east": "side", "north": "up", @@ -217298,7 +227053,7 @@ } }, { - "id": 3611, + "id": 4379, "properties": { "east": "side", "north": "up", @@ -217308,7 +227063,7 @@ } }, { - "id": 3612, + "id": 4380, "properties": { "east": "side", "north": "up", @@ -217318,7 +227073,7 @@ } }, { - "id": 3613, + "id": 4381, "properties": { "east": "side", "north": "up", @@ -217328,7 +227083,7 @@ } }, { - "id": 3614, + "id": 4382, "properties": { "east": "side", "north": "up", @@ -217338,7 +227093,7 @@ } }, { - "id": 3615, + "id": 4383, "properties": { "east": "side", "north": "up", @@ -217348,7 +227103,7 @@ } }, { - "id": 3616, + "id": 4384, "properties": { "east": "side", "north": "up", @@ -217358,7 +227113,7 @@ } }, { - "id": 3617, + "id": 4385, "properties": { "east": "side", "north": "up", @@ -217368,7 +227123,7 @@ } }, { - "id": 3618, + "id": 4386, "properties": { "east": "side", "north": "side", @@ -217378,7 +227133,7 @@ } }, { - "id": 3619, + "id": 4387, "properties": { "east": "side", "north": "side", @@ -217388,7 +227143,7 @@ } }, { - "id": 3620, + "id": 4388, "properties": { "east": "side", "north": "side", @@ -217398,7 +227153,7 @@ } }, { - "id": 3621, + "id": 4389, "properties": { "east": "side", "north": "side", @@ -217408,7 +227163,7 @@ } }, { - "id": 3622, + "id": 4390, "properties": { "east": "side", "north": "side", @@ -217418,7 +227173,7 @@ } }, { - "id": 3623, + "id": 4391, "properties": { "east": "side", "north": "side", @@ -217428,7 +227183,7 @@ } }, { - "id": 3624, + "id": 4392, "properties": { "east": "side", "north": "side", @@ -217438,7 +227193,7 @@ } }, { - "id": 3625, + "id": 4393, "properties": { "east": "side", "north": "side", @@ -217448,7 +227203,7 @@ } }, { - "id": 3626, + "id": 4394, "properties": { "east": "side", "north": "side", @@ -217458,7 +227213,7 @@ } }, { - "id": 3627, + "id": 4395, "properties": { "east": "side", "north": "side", @@ -217468,7 +227223,7 @@ } }, { - "id": 3628, + "id": 4396, "properties": { "east": "side", "north": "side", @@ -217478,7 +227233,7 @@ } }, { - "id": 3629, + "id": 4397, "properties": { "east": "side", "north": "side", @@ -217488,7 +227243,7 @@ } }, { - "id": 3630, + "id": 4398, "properties": { "east": "side", "north": "side", @@ -217498,7 +227253,7 @@ } }, { - "id": 3631, + "id": 4399, "properties": { "east": "side", "north": "side", @@ -217508,7 +227263,7 @@ } }, { - "id": 3632, + "id": 4400, "properties": { "east": "side", "north": "side", @@ -217518,7 +227273,7 @@ } }, { - "id": 3633, + "id": 4401, "properties": { "east": "side", "north": "side", @@ -217528,7 +227283,7 @@ } }, { - "id": 3634, + "id": 4402, "properties": { "east": "side", "north": "side", @@ -217538,7 +227293,7 @@ } }, { - "id": 3635, + "id": 4403, "properties": { "east": "side", "north": "side", @@ -217548,7 +227303,7 @@ } }, { - "id": 3636, + "id": 4404, "properties": { "east": "side", "north": "side", @@ -217558,7 +227313,7 @@ } }, { - "id": 3637, + "id": 4405, "properties": { "east": "side", "north": "side", @@ -217568,7 +227323,7 @@ } }, { - "id": 3638, + "id": 4406, "properties": { "east": "side", "north": "side", @@ -217578,7 +227333,7 @@ } }, { - "id": 3639, + "id": 4407, "properties": { "east": "side", "north": "side", @@ -217588,7 +227343,7 @@ } }, { - "id": 3640, + "id": 4408, "properties": { "east": "side", "north": "side", @@ -217598,7 +227353,7 @@ } }, { - "id": 3641, + "id": 4409, "properties": { "east": "side", "north": "side", @@ -217608,7 +227363,7 @@ } }, { - "id": 3642, + "id": 4410, "properties": { "east": "side", "north": "side", @@ -217618,7 +227373,7 @@ } }, { - "id": 3643, + "id": 4411, "properties": { "east": "side", "north": "side", @@ -217628,7 +227383,7 @@ } }, { - "id": 3644, + "id": 4412, "properties": { "east": "side", "north": "side", @@ -217638,7 +227393,7 @@ } }, { - "id": 3645, + "id": 4413, "properties": { "east": "side", "north": "side", @@ -217648,7 +227403,7 @@ } }, { - "id": 3646, + "id": 4414, "properties": { "east": "side", "north": "side", @@ -217658,7 +227413,7 @@ } }, { - "id": 3647, + "id": 4415, "properties": { "east": "side", "north": "side", @@ -217668,7 +227423,7 @@ } }, { - "id": 3648, + "id": 4416, "properties": { "east": "side", "north": "side", @@ -217678,7 +227433,7 @@ } }, { - "id": 3649, + "id": 4417, "properties": { "east": "side", "north": "side", @@ -217688,7 +227443,7 @@ } }, { - "id": 3650, + "id": 4418, "properties": { "east": "side", "north": "side", @@ -217698,7 +227453,7 @@ } }, { - "id": 3651, + "id": 4419, "properties": { "east": "side", "north": "side", @@ -217708,7 +227463,7 @@ } }, { - "id": 3652, + "id": 4420, "properties": { "east": "side", "north": "side", @@ -217718,7 +227473,7 @@ } }, { - "id": 3653, + "id": 4421, "properties": { "east": "side", "north": "side", @@ -217728,7 +227483,7 @@ } }, { - "id": 3654, + "id": 4422, "properties": { "east": "side", "north": "side", @@ -217738,7 +227493,7 @@ } }, { - "id": 3655, + "id": 4423, "properties": { "east": "side", "north": "side", @@ -217748,7 +227503,7 @@ } }, { - "id": 3656, + "id": 4424, "properties": { "east": "side", "north": "side", @@ -217758,7 +227513,7 @@ } }, { - "id": 3657, + "id": 4425, "properties": { "east": "side", "north": "side", @@ -217768,7 +227523,7 @@ } }, { - "id": 3658, + "id": 4426, "properties": { "east": "side", "north": "side", @@ -217778,7 +227533,7 @@ } }, { - "id": 3659, + "id": 4427, "properties": { "east": "side", "north": "side", @@ -217788,7 +227543,7 @@ } }, { - "id": 3660, + "id": 4428, "properties": { "east": "side", "north": "side", @@ -217798,7 +227553,7 @@ } }, { - "id": 3661, + "id": 4429, "properties": { "east": "side", "north": "side", @@ -217808,7 +227563,7 @@ } }, { - "id": 3662, + "id": 4430, "properties": { "east": "side", "north": "side", @@ -217818,7 +227573,7 @@ } }, { - "id": 3663, + "id": 4431, "properties": { "east": "side", "north": "side", @@ -217828,7 +227583,7 @@ } }, { - "id": 3664, + "id": 4432, "properties": { "east": "side", "north": "side", @@ -217838,7 +227593,7 @@ } }, { - "id": 3665, + "id": 4433, "properties": { "east": "side", "north": "side", @@ -217848,7 +227603,7 @@ } }, { - "id": 3666, + "id": 4434, "properties": { "east": "side", "north": "side", @@ -217858,7 +227613,7 @@ } }, { - "id": 3667, + "id": 4435, "properties": { "east": "side", "north": "side", @@ -217868,7 +227623,7 @@ } }, { - "id": 3668, + "id": 4436, "properties": { "east": "side", "north": "side", @@ -217878,7 +227633,7 @@ } }, { - "id": 3669, + "id": 4437, "properties": { "east": "side", "north": "side", @@ -217888,7 +227643,7 @@ } }, { - "id": 3670, + "id": 4438, "properties": { "east": "side", "north": "side", @@ -217898,7 +227653,7 @@ } }, { - "id": 3671, + "id": 4439, "properties": { "east": "side", "north": "side", @@ -217908,7 +227663,7 @@ } }, { - "id": 3672, + "id": 4440, "properties": { "east": "side", "north": "side", @@ -217918,7 +227673,7 @@ } }, { - "id": 3673, + "id": 4441, "properties": { "east": "side", "north": "side", @@ -217928,7 +227683,7 @@ } }, { - "id": 3674, + "id": 4442, "properties": { "east": "side", "north": "side", @@ -217938,7 +227693,7 @@ } }, { - "id": 3675, + "id": 4443, "properties": { "east": "side", "north": "side", @@ -217948,7 +227703,7 @@ } }, { - "id": 3676, + "id": 4444, "properties": { "east": "side", "north": "side", @@ -217958,7 +227713,7 @@ } }, { - "id": 3677, + "id": 4445, "properties": { "east": "side", "north": "side", @@ -217968,7 +227723,7 @@ } }, { - "id": 3678, + "id": 4446, "properties": { "east": "side", "north": "side", @@ -217978,7 +227733,7 @@ } }, { - "id": 3679, + "id": 4447, "properties": { "east": "side", "north": "side", @@ -217988,7 +227743,7 @@ } }, { - "id": 3680, + "id": 4448, "properties": { "east": "side", "north": "side", @@ -217998,7 +227753,7 @@ } }, { - "id": 3681, + "id": 4449, "properties": { "east": "side", "north": "side", @@ -218008,7 +227763,7 @@ } }, { - "id": 3682, + "id": 4450, "properties": { "east": "side", "north": "side", @@ -218018,7 +227773,7 @@ } }, { - "id": 3683, + "id": 4451, "properties": { "east": "side", "north": "side", @@ -218028,7 +227783,7 @@ } }, { - "id": 3684, + "id": 4452, "properties": { "east": "side", "north": "side", @@ -218038,7 +227793,7 @@ } }, { - "id": 3685, + "id": 4453, "properties": { "east": "side", "north": "side", @@ -218048,7 +227803,7 @@ } }, { - "id": 3686, + "id": 4454, "properties": { "east": "side", "north": "side", @@ -218058,7 +227813,7 @@ } }, { - "id": 3687, + "id": 4455, "properties": { "east": "side", "north": "side", @@ -218068,7 +227823,7 @@ } }, { - "id": 3688, + "id": 4456, "properties": { "east": "side", "north": "side", @@ -218078,7 +227833,7 @@ } }, { - "id": 3689, + "id": 4457, "properties": { "east": "side", "north": "side", @@ -218088,7 +227843,7 @@ } }, { - "id": 3690, + "id": 4458, "properties": { "east": "side", "north": "side", @@ -218098,7 +227853,7 @@ } }, { - "id": 3691, + "id": 4459, "properties": { "east": "side", "north": "side", @@ -218108,7 +227863,7 @@ } }, { - "id": 3692, + "id": 4460, "properties": { "east": "side", "north": "side", @@ -218118,7 +227873,7 @@ } }, { - "id": 3693, + "id": 4461, "properties": { "east": "side", "north": "side", @@ -218128,7 +227883,7 @@ } }, { - "id": 3694, + "id": 4462, "properties": { "east": "side", "north": "side", @@ -218138,7 +227893,7 @@ } }, { - "id": 3695, + "id": 4463, "properties": { "east": "side", "north": "side", @@ -218148,7 +227903,7 @@ } }, { - "id": 3696, + "id": 4464, "properties": { "east": "side", "north": "side", @@ -218158,7 +227913,7 @@ } }, { - "id": 3697, + "id": 4465, "properties": { "east": "side", "north": "side", @@ -218168,7 +227923,7 @@ } }, { - "id": 3698, + "id": 4466, "properties": { "east": "side", "north": "side", @@ -218178,7 +227933,7 @@ } }, { - "id": 3699, + "id": 4467, "properties": { "east": "side", "north": "side", @@ -218188,7 +227943,7 @@ } }, { - "id": 3700, + "id": 4468, "properties": { "east": "side", "north": "side", @@ -218198,7 +227953,7 @@ } }, { - "id": 3701, + "id": 4469, "properties": { "east": "side", "north": "side", @@ -218208,7 +227963,7 @@ } }, { - "id": 3702, + "id": 4470, "properties": { "east": "side", "north": "side", @@ -218218,7 +227973,7 @@ } }, { - "id": 3703, + "id": 4471, "properties": { "east": "side", "north": "side", @@ -218228,7 +227983,7 @@ } }, { - "id": 3704, + "id": 4472, "properties": { "east": "side", "north": "side", @@ -218238,7 +227993,7 @@ } }, { - "id": 3705, + "id": 4473, "properties": { "east": "side", "north": "side", @@ -218248,7 +228003,7 @@ } }, { - "id": 3706, + "id": 4474, "properties": { "east": "side", "north": "side", @@ -218258,7 +228013,7 @@ } }, { - "id": 3707, + "id": 4475, "properties": { "east": "side", "north": "side", @@ -218268,7 +228023,7 @@ } }, { - "id": 3708, + "id": 4476, "properties": { "east": "side", "north": "side", @@ -218278,7 +228033,7 @@ } }, { - "id": 3709, + "id": 4477, "properties": { "east": "side", "north": "side", @@ -218288,7 +228043,7 @@ } }, { - "id": 3710, + "id": 4478, "properties": { "east": "side", "north": "side", @@ -218298,7 +228053,7 @@ } }, { - "id": 3711, + "id": 4479, "properties": { "east": "side", "north": "side", @@ -218308,7 +228063,7 @@ } }, { - "id": 3712, + "id": 4480, "properties": { "east": "side", "north": "side", @@ -218318,7 +228073,7 @@ } }, { - "id": 3713, + "id": 4481, "properties": { "east": "side", "north": "side", @@ -218328,7 +228083,7 @@ } }, { - "id": 3714, + "id": 4482, "properties": { "east": "side", "north": "side", @@ -218338,7 +228093,7 @@ } }, { - "id": 3715, + "id": 4483, "properties": { "east": "side", "north": "side", @@ -218348,7 +228103,7 @@ } }, { - "id": 3716, + "id": 4484, "properties": { "east": "side", "north": "side", @@ -218358,7 +228113,7 @@ } }, { - "id": 3717, + "id": 4485, "properties": { "east": "side", "north": "side", @@ -218368,7 +228123,7 @@ } }, { - "id": 3718, + "id": 4486, "properties": { "east": "side", "north": "side", @@ -218378,7 +228133,7 @@ } }, { - "id": 3719, + "id": 4487, "properties": { "east": "side", "north": "side", @@ -218388,7 +228143,7 @@ } }, { - "id": 3720, + "id": 4488, "properties": { "east": "side", "north": "side", @@ -218398,7 +228153,7 @@ } }, { - "id": 3721, + "id": 4489, "properties": { "east": "side", "north": "side", @@ -218408,7 +228163,7 @@ } }, { - "id": 3722, + "id": 4490, "properties": { "east": "side", "north": "side", @@ -218418,7 +228173,7 @@ } }, { - "id": 3723, + "id": 4491, "properties": { "east": "side", "north": "side", @@ -218428,7 +228183,7 @@ } }, { - "id": 3724, + "id": 4492, "properties": { "east": "side", "north": "side", @@ -218438,7 +228193,7 @@ } }, { - "id": 3725, + "id": 4493, "properties": { "east": "side", "north": "side", @@ -218448,7 +228203,7 @@ } }, { - "id": 3726, + "id": 4494, "properties": { "east": "side", "north": "side", @@ -218458,7 +228213,7 @@ } }, { - "id": 3727, + "id": 4495, "properties": { "east": "side", "north": "side", @@ -218468,7 +228223,7 @@ } }, { - "id": 3728, + "id": 4496, "properties": { "east": "side", "north": "side", @@ -218478,7 +228233,7 @@ } }, { - "id": 3729, + "id": 4497, "properties": { "east": "side", "north": "side", @@ -218488,7 +228243,7 @@ } }, { - "id": 3730, + "id": 4498, "properties": { "east": "side", "north": "side", @@ -218498,7 +228253,7 @@ } }, { - "id": 3731, + "id": 4499, "properties": { "east": "side", "north": "side", @@ -218508,7 +228263,7 @@ } }, { - "id": 3732, + "id": 4500, "properties": { "east": "side", "north": "side", @@ -218518,7 +228273,7 @@ } }, { - "id": 3733, + "id": 4501, "properties": { "east": "side", "north": "side", @@ -218528,7 +228283,7 @@ } }, { - "id": 3734, + "id": 4502, "properties": { "east": "side", "north": "side", @@ -218538,7 +228293,7 @@ } }, { - "id": 3735, + "id": 4503, "properties": { "east": "side", "north": "side", @@ -218548,7 +228303,7 @@ } }, { - "id": 3736, + "id": 4504, "properties": { "east": "side", "north": "side", @@ -218558,7 +228313,7 @@ } }, { - "id": 3737, + "id": 4505, "properties": { "east": "side", "north": "side", @@ -218568,7 +228323,7 @@ } }, { - "id": 3738, + "id": 4506, "properties": { "east": "side", "north": "side", @@ -218578,7 +228333,7 @@ } }, { - "id": 3739, + "id": 4507, "properties": { "east": "side", "north": "side", @@ -218588,7 +228343,7 @@ } }, { - "id": 3740, + "id": 4508, "properties": { "east": "side", "north": "side", @@ -218598,7 +228353,7 @@ } }, { - "id": 3741, + "id": 4509, "properties": { "east": "side", "north": "side", @@ -218608,7 +228363,7 @@ } }, { - "id": 3742, + "id": 4510, "properties": { "east": "side", "north": "side", @@ -218618,7 +228373,7 @@ } }, { - "id": 3743, + "id": 4511, "properties": { "east": "side", "north": "side", @@ -218628,7 +228383,7 @@ } }, { - "id": 3744, + "id": 4512, "properties": { "east": "side", "north": "side", @@ -218638,7 +228393,7 @@ } }, { - "id": 3745, + "id": 4513, "properties": { "east": "side", "north": "side", @@ -218648,7 +228403,7 @@ } }, { - "id": 3746, + "id": 4514, "properties": { "east": "side", "north": "side", @@ -218658,7 +228413,7 @@ } }, { - "id": 3747, + "id": 4515, "properties": { "east": "side", "north": "side", @@ -218668,7 +228423,7 @@ } }, { - "id": 3748, + "id": 4516, "properties": { "east": "side", "north": "side", @@ -218678,7 +228433,7 @@ } }, { - "id": 3749, + "id": 4517, "properties": { "east": "side", "north": "side", @@ -218688,7 +228443,7 @@ } }, { - "id": 3750, + "id": 4518, "properties": { "east": "side", "north": "side", @@ -218698,7 +228453,7 @@ } }, { - "id": 3751, + "id": 4519, "properties": { "east": "side", "north": "side", @@ -218708,7 +228463,7 @@ } }, { - "id": 3752, + "id": 4520, "properties": { "east": "side", "north": "side", @@ -218718,7 +228473,7 @@ } }, { - "id": 3753, + "id": 4521, "properties": { "east": "side", "north": "side", @@ -218728,7 +228483,7 @@ } }, { - "id": 3754, + "id": 4522, "properties": { "east": "side", "north": "side", @@ -218738,7 +228493,7 @@ } }, { - "id": 3755, + "id": 4523, "properties": { "east": "side", "north": "side", @@ -218748,7 +228503,7 @@ } }, { - "id": 3756, + "id": 4524, "properties": { "east": "side", "north": "side", @@ -218758,7 +228513,7 @@ } }, { - "id": 3757, + "id": 4525, "properties": { "east": "side", "north": "side", @@ -218768,7 +228523,7 @@ } }, { - "id": 3758, + "id": 4526, "properties": { "east": "side", "north": "side", @@ -218778,7 +228533,7 @@ } }, { - "id": 3759, + "id": 4527, "properties": { "east": "side", "north": "side", @@ -218788,7 +228543,7 @@ } }, { - "id": 3760, + "id": 4528, "properties": { "east": "side", "north": "side", @@ -218798,7 +228553,7 @@ } }, { - "id": 3761, + "id": 4529, "properties": { "east": "side", "north": "side", @@ -218808,7 +228563,7 @@ } }, { - "id": 3762, + "id": 4530, "properties": { "east": "side", "north": "none", @@ -218818,7 +228573,7 @@ } }, { - "id": 3763, + "id": 4531, "properties": { "east": "side", "north": "none", @@ -218828,7 +228583,7 @@ } }, { - "id": 3764, + "id": 4532, "properties": { "east": "side", "north": "none", @@ -218838,7 +228593,7 @@ } }, { - "id": 3765, + "id": 4533, "properties": { "east": "side", "north": "none", @@ -218848,7 +228603,7 @@ } }, { - "id": 3766, + "id": 4534, "properties": { "east": "side", "north": "none", @@ -218858,7 +228613,7 @@ } }, { - "id": 3767, + "id": 4535, "properties": { "east": "side", "north": "none", @@ -218868,7 +228623,7 @@ } }, { - "id": 3768, + "id": 4536, "properties": { "east": "side", "north": "none", @@ -218878,7 +228633,7 @@ } }, { - "id": 3769, + "id": 4537, "properties": { "east": "side", "north": "none", @@ -218888,7 +228643,7 @@ } }, { - "id": 3770, + "id": 4538, "properties": { "east": "side", "north": "none", @@ -218898,7 +228653,7 @@ } }, { - "id": 3771, + "id": 4539, "properties": { "east": "side", "north": "none", @@ -218908,7 +228663,7 @@ } }, { - "id": 3772, + "id": 4540, "properties": { "east": "side", "north": "none", @@ -218918,7 +228673,7 @@ } }, { - "id": 3773, + "id": 4541, "properties": { "east": "side", "north": "none", @@ -218928,7 +228683,7 @@ } }, { - "id": 3774, + "id": 4542, "properties": { "east": "side", "north": "none", @@ -218938,7 +228693,7 @@ } }, { - "id": 3775, + "id": 4543, "properties": { "east": "side", "north": "none", @@ -218948,7 +228703,7 @@ } }, { - "id": 3776, + "id": 4544, "properties": { "east": "side", "north": "none", @@ -218958,7 +228713,7 @@ } }, { - "id": 3777, + "id": 4545, "properties": { "east": "side", "north": "none", @@ -218968,7 +228723,7 @@ } }, { - "id": 3778, + "id": 4546, "properties": { "east": "side", "north": "none", @@ -218978,7 +228733,7 @@ } }, { - "id": 3779, + "id": 4547, "properties": { "east": "side", "north": "none", @@ -218988,7 +228743,7 @@ } }, { - "id": 3780, + "id": 4548, "properties": { "east": "side", "north": "none", @@ -218998,7 +228753,7 @@ } }, { - "id": 3781, + "id": 4549, "properties": { "east": "side", "north": "none", @@ -219008,7 +228763,7 @@ } }, { - "id": 3782, + "id": 4550, "properties": { "east": "side", "north": "none", @@ -219018,7 +228773,7 @@ } }, { - "id": 3783, + "id": 4551, "properties": { "east": "side", "north": "none", @@ -219028,7 +228783,7 @@ } }, { - "id": 3784, + "id": 4552, "properties": { "east": "side", "north": "none", @@ -219038,7 +228793,7 @@ } }, { - "id": 3785, + "id": 4553, "properties": { "east": "side", "north": "none", @@ -219048,7 +228803,7 @@ } }, { - "id": 3786, + "id": 4554, "properties": { "east": "side", "north": "none", @@ -219058,7 +228813,7 @@ } }, { - "id": 3787, + "id": 4555, "properties": { "east": "side", "north": "none", @@ -219068,7 +228823,7 @@ } }, { - "id": 3788, + "id": 4556, "properties": { "east": "side", "north": "none", @@ -219078,7 +228833,7 @@ } }, { - "id": 3789, + "id": 4557, "properties": { "east": "side", "north": "none", @@ -219088,7 +228843,7 @@ } }, { - "id": 3790, + "id": 4558, "properties": { "east": "side", "north": "none", @@ -219098,7 +228853,7 @@ } }, { - "id": 3791, + "id": 4559, "properties": { "east": "side", "north": "none", @@ -219108,7 +228863,7 @@ } }, { - "id": 3792, + "id": 4560, "properties": { "east": "side", "north": "none", @@ -219118,7 +228873,7 @@ } }, { - "id": 3793, + "id": 4561, "properties": { "east": "side", "north": "none", @@ -219128,7 +228883,7 @@ } }, { - "id": 3794, + "id": 4562, "properties": { "east": "side", "north": "none", @@ -219138,7 +228893,7 @@ } }, { - "id": 3795, + "id": 4563, "properties": { "east": "side", "north": "none", @@ -219148,7 +228903,7 @@ } }, { - "id": 3796, + "id": 4564, "properties": { "east": "side", "north": "none", @@ -219158,7 +228913,7 @@ } }, { - "id": 3797, + "id": 4565, "properties": { "east": "side", "north": "none", @@ -219168,7 +228923,7 @@ } }, { - "id": 3798, + "id": 4566, "properties": { "east": "side", "north": "none", @@ -219178,7 +228933,7 @@ } }, { - "id": 3799, + "id": 4567, "properties": { "east": "side", "north": "none", @@ -219188,7 +228943,7 @@ } }, { - "id": 3800, + "id": 4568, "properties": { "east": "side", "north": "none", @@ -219198,7 +228953,7 @@ } }, { - "id": 3801, + "id": 4569, "properties": { "east": "side", "north": "none", @@ -219208,7 +228963,7 @@ } }, { - "id": 3802, + "id": 4570, "properties": { "east": "side", "north": "none", @@ -219218,7 +228973,7 @@ } }, { - "id": 3803, + "id": 4571, "properties": { "east": "side", "north": "none", @@ -219228,7 +228983,7 @@ } }, { - "id": 3804, + "id": 4572, "properties": { "east": "side", "north": "none", @@ -219238,7 +228993,7 @@ } }, { - "id": 3805, + "id": 4573, "properties": { "east": "side", "north": "none", @@ -219248,7 +229003,7 @@ } }, { - "id": 3806, + "id": 4574, "properties": { "east": "side", "north": "none", @@ -219258,7 +229013,7 @@ } }, { - "id": 3807, + "id": 4575, "properties": { "east": "side", "north": "none", @@ -219268,7 +229023,7 @@ } }, { - "id": 3808, + "id": 4576, "properties": { "east": "side", "north": "none", @@ -219278,7 +229033,7 @@ } }, { - "id": 3809, + "id": 4577, "properties": { "east": "side", "north": "none", @@ -219288,7 +229043,7 @@ } }, { - "id": 3810, + "id": 4578, "properties": { "east": "side", "north": "none", @@ -219298,7 +229053,7 @@ } }, { - "id": 3811, + "id": 4579, "properties": { "east": "side", "north": "none", @@ -219308,7 +229063,7 @@ } }, { - "id": 3812, + "id": 4580, "properties": { "east": "side", "north": "none", @@ -219318,7 +229073,7 @@ } }, { - "id": 3813, + "id": 4581, "properties": { "east": "side", "north": "none", @@ -219328,7 +229083,7 @@ } }, { - "id": 3814, + "id": 4582, "properties": { "east": "side", "north": "none", @@ -219338,7 +229093,7 @@ } }, { - "id": 3815, + "id": 4583, "properties": { "east": "side", "north": "none", @@ -219348,7 +229103,7 @@ } }, { - "id": 3816, + "id": 4584, "properties": { "east": "side", "north": "none", @@ -219358,7 +229113,7 @@ } }, { - "id": 3817, + "id": 4585, "properties": { "east": "side", "north": "none", @@ -219368,7 +229123,7 @@ } }, { - "id": 3818, + "id": 4586, "properties": { "east": "side", "north": "none", @@ -219378,7 +229133,7 @@ } }, { - "id": 3819, + "id": 4587, "properties": { "east": "side", "north": "none", @@ -219388,7 +229143,7 @@ } }, { - "id": 3820, + "id": 4588, "properties": { "east": "side", "north": "none", @@ -219398,7 +229153,7 @@ } }, { - "id": 3821, + "id": 4589, "properties": { "east": "side", "north": "none", @@ -219408,7 +229163,7 @@ } }, { - "id": 3822, + "id": 4590, "properties": { "east": "side", "north": "none", @@ -219418,7 +229173,7 @@ } }, { - "id": 3823, + "id": 4591, "properties": { "east": "side", "north": "none", @@ -219428,7 +229183,7 @@ } }, { - "id": 3824, + "id": 4592, "properties": { "east": "side", "north": "none", @@ -219438,7 +229193,7 @@ } }, { - "id": 3825, + "id": 4593, "properties": { "east": "side", "north": "none", @@ -219448,7 +229203,7 @@ } }, { - "id": 3826, + "id": 4594, "properties": { "east": "side", "north": "none", @@ -219458,7 +229213,7 @@ } }, { - "id": 3827, + "id": 4595, "properties": { "east": "side", "north": "none", @@ -219468,7 +229223,7 @@ } }, { - "id": 3828, + "id": 4596, "properties": { "east": "side", "north": "none", @@ -219478,7 +229233,7 @@ } }, { - "id": 3829, + "id": 4597, "properties": { "east": "side", "north": "none", @@ -219488,7 +229243,7 @@ } }, { - "id": 3830, + "id": 4598, "properties": { "east": "side", "north": "none", @@ -219498,7 +229253,7 @@ } }, { - "id": 3831, + "id": 4599, "properties": { "east": "side", "north": "none", @@ -219508,7 +229263,7 @@ } }, { - "id": 3832, + "id": 4600, "properties": { "east": "side", "north": "none", @@ -219518,7 +229273,7 @@ } }, { - "id": 3833, + "id": 4601, "properties": { "east": "side", "north": "none", @@ -219528,7 +229283,7 @@ } }, { - "id": 3834, + "id": 4602, "properties": { "east": "side", "north": "none", @@ -219538,7 +229293,7 @@ } }, { - "id": 3835, + "id": 4603, "properties": { "east": "side", "north": "none", @@ -219548,7 +229303,7 @@ } }, { - "id": 3836, + "id": 4604, "properties": { "east": "side", "north": "none", @@ -219558,7 +229313,7 @@ } }, { - "id": 3837, + "id": 4605, "properties": { "east": "side", "north": "none", @@ -219568,7 +229323,7 @@ } }, { - "id": 3838, + "id": 4606, "properties": { "east": "side", "north": "none", @@ -219578,7 +229333,7 @@ } }, { - "id": 3839, + "id": 4607, "properties": { "east": "side", "north": "none", @@ -219588,7 +229343,7 @@ } }, { - "id": 3840, + "id": 4608, "properties": { "east": "side", "north": "none", @@ -219598,7 +229353,7 @@ } }, { - "id": 3841, + "id": 4609, "properties": { "east": "side", "north": "none", @@ -219608,7 +229363,7 @@ } }, { - "id": 3842, + "id": 4610, "properties": { "east": "side", "north": "none", @@ -219618,7 +229373,7 @@ } }, { - "id": 3843, + "id": 4611, "properties": { "east": "side", "north": "none", @@ -219628,7 +229383,7 @@ } }, { - "id": 3844, + "id": 4612, "properties": { "east": "side", "north": "none", @@ -219638,7 +229393,7 @@ } }, { - "id": 3845, + "id": 4613, "properties": { "east": "side", "north": "none", @@ -219648,7 +229403,7 @@ } }, { - "id": 3846, + "id": 4614, "properties": { "east": "side", "north": "none", @@ -219658,7 +229413,7 @@ } }, { - "id": 3847, + "id": 4615, "properties": { "east": "side", "north": "none", @@ -219668,7 +229423,7 @@ } }, { - "id": 3848, + "id": 4616, "properties": { "east": "side", "north": "none", @@ -219678,7 +229433,7 @@ } }, { - "id": 3849, + "id": 4617, "properties": { "east": "side", "north": "none", @@ -219688,7 +229443,7 @@ } }, { - "id": 3850, + "id": 4618, "properties": { "east": "side", "north": "none", @@ -219698,7 +229453,7 @@ } }, { - "id": 3851, + "id": 4619, "properties": { "east": "side", "north": "none", @@ -219708,7 +229463,7 @@ } }, { - "id": 3852, + "id": 4620, "properties": { "east": "side", "north": "none", @@ -219718,7 +229473,7 @@ } }, { - "id": 3853, + "id": 4621, "properties": { "east": "side", "north": "none", @@ -219728,7 +229483,7 @@ } }, { - "id": 3854, + "id": 4622, "properties": { "east": "side", "north": "none", @@ -219738,7 +229493,7 @@ } }, { - "id": 3855, + "id": 4623, "properties": { "east": "side", "north": "none", @@ -219748,7 +229503,7 @@ } }, { - "id": 3856, + "id": 4624, "properties": { "east": "side", "north": "none", @@ -219758,7 +229513,7 @@ } }, { - "id": 3857, + "id": 4625, "properties": { "east": "side", "north": "none", @@ -219768,7 +229523,7 @@ } }, { - "id": 3858, + "id": 4626, "properties": { "east": "side", "north": "none", @@ -219778,7 +229533,7 @@ } }, { - "id": 3859, + "id": 4627, "properties": { "east": "side", "north": "none", @@ -219788,7 +229543,7 @@ } }, { - "id": 3860, + "id": 4628, "properties": { "east": "side", "north": "none", @@ -219798,7 +229553,7 @@ } }, { - "id": 3861, + "id": 4629, "properties": { "east": "side", "north": "none", @@ -219808,7 +229563,7 @@ } }, { - "id": 3862, + "id": 4630, "properties": { "east": "side", "north": "none", @@ -219818,7 +229573,7 @@ } }, { - "id": 3863, + "id": 4631, "properties": { "east": "side", "north": "none", @@ -219828,7 +229583,7 @@ } }, { - "id": 3864, + "id": 4632, "properties": { "east": "side", "north": "none", @@ -219838,7 +229593,7 @@ } }, { - "id": 3865, + "id": 4633, "properties": { "east": "side", "north": "none", @@ -219848,7 +229603,7 @@ } }, { - "id": 3866, + "id": 4634, "properties": { "east": "side", "north": "none", @@ -219858,7 +229613,7 @@ } }, { - "id": 3867, + "id": 4635, "properties": { "east": "side", "north": "none", @@ -219868,7 +229623,7 @@ } }, { - "id": 3868, + "id": 4636, "properties": { "east": "side", "north": "none", @@ -219878,7 +229633,7 @@ } }, { - "id": 3869, + "id": 4637, "properties": { "east": "side", "north": "none", @@ -219888,7 +229643,7 @@ } }, { - "id": 3870, + "id": 4638, "properties": { "east": "side", "north": "none", @@ -219898,7 +229653,7 @@ } }, { - "id": 3871, + "id": 4639, "properties": { "east": "side", "north": "none", @@ -219908,7 +229663,7 @@ } }, { - "id": 3872, + "id": 4640, "properties": { "east": "side", "north": "none", @@ -219918,7 +229673,7 @@ } }, { - "id": 3873, + "id": 4641, "properties": { "east": "side", "north": "none", @@ -219928,7 +229683,7 @@ } }, { - "id": 3874, + "id": 4642, "properties": { "east": "side", "north": "none", @@ -219938,7 +229693,7 @@ } }, { - "id": 3875, + "id": 4643, "properties": { "east": "side", "north": "none", @@ -219948,7 +229703,7 @@ } }, { - "id": 3876, + "id": 4644, "properties": { "east": "side", "north": "none", @@ -219958,7 +229713,7 @@ } }, { - "id": 3877, + "id": 4645, "properties": { "east": "side", "north": "none", @@ -219968,7 +229723,7 @@ } }, { - "id": 3878, + "id": 4646, "properties": { "east": "side", "north": "none", @@ -219978,7 +229733,7 @@ } }, { - "id": 3879, + "id": 4647, "properties": { "east": "side", "north": "none", @@ -219988,7 +229743,7 @@ } }, { - "id": 3880, + "id": 4648, "properties": { "east": "side", "north": "none", @@ -219998,7 +229753,7 @@ } }, { - "id": 3881, + "id": 4649, "properties": { "east": "side", "north": "none", @@ -220008,7 +229763,7 @@ } }, { - "id": 3882, + "id": 4650, "properties": { "east": "side", "north": "none", @@ -220018,7 +229773,7 @@ } }, { - "id": 3883, + "id": 4651, "properties": { "east": "side", "north": "none", @@ -220028,7 +229783,7 @@ } }, { - "id": 3884, + "id": 4652, "properties": { "east": "side", "north": "none", @@ -220038,7 +229793,7 @@ } }, { - "id": 3885, + "id": 4653, "properties": { "east": "side", "north": "none", @@ -220048,7 +229803,7 @@ } }, { - "id": 3886, + "id": 4654, "properties": { "east": "side", "north": "none", @@ -220058,7 +229813,7 @@ } }, { - "id": 3887, + "id": 4655, "properties": { "east": "side", "north": "none", @@ -220068,7 +229823,7 @@ } }, { - "id": 3888, + "id": 4656, "properties": { "east": "side", "north": "none", @@ -220078,7 +229833,7 @@ } }, { - "id": 3889, + "id": 4657, "properties": { "east": "side", "north": "none", @@ -220088,7 +229843,7 @@ } }, { - "id": 3890, + "id": 4658, "properties": { "east": "side", "north": "none", @@ -220098,7 +229853,7 @@ } }, { - "id": 3891, + "id": 4659, "properties": { "east": "side", "north": "none", @@ -220108,7 +229863,7 @@ } }, { - "id": 3892, + "id": 4660, "properties": { "east": "side", "north": "none", @@ -220118,7 +229873,7 @@ } }, { - "id": 3893, + "id": 4661, "properties": { "east": "side", "north": "none", @@ -220128,7 +229883,7 @@ } }, { - "id": 3894, + "id": 4662, "properties": { "east": "side", "north": "none", @@ -220138,7 +229893,7 @@ } }, { - "id": 3895, + "id": 4663, "properties": { "east": "side", "north": "none", @@ -220148,7 +229903,7 @@ } }, { - "id": 3896, + "id": 4664, "properties": { "east": "side", "north": "none", @@ -220158,7 +229913,7 @@ } }, { - "id": 3897, + "id": 4665, "properties": { "east": "side", "north": "none", @@ -220168,7 +229923,7 @@ } }, { - "id": 3898, + "id": 4666, "properties": { "east": "side", "north": "none", @@ -220178,7 +229933,7 @@ } }, { - "id": 3899, + "id": 4667, "properties": { "east": "side", "north": "none", @@ -220188,7 +229943,7 @@ } }, { - "id": 3900, + "id": 4668, "properties": { "east": "side", "north": "none", @@ -220198,7 +229953,7 @@ } }, { - "id": 3901, + "id": 4669, "properties": { "east": "side", "north": "none", @@ -220208,7 +229963,7 @@ } }, { - "id": 3902, + "id": 4670, "properties": { "east": "side", "north": "none", @@ -220218,7 +229973,7 @@ } }, { - "id": 3903, + "id": 4671, "properties": { "east": "side", "north": "none", @@ -220228,7 +229983,7 @@ } }, { - "id": 3904, + "id": 4672, "properties": { "east": "side", "north": "none", @@ -220238,7 +229993,7 @@ } }, { - "id": 3905, + "id": 4673, "properties": { "east": "side", "north": "none", @@ -220248,7 +230003,7 @@ } }, { - "id": 3906, + "id": 4674, "properties": { "east": "none", "north": "up", @@ -220258,7 +230013,7 @@ } }, { - "id": 3907, + "id": 4675, "properties": { "east": "none", "north": "up", @@ -220268,7 +230023,7 @@ } }, { - "id": 3908, + "id": 4676, "properties": { "east": "none", "north": "up", @@ -220278,7 +230033,7 @@ } }, { - "id": 3909, + "id": 4677, "properties": { "east": "none", "north": "up", @@ -220288,7 +230043,7 @@ } }, { - "id": 3910, + "id": 4678, "properties": { "east": "none", "north": "up", @@ -220298,7 +230053,7 @@ } }, { - "id": 3911, + "id": 4679, "properties": { "east": "none", "north": "up", @@ -220308,7 +230063,7 @@ } }, { - "id": 3912, + "id": 4680, "properties": { "east": "none", "north": "up", @@ -220318,7 +230073,7 @@ } }, { - "id": 3913, + "id": 4681, "properties": { "east": "none", "north": "up", @@ -220328,7 +230083,7 @@ } }, { - "id": 3914, + "id": 4682, "properties": { "east": "none", "north": "up", @@ -220338,7 +230093,7 @@ } }, { - "id": 3915, + "id": 4683, "properties": { "east": "none", "north": "up", @@ -220348,7 +230103,7 @@ } }, { - "id": 3916, + "id": 4684, "properties": { "east": "none", "north": "up", @@ -220358,7 +230113,7 @@ } }, { - "id": 3917, + "id": 4685, "properties": { "east": "none", "north": "up", @@ -220368,7 +230123,7 @@ } }, { - "id": 3918, + "id": 4686, "properties": { "east": "none", "north": "up", @@ -220378,7 +230133,7 @@ } }, { - "id": 3919, + "id": 4687, "properties": { "east": "none", "north": "up", @@ -220388,7 +230143,7 @@ } }, { - "id": 3920, + "id": 4688, "properties": { "east": "none", "north": "up", @@ -220398,7 +230153,7 @@ } }, { - "id": 3921, + "id": 4689, "properties": { "east": "none", "north": "up", @@ -220408,7 +230163,7 @@ } }, { - "id": 3922, + "id": 4690, "properties": { "east": "none", "north": "up", @@ -220418,7 +230173,7 @@ } }, { - "id": 3923, + "id": 4691, "properties": { "east": "none", "north": "up", @@ -220428,7 +230183,7 @@ } }, { - "id": 3924, + "id": 4692, "properties": { "east": "none", "north": "up", @@ -220438,7 +230193,7 @@ } }, { - "id": 3925, + "id": 4693, "properties": { "east": "none", "north": "up", @@ -220448,7 +230203,7 @@ } }, { - "id": 3926, + "id": 4694, "properties": { "east": "none", "north": "up", @@ -220458,7 +230213,7 @@ } }, { - "id": 3927, + "id": 4695, "properties": { "east": "none", "north": "up", @@ -220468,7 +230223,7 @@ } }, { - "id": 3928, + "id": 4696, "properties": { "east": "none", "north": "up", @@ -220478,7 +230233,7 @@ } }, { - "id": 3929, + "id": 4697, "properties": { "east": "none", "north": "up", @@ -220488,7 +230243,7 @@ } }, { - "id": 3930, + "id": 4698, "properties": { "east": "none", "north": "up", @@ -220498,7 +230253,7 @@ } }, { - "id": 3931, + "id": 4699, "properties": { "east": "none", "north": "up", @@ -220508,7 +230263,7 @@ } }, { - "id": 3932, + "id": 4700, "properties": { "east": "none", "north": "up", @@ -220518,7 +230273,7 @@ } }, { - "id": 3933, + "id": 4701, "properties": { "east": "none", "north": "up", @@ -220528,7 +230283,7 @@ } }, { - "id": 3934, + "id": 4702, "properties": { "east": "none", "north": "up", @@ -220538,7 +230293,7 @@ } }, { - "id": 3935, + "id": 4703, "properties": { "east": "none", "north": "up", @@ -220548,7 +230303,7 @@ } }, { - "id": 3936, + "id": 4704, "properties": { "east": "none", "north": "up", @@ -220558,7 +230313,7 @@ } }, { - "id": 3937, + "id": 4705, "properties": { "east": "none", "north": "up", @@ -220568,7 +230323,7 @@ } }, { - "id": 3938, + "id": 4706, "properties": { "east": "none", "north": "up", @@ -220578,7 +230333,7 @@ } }, { - "id": 3939, + "id": 4707, "properties": { "east": "none", "north": "up", @@ -220588,7 +230343,7 @@ } }, { - "id": 3940, + "id": 4708, "properties": { "east": "none", "north": "up", @@ -220598,7 +230353,7 @@ } }, { - "id": 3941, + "id": 4709, "properties": { "east": "none", "north": "up", @@ -220608,7 +230363,7 @@ } }, { - "id": 3942, + "id": 4710, "properties": { "east": "none", "north": "up", @@ -220618,7 +230373,7 @@ } }, { - "id": 3943, + "id": 4711, "properties": { "east": "none", "north": "up", @@ -220628,7 +230383,7 @@ } }, { - "id": 3944, + "id": 4712, "properties": { "east": "none", "north": "up", @@ -220638,7 +230393,7 @@ } }, { - "id": 3945, + "id": 4713, "properties": { "east": "none", "north": "up", @@ -220648,7 +230403,7 @@ } }, { - "id": 3946, + "id": 4714, "properties": { "east": "none", "north": "up", @@ -220658,7 +230413,7 @@ } }, { - "id": 3947, + "id": 4715, "properties": { "east": "none", "north": "up", @@ -220668,7 +230423,7 @@ } }, { - "id": 3948, + "id": 4716, "properties": { "east": "none", "north": "up", @@ -220678,7 +230433,7 @@ } }, { - "id": 3949, + "id": 4717, "properties": { "east": "none", "north": "up", @@ -220688,7 +230443,7 @@ } }, { - "id": 3950, + "id": 4718, "properties": { "east": "none", "north": "up", @@ -220698,7 +230453,7 @@ } }, { - "id": 3951, + "id": 4719, "properties": { "east": "none", "north": "up", @@ -220708,7 +230463,7 @@ } }, { - "id": 3952, + "id": 4720, "properties": { "east": "none", "north": "up", @@ -220718,7 +230473,7 @@ } }, { - "id": 3953, + "id": 4721, "properties": { "east": "none", "north": "up", @@ -220728,7 +230483,7 @@ } }, { - "id": 3954, + "id": 4722, "properties": { "east": "none", "north": "up", @@ -220738,7 +230493,7 @@ } }, { - "id": 3955, + "id": 4723, "properties": { "east": "none", "north": "up", @@ -220748,7 +230503,7 @@ } }, { - "id": 3956, + "id": 4724, "properties": { "east": "none", "north": "up", @@ -220758,7 +230513,7 @@ } }, { - "id": 3957, + "id": 4725, "properties": { "east": "none", "north": "up", @@ -220768,7 +230523,7 @@ } }, { - "id": 3958, + "id": 4726, "properties": { "east": "none", "north": "up", @@ -220778,7 +230533,7 @@ } }, { - "id": 3959, + "id": 4727, "properties": { "east": "none", "north": "up", @@ -220788,7 +230543,7 @@ } }, { - "id": 3960, + "id": 4728, "properties": { "east": "none", "north": "up", @@ -220798,7 +230553,7 @@ } }, { - "id": 3961, + "id": 4729, "properties": { "east": "none", "north": "up", @@ -220808,7 +230563,7 @@ } }, { - "id": 3962, + "id": 4730, "properties": { "east": "none", "north": "up", @@ -220818,7 +230573,7 @@ } }, { - "id": 3963, + "id": 4731, "properties": { "east": "none", "north": "up", @@ -220828,7 +230583,7 @@ } }, { - "id": 3964, + "id": 4732, "properties": { "east": "none", "north": "up", @@ -220838,7 +230593,7 @@ } }, { - "id": 3965, + "id": 4733, "properties": { "east": "none", "north": "up", @@ -220848,7 +230603,7 @@ } }, { - "id": 3966, + "id": 4734, "properties": { "east": "none", "north": "up", @@ -220858,7 +230613,7 @@ } }, { - "id": 3967, + "id": 4735, "properties": { "east": "none", "north": "up", @@ -220868,7 +230623,7 @@ } }, { - "id": 3968, + "id": 4736, "properties": { "east": "none", "north": "up", @@ -220878,7 +230633,7 @@ } }, { - "id": 3969, + "id": 4737, "properties": { "east": "none", "north": "up", @@ -220888,7 +230643,7 @@ } }, { - "id": 3970, + "id": 4738, "properties": { "east": "none", "north": "up", @@ -220898,7 +230653,7 @@ } }, { - "id": 3971, + "id": 4739, "properties": { "east": "none", "north": "up", @@ -220908,7 +230663,7 @@ } }, { - "id": 3972, + "id": 4740, "properties": { "east": "none", "north": "up", @@ -220918,7 +230673,7 @@ } }, { - "id": 3973, + "id": 4741, "properties": { "east": "none", "north": "up", @@ -220928,7 +230683,7 @@ } }, { - "id": 3974, + "id": 4742, "properties": { "east": "none", "north": "up", @@ -220938,7 +230693,7 @@ } }, { - "id": 3975, + "id": 4743, "properties": { "east": "none", "north": "up", @@ -220948,7 +230703,7 @@ } }, { - "id": 3976, + "id": 4744, "properties": { "east": "none", "north": "up", @@ -220958,7 +230713,7 @@ } }, { - "id": 3977, + "id": 4745, "properties": { "east": "none", "north": "up", @@ -220968,7 +230723,7 @@ } }, { - "id": 3978, + "id": 4746, "properties": { "east": "none", "north": "up", @@ -220978,7 +230733,7 @@ } }, { - "id": 3979, + "id": 4747, "properties": { "east": "none", "north": "up", @@ -220988,7 +230743,7 @@ } }, { - "id": 3980, + "id": 4748, "properties": { "east": "none", "north": "up", @@ -220998,7 +230753,7 @@ } }, { - "id": 3981, + "id": 4749, "properties": { "east": "none", "north": "up", @@ -221008,7 +230763,7 @@ } }, { - "id": 3982, + "id": 4750, "properties": { "east": "none", "north": "up", @@ -221018,7 +230773,7 @@ } }, { - "id": 3983, + "id": 4751, "properties": { "east": "none", "north": "up", @@ -221028,7 +230783,7 @@ } }, { - "id": 3984, + "id": 4752, "properties": { "east": "none", "north": "up", @@ -221038,7 +230793,7 @@ } }, { - "id": 3985, + "id": 4753, "properties": { "east": "none", "north": "up", @@ -221048,7 +230803,7 @@ } }, { - "id": 3986, + "id": 4754, "properties": { "east": "none", "north": "up", @@ -221058,7 +230813,7 @@ } }, { - "id": 3987, + "id": 4755, "properties": { "east": "none", "north": "up", @@ -221068,7 +230823,7 @@ } }, { - "id": 3988, + "id": 4756, "properties": { "east": "none", "north": "up", @@ -221078,7 +230833,7 @@ } }, { - "id": 3989, + "id": 4757, "properties": { "east": "none", "north": "up", @@ -221088,7 +230843,7 @@ } }, { - "id": 3990, + "id": 4758, "properties": { "east": "none", "north": "up", @@ -221098,7 +230853,7 @@ } }, { - "id": 3991, + "id": 4759, "properties": { "east": "none", "north": "up", @@ -221108,7 +230863,7 @@ } }, { - "id": 3992, + "id": 4760, "properties": { "east": "none", "north": "up", @@ -221118,7 +230873,7 @@ } }, { - "id": 3993, + "id": 4761, "properties": { "east": "none", "north": "up", @@ -221128,7 +230883,7 @@ } }, { - "id": 3994, + "id": 4762, "properties": { "east": "none", "north": "up", @@ -221138,7 +230893,7 @@ } }, { - "id": 3995, + "id": 4763, "properties": { "east": "none", "north": "up", @@ -221148,7 +230903,7 @@ } }, { - "id": 3996, + "id": 4764, "properties": { "east": "none", "north": "up", @@ -221158,7 +230913,7 @@ } }, { - "id": 3997, + "id": 4765, "properties": { "east": "none", "north": "up", @@ -221168,7 +230923,7 @@ } }, { - "id": 3998, + "id": 4766, "properties": { "east": "none", "north": "up", @@ -221178,7 +230933,7 @@ } }, { - "id": 3999, + "id": 4767, "properties": { "east": "none", "north": "up", @@ -221188,7 +230943,7 @@ } }, { - "id": 4000, + "id": 4768, "properties": { "east": "none", "north": "up", @@ -221198,7 +230953,7 @@ } }, { - "id": 4001, + "id": 4769, "properties": { "east": "none", "north": "up", @@ -221208,7 +230963,7 @@ } }, { - "id": 4002, + "id": 4770, "properties": { "east": "none", "north": "up", @@ -221218,7 +230973,7 @@ } }, { - "id": 4003, + "id": 4771, "properties": { "east": "none", "north": "up", @@ -221228,7 +230983,7 @@ } }, { - "id": 4004, + "id": 4772, "properties": { "east": "none", "north": "up", @@ -221238,7 +230993,7 @@ } }, { - "id": 4005, + "id": 4773, "properties": { "east": "none", "north": "up", @@ -221248,7 +231003,7 @@ } }, { - "id": 4006, + "id": 4774, "properties": { "east": "none", "north": "up", @@ -221258,7 +231013,7 @@ } }, { - "id": 4007, + "id": 4775, "properties": { "east": "none", "north": "up", @@ -221268,7 +231023,7 @@ } }, { - "id": 4008, + "id": 4776, "properties": { "east": "none", "north": "up", @@ -221278,7 +231033,7 @@ } }, { - "id": 4009, + "id": 4777, "properties": { "east": "none", "north": "up", @@ -221288,7 +231043,7 @@ } }, { - "id": 4010, + "id": 4778, "properties": { "east": "none", "north": "up", @@ -221298,7 +231053,7 @@ } }, { - "id": 4011, + "id": 4779, "properties": { "east": "none", "north": "up", @@ -221308,7 +231063,7 @@ } }, { - "id": 4012, + "id": 4780, "properties": { "east": "none", "north": "up", @@ -221318,7 +231073,7 @@ } }, { - "id": 4013, + "id": 4781, "properties": { "east": "none", "north": "up", @@ -221328,7 +231083,7 @@ } }, { - "id": 4014, + "id": 4782, "properties": { "east": "none", "north": "up", @@ -221338,7 +231093,7 @@ } }, { - "id": 4015, + "id": 4783, "properties": { "east": "none", "north": "up", @@ -221348,7 +231103,7 @@ } }, { - "id": 4016, + "id": 4784, "properties": { "east": "none", "north": "up", @@ -221358,7 +231113,7 @@ } }, { - "id": 4017, + "id": 4785, "properties": { "east": "none", "north": "up", @@ -221368,7 +231123,7 @@ } }, { - "id": 4018, + "id": 4786, "properties": { "east": "none", "north": "up", @@ -221378,7 +231133,7 @@ } }, { - "id": 4019, + "id": 4787, "properties": { "east": "none", "north": "up", @@ -221388,7 +231143,7 @@ } }, { - "id": 4020, + "id": 4788, "properties": { "east": "none", "north": "up", @@ -221398,7 +231153,7 @@ } }, { - "id": 4021, + "id": 4789, "properties": { "east": "none", "north": "up", @@ -221408,7 +231163,7 @@ } }, { - "id": 4022, + "id": 4790, "properties": { "east": "none", "north": "up", @@ -221418,7 +231173,7 @@ } }, { - "id": 4023, + "id": 4791, "properties": { "east": "none", "north": "up", @@ -221428,7 +231183,7 @@ } }, { - "id": 4024, + "id": 4792, "properties": { "east": "none", "north": "up", @@ -221438,7 +231193,7 @@ } }, { - "id": 4025, + "id": 4793, "properties": { "east": "none", "north": "up", @@ -221448,7 +231203,7 @@ } }, { - "id": 4026, + "id": 4794, "properties": { "east": "none", "north": "up", @@ -221458,7 +231213,7 @@ } }, { - "id": 4027, + "id": 4795, "properties": { "east": "none", "north": "up", @@ -221468,7 +231223,7 @@ } }, { - "id": 4028, + "id": 4796, "properties": { "east": "none", "north": "up", @@ -221478,7 +231233,7 @@ } }, { - "id": 4029, + "id": 4797, "properties": { "east": "none", "north": "up", @@ -221488,7 +231243,7 @@ } }, { - "id": 4030, + "id": 4798, "properties": { "east": "none", "north": "up", @@ -221498,7 +231253,7 @@ } }, { - "id": 4031, + "id": 4799, "properties": { "east": "none", "north": "up", @@ -221508,7 +231263,7 @@ } }, { - "id": 4032, + "id": 4800, "properties": { "east": "none", "north": "up", @@ -221518,7 +231273,7 @@ } }, { - "id": 4033, + "id": 4801, "properties": { "east": "none", "north": "up", @@ -221528,7 +231283,7 @@ } }, { - "id": 4034, + "id": 4802, "properties": { "east": "none", "north": "up", @@ -221538,7 +231293,7 @@ } }, { - "id": 4035, + "id": 4803, "properties": { "east": "none", "north": "up", @@ -221548,7 +231303,7 @@ } }, { - "id": 4036, + "id": 4804, "properties": { "east": "none", "north": "up", @@ -221558,7 +231313,7 @@ } }, { - "id": 4037, + "id": 4805, "properties": { "east": "none", "north": "up", @@ -221568,7 +231323,7 @@ } }, { - "id": 4038, + "id": 4806, "properties": { "east": "none", "north": "up", @@ -221578,7 +231333,7 @@ } }, { - "id": 4039, + "id": 4807, "properties": { "east": "none", "north": "up", @@ -221588,7 +231343,7 @@ } }, { - "id": 4040, + "id": 4808, "properties": { "east": "none", "north": "up", @@ -221598,7 +231353,7 @@ } }, { - "id": 4041, + "id": 4809, "properties": { "east": "none", "north": "up", @@ -221608,7 +231363,7 @@ } }, { - "id": 4042, + "id": 4810, "properties": { "east": "none", "north": "up", @@ -221618,7 +231373,7 @@ } }, { - "id": 4043, + "id": 4811, "properties": { "east": "none", "north": "up", @@ -221628,7 +231383,7 @@ } }, { - "id": 4044, + "id": 4812, "properties": { "east": "none", "north": "up", @@ -221638,7 +231393,7 @@ } }, { - "id": 4045, + "id": 4813, "properties": { "east": "none", "north": "up", @@ -221648,7 +231403,7 @@ } }, { - "id": 4046, + "id": 4814, "properties": { "east": "none", "north": "up", @@ -221658,7 +231413,7 @@ } }, { - "id": 4047, + "id": 4815, "properties": { "east": "none", "north": "up", @@ -221668,7 +231423,7 @@ } }, { - "id": 4048, + "id": 4816, "properties": { "east": "none", "north": "up", @@ -221678,7 +231433,7 @@ } }, { - "id": 4049, + "id": 4817, "properties": { "east": "none", "north": "up", @@ -221688,7 +231443,7 @@ } }, { - "id": 4050, + "id": 4818, "properties": { "east": "none", "north": "side", @@ -221698,7 +231453,7 @@ } }, { - "id": 4051, + "id": 4819, "properties": { "east": "none", "north": "side", @@ -221708,7 +231463,7 @@ } }, { - "id": 4052, + "id": 4820, "properties": { "east": "none", "north": "side", @@ -221718,7 +231473,7 @@ } }, { - "id": 4053, + "id": 4821, "properties": { "east": "none", "north": "side", @@ -221728,7 +231483,7 @@ } }, { - "id": 4054, + "id": 4822, "properties": { "east": "none", "north": "side", @@ -221738,7 +231493,7 @@ } }, { - "id": 4055, + "id": 4823, "properties": { "east": "none", "north": "side", @@ -221748,7 +231503,7 @@ } }, { - "id": 4056, + "id": 4824, "properties": { "east": "none", "north": "side", @@ -221758,7 +231513,7 @@ } }, { - "id": 4057, + "id": 4825, "properties": { "east": "none", "north": "side", @@ -221768,7 +231523,7 @@ } }, { - "id": 4058, + "id": 4826, "properties": { "east": "none", "north": "side", @@ -221778,7 +231533,7 @@ } }, { - "id": 4059, + "id": 4827, "properties": { "east": "none", "north": "side", @@ -221788,7 +231543,7 @@ } }, { - "id": 4060, + "id": 4828, "properties": { "east": "none", "north": "side", @@ -221798,7 +231553,7 @@ } }, { - "id": 4061, + "id": 4829, "properties": { "east": "none", "north": "side", @@ -221808,7 +231563,7 @@ } }, { - "id": 4062, + "id": 4830, "properties": { "east": "none", "north": "side", @@ -221818,7 +231573,7 @@ } }, { - "id": 4063, + "id": 4831, "properties": { "east": "none", "north": "side", @@ -221828,7 +231583,7 @@ } }, { - "id": 4064, + "id": 4832, "properties": { "east": "none", "north": "side", @@ -221838,7 +231593,7 @@ } }, { - "id": 4065, + "id": 4833, "properties": { "east": "none", "north": "side", @@ -221848,7 +231603,7 @@ } }, { - "id": 4066, + "id": 4834, "properties": { "east": "none", "north": "side", @@ -221858,7 +231613,7 @@ } }, { - "id": 4067, + "id": 4835, "properties": { "east": "none", "north": "side", @@ -221868,7 +231623,7 @@ } }, { - "id": 4068, + "id": 4836, "properties": { "east": "none", "north": "side", @@ -221878,7 +231633,7 @@ } }, { - "id": 4069, + "id": 4837, "properties": { "east": "none", "north": "side", @@ -221888,7 +231643,7 @@ } }, { - "id": 4070, + "id": 4838, "properties": { "east": "none", "north": "side", @@ -221898,7 +231653,7 @@ } }, { - "id": 4071, + "id": 4839, "properties": { "east": "none", "north": "side", @@ -221908,7 +231663,7 @@ } }, { - "id": 4072, + "id": 4840, "properties": { "east": "none", "north": "side", @@ -221918,7 +231673,7 @@ } }, { - "id": 4073, + "id": 4841, "properties": { "east": "none", "north": "side", @@ -221928,7 +231683,7 @@ } }, { - "id": 4074, + "id": 4842, "properties": { "east": "none", "north": "side", @@ -221938,7 +231693,7 @@ } }, { - "id": 4075, + "id": 4843, "properties": { "east": "none", "north": "side", @@ -221948,7 +231703,7 @@ } }, { - "id": 4076, + "id": 4844, "properties": { "east": "none", "north": "side", @@ -221958,7 +231713,7 @@ } }, { - "id": 4077, + "id": 4845, "properties": { "east": "none", "north": "side", @@ -221968,7 +231723,7 @@ } }, { - "id": 4078, + "id": 4846, "properties": { "east": "none", "north": "side", @@ -221978,7 +231733,7 @@ } }, { - "id": 4079, + "id": 4847, "properties": { "east": "none", "north": "side", @@ -221988,7 +231743,7 @@ } }, { - "id": 4080, + "id": 4848, "properties": { "east": "none", "north": "side", @@ -221998,7 +231753,7 @@ } }, { - "id": 4081, + "id": 4849, "properties": { "east": "none", "north": "side", @@ -222008,7 +231763,7 @@ } }, { - "id": 4082, + "id": 4850, "properties": { "east": "none", "north": "side", @@ -222018,7 +231773,7 @@ } }, { - "id": 4083, + "id": 4851, "properties": { "east": "none", "north": "side", @@ -222028,7 +231783,7 @@ } }, { - "id": 4084, + "id": 4852, "properties": { "east": "none", "north": "side", @@ -222038,7 +231793,7 @@ } }, { - "id": 4085, + "id": 4853, "properties": { "east": "none", "north": "side", @@ -222048,7 +231803,7 @@ } }, { - "id": 4086, + "id": 4854, "properties": { "east": "none", "north": "side", @@ -222058,7 +231813,7 @@ } }, { - "id": 4087, + "id": 4855, "properties": { "east": "none", "north": "side", @@ -222068,7 +231823,7 @@ } }, { - "id": 4088, + "id": 4856, "properties": { "east": "none", "north": "side", @@ -222078,7 +231833,7 @@ } }, { - "id": 4089, + "id": 4857, "properties": { "east": "none", "north": "side", @@ -222088,7 +231843,7 @@ } }, { - "id": 4090, + "id": 4858, "properties": { "east": "none", "north": "side", @@ -222098,7 +231853,7 @@ } }, { - "id": 4091, + "id": 4859, "properties": { "east": "none", "north": "side", @@ -222108,7 +231863,7 @@ } }, { - "id": 4092, + "id": 4860, "properties": { "east": "none", "north": "side", @@ -222118,7 +231873,7 @@ } }, { - "id": 4093, + "id": 4861, "properties": { "east": "none", "north": "side", @@ -222128,7 +231883,7 @@ } }, { - "id": 4094, + "id": 4862, "properties": { "east": "none", "north": "side", @@ -222138,7 +231893,7 @@ } }, { - "id": 4095, + "id": 4863, "properties": { "east": "none", "north": "side", @@ -222148,7 +231903,7 @@ } }, { - "id": 4096, + "id": 4864, "properties": { "east": "none", "north": "side", @@ -222158,7 +231913,7 @@ } }, { - "id": 4097, + "id": 4865, "properties": { "east": "none", "north": "side", @@ -222168,7 +231923,7 @@ } }, { - "id": 4098, + "id": 4866, "properties": { "east": "none", "north": "side", @@ -222178,7 +231933,7 @@ } }, { - "id": 4099, + "id": 4867, "properties": { "east": "none", "north": "side", @@ -222188,7 +231943,7 @@ } }, { - "id": 4100, + "id": 4868, "properties": { "east": "none", "north": "side", @@ -222198,7 +231953,7 @@ } }, { - "id": 4101, + "id": 4869, "properties": { "east": "none", "north": "side", @@ -222208,7 +231963,7 @@ } }, { - "id": 4102, + "id": 4870, "properties": { "east": "none", "north": "side", @@ -222218,7 +231973,7 @@ } }, { - "id": 4103, + "id": 4871, "properties": { "east": "none", "north": "side", @@ -222228,7 +231983,7 @@ } }, { - "id": 4104, + "id": 4872, "properties": { "east": "none", "north": "side", @@ -222238,7 +231993,7 @@ } }, { - "id": 4105, + "id": 4873, "properties": { "east": "none", "north": "side", @@ -222248,7 +232003,7 @@ } }, { - "id": 4106, + "id": 4874, "properties": { "east": "none", "north": "side", @@ -222258,7 +232013,7 @@ } }, { - "id": 4107, + "id": 4875, "properties": { "east": "none", "north": "side", @@ -222268,7 +232023,7 @@ } }, { - "id": 4108, + "id": 4876, "properties": { "east": "none", "north": "side", @@ -222278,7 +232033,7 @@ } }, { - "id": 4109, + "id": 4877, "properties": { "east": "none", "north": "side", @@ -222288,7 +232043,7 @@ } }, { - "id": 4110, + "id": 4878, "properties": { "east": "none", "north": "side", @@ -222298,7 +232053,7 @@ } }, { - "id": 4111, + "id": 4879, "properties": { "east": "none", "north": "side", @@ -222308,7 +232063,7 @@ } }, { - "id": 4112, + "id": 4880, "properties": { "east": "none", "north": "side", @@ -222318,7 +232073,7 @@ } }, { - "id": 4113, + "id": 4881, "properties": { "east": "none", "north": "side", @@ -222328,7 +232083,7 @@ } }, { - "id": 4114, + "id": 4882, "properties": { "east": "none", "north": "side", @@ -222338,7 +232093,7 @@ } }, { - "id": 4115, + "id": 4883, "properties": { "east": "none", "north": "side", @@ -222348,7 +232103,7 @@ } }, { - "id": 4116, + "id": 4884, "properties": { "east": "none", "north": "side", @@ -222358,7 +232113,7 @@ } }, { - "id": 4117, + "id": 4885, "properties": { "east": "none", "north": "side", @@ -222368,7 +232123,7 @@ } }, { - "id": 4118, + "id": 4886, "properties": { "east": "none", "north": "side", @@ -222378,7 +232133,7 @@ } }, { - "id": 4119, + "id": 4887, "properties": { "east": "none", "north": "side", @@ -222388,7 +232143,7 @@ } }, { - "id": 4120, + "id": 4888, "properties": { "east": "none", "north": "side", @@ -222398,7 +232153,7 @@ } }, { - "id": 4121, + "id": 4889, "properties": { "east": "none", "north": "side", @@ -222408,7 +232163,7 @@ } }, { - "id": 4122, + "id": 4890, "properties": { "east": "none", "north": "side", @@ -222418,7 +232173,7 @@ } }, { - "id": 4123, + "id": 4891, "properties": { "east": "none", "north": "side", @@ -222428,7 +232183,7 @@ } }, { - "id": 4124, + "id": 4892, "properties": { "east": "none", "north": "side", @@ -222438,7 +232193,7 @@ } }, { - "id": 4125, + "id": 4893, "properties": { "east": "none", "north": "side", @@ -222448,7 +232203,7 @@ } }, { - "id": 4126, + "id": 4894, "properties": { "east": "none", "north": "side", @@ -222458,7 +232213,7 @@ } }, { - "id": 4127, + "id": 4895, "properties": { "east": "none", "north": "side", @@ -222468,7 +232223,7 @@ } }, { - "id": 4128, + "id": 4896, "properties": { "east": "none", "north": "side", @@ -222478,7 +232233,7 @@ } }, { - "id": 4129, + "id": 4897, "properties": { "east": "none", "north": "side", @@ -222488,7 +232243,7 @@ } }, { - "id": 4130, + "id": 4898, "properties": { "east": "none", "north": "side", @@ -222498,7 +232253,7 @@ } }, { - "id": 4131, + "id": 4899, "properties": { "east": "none", "north": "side", @@ -222508,7 +232263,7 @@ } }, { - "id": 4132, + "id": 4900, "properties": { "east": "none", "north": "side", @@ -222518,7 +232273,7 @@ } }, { - "id": 4133, + "id": 4901, "properties": { "east": "none", "north": "side", @@ -222528,7 +232283,7 @@ } }, { - "id": 4134, + "id": 4902, "properties": { "east": "none", "north": "side", @@ -222538,7 +232293,7 @@ } }, { - "id": 4135, + "id": 4903, "properties": { "east": "none", "north": "side", @@ -222548,7 +232303,7 @@ } }, { - "id": 4136, + "id": 4904, "properties": { "east": "none", "north": "side", @@ -222558,7 +232313,7 @@ } }, { - "id": 4137, + "id": 4905, "properties": { "east": "none", "north": "side", @@ -222568,7 +232323,7 @@ } }, { - "id": 4138, + "id": 4906, "properties": { "east": "none", "north": "side", @@ -222578,7 +232333,7 @@ } }, { - "id": 4139, + "id": 4907, "properties": { "east": "none", "north": "side", @@ -222588,7 +232343,7 @@ } }, { - "id": 4140, + "id": 4908, "properties": { "east": "none", "north": "side", @@ -222598,7 +232353,7 @@ } }, { - "id": 4141, + "id": 4909, "properties": { "east": "none", "north": "side", @@ -222608,7 +232363,7 @@ } }, { - "id": 4142, + "id": 4910, "properties": { "east": "none", "north": "side", @@ -222618,7 +232373,7 @@ } }, { - "id": 4143, + "id": 4911, "properties": { "east": "none", "north": "side", @@ -222628,7 +232383,7 @@ } }, { - "id": 4144, + "id": 4912, "properties": { "east": "none", "north": "side", @@ -222638,7 +232393,7 @@ } }, { - "id": 4145, + "id": 4913, "properties": { "east": "none", "north": "side", @@ -222648,7 +232403,7 @@ } }, { - "id": 4146, + "id": 4914, "properties": { "east": "none", "north": "side", @@ -222658,7 +232413,7 @@ } }, { - "id": 4147, + "id": 4915, "properties": { "east": "none", "north": "side", @@ -222668,7 +232423,7 @@ } }, { - "id": 4148, + "id": 4916, "properties": { "east": "none", "north": "side", @@ -222678,7 +232433,7 @@ } }, { - "id": 4149, + "id": 4917, "properties": { "east": "none", "north": "side", @@ -222688,7 +232443,7 @@ } }, { - "id": 4150, + "id": 4918, "properties": { "east": "none", "north": "side", @@ -222698,7 +232453,7 @@ } }, { - "id": 4151, + "id": 4919, "properties": { "east": "none", "north": "side", @@ -222708,7 +232463,7 @@ } }, { - "id": 4152, + "id": 4920, "properties": { "east": "none", "north": "side", @@ -222718,7 +232473,7 @@ } }, { - "id": 4153, + "id": 4921, "properties": { "east": "none", "north": "side", @@ -222728,7 +232483,7 @@ } }, { - "id": 4154, + "id": 4922, "properties": { "east": "none", "north": "side", @@ -222738,7 +232493,7 @@ } }, { - "id": 4155, + "id": 4923, "properties": { "east": "none", "north": "side", @@ -222748,7 +232503,7 @@ } }, { - "id": 4156, + "id": 4924, "properties": { "east": "none", "north": "side", @@ -222758,7 +232513,7 @@ } }, { - "id": 4157, + "id": 4925, "properties": { "east": "none", "north": "side", @@ -222768,7 +232523,7 @@ } }, { - "id": 4158, + "id": 4926, "properties": { "east": "none", "north": "side", @@ -222778,7 +232533,7 @@ } }, { - "id": 4159, + "id": 4927, "properties": { "east": "none", "north": "side", @@ -222788,7 +232543,7 @@ } }, { - "id": 4160, + "id": 4928, "properties": { "east": "none", "north": "side", @@ -222798,7 +232553,7 @@ } }, { - "id": 4161, + "id": 4929, "properties": { "east": "none", "north": "side", @@ -222808,7 +232563,7 @@ } }, { - "id": 4162, + "id": 4930, "properties": { "east": "none", "north": "side", @@ -222818,7 +232573,7 @@ } }, { - "id": 4163, + "id": 4931, "properties": { "east": "none", "north": "side", @@ -222828,7 +232583,7 @@ } }, { - "id": 4164, + "id": 4932, "properties": { "east": "none", "north": "side", @@ -222838,7 +232593,7 @@ } }, { - "id": 4165, + "id": 4933, "properties": { "east": "none", "north": "side", @@ -222848,7 +232603,7 @@ } }, { - "id": 4166, + "id": 4934, "properties": { "east": "none", "north": "side", @@ -222858,7 +232613,7 @@ } }, { - "id": 4167, + "id": 4935, "properties": { "east": "none", "north": "side", @@ -222868,7 +232623,7 @@ } }, { - "id": 4168, + "id": 4936, "properties": { "east": "none", "north": "side", @@ -222878,7 +232633,7 @@ } }, { - "id": 4169, + "id": 4937, "properties": { "east": "none", "north": "side", @@ -222888,7 +232643,7 @@ } }, { - "id": 4170, + "id": 4938, "properties": { "east": "none", "north": "side", @@ -222898,7 +232653,7 @@ } }, { - "id": 4171, + "id": 4939, "properties": { "east": "none", "north": "side", @@ -222908,7 +232663,7 @@ } }, { - "id": 4172, + "id": 4940, "properties": { "east": "none", "north": "side", @@ -222918,7 +232673,7 @@ } }, { - "id": 4173, + "id": 4941, "properties": { "east": "none", "north": "side", @@ -222928,7 +232683,7 @@ } }, { - "id": 4174, + "id": 4942, "properties": { "east": "none", "north": "side", @@ -222938,7 +232693,7 @@ } }, { - "id": 4175, + "id": 4943, "properties": { "east": "none", "north": "side", @@ -222948,7 +232703,7 @@ } }, { - "id": 4176, + "id": 4944, "properties": { "east": "none", "north": "side", @@ -222958,7 +232713,7 @@ } }, { - "id": 4177, + "id": 4945, "properties": { "east": "none", "north": "side", @@ -222968,7 +232723,7 @@ } }, { - "id": 4178, + "id": 4946, "properties": { "east": "none", "north": "side", @@ -222978,7 +232733,7 @@ } }, { - "id": 4179, + "id": 4947, "properties": { "east": "none", "north": "side", @@ -222988,7 +232743,7 @@ } }, { - "id": 4180, + "id": 4948, "properties": { "east": "none", "north": "side", @@ -222998,7 +232753,7 @@ } }, { - "id": 4181, + "id": 4949, "properties": { "east": "none", "north": "side", @@ -223008,7 +232763,7 @@ } }, { - "id": 4182, + "id": 4950, "properties": { "east": "none", "north": "side", @@ -223018,7 +232773,7 @@ } }, { - "id": 4183, + "id": 4951, "properties": { "east": "none", "north": "side", @@ -223028,7 +232783,7 @@ } }, { - "id": 4184, + "id": 4952, "properties": { "east": "none", "north": "side", @@ -223038,7 +232793,7 @@ } }, { - "id": 4185, + "id": 4953, "properties": { "east": "none", "north": "side", @@ -223048,7 +232803,7 @@ } }, { - "id": 4186, + "id": 4954, "properties": { "east": "none", "north": "side", @@ -223058,7 +232813,7 @@ } }, { - "id": 4187, + "id": 4955, "properties": { "east": "none", "north": "side", @@ -223068,7 +232823,7 @@ } }, { - "id": 4188, + "id": 4956, "properties": { "east": "none", "north": "side", @@ -223078,7 +232833,7 @@ } }, { - "id": 4189, + "id": 4957, "properties": { "east": "none", "north": "side", @@ -223088,7 +232843,7 @@ } }, { - "id": 4190, + "id": 4958, "properties": { "east": "none", "north": "side", @@ -223098,7 +232853,7 @@ } }, { - "id": 4191, + "id": 4959, "properties": { "east": "none", "north": "side", @@ -223108,7 +232863,7 @@ } }, { - "id": 4192, + "id": 4960, "properties": { "east": "none", "north": "side", @@ -223118,7 +232873,7 @@ } }, { - "id": 4193, + "id": 4961, "properties": { "east": "none", "north": "side", @@ -223128,7 +232883,7 @@ } }, { - "id": 4194, + "id": 4962, "properties": { "east": "none", "north": "none", @@ -223138,7 +232893,7 @@ } }, { - "id": 4195, + "id": 4963, "properties": { "east": "none", "north": "none", @@ -223148,7 +232903,7 @@ } }, { - "id": 4196, + "id": 4964, "properties": { "east": "none", "north": "none", @@ -223158,7 +232913,7 @@ } }, { - "id": 4197, + "id": 4965, "properties": { "east": "none", "north": "none", @@ -223168,7 +232923,7 @@ } }, { - "id": 4198, + "id": 4966, "properties": { "east": "none", "north": "none", @@ -223178,7 +232933,7 @@ } }, { - "id": 4199, + "id": 4967, "properties": { "east": "none", "north": "none", @@ -223188,7 +232943,7 @@ } }, { - "id": 4200, + "id": 4968, "properties": { "east": "none", "north": "none", @@ -223198,7 +232953,7 @@ } }, { - "id": 4201, + "id": 4969, "properties": { "east": "none", "north": "none", @@ -223209,7 +232964,7 @@ }, { "default": true, - "id": 4202, + "id": 4970, "properties": { "east": "none", "north": "none", @@ -223219,7 +232974,7 @@ } }, { - "id": 4203, + "id": 4971, "properties": { "east": "none", "north": "none", @@ -223229,7 +232984,7 @@ } }, { - "id": 4204, + "id": 4972, "properties": { "east": "none", "north": "none", @@ -223239,7 +232994,7 @@ } }, { - "id": 4205, + "id": 4973, "properties": { "east": "none", "north": "none", @@ -223249,7 +233004,7 @@ } }, { - "id": 4206, + "id": 4974, "properties": { "east": "none", "north": "none", @@ -223259,7 +233014,7 @@ } }, { - "id": 4207, + "id": 4975, "properties": { "east": "none", "north": "none", @@ -223269,7 +233024,7 @@ } }, { - "id": 4208, + "id": 4976, "properties": { "east": "none", "north": "none", @@ -223279,7 +233034,7 @@ } }, { - "id": 4209, + "id": 4977, "properties": { "east": "none", "north": "none", @@ -223289,7 +233044,7 @@ } }, { - "id": 4210, + "id": 4978, "properties": { "east": "none", "north": "none", @@ -223299,7 +233054,7 @@ } }, { - "id": 4211, + "id": 4979, "properties": { "east": "none", "north": "none", @@ -223309,7 +233064,7 @@ } }, { - "id": 4212, + "id": 4980, "properties": { "east": "none", "north": "none", @@ -223319,7 +233074,7 @@ } }, { - "id": 4213, + "id": 4981, "properties": { "east": "none", "north": "none", @@ -223329,7 +233084,7 @@ } }, { - "id": 4214, + "id": 4982, "properties": { "east": "none", "north": "none", @@ -223339,7 +233094,7 @@ } }, { - "id": 4215, + "id": 4983, "properties": { "east": "none", "north": "none", @@ -223349,7 +233104,7 @@ } }, { - "id": 4216, + "id": 4984, "properties": { "east": "none", "north": "none", @@ -223359,7 +233114,7 @@ } }, { - "id": 4217, + "id": 4985, "properties": { "east": "none", "north": "none", @@ -223369,7 +233124,7 @@ } }, { - "id": 4218, + "id": 4986, "properties": { "east": "none", "north": "none", @@ -223379,7 +233134,7 @@ } }, { - "id": 4219, + "id": 4987, "properties": { "east": "none", "north": "none", @@ -223389,7 +233144,7 @@ } }, { - "id": 4220, + "id": 4988, "properties": { "east": "none", "north": "none", @@ -223399,7 +233154,7 @@ } }, { - "id": 4221, + "id": 4989, "properties": { "east": "none", "north": "none", @@ -223409,7 +233164,7 @@ } }, { - "id": 4222, + "id": 4990, "properties": { "east": "none", "north": "none", @@ -223419,7 +233174,7 @@ } }, { - "id": 4223, + "id": 4991, "properties": { "east": "none", "north": "none", @@ -223429,7 +233184,7 @@ } }, { - "id": 4224, + "id": 4992, "properties": { "east": "none", "north": "none", @@ -223439,7 +233194,7 @@ } }, { - "id": 4225, + "id": 4993, "properties": { "east": "none", "north": "none", @@ -223449,7 +233204,7 @@ } }, { - "id": 4226, + "id": 4994, "properties": { "east": "none", "north": "none", @@ -223459,7 +233214,7 @@ } }, { - "id": 4227, + "id": 4995, "properties": { "east": "none", "north": "none", @@ -223469,7 +233224,7 @@ } }, { - "id": 4228, + "id": 4996, "properties": { "east": "none", "north": "none", @@ -223479,7 +233234,7 @@ } }, { - "id": 4229, + "id": 4997, "properties": { "east": "none", "north": "none", @@ -223489,7 +233244,7 @@ } }, { - "id": 4230, + "id": 4998, "properties": { "east": "none", "north": "none", @@ -223499,7 +233254,7 @@ } }, { - "id": 4231, + "id": 4999, "properties": { "east": "none", "north": "none", @@ -223509,7 +233264,7 @@ } }, { - "id": 4232, + "id": 5000, "properties": { "east": "none", "north": "none", @@ -223519,7 +233274,7 @@ } }, { - "id": 4233, + "id": 5001, "properties": { "east": "none", "north": "none", @@ -223529,7 +233284,7 @@ } }, { - "id": 4234, + "id": 5002, "properties": { "east": "none", "north": "none", @@ -223539,7 +233294,7 @@ } }, { - "id": 4235, + "id": 5003, "properties": { "east": "none", "north": "none", @@ -223549,7 +233304,7 @@ } }, { - "id": 4236, + "id": 5004, "properties": { "east": "none", "north": "none", @@ -223559,7 +233314,7 @@ } }, { - "id": 4237, + "id": 5005, "properties": { "east": "none", "north": "none", @@ -223569,7 +233324,7 @@ } }, { - "id": 4238, + "id": 5006, "properties": { "east": "none", "north": "none", @@ -223579,7 +233334,7 @@ } }, { - "id": 4239, + "id": 5007, "properties": { "east": "none", "north": "none", @@ -223589,7 +233344,7 @@ } }, { - "id": 4240, + "id": 5008, "properties": { "east": "none", "north": "none", @@ -223599,7 +233354,7 @@ } }, { - "id": 4241, + "id": 5009, "properties": { "east": "none", "north": "none", @@ -223609,7 +233364,7 @@ } }, { - "id": 4242, + "id": 5010, "properties": { "east": "none", "north": "none", @@ -223619,7 +233374,7 @@ } }, { - "id": 4243, + "id": 5011, "properties": { "east": "none", "north": "none", @@ -223629,7 +233384,7 @@ } }, { - "id": 4244, + "id": 5012, "properties": { "east": "none", "north": "none", @@ -223639,7 +233394,7 @@ } }, { - "id": 4245, + "id": 5013, "properties": { "east": "none", "north": "none", @@ -223649,7 +233404,7 @@ } }, { - "id": 4246, + "id": 5014, "properties": { "east": "none", "north": "none", @@ -223659,7 +233414,7 @@ } }, { - "id": 4247, + "id": 5015, "properties": { "east": "none", "north": "none", @@ -223669,7 +233424,7 @@ } }, { - "id": 4248, + "id": 5016, "properties": { "east": "none", "north": "none", @@ -223679,7 +233434,7 @@ } }, { - "id": 4249, + "id": 5017, "properties": { "east": "none", "north": "none", @@ -223689,7 +233444,7 @@ } }, { - "id": 4250, + "id": 5018, "properties": { "east": "none", "north": "none", @@ -223699,7 +233454,7 @@ } }, { - "id": 4251, + "id": 5019, "properties": { "east": "none", "north": "none", @@ -223709,7 +233464,7 @@ } }, { - "id": 4252, + "id": 5020, "properties": { "east": "none", "north": "none", @@ -223719,7 +233474,7 @@ } }, { - "id": 4253, + "id": 5021, "properties": { "east": "none", "north": "none", @@ -223729,7 +233484,7 @@ } }, { - "id": 4254, + "id": 5022, "properties": { "east": "none", "north": "none", @@ -223739,7 +233494,7 @@ } }, { - "id": 4255, + "id": 5023, "properties": { "east": "none", "north": "none", @@ -223749,7 +233504,7 @@ } }, { - "id": 4256, + "id": 5024, "properties": { "east": "none", "north": "none", @@ -223759,7 +233514,7 @@ } }, { - "id": 4257, + "id": 5025, "properties": { "east": "none", "north": "none", @@ -223769,7 +233524,7 @@ } }, { - "id": 4258, + "id": 5026, "properties": { "east": "none", "north": "none", @@ -223779,7 +233534,7 @@ } }, { - "id": 4259, + "id": 5027, "properties": { "east": "none", "north": "none", @@ -223789,7 +233544,7 @@ } }, { - "id": 4260, + "id": 5028, "properties": { "east": "none", "north": "none", @@ -223799,7 +233554,7 @@ } }, { - "id": 4261, + "id": 5029, "properties": { "east": "none", "north": "none", @@ -223809,7 +233564,7 @@ } }, { - "id": 4262, + "id": 5030, "properties": { "east": "none", "north": "none", @@ -223819,7 +233574,7 @@ } }, { - "id": 4263, + "id": 5031, "properties": { "east": "none", "north": "none", @@ -223829,7 +233584,7 @@ } }, { - "id": 4264, + "id": 5032, "properties": { "east": "none", "north": "none", @@ -223839,7 +233594,7 @@ } }, { - "id": 4265, + "id": 5033, "properties": { "east": "none", "north": "none", @@ -223849,7 +233604,7 @@ } }, { - "id": 4266, + "id": 5034, "properties": { "east": "none", "north": "none", @@ -223859,7 +233614,7 @@ } }, { - "id": 4267, + "id": 5035, "properties": { "east": "none", "north": "none", @@ -223869,7 +233624,7 @@ } }, { - "id": 4268, + "id": 5036, "properties": { "east": "none", "north": "none", @@ -223879,7 +233634,7 @@ } }, { - "id": 4269, + "id": 5037, "properties": { "east": "none", "north": "none", @@ -223889,7 +233644,7 @@ } }, { - "id": 4270, + "id": 5038, "properties": { "east": "none", "north": "none", @@ -223899,7 +233654,7 @@ } }, { - "id": 4271, + "id": 5039, "properties": { "east": "none", "north": "none", @@ -223909,7 +233664,7 @@ } }, { - "id": 4272, + "id": 5040, "properties": { "east": "none", "north": "none", @@ -223919,7 +233674,7 @@ } }, { - "id": 4273, + "id": 5041, "properties": { "east": "none", "north": "none", @@ -223929,7 +233684,7 @@ } }, { - "id": 4274, + "id": 5042, "properties": { "east": "none", "north": "none", @@ -223939,7 +233694,7 @@ } }, { - "id": 4275, + "id": 5043, "properties": { "east": "none", "north": "none", @@ -223949,7 +233704,7 @@ } }, { - "id": 4276, + "id": 5044, "properties": { "east": "none", "north": "none", @@ -223959,7 +233714,7 @@ } }, { - "id": 4277, + "id": 5045, "properties": { "east": "none", "north": "none", @@ -223969,7 +233724,7 @@ } }, { - "id": 4278, + "id": 5046, "properties": { "east": "none", "north": "none", @@ -223979,7 +233734,7 @@ } }, { - "id": 4279, + "id": 5047, "properties": { "east": "none", "north": "none", @@ -223989,7 +233744,7 @@ } }, { - "id": 4280, + "id": 5048, "properties": { "east": "none", "north": "none", @@ -223999,7 +233754,7 @@ } }, { - "id": 4281, + "id": 5049, "properties": { "east": "none", "north": "none", @@ -224009,7 +233764,7 @@ } }, { - "id": 4282, + "id": 5050, "properties": { "east": "none", "north": "none", @@ -224019,7 +233774,7 @@ } }, { - "id": 4283, + "id": 5051, "properties": { "east": "none", "north": "none", @@ -224029,7 +233784,7 @@ } }, { - "id": 4284, + "id": 5052, "properties": { "east": "none", "north": "none", @@ -224039,7 +233794,7 @@ } }, { - "id": 4285, + "id": 5053, "properties": { "east": "none", "north": "none", @@ -224049,7 +233804,7 @@ } }, { - "id": 4286, + "id": 5054, "properties": { "east": "none", "north": "none", @@ -224059,7 +233814,7 @@ } }, { - "id": 4287, + "id": 5055, "properties": { "east": "none", "north": "none", @@ -224069,7 +233824,7 @@ } }, { - "id": 4288, + "id": 5056, "properties": { "east": "none", "north": "none", @@ -224079,7 +233834,7 @@ } }, { - "id": 4289, + "id": 5057, "properties": { "east": "none", "north": "none", @@ -224089,7 +233844,7 @@ } }, { - "id": 4290, + "id": 5058, "properties": { "east": "none", "north": "none", @@ -224099,7 +233854,7 @@ } }, { - "id": 4291, + "id": 5059, "properties": { "east": "none", "north": "none", @@ -224109,7 +233864,7 @@ } }, { - "id": 4292, + "id": 5060, "properties": { "east": "none", "north": "none", @@ -224119,7 +233874,7 @@ } }, { - "id": 4293, + "id": 5061, "properties": { "east": "none", "north": "none", @@ -224129,7 +233884,7 @@ } }, { - "id": 4294, + "id": 5062, "properties": { "east": "none", "north": "none", @@ -224139,7 +233894,7 @@ } }, { - "id": 4295, + "id": 5063, "properties": { "east": "none", "north": "none", @@ -224149,7 +233904,7 @@ } }, { - "id": 4296, + "id": 5064, "properties": { "east": "none", "north": "none", @@ -224159,7 +233914,7 @@ } }, { - "id": 4297, + "id": 5065, "properties": { "east": "none", "north": "none", @@ -224169,7 +233924,7 @@ } }, { - "id": 4298, + "id": 5066, "properties": { "east": "none", "north": "none", @@ -224179,7 +233934,7 @@ } }, { - "id": 4299, + "id": 5067, "properties": { "east": "none", "north": "none", @@ -224189,7 +233944,7 @@ } }, { - "id": 4300, + "id": 5068, "properties": { "east": "none", "north": "none", @@ -224199,7 +233954,7 @@ } }, { - "id": 4301, + "id": 5069, "properties": { "east": "none", "north": "none", @@ -224209,7 +233964,7 @@ } }, { - "id": 4302, + "id": 5070, "properties": { "east": "none", "north": "none", @@ -224219,7 +233974,7 @@ } }, { - "id": 4303, + "id": 5071, "properties": { "east": "none", "north": "none", @@ -224229,7 +233984,7 @@ } }, { - "id": 4304, + "id": 5072, "properties": { "east": "none", "north": "none", @@ -224239,7 +233994,7 @@ } }, { - "id": 4305, + "id": 5073, "properties": { "east": "none", "north": "none", @@ -224249,7 +234004,7 @@ } }, { - "id": 4306, + "id": 5074, "properties": { "east": "none", "north": "none", @@ -224259,7 +234014,7 @@ } }, { - "id": 4307, + "id": 5075, "properties": { "east": "none", "north": "none", @@ -224269,7 +234024,7 @@ } }, { - "id": 4308, + "id": 5076, "properties": { "east": "none", "north": "none", @@ -224279,7 +234034,7 @@ } }, { - "id": 4309, + "id": 5077, "properties": { "east": "none", "north": "none", @@ -224289,7 +234044,7 @@ } }, { - "id": 4310, + "id": 5078, "properties": { "east": "none", "north": "none", @@ -224299,7 +234054,7 @@ } }, { - "id": 4311, + "id": 5079, "properties": { "east": "none", "north": "none", @@ -224309,7 +234064,7 @@ } }, { - "id": 4312, + "id": 5080, "properties": { "east": "none", "north": "none", @@ -224319,7 +234074,7 @@ } }, { - "id": 4313, + "id": 5081, "properties": { "east": "none", "north": "none", @@ -224329,7 +234084,7 @@ } }, { - "id": 4314, + "id": 5082, "properties": { "east": "none", "north": "none", @@ -224339,7 +234094,7 @@ } }, { - "id": 4315, + "id": 5083, "properties": { "east": "none", "north": "none", @@ -224349,7 +234104,7 @@ } }, { - "id": 4316, + "id": 5084, "properties": { "east": "none", "north": "none", @@ -224359,7 +234114,7 @@ } }, { - "id": 4317, + "id": 5085, "properties": { "east": "none", "north": "none", @@ -224369,7 +234124,7 @@ } }, { - "id": 4318, + "id": 5086, "properties": { "east": "none", "north": "none", @@ -224379,7 +234134,7 @@ } }, { - "id": 4319, + "id": 5087, "properties": { "east": "none", "north": "none", @@ -224389,7 +234144,7 @@ } }, { - "id": 4320, + "id": 5088, "properties": { "east": "none", "north": "none", @@ -224399,7 +234154,7 @@ } }, { - "id": 4321, + "id": 5089, "properties": { "east": "none", "north": "none", @@ -224409,7 +234164,7 @@ } }, { - "id": 4322, + "id": 5090, "properties": { "east": "none", "north": "none", @@ -224419,7 +234174,7 @@ } }, { - "id": 4323, + "id": 5091, "properties": { "east": "none", "north": "none", @@ -224429,7 +234184,7 @@ } }, { - "id": 4324, + "id": 5092, "properties": { "east": "none", "north": "none", @@ -224439,7 +234194,7 @@ } }, { - "id": 4325, + "id": 5093, "properties": { "east": "none", "north": "none", @@ -224449,7 +234204,7 @@ } }, { - "id": 4326, + "id": 5094, "properties": { "east": "none", "north": "none", @@ -224459,7 +234214,7 @@ } }, { - "id": 4327, + "id": 5095, "properties": { "east": "none", "north": "none", @@ -224469,7 +234224,7 @@ } }, { - "id": 4328, + "id": 5096, "properties": { "east": "none", "north": "none", @@ -224479,7 +234234,7 @@ } }, { - "id": 4329, + "id": 5097, "properties": { "east": "none", "north": "none", @@ -224489,7 +234244,7 @@ } }, { - "id": 4330, + "id": 5098, "properties": { "east": "none", "north": "none", @@ -224499,7 +234254,7 @@ } }, { - "id": 4331, + "id": 5099, "properties": { "east": "none", "north": "none", @@ -224509,7 +234264,7 @@ } }, { - "id": 4332, + "id": 5100, "properties": { "east": "none", "north": "none", @@ -224519,7 +234274,7 @@ } }, { - "id": 4333, + "id": 5101, "properties": { "east": "none", "north": "none", @@ -224529,7 +234284,7 @@ } }, { - "id": 4334, + "id": 5102, "properties": { "east": "none", "north": "none", @@ -224539,7 +234294,7 @@ } }, { - "id": 4335, + "id": 5103, "properties": { "east": "none", "north": "none", @@ -224549,7 +234304,7 @@ } }, { - "id": 4336, + "id": 5104, "properties": { "east": "none", "north": "none", @@ -224559,7 +234314,7 @@ } }, { - "id": 4337, + "id": 5105, "properties": { "east": "none", "north": "none", @@ -224578,7 +234333,7 @@ "states": [ { "default": true, - "id": 27633 + "id": 29390 } ] }, @@ -224611,7 +234366,7 @@ }, "states": [ { - "id": 6060, + "id": 6833, "properties": { "delay": "1", "facing": "north", @@ -224620,7 +234375,7 @@ } }, { - "id": 6061, + "id": 6834, "properties": { "delay": "1", "facing": "north", @@ -224629,7 +234384,7 @@ } }, { - "id": 6062, + "id": 6835, "properties": { "delay": "1", "facing": "north", @@ -224639,7 +234394,7 @@ }, { "default": true, - "id": 6063, + "id": 6836, "properties": { "delay": "1", "facing": "north", @@ -224648,7 +234403,7 @@ } }, { - "id": 6064, + "id": 6837, "properties": { "delay": "1", "facing": "south", @@ -224657,7 +234412,7 @@ } }, { - "id": 6065, + "id": 6838, "properties": { "delay": "1", "facing": "south", @@ -224666,7 +234421,7 @@ } }, { - "id": 6066, + "id": 6839, "properties": { "delay": "1", "facing": "south", @@ -224675,7 +234430,7 @@ } }, { - "id": 6067, + "id": 6840, "properties": { "delay": "1", "facing": "south", @@ -224684,7 +234439,7 @@ } }, { - "id": 6068, + "id": 6841, "properties": { "delay": "1", "facing": "west", @@ -224693,7 +234448,7 @@ } }, { - "id": 6069, + "id": 6842, "properties": { "delay": "1", "facing": "west", @@ -224702,7 +234457,7 @@ } }, { - "id": 6070, + "id": 6843, "properties": { "delay": "1", "facing": "west", @@ -224711,7 +234466,7 @@ } }, { - "id": 6071, + "id": 6844, "properties": { "delay": "1", "facing": "west", @@ -224720,7 +234475,7 @@ } }, { - "id": 6072, + "id": 6845, "properties": { "delay": "1", "facing": "east", @@ -224729,7 +234484,7 @@ } }, { - "id": 6073, + "id": 6846, "properties": { "delay": "1", "facing": "east", @@ -224738,7 +234493,7 @@ } }, { - "id": 6074, + "id": 6847, "properties": { "delay": "1", "facing": "east", @@ -224747,7 +234502,7 @@ } }, { - "id": 6075, + "id": 6848, "properties": { "delay": "1", "facing": "east", @@ -224756,7 +234511,7 @@ } }, { - "id": 6076, + "id": 6849, "properties": { "delay": "2", "facing": "north", @@ -224765,7 +234520,7 @@ } }, { - "id": 6077, + "id": 6850, "properties": { "delay": "2", "facing": "north", @@ -224774,7 +234529,7 @@ } }, { - "id": 6078, + "id": 6851, "properties": { "delay": "2", "facing": "north", @@ -224783,7 +234538,7 @@ } }, { - "id": 6079, + "id": 6852, "properties": { "delay": "2", "facing": "north", @@ -224792,7 +234547,7 @@ } }, { - "id": 6080, + "id": 6853, "properties": { "delay": "2", "facing": "south", @@ -224801,7 +234556,7 @@ } }, { - "id": 6081, + "id": 6854, "properties": { "delay": "2", "facing": "south", @@ -224810,7 +234565,7 @@ } }, { - "id": 6082, + "id": 6855, "properties": { "delay": "2", "facing": "south", @@ -224819,7 +234574,7 @@ } }, { - "id": 6083, + "id": 6856, "properties": { "delay": "2", "facing": "south", @@ -224828,7 +234583,7 @@ } }, { - "id": 6084, + "id": 6857, "properties": { "delay": "2", "facing": "west", @@ -224837,7 +234592,7 @@ } }, { - "id": 6085, + "id": 6858, "properties": { "delay": "2", "facing": "west", @@ -224846,7 +234601,7 @@ } }, { - "id": 6086, + "id": 6859, "properties": { "delay": "2", "facing": "west", @@ -224855,7 +234610,7 @@ } }, { - "id": 6087, + "id": 6860, "properties": { "delay": "2", "facing": "west", @@ -224864,7 +234619,7 @@ } }, { - "id": 6088, + "id": 6861, "properties": { "delay": "2", "facing": "east", @@ -224873,7 +234628,7 @@ } }, { - "id": 6089, + "id": 6862, "properties": { "delay": "2", "facing": "east", @@ -224882,7 +234637,7 @@ } }, { - "id": 6090, + "id": 6863, "properties": { "delay": "2", "facing": "east", @@ -224891,7 +234646,7 @@ } }, { - "id": 6091, + "id": 6864, "properties": { "delay": "2", "facing": "east", @@ -224900,7 +234655,7 @@ } }, { - "id": 6092, + "id": 6865, "properties": { "delay": "3", "facing": "north", @@ -224909,7 +234664,7 @@ } }, { - "id": 6093, + "id": 6866, "properties": { "delay": "3", "facing": "north", @@ -224918,7 +234673,7 @@ } }, { - "id": 6094, + "id": 6867, "properties": { "delay": "3", "facing": "north", @@ -224927,7 +234682,7 @@ } }, { - "id": 6095, + "id": 6868, "properties": { "delay": "3", "facing": "north", @@ -224936,7 +234691,7 @@ } }, { - "id": 6096, + "id": 6869, "properties": { "delay": "3", "facing": "south", @@ -224945,7 +234700,7 @@ } }, { - "id": 6097, + "id": 6870, "properties": { "delay": "3", "facing": "south", @@ -224954,7 +234709,7 @@ } }, { - "id": 6098, + "id": 6871, "properties": { "delay": "3", "facing": "south", @@ -224963,7 +234718,7 @@ } }, { - "id": 6099, + "id": 6872, "properties": { "delay": "3", "facing": "south", @@ -224972,7 +234727,7 @@ } }, { - "id": 6100, + "id": 6873, "properties": { "delay": "3", "facing": "west", @@ -224981,7 +234736,7 @@ } }, { - "id": 6101, + "id": 6874, "properties": { "delay": "3", "facing": "west", @@ -224990,7 +234745,7 @@ } }, { - "id": 6102, + "id": 6875, "properties": { "delay": "3", "facing": "west", @@ -224999,7 +234754,7 @@ } }, { - "id": 6103, + "id": 6876, "properties": { "delay": "3", "facing": "west", @@ -225008,7 +234763,7 @@ } }, { - "id": 6104, + "id": 6877, "properties": { "delay": "3", "facing": "east", @@ -225017,7 +234772,7 @@ } }, { - "id": 6105, + "id": 6878, "properties": { "delay": "3", "facing": "east", @@ -225026,7 +234781,7 @@ } }, { - "id": 6106, + "id": 6879, "properties": { "delay": "3", "facing": "east", @@ -225035,7 +234790,7 @@ } }, { - "id": 6107, + "id": 6880, "properties": { "delay": "3", "facing": "east", @@ -225044,7 +234799,7 @@ } }, { - "id": 6108, + "id": 6881, "properties": { "delay": "4", "facing": "north", @@ -225053,7 +234808,7 @@ } }, { - "id": 6109, + "id": 6882, "properties": { "delay": "4", "facing": "north", @@ -225062,7 +234817,7 @@ } }, { - "id": 6110, + "id": 6883, "properties": { "delay": "4", "facing": "north", @@ -225071,7 +234826,7 @@ } }, { - "id": 6111, + "id": 6884, "properties": { "delay": "4", "facing": "north", @@ -225080,7 +234835,7 @@ } }, { - "id": 6112, + "id": 6885, "properties": { "delay": "4", "facing": "south", @@ -225089,7 +234844,7 @@ } }, { - "id": 6113, + "id": 6886, "properties": { "delay": "4", "facing": "south", @@ -225098,7 +234853,7 @@ } }, { - "id": 6114, + "id": 6887, "properties": { "delay": "4", "facing": "south", @@ -225107,7 +234862,7 @@ } }, { - "id": 6115, + "id": 6888, "properties": { "delay": "4", "facing": "south", @@ -225116,7 +234871,7 @@ } }, { - "id": 6116, + "id": 6889, "properties": { "delay": "4", "facing": "west", @@ -225125,7 +234880,7 @@ } }, { - "id": 6117, + "id": 6890, "properties": { "delay": "4", "facing": "west", @@ -225134,7 +234889,7 @@ } }, { - "id": 6118, + "id": 6891, "properties": { "delay": "4", "facing": "west", @@ -225143,7 +234898,7 @@ } }, { - "id": 6119, + "id": 6892, "properties": { "delay": "4", "facing": "west", @@ -225152,7 +234907,7 @@ } }, { - "id": 6120, + "id": 6893, "properties": { "delay": "4", "facing": "east", @@ -225161,7 +234916,7 @@ } }, { - "id": 6121, + "id": 6894, "properties": { "delay": "4", "facing": "east", @@ -225170,7 +234925,7 @@ } }, { - "id": 6122, + "id": 6895, "properties": { "delay": "4", "facing": "east", @@ -225179,7 +234934,7 @@ } }, { - "id": 6123, + "id": 6896, "properties": { "delay": "4", "facing": "east", @@ -225211,42 +234966,42 @@ }, "states": [ { - "id": 13538, + "id": 14615, "properties": { "conditional": "true", "facing": "north" } }, { - "id": 13539, + "id": 14616, "properties": { "conditional": "true", "facing": "east" } }, { - "id": 13540, + "id": 14617, "properties": { "conditional": "true", "facing": "south" } }, { - "id": 13541, + "id": 14618, "properties": { "conditional": "true", "facing": "west" } }, { - "id": 13542, + "id": 14619, "properties": { "conditional": "true", "facing": "up" } }, { - "id": 13543, + "id": 14620, "properties": { "conditional": "true", "facing": "down" @@ -225254,42 +235009,42 @@ }, { "default": true, - "id": 13544, + "id": 14621, "properties": { "conditional": "false", "facing": "north" } }, { - "id": 13545, + "id": 14622, "properties": { "conditional": "false", "facing": "east" } }, { - "id": 13546, + "id": 14623, "properties": { "conditional": "false", "facing": "south" } }, { - "id": 13547, + "id": 14624, "properties": { "conditional": "false", "facing": "west" } }, { - "id": 13548, + "id": 14625, "properties": { "conditional": "false", "facing": "up" } }, { - "id": 13549, + "id": 14626, "properties": { "conditional": "false", "facing": "down" @@ -225305,7 +235060,7 @@ "states": [ { "default": true, - "id": 7643 + "id": 8720 } ] }, @@ -225327,21 +235082,21 @@ }, "states": [ { - "id": 7725, + "id": 8802, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 7726, + "id": 8803, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 7727, + "id": 8804, "properties": { "type": "bottom", "waterlogged": "true" @@ -225349,21 +235104,21 @@ }, { "default": true, - "id": 7728, + "id": 8805, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 7729, + "id": 8806, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 7730, + "id": 8807, "properties": { "type": "double", "waterlogged": "false" @@ -225404,7 +235159,7 @@ }, "states": [ { - "id": 7645, + "id": 8722, "properties": { "facing": "north", "half": "top", @@ -225413,7 +235168,7 @@ } }, { - "id": 7646, + "id": 8723, "properties": { "facing": "north", "half": "top", @@ -225422,7 +235177,7 @@ } }, { - "id": 7647, + "id": 8724, "properties": { "facing": "north", "half": "top", @@ -225431,7 +235186,7 @@ } }, { - "id": 7648, + "id": 8725, "properties": { "facing": "north", "half": "top", @@ -225440,7 +235195,7 @@ } }, { - "id": 7649, + "id": 8726, "properties": { "facing": "north", "half": "top", @@ -225449,7 +235204,7 @@ } }, { - "id": 7650, + "id": 8727, "properties": { "facing": "north", "half": "top", @@ -225458,7 +235213,7 @@ } }, { - "id": 7651, + "id": 8728, "properties": { "facing": "north", "half": "top", @@ -225467,7 +235222,7 @@ } }, { - "id": 7652, + "id": 8729, "properties": { "facing": "north", "half": "top", @@ -225476,7 +235231,7 @@ } }, { - "id": 7653, + "id": 8730, "properties": { "facing": "north", "half": "top", @@ -225485,7 +235240,7 @@ } }, { - "id": 7654, + "id": 8731, "properties": { "facing": "north", "half": "top", @@ -225494,7 +235249,7 @@ } }, { - "id": 7655, + "id": 8732, "properties": { "facing": "north", "half": "bottom", @@ -225504,7 +235259,7 @@ }, { "default": true, - "id": 7656, + "id": 8733, "properties": { "facing": "north", "half": "bottom", @@ -225513,7 +235268,7 @@ } }, { - "id": 7657, + "id": 8734, "properties": { "facing": "north", "half": "bottom", @@ -225522,7 +235277,7 @@ } }, { - "id": 7658, + "id": 8735, "properties": { "facing": "north", "half": "bottom", @@ -225531,7 +235286,7 @@ } }, { - "id": 7659, + "id": 8736, "properties": { "facing": "north", "half": "bottom", @@ -225540,7 +235295,7 @@ } }, { - "id": 7660, + "id": 8737, "properties": { "facing": "north", "half": "bottom", @@ -225549,7 +235304,7 @@ } }, { - "id": 7661, + "id": 8738, "properties": { "facing": "north", "half": "bottom", @@ -225558,7 +235313,7 @@ } }, { - "id": 7662, + "id": 8739, "properties": { "facing": "north", "half": "bottom", @@ -225567,7 +235322,7 @@ } }, { - "id": 7663, + "id": 8740, "properties": { "facing": "north", "half": "bottom", @@ -225576,7 +235331,7 @@ } }, { - "id": 7664, + "id": 8741, "properties": { "facing": "north", "half": "bottom", @@ -225585,7 +235340,7 @@ } }, { - "id": 7665, + "id": 8742, "properties": { "facing": "south", "half": "top", @@ -225594,7 +235349,7 @@ } }, { - "id": 7666, + "id": 8743, "properties": { "facing": "south", "half": "top", @@ -225603,7 +235358,7 @@ } }, { - "id": 7667, + "id": 8744, "properties": { "facing": "south", "half": "top", @@ -225612,7 +235367,7 @@ } }, { - "id": 7668, + "id": 8745, "properties": { "facing": "south", "half": "top", @@ -225621,7 +235376,7 @@ } }, { - "id": 7669, + "id": 8746, "properties": { "facing": "south", "half": "top", @@ -225630,7 +235385,7 @@ } }, { - "id": 7670, + "id": 8747, "properties": { "facing": "south", "half": "top", @@ -225639,7 +235394,7 @@ } }, { - "id": 7671, + "id": 8748, "properties": { "facing": "south", "half": "top", @@ -225648,7 +235403,7 @@ } }, { - "id": 7672, + "id": 8749, "properties": { "facing": "south", "half": "top", @@ -225657,7 +235412,7 @@ } }, { - "id": 7673, + "id": 8750, "properties": { "facing": "south", "half": "top", @@ -225666,7 +235421,7 @@ } }, { - "id": 7674, + "id": 8751, "properties": { "facing": "south", "half": "top", @@ -225675,7 +235430,7 @@ } }, { - "id": 7675, + "id": 8752, "properties": { "facing": "south", "half": "bottom", @@ -225684,7 +235439,7 @@ } }, { - "id": 7676, + "id": 8753, "properties": { "facing": "south", "half": "bottom", @@ -225693,7 +235448,7 @@ } }, { - "id": 7677, + "id": 8754, "properties": { "facing": "south", "half": "bottom", @@ -225702,7 +235457,7 @@ } }, { - "id": 7678, + "id": 8755, "properties": { "facing": "south", "half": "bottom", @@ -225711,7 +235466,7 @@ } }, { - "id": 7679, + "id": 8756, "properties": { "facing": "south", "half": "bottom", @@ -225720,7 +235475,7 @@ } }, { - "id": 7680, + "id": 8757, "properties": { "facing": "south", "half": "bottom", @@ -225729,7 +235484,7 @@ } }, { - "id": 7681, + "id": 8758, "properties": { "facing": "south", "half": "bottom", @@ -225738,7 +235493,7 @@ } }, { - "id": 7682, + "id": 8759, "properties": { "facing": "south", "half": "bottom", @@ -225747,7 +235502,7 @@ } }, { - "id": 7683, + "id": 8760, "properties": { "facing": "south", "half": "bottom", @@ -225756,7 +235511,7 @@ } }, { - "id": 7684, + "id": 8761, "properties": { "facing": "south", "half": "bottom", @@ -225765,7 +235520,7 @@ } }, { - "id": 7685, + "id": 8762, "properties": { "facing": "west", "half": "top", @@ -225774,7 +235529,7 @@ } }, { - "id": 7686, + "id": 8763, "properties": { "facing": "west", "half": "top", @@ -225783,7 +235538,7 @@ } }, { - "id": 7687, + "id": 8764, "properties": { "facing": "west", "half": "top", @@ -225792,7 +235547,7 @@ } }, { - "id": 7688, + "id": 8765, "properties": { "facing": "west", "half": "top", @@ -225801,7 +235556,7 @@ } }, { - "id": 7689, + "id": 8766, "properties": { "facing": "west", "half": "top", @@ -225810,7 +235565,7 @@ } }, { - "id": 7690, + "id": 8767, "properties": { "facing": "west", "half": "top", @@ -225819,7 +235574,7 @@ } }, { - "id": 7691, + "id": 8768, "properties": { "facing": "west", "half": "top", @@ -225828,7 +235583,7 @@ } }, { - "id": 7692, + "id": 8769, "properties": { "facing": "west", "half": "top", @@ -225837,7 +235592,7 @@ } }, { - "id": 7693, + "id": 8770, "properties": { "facing": "west", "half": "top", @@ -225846,7 +235601,7 @@ } }, { - "id": 7694, + "id": 8771, "properties": { "facing": "west", "half": "top", @@ -225855,7 +235610,7 @@ } }, { - "id": 7695, + "id": 8772, "properties": { "facing": "west", "half": "bottom", @@ -225864,7 +235619,7 @@ } }, { - "id": 7696, + "id": 8773, "properties": { "facing": "west", "half": "bottom", @@ -225873,7 +235628,7 @@ } }, { - "id": 7697, + "id": 8774, "properties": { "facing": "west", "half": "bottom", @@ -225882,7 +235637,7 @@ } }, { - "id": 7698, + "id": 8775, "properties": { "facing": "west", "half": "bottom", @@ -225891,7 +235646,7 @@ } }, { - "id": 7699, + "id": 8776, "properties": { "facing": "west", "half": "bottom", @@ -225900,7 +235655,7 @@ } }, { - "id": 7700, + "id": 8777, "properties": { "facing": "west", "half": "bottom", @@ -225909,7 +235664,7 @@ } }, { - "id": 7701, + "id": 8778, "properties": { "facing": "west", "half": "bottom", @@ -225918,7 +235673,7 @@ } }, { - "id": 7702, + "id": 8779, "properties": { "facing": "west", "half": "bottom", @@ -225927,7 +235682,7 @@ } }, { - "id": 7703, + "id": 8780, "properties": { "facing": "west", "half": "bottom", @@ -225936,7 +235691,7 @@ } }, { - "id": 7704, + "id": 8781, "properties": { "facing": "west", "half": "bottom", @@ -225945,7 +235700,7 @@ } }, { - "id": 7705, + "id": 8782, "properties": { "facing": "east", "half": "top", @@ -225954,7 +235709,7 @@ } }, { - "id": 7706, + "id": 8783, "properties": { "facing": "east", "half": "top", @@ -225963,7 +235718,7 @@ } }, { - "id": 7707, + "id": 8784, "properties": { "facing": "east", "half": "top", @@ -225972,7 +235727,7 @@ } }, { - "id": 7708, + "id": 8785, "properties": { "facing": "east", "half": "top", @@ -225981,7 +235736,7 @@ } }, { - "id": 7709, + "id": 8786, "properties": { "facing": "east", "half": "top", @@ -225990,7 +235745,7 @@ } }, { - "id": 7710, + "id": 8787, "properties": { "facing": "east", "half": "top", @@ -225999,7 +235754,7 @@ } }, { - "id": 7711, + "id": 8788, "properties": { "facing": "east", "half": "top", @@ -226008,7 +235763,7 @@ } }, { - "id": 7712, + "id": 8789, "properties": { "facing": "east", "half": "top", @@ -226017,7 +235772,7 @@ } }, { - "id": 7713, + "id": 8790, "properties": { "facing": "east", "half": "top", @@ -226026,7 +235781,7 @@ } }, { - "id": 7714, + "id": 8791, "properties": { "facing": "east", "half": "top", @@ -226035,7 +235790,7 @@ } }, { - "id": 7715, + "id": 8792, "properties": { "facing": "east", "half": "bottom", @@ -226044,7 +235799,7 @@ } }, { - "id": 7716, + "id": 8793, "properties": { "facing": "east", "half": "bottom", @@ -226053,7 +235808,7 @@ } }, { - "id": 7717, + "id": 8794, "properties": { "facing": "east", "half": "bottom", @@ -226062,7 +235817,7 @@ } }, { - "id": 7718, + "id": 8795, "properties": { "facing": "east", "half": "bottom", @@ -226071,7 +235826,7 @@ } }, { - "id": 7719, + "id": 8796, "properties": { "facing": "east", "half": "bottom", @@ -226080,7 +235835,7 @@ } }, { - "id": 7720, + "id": 8797, "properties": { "facing": "east", "half": "bottom", @@ -226089,7 +235844,7 @@ } }, { - "id": 7721, + "id": 8798, "properties": { "facing": "east", "half": "bottom", @@ -226098,7 +235853,7 @@ } }, { - "id": 7722, + "id": 8799, "properties": { "facing": "east", "half": "bottom", @@ -226107,7 +235862,7 @@ } }, { - "id": 7723, + "id": 8800, "properties": { "facing": "east", "half": "bottom", @@ -226116,7 +235871,7 @@ } }, { - "id": 7724, + "id": 8801, "properties": { "facing": "east", "half": "bottom", @@ -226163,7 +235918,7 @@ }, "states": [ { - "id": 7731, + "id": 8808, "properties": { "east": "none", "north": "none", @@ -226174,7 +235929,7 @@ } }, { - "id": 7732, + "id": 8809, "properties": { "east": "none", "north": "none", @@ -226185,7 +235940,7 @@ } }, { - "id": 7733, + "id": 8810, "properties": { "east": "none", "north": "none", @@ -226197,7 +235952,7 @@ }, { "default": true, - "id": 7734, + "id": 8811, "properties": { "east": "none", "north": "none", @@ -226208,7 +235963,7 @@ } }, { - "id": 7735, + "id": 8812, "properties": { "east": "none", "north": "none", @@ -226219,7 +235974,7 @@ } }, { - "id": 7736, + "id": 8813, "properties": { "east": "none", "north": "none", @@ -226230,7 +235985,7 @@ } }, { - "id": 7737, + "id": 8814, "properties": { "east": "none", "north": "none", @@ -226241,7 +235996,7 @@ } }, { - "id": 7738, + "id": 8815, "properties": { "east": "none", "north": "none", @@ -226252,7 +236007,7 @@ } }, { - "id": 7739, + "id": 8816, "properties": { "east": "none", "north": "none", @@ -226263,7 +236018,7 @@ } }, { - "id": 7740, + "id": 8817, "properties": { "east": "none", "north": "none", @@ -226274,7 +236029,7 @@ } }, { - "id": 7741, + "id": 8818, "properties": { "east": "none", "north": "none", @@ -226285,7 +236040,7 @@ } }, { - "id": 7742, + "id": 8819, "properties": { "east": "none", "north": "none", @@ -226296,7 +236051,7 @@ } }, { - "id": 7743, + "id": 8820, "properties": { "east": "none", "north": "none", @@ -226307,7 +236062,7 @@ } }, { - "id": 7744, + "id": 8821, "properties": { "east": "none", "north": "none", @@ -226318,7 +236073,7 @@ } }, { - "id": 7745, + "id": 8822, "properties": { "east": "none", "north": "none", @@ -226329,7 +236084,7 @@ } }, { - "id": 7746, + "id": 8823, "properties": { "east": "none", "north": "none", @@ -226340,7 +236095,7 @@ } }, { - "id": 7747, + "id": 8824, "properties": { "east": "none", "north": "none", @@ -226351,7 +236106,7 @@ } }, { - "id": 7748, + "id": 8825, "properties": { "east": "none", "north": "none", @@ -226362,7 +236117,7 @@ } }, { - "id": 7749, + "id": 8826, "properties": { "east": "none", "north": "none", @@ -226373,7 +236128,7 @@ } }, { - "id": 7750, + "id": 8827, "properties": { "east": "none", "north": "none", @@ -226384,7 +236139,7 @@ } }, { - "id": 7751, + "id": 8828, "properties": { "east": "none", "north": "none", @@ -226395,7 +236150,7 @@ } }, { - "id": 7752, + "id": 8829, "properties": { "east": "none", "north": "none", @@ -226406,7 +236161,7 @@ } }, { - "id": 7753, + "id": 8830, "properties": { "east": "none", "north": "none", @@ -226417,7 +236172,7 @@ } }, { - "id": 7754, + "id": 8831, "properties": { "east": "none", "north": "none", @@ -226428,7 +236183,7 @@ } }, { - "id": 7755, + "id": 8832, "properties": { "east": "none", "north": "none", @@ -226439,7 +236194,7 @@ } }, { - "id": 7756, + "id": 8833, "properties": { "east": "none", "north": "none", @@ -226450,7 +236205,7 @@ } }, { - "id": 7757, + "id": 8834, "properties": { "east": "none", "north": "none", @@ -226461,7 +236216,7 @@ } }, { - "id": 7758, + "id": 8835, "properties": { "east": "none", "north": "none", @@ -226472,7 +236227,7 @@ } }, { - "id": 7759, + "id": 8836, "properties": { "east": "none", "north": "none", @@ -226483,7 +236238,7 @@ } }, { - "id": 7760, + "id": 8837, "properties": { "east": "none", "north": "none", @@ -226494,7 +236249,7 @@ } }, { - "id": 7761, + "id": 8838, "properties": { "east": "none", "north": "none", @@ -226505,7 +236260,7 @@ } }, { - "id": 7762, + "id": 8839, "properties": { "east": "none", "north": "none", @@ -226516,7 +236271,7 @@ } }, { - "id": 7763, + "id": 8840, "properties": { "east": "none", "north": "none", @@ -226527,7 +236282,7 @@ } }, { - "id": 7764, + "id": 8841, "properties": { "east": "none", "north": "none", @@ -226538,7 +236293,7 @@ } }, { - "id": 7765, + "id": 8842, "properties": { "east": "none", "north": "none", @@ -226549,7 +236304,7 @@ } }, { - "id": 7766, + "id": 8843, "properties": { "east": "none", "north": "none", @@ -226560,7 +236315,7 @@ } }, { - "id": 7767, + "id": 8844, "properties": { "east": "none", "north": "low", @@ -226571,7 +236326,7 @@ } }, { - "id": 7768, + "id": 8845, "properties": { "east": "none", "north": "low", @@ -226582,7 +236337,7 @@ } }, { - "id": 7769, + "id": 8846, "properties": { "east": "none", "north": "low", @@ -226593,7 +236348,7 @@ } }, { - "id": 7770, + "id": 8847, "properties": { "east": "none", "north": "low", @@ -226604,7 +236359,7 @@ } }, { - "id": 7771, + "id": 8848, "properties": { "east": "none", "north": "low", @@ -226615,7 +236370,7 @@ } }, { - "id": 7772, + "id": 8849, "properties": { "east": "none", "north": "low", @@ -226626,7 +236381,7 @@ } }, { - "id": 7773, + "id": 8850, "properties": { "east": "none", "north": "low", @@ -226637,7 +236392,7 @@ } }, { - "id": 7774, + "id": 8851, "properties": { "east": "none", "north": "low", @@ -226648,7 +236403,7 @@ } }, { - "id": 7775, + "id": 8852, "properties": { "east": "none", "north": "low", @@ -226659,7 +236414,7 @@ } }, { - "id": 7776, + "id": 8853, "properties": { "east": "none", "north": "low", @@ -226670,7 +236425,7 @@ } }, { - "id": 7777, + "id": 8854, "properties": { "east": "none", "north": "low", @@ -226681,7 +236436,7 @@ } }, { - "id": 7778, + "id": 8855, "properties": { "east": "none", "north": "low", @@ -226692,7 +236447,7 @@ } }, { - "id": 7779, + "id": 8856, "properties": { "east": "none", "north": "low", @@ -226703,7 +236458,7 @@ } }, { - "id": 7780, + "id": 8857, "properties": { "east": "none", "north": "low", @@ -226714,7 +236469,7 @@ } }, { - "id": 7781, + "id": 8858, "properties": { "east": "none", "north": "low", @@ -226725,7 +236480,7 @@ } }, { - "id": 7782, + "id": 8859, "properties": { "east": "none", "north": "low", @@ -226736,7 +236491,7 @@ } }, { - "id": 7783, + "id": 8860, "properties": { "east": "none", "north": "low", @@ -226747,7 +236502,7 @@ } }, { - "id": 7784, + "id": 8861, "properties": { "east": "none", "north": "low", @@ -226758,7 +236513,7 @@ } }, { - "id": 7785, + "id": 8862, "properties": { "east": "none", "north": "low", @@ -226769,7 +236524,7 @@ } }, { - "id": 7786, + "id": 8863, "properties": { "east": "none", "north": "low", @@ -226780,7 +236535,7 @@ } }, { - "id": 7787, + "id": 8864, "properties": { "east": "none", "north": "low", @@ -226791,7 +236546,7 @@ } }, { - "id": 7788, + "id": 8865, "properties": { "east": "none", "north": "low", @@ -226802,7 +236557,7 @@ } }, { - "id": 7789, + "id": 8866, "properties": { "east": "none", "north": "low", @@ -226813,7 +236568,7 @@ } }, { - "id": 7790, + "id": 8867, "properties": { "east": "none", "north": "low", @@ -226824,7 +236579,7 @@ } }, { - "id": 7791, + "id": 8868, "properties": { "east": "none", "north": "low", @@ -226835,7 +236590,7 @@ } }, { - "id": 7792, + "id": 8869, "properties": { "east": "none", "north": "low", @@ -226846,7 +236601,7 @@ } }, { - "id": 7793, + "id": 8870, "properties": { "east": "none", "north": "low", @@ -226857,7 +236612,7 @@ } }, { - "id": 7794, + "id": 8871, "properties": { "east": "none", "north": "low", @@ -226868,7 +236623,7 @@ } }, { - "id": 7795, + "id": 8872, "properties": { "east": "none", "north": "low", @@ -226879,7 +236634,7 @@ } }, { - "id": 7796, + "id": 8873, "properties": { "east": "none", "north": "low", @@ -226890,7 +236645,7 @@ } }, { - "id": 7797, + "id": 8874, "properties": { "east": "none", "north": "low", @@ -226901,7 +236656,7 @@ } }, { - "id": 7798, + "id": 8875, "properties": { "east": "none", "north": "low", @@ -226912,7 +236667,7 @@ } }, { - "id": 7799, + "id": 8876, "properties": { "east": "none", "north": "low", @@ -226923,7 +236678,7 @@ } }, { - "id": 7800, + "id": 8877, "properties": { "east": "none", "north": "low", @@ -226934,7 +236689,7 @@ } }, { - "id": 7801, + "id": 8878, "properties": { "east": "none", "north": "low", @@ -226945,7 +236700,7 @@ } }, { - "id": 7802, + "id": 8879, "properties": { "east": "none", "north": "low", @@ -226956,7 +236711,7 @@ } }, { - "id": 7803, + "id": 8880, "properties": { "east": "none", "north": "tall", @@ -226967,7 +236722,7 @@ } }, { - "id": 7804, + "id": 8881, "properties": { "east": "none", "north": "tall", @@ -226978,7 +236733,7 @@ } }, { - "id": 7805, + "id": 8882, "properties": { "east": "none", "north": "tall", @@ -226989,7 +236744,7 @@ } }, { - "id": 7806, + "id": 8883, "properties": { "east": "none", "north": "tall", @@ -227000,7 +236755,7 @@ } }, { - "id": 7807, + "id": 8884, "properties": { "east": "none", "north": "tall", @@ -227011,7 +236766,7 @@ } }, { - "id": 7808, + "id": 8885, "properties": { "east": "none", "north": "tall", @@ -227022,7 +236777,7 @@ } }, { - "id": 7809, + "id": 8886, "properties": { "east": "none", "north": "tall", @@ -227033,7 +236788,7 @@ } }, { - "id": 7810, + "id": 8887, "properties": { "east": "none", "north": "tall", @@ -227044,7 +236799,7 @@ } }, { - "id": 7811, + "id": 8888, "properties": { "east": "none", "north": "tall", @@ -227055,7 +236810,7 @@ } }, { - "id": 7812, + "id": 8889, "properties": { "east": "none", "north": "tall", @@ -227066,7 +236821,7 @@ } }, { - "id": 7813, + "id": 8890, "properties": { "east": "none", "north": "tall", @@ -227077,7 +236832,7 @@ } }, { - "id": 7814, + "id": 8891, "properties": { "east": "none", "north": "tall", @@ -227088,7 +236843,7 @@ } }, { - "id": 7815, + "id": 8892, "properties": { "east": "none", "north": "tall", @@ -227099,7 +236854,7 @@ } }, { - "id": 7816, + "id": 8893, "properties": { "east": "none", "north": "tall", @@ -227110,7 +236865,7 @@ } }, { - "id": 7817, + "id": 8894, "properties": { "east": "none", "north": "tall", @@ -227121,7 +236876,7 @@ } }, { - "id": 7818, + "id": 8895, "properties": { "east": "none", "north": "tall", @@ -227132,7 +236887,7 @@ } }, { - "id": 7819, + "id": 8896, "properties": { "east": "none", "north": "tall", @@ -227143,7 +236898,7 @@ } }, { - "id": 7820, + "id": 8897, "properties": { "east": "none", "north": "tall", @@ -227154,7 +236909,7 @@ } }, { - "id": 7821, + "id": 8898, "properties": { "east": "none", "north": "tall", @@ -227165,7 +236920,7 @@ } }, { - "id": 7822, + "id": 8899, "properties": { "east": "none", "north": "tall", @@ -227176,7 +236931,7 @@ } }, { - "id": 7823, + "id": 8900, "properties": { "east": "none", "north": "tall", @@ -227187,7 +236942,7 @@ } }, { - "id": 7824, + "id": 8901, "properties": { "east": "none", "north": "tall", @@ -227198,7 +236953,7 @@ } }, { - "id": 7825, + "id": 8902, "properties": { "east": "none", "north": "tall", @@ -227209,7 +236964,7 @@ } }, { - "id": 7826, + "id": 8903, "properties": { "east": "none", "north": "tall", @@ -227220,7 +236975,7 @@ } }, { - "id": 7827, + "id": 8904, "properties": { "east": "none", "north": "tall", @@ -227231,7 +236986,7 @@ } }, { - "id": 7828, + "id": 8905, "properties": { "east": "none", "north": "tall", @@ -227242,7 +236997,7 @@ } }, { - "id": 7829, + "id": 8906, "properties": { "east": "none", "north": "tall", @@ -227253,7 +237008,7 @@ } }, { - "id": 7830, + "id": 8907, "properties": { "east": "none", "north": "tall", @@ -227264,7 +237019,7 @@ } }, { - "id": 7831, + "id": 8908, "properties": { "east": "none", "north": "tall", @@ -227275,7 +237030,7 @@ } }, { - "id": 7832, + "id": 8909, "properties": { "east": "none", "north": "tall", @@ -227286,7 +237041,7 @@ } }, { - "id": 7833, + "id": 8910, "properties": { "east": "none", "north": "tall", @@ -227297,7 +237052,7 @@ } }, { - "id": 7834, + "id": 8911, "properties": { "east": "none", "north": "tall", @@ -227308,7 +237063,7 @@ } }, { - "id": 7835, + "id": 8912, "properties": { "east": "none", "north": "tall", @@ -227319,7 +237074,7 @@ } }, { - "id": 7836, + "id": 8913, "properties": { "east": "none", "north": "tall", @@ -227330,7 +237085,7 @@ } }, { - "id": 7837, + "id": 8914, "properties": { "east": "none", "north": "tall", @@ -227341,7 +237096,7 @@ } }, { - "id": 7838, + "id": 8915, "properties": { "east": "none", "north": "tall", @@ -227352,7 +237107,7 @@ } }, { - "id": 7839, + "id": 8916, "properties": { "east": "low", "north": "none", @@ -227363,7 +237118,7 @@ } }, { - "id": 7840, + "id": 8917, "properties": { "east": "low", "north": "none", @@ -227374,7 +237129,7 @@ } }, { - "id": 7841, + "id": 8918, "properties": { "east": "low", "north": "none", @@ -227385,7 +237140,7 @@ } }, { - "id": 7842, + "id": 8919, "properties": { "east": "low", "north": "none", @@ -227396,7 +237151,7 @@ } }, { - "id": 7843, + "id": 8920, "properties": { "east": "low", "north": "none", @@ -227407,7 +237162,7 @@ } }, { - "id": 7844, + "id": 8921, "properties": { "east": "low", "north": "none", @@ -227418,7 +237173,7 @@ } }, { - "id": 7845, + "id": 8922, "properties": { "east": "low", "north": "none", @@ -227429,7 +237184,7 @@ } }, { - "id": 7846, + "id": 8923, "properties": { "east": "low", "north": "none", @@ -227440,7 +237195,7 @@ } }, { - "id": 7847, + "id": 8924, "properties": { "east": "low", "north": "none", @@ -227451,7 +237206,7 @@ } }, { - "id": 7848, + "id": 8925, "properties": { "east": "low", "north": "none", @@ -227462,7 +237217,7 @@ } }, { - "id": 7849, + "id": 8926, "properties": { "east": "low", "north": "none", @@ -227473,7 +237228,7 @@ } }, { - "id": 7850, + "id": 8927, "properties": { "east": "low", "north": "none", @@ -227484,7 +237239,7 @@ } }, { - "id": 7851, + "id": 8928, "properties": { "east": "low", "north": "none", @@ -227495,7 +237250,7 @@ } }, { - "id": 7852, + "id": 8929, "properties": { "east": "low", "north": "none", @@ -227506,7 +237261,7 @@ } }, { - "id": 7853, + "id": 8930, "properties": { "east": "low", "north": "none", @@ -227517,7 +237272,7 @@ } }, { - "id": 7854, + "id": 8931, "properties": { "east": "low", "north": "none", @@ -227528,7 +237283,7 @@ } }, { - "id": 7855, + "id": 8932, "properties": { "east": "low", "north": "none", @@ -227539,7 +237294,7 @@ } }, { - "id": 7856, + "id": 8933, "properties": { "east": "low", "north": "none", @@ -227550,7 +237305,7 @@ } }, { - "id": 7857, + "id": 8934, "properties": { "east": "low", "north": "none", @@ -227561,7 +237316,7 @@ } }, { - "id": 7858, + "id": 8935, "properties": { "east": "low", "north": "none", @@ -227572,7 +237327,7 @@ } }, { - "id": 7859, + "id": 8936, "properties": { "east": "low", "north": "none", @@ -227583,7 +237338,7 @@ } }, { - "id": 7860, + "id": 8937, "properties": { "east": "low", "north": "none", @@ -227594,7 +237349,7 @@ } }, { - "id": 7861, + "id": 8938, "properties": { "east": "low", "north": "none", @@ -227605,7 +237360,7 @@ } }, { - "id": 7862, + "id": 8939, "properties": { "east": "low", "north": "none", @@ -227616,7 +237371,7 @@ } }, { - "id": 7863, + "id": 8940, "properties": { "east": "low", "north": "none", @@ -227627,7 +237382,7 @@ } }, { - "id": 7864, + "id": 8941, "properties": { "east": "low", "north": "none", @@ -227638,7 +237393,7 @@ } }, { - "id": 7865, + "id": 8942, "properties": { "east": "low", "north": "none", @@ -227649,7 +237404,7 @@ } }, { - "id": 7866, + "id": 8943, "properties": { "east": "low", "north": "none", @@ -227660,7 +237415,7 @@ } }, { - "id": 7867, + "id": 8944, "properties": { "east": "low", "north": "none", @@ -227671,7 +237426,7 @@ } }, { - "id": 7868, + "id": 8945, "properties": { "east": "low", "north": "none", @@ -227682,7 +237437,7 @@ } }, { - "id": 7869, + "id": 8946, "properties": { "east": "low", "north": "none", @@ -227693,7 +237448,7 @@ } }, { - "id": 7870, + "id": 8947, "properties": { "east": "low", "north": "none", @@ -227704,7 +237459,7 @@ } }, { - "id": 7871, + "id": 8948, "properties": { "east": "low", "north": "none", @@ -227715,7 +237470,7 @@ } }, { - "id": 7872, + "id": 8949, "properties": { "east": "low", "north": "none", @@ -227726,7 +237481,7 @@ } }, { - "id": 7873, + "id": 8950, "properties": { "east": "low", "north": "none", @@ -227737,7 +237492,7 @@ } }, { - "id": 7874, + "id": 8951, "properties": { "east": "low", "north": "none", @@ -227748,7 +237503,7 @@ } }, { - "id": 7875, + "id": 8952, "properties": { "east": "low", "north": "low", @@ -227759,7 +237514,7 @@ } }, { - "id": 7876, + "id": 8953, "properties": { "east": "low", "north": "low", @@ -227770,7 +237525,7 @@ } }, { - "id": 7877, + "id": 8954, "properties": { "east": "low", "north": "low", @@ -227781,7 +237536,7 @@ } }, { - "id": 7878, + "id": 8955, "properties": { "east": "low", "north": "low", @@ -227792,7 +237547,7 @@ } }, { - "id": 7879, + "id": 8956, "properties": { "east": "low", "north": "low", @@ -227803,7 +237558,7 @@ } }, { - "id": 7880, + "id": 8957, "properties": { "east": "low", "north": "low", @@ -227814,7 +237569,7 @@ } }, { - "id": 7881, + "id": 8958, "properties": { "east": "low", "north": "low", @@ -227825,7 +237580,7 @@ } }, { - "id": 7882, + "id": 8959, "properties": { "east": "low", "north": "low", @@ -227836,7 +237591,7 @@ } }, { - "id": 7883, + "id": 8960, "properties": { "east": "low", "north": "low", @@ -227847,7 +237602,7 @@ } }, { - "id": 7884, + "id": 8961, "properties": { "east": "low", "north": "low", @@ -227858,7 +237613,7 @@ } }, { - "id": 7885, + "id": 8962, "properties": { "east": "low", "north": "low", @@ -227869,7 +237624,7 @@ } }, { - "id": 7886, + "id": 8963, "properties": { "east": "low", "north": "low", @@ -227880,7 +237635,7 @@ } }, { - "id": 7887, + "id": 8964, "properties": { "east": "low", "north": "low", @@ -227891,7 +237646,7 @@ } }, { - "id": 7888, + "id": 8965, "properties": { "east": "low", "north": "low", @@ -227902,7 +237657,7 @@ } }, { - "id": 7889, + "id": 8966, "properties": { "east": "low", "north": "low", @@ -227913,7 +237668,7 @@ } }, { - "id": 7890, + "id": 8967, "properties": { "east": "low", "north": "low", @@ -227924,7 +237679,7 @@ } }, { - "id": 7891, + "id": 8968, "properties": { "east": "low", "north": "low", @@ -227935,7 +237690,7 @@ } }, { - "id": 7892, + "id": 8969, "properties": { "east": "low", "north": "low", @@ -227946,7 +237701,7 @@ } }, { - "id": 7893, + "id": 8970, "properties": { "east": "low", "north": "low", @@ -227957,7 +237712,7 @@ } }, { - "id": 7894, + "id": 8971, "properties": { "east": "low", "north": "low", @@ -227968,7 +237723,7 @@ } }, { - "id": 7895, + "id": 8972, "properties": { "east": "low", "north": "low", @@ -227979,7 +237734,7 @@ } }, { - "id": 7896, + "id": 8973, "properties": { "east": "low", "north": "low", @@ -227990,7 +237745,7 @@ } }, { - "id": 7897, + "id": 8974, "properties": { "east": "low", "north": "low", @@ -228001,7 +237756,7 @@ } }, { - "id": 7898, + "id": 8975, "properties": { "east": "low", "north": "low", @@ -228012,7 +237767,7 @@ } }, { - "id": 7899, + "id": 8976, "properties": { "east": "low", "north": "low", @@ -228023,7 +237778,7 @@ } }, { - "id": 7900, + "id": 8977, "properties": { "east": "low", "north": "low", @@ -228034,7 +237789,7 @@ } }, { - "id": 7901, + "id": 8978, "properties": { "east": "low", "north": "low", @@ -228045,7 +237800,7 @@ } }, { - "id": 7902, + "id": 8979, "properties": { "east": "low", "north": "low", @@ -228056,7 +237811,7 @@ } }, { - "id": 7903, + "id": 8980, "properties": { "east": "low", "north": "low", @@ -228067,7 +237822,7 @@ } }, { - "id": 7904, + "id": 8981, "properties": { "east": "low", "north": "low", @@ -228078,7 +237833,7 @@ } }, { - "id": 7905, + "id": 8982, "properties": { "east": "low", "north": "low", @@ -228089,7 +237844,7 @@ } }, { - "id": 7906, + "id": 8983, "properties": { "east": "low", "north": "low", @@ -228100,7 +237855,7 @@ } }, { - "id": 7907, + "id": 8984, "properties": { "east": "low", "north": "low", @@ -228111,7 +237866,7 @@ } }, { - "id": 7908, + "id": 8985, "properties": { "east": "low", "north": "low", @@ -228122,7 +237877,7 @@ } }, { - "id": 7909, + "id": 8986, "properties": { "east": "low", "north": "low", @@ -228133,7 +237888,7 @@ } }, { - "id": 7910, + "id": 8987, "properties": { "east": "low", "north": "low", @@ -228144,7 +237899,7 @@ } }, { - "id": 7911, + "id": 8988, "properties": { "east": "low", "north": "tall", @@ -228155,7 +237910,7 @@ } }, { - "id": 7912, + "id": 8989, "properties": { "east": "low", "north": "tall", @@ -228166,7 +237921,7 @@ } }, { - "id": 7913, + "id": 8990, "properties": { "east": "low", "north": "tall", @@ -228177,7 +237932,7 @@ } }, { - "id": 7914, + "id": 8991, "properties": { "east": "low", "north": "tall", @@ -228188,7 +237943,7 @@ } }, { - "id": 7915, + "id": 8992, "properties": { "east": "low", "north": "tall", @@ -228199,7 +237954,7 @@ } }, { - "id": 7916, + "id": 8993, "properties": { "east": "low", "north": "tall", @@ -228210,7 +237965,7 @@ } }, { - "id": 7917, + "id": 8994, "properties": { "east": "low", "north": "tall", @@ -228221,7 +237976,7 @@ } }, { - "id": 7918, + "id": 8995, "properties": { "east": "low", "north": "tall", @@ -228232,7 +237987,7 @@ } }, { - "id": 7919, + "id": 8996, "properties": { "east": "low", "north": "tall", @@ -228243,7 +237998,7 @@ } }, { - "id": 7920, + "id": 8997, "properties": { "east": "low", "north": "tall", @@ -228254,7 +238009,7 @@ } }, { - "id": 7921, + "id": 8998, "properties": { "east": "low", "north": "tall", @@ -228265,7 +238020,7 @@ } }, { - "id": 7922, + "id": 8999, "properties": { "east": "low", "north": "tall", @@ -228276,7 +238031,7 @@ } }, { - "id": 7923, + "id": 9000, "properties": { "east": "low", "north": "tall", @@ -228287,7 +238042,7 @@ } }, { - "id": 7924, + "id": 9001, "properties": { "east": "low", "north": "tall", @@ -228298,7 +238053,7 @@ } }, { - "id": 7925, + "id": 9002, "properties": { "east": "low", "north": "tall", @@ -228309,7 +238064,7 @@ } }, { - "id": 7926, + "id": 9003, "properties": { "east": "low", "north": "tall", @@ -228320,7 +238075,7 @@ } }, { - "id": 7927, + "id": 9004, "properties": { "east": "low", "north": "tall", @@ -228331,7 +238086,7 @@ } }, { - "id": 7928, + "id": 9005, "properties": { "east": "low", "north": "tall", @@ -228342,7 +238097,7 @@ } }, { - "id": 7929, + "id": 9006, "properties": { "east": "low", "north": "tall", @@ -228353,7 +238108,7 @@ } }, { - "id": 7930, + "id": 9007, "properties": { "east": "low", "north": "tall", @@ -228364,7 +238119,7 @@ } }, { - "id": 7931, + "id": 9008, "properties": { "east": "low", "north": "tall", @@ -228375,7 +238130,7 @@ } }, { - "id": 7932, + "id": 9009, "properties": { "east": "low", "north": "tall", @@ -228386,7 +238141,7 @@ } }, { - "id": 7933, + "id": 9010, "properties": { "east": "low", "north": "tall", @@ -228397,7 +238152,7 @@ } }, { - "id": 7934, + "id": 9011, "properties": { "east": "low", "north": "tall", @@ -228408,7 +238163,7 @@ } }, { - "id": 7935, + "id": 9012, "properties": { "east": "low", "north": "tall", @@ -228419,7 +238174,7 @@ } }, { - "id": 7936, + "id": 9013, "properties": { "east": "low", "north": "tall", @@ -228430,7 +238185,7 @@ } }, { - "id": 7937, + "id": 9014, "properties": { "east": "low", "north": "tall", @@ -228441,7 +238196,7 @@ } }, { - "id": 7938, + "id": 9015, "properties": { "east": "low", "north": "tall", @@ -228452,7 +238207,7 @@ } }, { - "id": 7939, + "id": 9016, "properties": { "east": "low", "north": "tall", @@ -228463,7 +238218,7 @@ } }, { - "id": 7940, + "id": 9017, "properties": { "east": "low", "north": "tall", @@ -228474,7 +238229,7 @@ } }, { - "id": 7941, + "id": 9018, "properties": { "east": "low", "north": "tall", @@ -228485,7 +238240,7 @@ } }, { - "id": 7942, + "id": 9019, "properties": { "east": "low", "north": "tall", @@ -228496,7 +238251,7 @@ } }, { - "id": 7943, + "id": 9020, "properties": { "east": "low", "north": "tall", @@ -228507,7 +238262,7 @@ } }, { - "id": 7944, + "id": 9021, "properties": { "east": "low", "north": "tall", @@ -228518,7 +238273,7 @@ } }, { - "id": 7945, + "id": 9022, "properties": { "east": "low", "north": "tall", @@ -228529,7 +238284,7 @@ } }, { - "id": 7946, + "id": 9023, "properties": { "east": "low", "north": "tall", @@ -228540,7 +238295,7 @@ } }, { - "id": 7947, + "id": 9024, "properties": { "east": "tall", "north": "none", @@ -228551,7 +238306,7 @@ } }, { - "id": 7948, + "id": 9025, "properties": { "east": "tall", "north": "none", @@ -228562,7 +238317,7 @@ } }, { - "id": 7949, + "id": 9026, "properties": { "east": "tall", "north": "none", @@ -228573,7 +238328,7 @@ } }, { - "id": 7950, + "id": 9027, "properties": { "east": "tall", "north": "none", @@ -228584,7 +238339,7 @@ } }, { - "id": 7951, + "id": 9028, "properties": { "east": "tall", "north": "none", @@ -228595,7 +238350,7 @@ } }, { - "id": 7952, + "id": 9029, "properties": { "east": "tall", "north": "none", @@ -228606,7 +238361,7 @@ } }, { - "id": 7953, + "id": 9030, "properties": { "east": "tall", "north": "none", @@ -228617,7 +238372,7 @@ } }, { - "id": 7954, + "id": 9031, "properties": { "east": "tall", "north": "none", @@ -228628,7 +238383,7 @@ } }, { - "id": 7955, + "id": 9032, "properties": { "east": "tall", "north": "none", @@ -228639,7 +238394,7 @@ } }, { - "id": 7956, + "id": 9033, "properties": { "east": "tall", "north": "none", @@ -228650,7 +238405,7 @@ } }, { - "id": 7957, + "id": 9034, "properties": { "east": "tall", "north": "none", @@ -228661,7 +238416,7 @@ } }, { - "id": 7958, + "id": 9035, "properties": { "east": "tall", "north": "none", @@ -228672,7 +238427,7 @@ } }, { - "id": 7959, + "id": 9036, "properties": { "east": "tall", "north": "none", @@ -228683,7 +238438,7 @@ } }, { - "id": 7960, + "id": 9037, "properties": { "east": "tall", "north": "none", @@ -228694,7 +238449,7 @@ } }, { - "id": 7961, + "id": 9038, "properties": { "east": "tall", "north": "none", @@ -228705,7 +238460,7 @@ } }, { - "id": 7962, + "id": 9039, "properties": { "east": "tall", "north": "none", @@ -228716,7 +238471,7 @@ } }, { - "id": 7963, + "id": 9040, "properties": { "east": "tall", "north": "none", @@ -228727,7 +238482,7 @@ } }, { - "id": 7964, + "id": 9041, "properties": { "east": "tall", "north": "none", @@ -228738,7 +238493,7 @@ } }, { - "id": 7965, + "id": 9042, "properties": { "east": "tall", "north": "none", @@ -228749,7 +238504,7 @@ } }, { - "id": 7966, + "id": 9043, "properties": { "east": "tall", "north": "none", @@ -228760,7 +238515,7 @@ } }, { - "id": 7967, + "id": 9044, "properties": { "east": "tall", "north": "none", @@ -228771,7 +238526,7 @@ } }, { - "id": 7968, + "id": 9045, "properties": { "east": "tall", "north": "none", @@ -228782,7 +238537,7 @@ } }, { - "id": 7969, + "id": 9046, "properties": { "east": "tall", "north": "none", @@ -228793,7 +238548,7 @@ } }, { - "id": 7970, + "id": 9047, "properties": { "east": "tall", "north": "none", @@ -228804,7 +238559,7 @@ } }, { - "id": 7971, + "id": 9048, "properties": { "east": "tall", "north": "none", @@ -228815,7 +238570,7 @@ } }, { - "id": 7972, + "id": 9049, "properties": { "east": "tall", "north": "none", @@ -228826,7 +238581,7 @@ } }, { - "id": 7973, + "id": 9050, "properties": { "east": "tall", "north": "none", @@ -228837,7 +238592,7 @@ } }, { - "id": 7974, + "id": 9051, "properties": { "east": "tall", "north": "none", @@ -228848,7 +238603,7 @@ } }, { - "id": 7975, + "id": 9052, "properties": { "east": "tall", "north": "none", @@ -228859,7 +238614,7 @@ } }, { - "id": 7976, + "id": 9053, "properties": { "east": "tall", "north": "none", @@ -228870,7 +238625,7 @@ } }, { - "id": 7977, + "id": 9054, "properties": { "east": "tall", "north": "none", @@ -228881,7 +238636,7 @@ } }, { - "id": 7978, + "id": 9055, "properties": { "east": "tall", "north": "none", @@ -228892,7 +238647,7 @@ } }, { - "id": 7979, + "id": 9056, "properties": { "east": "tall", "north": "none", @@ -228903,7 +238658,7 @@ } }, { - "id": 7980, + "id": 9057, "properties": { "east": "tall", "north": "none", @@ -228914,7 +238669,7 @@ } }, { - "id": 7981, + "id": 9058, "properties": { "east": "tall", "north": "none", @@ -228925,7 +238680,7 @@ } }, { - "id": 7982, + "id": 9059, "properties": { "east": "tall", "north": "none", @@ -228936,7 +238691,7 @@ } }, { - "id": 7983, + "id": 9060, "properties": { "east": "tall", "north": "low", @@ -228947,7 +238702,7 @@ } }, { - "id": 7984, + "id": 9061, "properties": { "east": "tall", "north": "low", @@ -228958,7 +238713,7 @@ } }, { - "id": 7985, + "id": 9062, "properties": { "east": "tall", "north": "low", @@ -228969,7 +238724,7 @@ } }, { - "id": 7986, + "id": 9063, "properties": { "east": "tall", "north": "low", @@ -228980,7 +238735,7 @@ } }, { - "id": 7987, + "id": 9064, "properties": { "east": "tall", "north": "low", @@ -228991,7 +238746,7 @@ } }, { - "id": 7988, + "id": 9065, "properties": { "east": "tall", "north": "low", @@ -229002,7 +238757,7 @@ } }, { - "id": 7989, + "id": 9066, "properties": { "east": "tall", "north": "low", @@ -229013,7 +238768,7 @@ } }, { - "id": 7990, + "id": 9067, "properties": { "east": "tall", "north": "low", @@ -229024,7 +238779,7 @@ } }, { - "id": 7991, + "id": 9068, "properties": { "east": "tall", "north": "low", @@ -229035,7 +238790,7 @@ } }, { - "id": 7992, + "id": 9069, "properties": { "east": "tall", "north": "low", @@ -229046,7 +238801,7 @@ } }, { - "id": 7993, + "id": 9070, "properties": { "east": "tall", "north": "low", @@ -229057,7 +238812,7 @@ } }, { - "id": 7994, + "id": 9071, "properties": { "east": "tall", "north": "low", @@ -229068,7 +238823,7 @@ } }, { - "id": 7995, + "id": 9072, "properties": { "east": "tall", "north": "low", @@ -229079,7 +238834,7 @@ } }, { - "id": 7996, + "id": 9073, "properties": { "east": "tall", "north": "low", @@ -229090,7 +238845,7 @@ } }, { - "id": 7997, + "id": 9074, "properties": { "east": "tall", "north": "low", @@ -229101,7 +238856,7 @@ } }, { - "id": 7998, + "id": 9075, "properties": { "east": "tall", "north": "low", @@ -229112,7 +238867,7 @@ } }, { - "id": 7999, + "id": 9076, "properties": { "east": "tall", "north": "low", @@ -229123,7 +238878,7 @@ } }, { - "id": 8000, + "id": 9077, "properties": { "east": "tall", "north": "low", @@ -229134,7 +238889,7 @@ } }, { - "id": 8001, + "id": 9078, "properties": { "east": "tall", "north": "low", @@ -229145,7 +238900,7 @@ } }, { - "id": 8002, + "id": 9079, "properties": { "east": "tall", "north": "low", @@ -229156,7 +238911,7 @@ } }, { - "id": 8003, + "id": 9080, "properties": { "east": "tall", "north": "low", @@ -229167,7 +238922,7 @@ } }, { - "id": 8004, + "id": 9081, "properties": { "east": "tall", "north": "low", @@ -229178,7 +238933,7 @@ } }, { - "id": 8005, + "id": 9082, "properties": { "east": "tall", "north": "low", @@ -229189,7 +238944,7 @@ } }, { - "id": 8006, + "id": 9083, "properties": { "east": "tall", "north": "low", @@ -229200,7 +238955,7 @@ } }, { - "id": 8007, + "id": 9084, "properties": { "east": "tall", "north": "low", @@ -229211,7 +238966,7 @@ } }, { - "id": 8008, + "id": 9085, "properties": { "east": "tall", "north": "low", @@ -229222,7 +238977,7 @@ } }, { - "id": 8009, + "id": 9086, "properties": { "east": "tall", "north": "low", @@ -229233,7 +238988,7 @@ } }, { - "id": 8010, + "id": 9087, "properties": { "east": "tall", "north": "low", @@ -229244,7 +238999,7 @@ } }, { - "id": 8011, + "id": 9088, "properties": { "east": "tall", "north": "low", @@ -229255,7 +239010,7 @@ } }, { - "id": 8012, + "id": 9089, "properties": { "east": "tall", "north": "low", @@ -229266,7 +239021,7 @@ } }, { - "id": 8013, + "id": 9090, "properties": { "east": "tall", "north": "low", @@ -229277,7 +239032,7 @@ } }, { - "id": 8014, + "id": 9091, "properties": { "east": "tall", "north": "low", @@ -229288,7 +239043,7 @@ } }, { - "id": 8015, + "id": 9092, "properties": { "east": "tall", "north": "low", @@ -229299,7 +239054,7 @@ } }, { - "id": 8016, + "id": 9093, "properties": { "east": "tall", "north": "low", @@ -229310,7 +239065,7 @@ } }, { - "id": 8017, + "id": 9094, "properties": { "east": "tall", "north": "low", @@ -229321,7 +239076,7 @@ } }, { - "id": 8018, + "id": 9095, "properties": { "east": "tall", "north": "low", @@ -229332,7 +239087,7 @@ } }, { - "id": 8019, + "id": 9096, "properties": { "east": "tall", "north": "tall", @@ -229343,7 +239098,7 @@ } }, { - "id": 8020, + "id": 9097, "properties": { "east": "tall", "north": "tall", @@ -229354,7 +239109,7 @@ } }, { - "id": 8021, + "id": 9098, "properties": { "east": "tall", "north": "tall", @@ -229365,7 +239120,7 @@ } }, { - "id": 8022, + "id": 9099, "properties": { "east": "tall", "north": "tall", @@ -229376,7 +239131,7 @@ } }, { - "id": 8023, + "id": 9100, "properties": { "east": "tall", "north": "tall", @@ -229387,7 +239142,7 @@ } }, { - "id": 8024, + "id": 9101, "properties": { "east": "tall", "north": "tall", @@ -229398,7 +239153,7 @@ } }, { - "id": 8025, + "id": 9102, "properties": { "east": "tall", "north": "tall", @@ -229409,7 +239164,7 @@ } }, { - "id": 8026, + "id": 9103, "properties": { "east": "tall", "north": "tall", @@ -229420,7 +239175,7 @@ } }, { - "id": 8027, + "id": 9104, "properties": { "east": "tall", "north": "tall", @@ -229431,7 +239186,7 @@ } }, { - "id": 8028, + "id": 9105, "properties": { "east": "tall", "north": "tall", @@ -229442,7 +239197,7 @@ } }, { - "id": 8029, + "id": 9106, "properties": { "east": "tall", "north": "tall", @@ -229453,7 +239208,7 @@ } }, { - "id": 8030, + "id": 9107, "properties": { "east": "tall", "north": "tall", @@ -229464,7 +239219,7 @@ } }, { - "id": 8031, + "id": 9108, "properties": { "east": "tall", "north": "tall", @@ -229475,7 +239230,7 @@ } }, { - "id": 8032, + "id": 9109, "properties": { "east": "tall", "north": "tall", @@ -229486,7 +239241,7 @@ } }, { - "id": 8033, + "id": 9110, "properties": { "east": "tall", "north": "tall", @@ -229497,7 +239252,7 @@ } }, { - "id": 8034, + "id": 9111, "properties": { "east": "tall", "north": "tall", @@ -229508,7 +239263,7 @@ } }, { - "id": 8035, + "id": 9112, "properties": { "east": "tall", "north": "tall", @@ -229519,7 +239274,7 @@ } }, { - "id": 8036, + "id": 9113, "properties": { "east": "tall", "north": "tall", @@ -229530,7 +239285,7 @@ } }, { - "id": 8037, + "id": 9114, "properties": { "east": "tall", "north": "tall", @@ -229541,7 +239296,7 @@ } }, { - "id": 8038, + "id": 9115, "properties": { "east": "tall", "north": "tall", @@ -229552,7 +239307,7 @@ } }, { - "id": 8039, + "id": 9116, "properties": { "east": "tall", "north": "tall", @@ -229563,7 +239318,7 @@ } }, { - "id": 8040, + "id": 9117, "properties": { "east": "tall", "north": "tall", @@ -229574,7 +239329,7 @@ } }, { - "id": 8041, + "id": 9118, "properties": { "east": "tall", "north": "tall", @@ -229585,7 +239340,7 @@ } }, { - "id": 8042, + "id": 9119, "properties": { "east": "tall", "north": "tall", @@ -229596,7 +239351,7 @@ } }, { - "id": 8043, + "id": 9120, "properties": { "east": "tall", "north": "tall", @@ -229607,7 +239362,7 @@ } }, { - "id": 8044, + "id": 9121, "properties": { "east": "tall", "north": "tall", @@ -229618,7 +239373,7 @@ } }, { - "id": 8045, + "id": 9122, "properties": { "east": "tall", "north": "tall", @@ -229629,7 +239384,7 @@ } }, { - "id": 8046, + "id": 9123, "properties": { "east": "tall", "north": "tall", @@ -229640,7 +239395,7 @@ } }, { - "id": 8047, + "id": 9124, "properties": { "east": "tall", "north": "tall", @@ -229651,7 +239406,7 @@ } }, { - "id": 8048, + "id": 9125, "properties": { "east": "tall", "north": "tall", @@ -229662,7 +239417,7 @@ } }, { - "id": 8049, + "id": 9126, "properties": { "east": "tall", "north": "tall", @@ -229673,7 +239428,7 @@ } }, { - "id": 8050, + "id": 9127, "properties": { "east": "tall", "north": "tall", @@ -229684,7 +239439,7 @@ } }, { - "id": 8051, + "id": 9128, "properties": { "east": "tall", "north": "tall", @@ -229695,7 +239450,7 @@ } }, { - "id": 8052, + "id": 9129, "properties": { "east": "tall", "north": "tall", @@ -229706,7 +239461,7 @@ } }, { - "id": 8053, + "id": 9130, "properties": { "east": "tall", "north": "tall", @@ -229717,7 +239472,7 @@ } }, { - "id": 8054, + "id": 9131, "properties": { "east": "tall", "north": "tall", @@ -229737,7 +239492,7 @@ "states": [ { "default": true, - "id": 7644 + "id": 8721 } ] }, @@ -229778,7 +239533,7 @@ }, "states": [ { - "id": 7240, + "id": 8317, "properties": { "down": "true", "east": "true", @@ -229790,7 +239545,7 @@ } }, { - "id": 7241, + "id": 8318, "properties": { "down": "true", "east": "true", @@ -229802,7 +239557,7 @@ } }, { - "id": 7242, + "id": 8319, "properties": { "down": "true", "east": "true", @@ -229814,7 +239569,7 @@ } }, { - "id": 7243, + "id": 8320, "properties": { "down": "true", "east": "true", @@ -229826,7 +239581,7 @@ } }, { - "id": 7244, + "id": 8321, "properties": { "down": "true", "east": "true", @@ -229838,7 +239593,7 @@ } }, { - "id": 7245, + "id": 8322, "properties": { "down": "true", "east": "true", @@ -229850,7 +239605,7 @@ } }, { - "id": 7246, + "id": 8323, "properties": { "down": "true", "east": "true", @@ -229862,7 +239617,7 @@ } }, { - "id": 7247, + "id": 8324, "properties": { "down": "true", "east": "true", @@ -229874,7 +239629,7 @@ } }, { - "id": 7248, + "id": 8325, "properties": { "down": "true", "east": "true", @@ -229886,7 +239641,7 @@ } }, { - "id": 7249, + "id": 8326, "properties": { "down": "true", "east": "true", @@ -229898,7 +239653,7 @@ } }, { - "id": 7250, + "id": 8327, "properties": { "down": "true", "east": "true", @@ -229910,7 +239665,7 @@ } }, { - "id": 7251, + "id": 8328, "properties": { "down": "true", "east": "true", @@ -229922,7 +239677,7 @@ } }, { - "id": 7252, + "id": 8329, "properties": { "down": "true", "east": "true", @@ -229934,7 +239689,7 @@ } }, { - "id": 7253, + "id": 8330, "properties": { "down": "true", "east": "true", @@ -229946,7 +239701,7 @@ } }, { - "id": 7254, + "id": 8331, "properties": { "down": "true", "east": "true", @@ -229958,7 +239713,7 @@ } }, { - "id": 7255, + "id": 8332, "properties": { "down": "true", "east": "true", @@ -229970,7 +239725,7 @@ } }, { - "id": 7256, + "id": 8333, "properties": { "down": "true", "east": "true", @@ -229982,7 +239737,7 @@ } }, { - "id": 7257, + "id": 8334, "properties": { "down": "true", "east": "true", @@ -229994,7 +239749,7 @@ } }, { - "id": 7258, + "id": 8335, "properties": { "down": "true", "east": "true", @@ -230006,7 +239761,7 @@ } }, { - "id": 7259, + "id": 8336, "properties": { "down": "true", "east": "true", @@ -230018,7 +239773,7 @@ } }, { - "id": 7260, + "id": 8337, "properties": { "down": "true", "east": "true", @@ -230030,7 +239785,7 @@ } }, { - "id": 7261, + "id": 8338, "properties": { "down": "true", "east": "true", @@ -230042,7 +239797,7 @@ } }, { - "id": 7262, + "id": 8339, "properties": { "down": "true", "east": "true", @@ -230054,7 +239809,7 @@ } }, { - "id": 7263, + "id": 8340, "properties": { "down": "true", "east": "true", @@ -230066,7 +239821,7 @@ } }, { - "id": 7264, + "id": 8341, "properties": { "down": "true", "east": "true", @@ -230078,7 +239833,7 @@ } }, { - "id": 7265, + "id": 8342, "properties": { "down": "true", "east": "true", @@ -230090,7 +239845,7 @@ } }, { - "id": 7266, + "id": 8343, "properties": { "down": "true", "east": "true", @@ -230102,7 +239857,7 @@ } }, { - "id": 7267, + "id": 8344, "properties": { "down": "true", "east": "true", @@ -230114,7 +239869,7 @@ } }, { - "id": 7268, + "id": 8345, "properties": { "down": "true", "east": "true", @@ -230126,7 +239881,7 @@ } }, { - "id": 7269, + "id": 8346, "properties": { "down": "true", "east": "true", @@ -230138,7 +239893,7 @@ } }, { - "id": 7270, + "id": 8347, "properties": { "down": "true", "east": "true", @@ -230150,7 +239905,7 @@ } }, { - "id": 7271, + "id": 8348, "properties": { "down": "true", "east": "true", @@ -230162,7 +239917,7 @@ } }, { - "id": 7272, + "id": 8349, "properties": { "down": "true", "east": "false", @@ -230174,7 +239929,7 @@ } }, { - "id": 7273, + "id": 8350, "properties": { "down": "true", "east": "false", @@ -230186,7 +239941,7 @@ } }, { - "id": 7274, + "id": 8351, "properties": { "down": "true", "east": "false", @@ -230198,7 +239953,7 @@ } }, { - "id": 7275, + "id": 8352, "properties": { "down": "true", "east": "false", @@ -230210,7 +239965,7 @@ } }, { - "id": 7276, + "id": 8353, "properties": { "down": "true", "east": "false", @@ -230222,7 +239977,7 @@ } }, { - "id": 7277, + "id": 8354, "properties": { "down": "true", "east": "false", @@ -230234,7 +239989,7 @@ } }, { - "id": 7278, + "id": 8355, "properties": { "down": "true", "east": "false", @@ -230246,7 +240001,7 @@ } }, { - "id": 7279, + "id": 8356, "properties": { "down": "true", "east": "false", @@ -230258,7 +240013,7 @@ } }, { - "id": 7280, + "id": 8357, "properties": { "down": "true", "east": "false", @@ -230270,7 +240025,7 @@ } }, { - "id": 7281, + "id": 8358, "properties": { "down": "true", "east": "false", @@ -230282,7 +240037,7 @@ } }, { - "id": 7282, + "id": 8359, "properties": { "down": "true", "east": "false", @@ -230294,7 +240049,7 @@ } }, { - "id": 7283, + "id": 8360, "properties": { "down": "true", "east": "false", @@ -230306,7 +240061,7 @@ } }, { - "id": 7284, + "id": 8361, "properties": { "down": "true", "east": "false", @@ -230318,7 +240073,7 @@ } }, { - "id": 7285, + "id": 8362, "properties": { "down": "true", "east": "false", @@ -230330,7 +240085,7 @@ } }, { - "id": 7286, + "id": 8363, "properties": { "down": "true", "east": "false", @@ -230342,7 +240097,7 @@ } }, { - "id": 7287, + "id": 8364, "properties": { "down": "true", "east": "false", @@ -230354,7 +240109,7 @@ } }, { - "id": 7288, + "id": 8365, "properties": { "down": "true", "east": "false", @@ -230366,7 +240121,7 @@ } }, { - "id": 7289, + "id": 8366, "properties": { "down": "true", "east": "false", @@ -230378,7 +240133,7 @@ } }, { - "id": 7290, + "id": 8367, "properties": { "down": "true", "east": "false", @@ -230390,7 +240145,7 @@ } }, { - "id": 7291, + "id": 8368, "properties": { "down": "true", "east": "false", @@ -230402,7 +240157,7 @@ } }, { - "id": 7292, + "id": 8369, "properties": { "down": "true", "east": "false", @@ -230414,7 +240169,7 @@ } }, { - "id": 7293, + "id": 8370, "properties": { "down": "true", "east": "false", @@ -230426,7 +240181,7 @@ } }, { - "id": 7294, + "id": 8371, "properties": { "down": "true", "east": "false", @@ -230438,7 +240193,7 @@ } }, { - "id": 7295, + "id": 8372, "properties": { "down": "true", "east": "false", @@ -230450,7 +240205,7 @@ } }, { - "id": 7296, + "id": 8373, "properties": { "down": "true", "east": "false", @@ -230462,7 +240217,7 @@ } }, { - "id": 7297, + "id": 8374, "properties": { "down": "true", "east": "false", @@ -230474,7 +240229,7 @@ } }, { - "id": 7298, + "id": 8375, "properties": { "down": "true", "east": "false", @@ -230486,7 +240241,7 @@ } }, { - "id": 7299, + "id": 8376, "properties": { "down": "true", "east": "false", @@ -230498,7 +240253,7 @@ } }, { - "id": 7300, + "id": 8377, "properties": { "down": "true", "east": "false", @@ -230510,7 +240265,7 @@ } }, { - "id": 7301, + "id": 8378, "properties": { "down": "true", "east": "false", @@ -230522,7 +240277,7 @@ } }, { - "id": 7302, + "id": 8379, "properties": { "down": "true", "east": "false", @@ -230534,7 +240289,7 @@ } }, { - "id": 7303, + "id": 8380, "properties": { "down": "true", "east": "false", @@ -230546,7 +240301,7 @@ } }, { - "id": 7304, + "id": 8381, "properties": { "down": "false", "east": "true", @@ -230558,7 +240313,7 @@ } }, { - "id": 7305, + "id": 8382, "properties": { "down": "false", "east": "true", @@ -230570,7 +240325,7 @@ } }, { - "id": 7306, + "id": 8383, "properties": { "down": "false", "east": "true", @@ -230582,7 +240337,7 @@ } }, { - "id": 7307, + "id": 8384, "properties": { "down": "false", "east": "true", @@ -230594,7 +240349,7 @@ } }, { - "id": 7308, + "id": 8385, "properties": { "down": "false", "east": "true", @@ -230606,7 +240361,7 @@ } }, { - "id": 7309, + "id": 8386, "properties": { "down": "false", "east": "true", @@ -230618,7 +240373,7 @@ } }, { - "id": 7310, + "id": 8387, "properties": { "down": "false", "east": "true", @@ -230630,7 +240385,7 @@ } }, { - "id": 7311, + "id": 8388, "properties": { "down": "false", "east": "true", @@ -230642,7 +240397,7 @@ } }, { - "id": 7312, + "id": 8389, "properties": { "down": "false", "east": "true", @@ -230654,7 +240409,7 @@ } }, { - "id": 7313, + "id": 8390, "properties": { "down": "false", "east": "true", @@ -230666,7 +240421,7 @@ } }, { - "id": 7314, + "id": 8391, "properties": { "down": "false", "east": "true", @@ -230678,7 +240433,7 @@ } }, { - "id": 7315, + "id": 8392, "properties": { "down": "false", "east": "true", @@ -230690,7 +240445,7 @@ } }, { - "id": 7316, + "id": 8393, "properties": { "down": "false", "east": "true", @@ -230702,7 +240457,7 @@ } }, { - "id": 7317, + "id": 8394, "properties": { "down": "false", "east": "true", @@ -230714,7 +240469,7 @@ } }, { - "id": 7318, + "id": 8395, "properties": { "down": "false", "east": "true", @@ -230726,7 +240481,7 @@ } }, { - "id": 7319, + "id": 8396, "properties": { "down": "false", "east": "true", @@ -230738,7 +240493,7 @@ } }, { - "id": 7320, + "id": 8397, "properties": { "down": "false", "east": "true", @@ -230750,7 +240505,7 @@ } }, { - "id": 7321, + "id": 8398, "properties": { "down": "false", "east": "true", @@ -230762,7 +240517,7 @@ } }, { - "id": 7322, + "id": 8399, "properties": { "down": "false", "east": "true", @@ -230774,7 +240529,7 @@ } }, { - "id": 7323, + "id": 8400, "properties": { "down": "false", "east": "true", @@ -230786,7 +240541,7 @@ } }, { - "id": 7324, + "id": 8401, "properties": { "down": "false", "east": "true", @@ -230798,7 +240553,7 @@ } }, { - "id": 7325, + "id": 8402, "properties": { "down": "false", "east": "true", @@ -230810,7 +240565,7 @@ } }, { - "id": 7326, + "id": 8403, "properties": { "down": "false", "east": "true", @@ -230822,7 +240577,7 @@ } }, { - "id": 7327, + "id": 8404, "properties": { "down": "false", "east": "true", @@ -230834,7 +240589,7 @@ } }, { - "id": 7328, + "id": 8405, "properties": { "down": "false", "east": "true", @@ -230846,7 +240601,7 @@ } }, { - "id": 7329, + "id": 8406, "properties": { "down": "false", "east": "true", @@ -230858,7 +240613,7 @@ } }, { - "id": 7330, + "id": 8407, "properties": { "down": "false", "east": "true", @@ -230870,7 +240625,7 @@ } }, { - "id": 7331, + "id": 8408, "properties": { "down": "false", "east": "true", @@ -230882,7 +240637,7 @@ } }, { - "id": 7332, + "id": 8409, "properties": { "down": "false", "east": "true", @@ -230894,7 +240649,7 @@ } }, { - "id": 7333, + "id": 8410, "properties": { "down": "false", "east": "true", @@ -230906,7 +240661,7 @@ } }, { - "id": 7334, + "id": 8411, "properties": { "down": "false", "east": "true", @@ -230918,7 +240673,7 @@ } }, { - "id": 7335, + "id": 8412, "properties": { "down": "false", "east": "true", @@ -230930,7 +240685,7 @@ } }, { - "id": 7336, + "id": 8413, "properties": { "down": "false", "east": "false", @@ -230942,7 +240697,7 @@ } }, { - "id": 7337, + "id": 8414, "properties": { "down": "false", "east": "false", @@ -230954,7 +240709,7 @@ } }, { - "id": 7338, + "id": 8415, "properties": { "down": "false", "east": "false", @@ -230966,7 +240721,7 @@ } }, { - "id": 7339, + "id": 8416, "properties": { "down": "false", "east": "false", @@ -230978,7 +240733,7 @@ } }, { - "id": 7340, + "id": 8417, "properties": { "down": "false", "east": "false", @@ -230990,7 +240745,7 @@ } }, { - "id": 7341, + "id": 8418, "properties": { "down": "false", "east": "false", @@ -231002,7 +240757,7 @@ } }, { - "id": 7342, + "id": 8419, "properties": { "down": "false", "east": "false", @@ -231014,7 +240769,7 @@ } }, { - "id": 7343, + "id": 8420, "properties": { "down": "false", "east": "false", @@ -231026,7 +240781,7 @@ } }, { - "id": 7344, + "id": 8421, "properties": { "down": "false", "east": "false", @@ -231038,7 +240793,7 @@ } }, { - "id": 7345, + "id": 8422, "properties": { "down": "false", "east": "false", @@ -231050,7 +240805,7 @@ } }, { - "id": 7346, + "id": 8423, "properties": { "down": "false", "east": "false", @@ -231062,7 +240817,7 @@ } }, { - "id": 7347, + "id": 8424, "properties": { "down": "false", "east": "false", @@ -231074,7 +240829,7 @@ } }, { - "id": 7348, + "id": 8425, "properties": { "down": "false", "east": "false", @@ -231086,7 +240841,7 @@ } }, { - "id": 7349, + "id": 8426, "properties": { "down": "false", "east": "false", @@ -231098,7 +240853,7 @@ } }, { - "id": 7350, + "id": 8427, "properties": { "down": "false", "east": "false", @@ -231110,7 +240865,7 @@ } }, { - "id": 7351, + "id": 8428, "properties": { "down": "false", "east": "false", @@ -231122,7 +240877,7 @@ } }, { - "id": 7352, + "id": 8429, "properties": { "down": "false", "east": "false", @@ -231134,7 +240889,7 @@ } }, { - "id": 7353, + "id": 8430, "properties": { "down": "false", "east": "false", @@ -231146,7 +240901,7 @@ } }, { - "id": 7354, + "id": 8431, "properties": { "down": "false", "east": "false", @@ -231158,7 +240913,7 @@ } }, { - "id": 7355, + "id": 8432, "properties": { "down": "false", "east": "false", @@ -231170,7 +240925,7 @@ } }, { - "id": 7356, + "id": 8433, "properties": { "down": "false", "east": "false", @@ -231182,7 +240937,7 @@ } }, { - "id": 7357, + "id": 8434, "properties": { "down": "false", "east": "false", @@ -231194,7 +240949,7 @@ } }, { - "id": 7358, + "id": 8435, "properties": { "down": "false", "east": "false", @@ -231206,7 +240961,7 @@ } }, { - "id": 7359, + "id": 8436, "properties": { "down": "false", "east": "false", @@ -231218,7 +240973,7 @@ } }, { - "id": 7360, + "id": 8437, "properties": { "down": "false", "east": "false", @@ -231230,7 +240985,7 @@ } }, { - "id": 7361, + "id": 8438, "properties": { "down": "false", "east": "false", @@ -231242,7 +240997,7 @@ } }, { - "id": 7362, + "id": 8439, "properties": { "down": "false", "east": "false", @@ -231254,7 +241009,7 @@ } }, { - "id": 7363, + "id": 8440, "properties": { "down": "false", "east": "false", @@ -231266,7 +241021,7 @@ } }, { - "id": 7364, + "id": 8441, "properties": { "down": "false", "east": "false", @@ -231278,7 +241033,7 @@ } }, { - "id": 7365, + "id": 8442, "properties": { "down": "false", "east": "false", @@ -231290,7 +241045,7 @@ } }, { - "id": 7366, + "id": 8443, "properties": { "down": "false", "east": "false", @@ -231303,7 +241058,7 @@ }, { "default": true, - "id": 7367, + "id": 8444, "properties": { "down": "false", "east": "false", @@ -231333,31 +241088,31 @@ "states": [ { "default": true, - "id": 20478, + "id": 21619, "properties": { "charges": "0" } }, { - "id": 20479, + "id": 21620, "properties": { "charges": "1" } }, { - "id": 20480, + "id": 21621, "properties": { "charges": "2" } }, { - "id": 20481, + "id": 21622, "properties": { "charges": "3" } }, { - "id": 20482, + "id": 21623, "properties": { "charges": "4" } @@ -231372,7 +241127,7 @@ "states": [ { "default": true, - "id": 25962 + "id": 27719 } ] }, @@ -231389,14 +241144,14 @@ }, "states": [ { - "id": 11640, + "id": 12717, "properties": { "half": "upper" } }, { "default": true, - "id": 11641, + "id": 12718, "properties": { "half": "lower" } @@ -231446,21 +241201,21 @@ }, "states": [ { - "id": 12129, + "id": 13206, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12130, + "id": 13207, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12131, + "id": 13208, "properties": { "type": "bottom", "waterlogged": "true" @@ -231468,21 +241223,21 @@ }, { "default": true, - "id": 12132, + "id": 13209, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12133, + "id": 13210, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12134, + "id": 13211, "properties": { "type": "double", "waterlogged": "false" @@ -231523,7 +241278,7 @@ }, "states": [ { - "id": 8215, + "id": 9292, "properties": { "facing": "north", "half": "top", @@ -231532,7 +241287,7 @@ } }, { - "id": 8216, + "id": 9293, "properties": { "facing": "north", "half": "top", @@ -231541,7 +241296,7 @@ } }, { - "id": 8217, + "id": 9294, "properties": { "facing": "north", "half": "top", @@ -231550,7 +241305,7 @@ } }, { - "id": 8218, + "id": 9295, "properties": { "facing": "north", "half": "top", @@ -231559,7 +241314,7 @@ } }, { - "id": 8219, + "id": 9296, "properties": { "facing": "north", "half": "top", @@ -231568,7 +241323,7 @@ } }, { - "id": 8220, + "id": 9297, "properties": { "facing": "north", "half": "top", @@ -231577,7 +241332,7 @@ } }, { - "id": 8221, + "id": 9298, "properties": { "facing": "north", "half": "top", @@ -231586,7 +241341,7 @@ } }, { - "id": 8222, + "id": 9299, "properties": { "facing": "north", "half": "top", @@ -231595,7 +241350,7 @@ } }, { - "id": 8223, + "id": 9300, "properties": { "facing": "north", "half": "top", @@ -231604,7 +241359,7 @@ } }, { - "id": 8224, + "id": 9301, "properties": { "facing": "north", "half": "top", @@ -231613,7 +241368,7 @@ } }, { - "id": 8225, + "id": 9302, "properties": { "facing": "north", "half": "bottom", @@ -231623,7 +241378,7 @@ }, { "default": true, - "id": 8226, + "id": 9303, "properties": { "facing": "north", "half": "bottom", @@ -231632,7 +241387,7 @@ } }, { - "id": 8227, + "id": 9304, "properties": { "facing": "north", "half": "bottom", @@ -231641,7 +241396,7 @@ } }, { - "id": 8228, + "id": 9305, "properties": { "facing": "north", "half": "bottom", @@ -231650,7 +241405,7 @@ } }, { - "id": 8229, + "id": 9306, "properties": { "facing": "north", "half": "bottom", @@ -231659,7 +241414,7 @@ } }, { - "id": 8230, + "id": 9307, "properties": { "facing": "north", "half": "bottom", @@ -231668,7 +241423,7 @@ } }, { - "id": 8231, + "id": 9308, "properties": { "facing": "north", "half": "bottom", @@ -231677,7 +241432,7 @@ } }, { - "id": 8232, + "id": 9309, "properties": { "facing": "north", "half": "bottom", @@ -231686,7 +241441,7 @@ } }, { - "id": 8233, + "id": 9310, "properties": { "facing": "north", "half": "bottom", @@ -231695,7 +241450,7 @@ } }, { - "id": 8234, + "id": 9311, "properties": { "facing": "north", "half": "bottom", @@ -231704,7 +241459,7 @@ } }, { - "id": 8235, + "id": 9312, "properties": { "facing": "south", "half": "top", @@ -231713,7 +241468,7 @@ } }, { - "id": 8236, + "id": 9313, "properties": { "facing": "south", "half": "top", @@ -231722,7 +241477,7 @@ } }, { - "id": 8237, + "id": 9314, "properties": { "facing": "south", "half": "top", @@ -231731,7 +241486,7 @@ } }, { - "id": 8238, + "id": 9315, "properties": { "facing": "south", "half": "top", @@ -231740,7 +241495,7 @@ } }, { - "id": 8239, + "id": 9316, "properties": { "facing": "south", "half": "top", @@ -231749,7 +241504,7 @@ } }, { - "id": 8240, + "id": 9317, "properties": { "facing": "south", "half": "top", @@ -231758,7 +241513,7 @@ } }, { - "id": 8241, + "id": 9318, "properties": { "facing": "south", "half": "top", @@ -231767,7 +241522,7 @@ } }, { - "id": 8242, + "id": 9319, "properties": { "facing": "south", "half": "top", @@ -231776,7 +241531,7 @@ } }, { - "id": 8243, + "id": 9320, "properties": { "facing": "south", "half": "top", @@ -231785,7 +241540,7 @@ } }, { - "id": 8244, + "id": 9321, "properties": { "facing": "south", "half": "top", @@ -231794,7 +241549,7 @@ } }, { - "id": 8245, + "id": 9322, "properties": { "facing": "south", "half": "bottom", @@ -231803,7 +241558,7 @@ } }, { - "id": 8246, + "id": 9323, "properties": { "facing": "south", "half": "bottom", @@ -231812,7 +241567,7 @@ } }, { - "id": 8247, + "id": 9324, "properties": { "facing": "south", "half": "bottom", @@ -231821,7 +241576,7 @@ } }, { - "id": 8248, + "id": 9325, "properties": { "facing": "south", "half": "bottom", @@ -231830,7 +241585,7 @@ } }, { - "id": 8249, + "id": 9326, "properties": { "facing": "south", "half": "bottom", @@ -231839,7 +241594,7 @@ } }, { - "id": 8250, + "id": 9327, "properties": { "facing": "south", "half": "bottom", @@ -231848,7 +241603,7 @@ } }, { - "id": 8251, + "id": 9328, "properties": { "facing": "south", "half": "bottom", @@ -231857,7 +241612,7 @@ } }, { - "id": 8252, + "id": 9329, "properties": { "facing": "south", "half": "bottom", @@ -231866,7 +241621,7 @@ } }, { - "id": 8253, + "id": 9330, "properties": { "facing": "south", "half": "bottom", @@ -231875,7 +241630,7 @@ } }, { - "id": 8254, + "id": 9331, "properties": { "facing": "south", "half": "bottom", @@ -231884,7 +241639,7 @@ } }, { - "id": 8255, + "id": 9332, "properties": { "facing": "west", "half": "top", @@ -231893,7 +241648,7 @@ } }, { - "id": 8256, + "id": 9333, "properties": { "facing": "west", "half": "top", @@ -231902,7 +241657,7 @@ } }, { - "id": 8257, + "id": 9334, "properties": { "facing": "west", "half": "top", @@ -231911,7 +241666,7 @@ } }, { - "id": 8258, + "id": 9335, "properties": { "facing": "west", "half": "top", @@ -231920,7 +241675,7 @@ } }, { - "id": 8259, + "id": 9336, "properties": { "facing": "west", "half": "top", @@ -231929,7 +241684,7 @@ } }, { - "id": 8260, + "id": 9337, "properties": { "facing": "west", "half": "top", @@ -231938,7 +241693,7 @@ } }, { - "id": 8261, + "id": 9338, "properties": { "facing": "west", "half": "top", @@ -231947,7 +241702,7 @@ } }, { - "id": 8262, + "id": 9339, "properties": { "facing": "west", "half": "top", @@ -231956,7 +241711,7 @@ } }, { - "id": 8263, + "id": 9340, "properties": { "facing": "west", "half": "top", @@ -231965,7 +241720,7 @@ } }, { - "id": 8264, + "id": 9341, "properties": { "facing": "west", "half": "top", @@ -231974,7 +241729,7 @@ } }, { - "id": 8265, + "id": 9342, "properties": { "facing": "west", "half": "bottom", @@ -231983,7 +241738,7 @@ } }, { - "id": 8266, + "id": 9343, "properties": { "facing": "west", "half": "bottom", @@ -231992,7 +241747,7 @@ } }, { - "id": 8267, + "id": 9344, "properties": { "facing": "west", "half": "bottom", @@ -232001,7 +241756,7 @@ } }, { - "id": 8268, + "id": 9345, "properties": { "facing": "west", "half": "bottom", @@ -232010,7 +241765,7 @@ } }, { - "id": 8269, + "id": 9346, "properties": { "facing": "west", "half": "bottom", @@ -232019,7 +241774,7 @@ } }, { - "id": 8270, + "id": 9347, "properties": { "facing": "west", "half": "bottom", @@ -232028,7 +241783,7 @@ } }, { - "id": 8271, + "id": 9348, "properties": { "facing": "west", "half": "bottom", @@ -232037,7 +241792,7 @@ } }, { - "id": 8272, + "id": 9349, "properties": { "facing": "west", "half": "bottom", @@ -232046,7 +241801,7 @@ } }, { - "id": 8273, + "id": 9350, "properties": { "facing": "west", "half": "bottom", @@ -232055,7 +241810,7 @@ } }, { - "id": 8274, + "id": 9351, "properties": { "facing": "west", "half": "bottom", @@ -232064,7 +241819,7 @@ } }, { - "id": 8275, + "id": 9352, "properties": { "facing": "east", "half": "top", @@ -232073,7 +241828,7 @@ } }, { - "id": 8276, + "id": 9353, "properties": { "facing": "east", "half": "top", @@ -232082,7 +241837,7 @@ } }, { - "id": 8277, + "id": 9354, "properties": { "facing": "east", "half": "top", @@ -232091,7 +241846,7 @@ } }, { - "id": 8278, + "id": 9355, "properties": { "facing": "east", "half": "top", @@ -232100,7 +241855,7 @@ } }, { - "id": 8279, + "id": 9356, "properties": { "facing": "east", "half": "top", @@ -232109,7 +241864,7 @@ } }, { - "id": 8280, + "id": 9357, "properties": { "facing": "east", "half": "top", @@ -232118,7 +241873,7 @@ } }, { - "id": 8281, + "id": 9358, "properties": { "facing": "east", "half": "top", @@ -232127,7 +241882,7 @@ } }, { - "id": 8282, + "id": 9359, "properties": { "facing": "east", "half": "top", @@ -232136,7 +241891,7 @@ } }, { - "id": 8283, + "id": 9360, "properties": { "facing": "east", "half": "top", @@ -232145,7 +241900,7 @@ } }, { - "id": 8284, + "id": 9361, "properties": { "facing": "east", "half": "top", @@ -232154,7 +241909,7 @@ } }, { - "id": 8285, + "id": 9362, "properties": { "facing": "east", "half": "bottom", @@ -232163,7 +241918,7 @@ } }, { - "id": 8286, + "id": 9363, "properties": { "facing": "east", "half": "bottom", @@ -232172,7 +241927,7 @@ } }, { - "id": 8287, + "id": 9364, "properties": { "facing": "east", "half": "bottom", @@ -232181,7 +241936,7 @@ } }, { - "id": 8288, + "id": 9365, "properties": { "facing": "east", "half": "bottom", @@ -232190,7 +241945,7 @@ } }, { - "id": 8289, + "id": 9366, "properties": { "facing": "east", "half": "bottom", @@ -232199,7 +241954,7 @@ } }, { - "id": 8290, + "id": 9367, "properties": { "facing": "east", "half": "bottom", @@ -232208,7 +241963,7 @@ } }, { - "id": 8291, + "id": 9368, "properties": { "facing": "east", "half": "bottom", @@ -232217,7 +241972,7 @@ } }, { - "id": 8292, + "id": 9369, "properties": { "facing": "east", "half": "bottom", @@ -232226,7 +241981,7 @@ } }, { - "id": 8293, + "id": 9370, "properties": { "facing": "east", "half": "bottom", @@ -232235,7 +241990,7 @@ } }, { - "id": 8294, + "id": 9371, "properties": { "facing": "east", "half": "bottom", @@ -232282,7 +242037,7 @@ }, "states": [ { - "id": 18423, + "id": 19532, "properties": { "east": "none", "north": "none", @@ -232293,7 +242048,7 @@ } }, { - "id": 18424, + "id": 19533, "properties": { "east": "none", "north": "none", @@ -232304,7 +242059,7 @@ } }, { - "id": 18425, + "id": 19534, "properties": { "east": "none", "north": "none", @@ -232316,7 +242071,7 @@ }, { "default": true, - "id": 18426, + "id": 19535, "properties": { "east": "none", "north": "none", @@ -232327,7 +242082,7 @@ } }, { - "id": 18427, + "id": 19536, "properties": { "east": "none", "north": "none", @@ -232338,7 +242093,7 @@ } }, { - "id": 18428, + "id": 19537, "properties": { "east": "none", "north": "none", @@ -232349,7 +242104,7 @@ } }, { - "id": 18429, + "id": 19538, "properties": { "east": "none", "north": "none", @@ -232360,7 +242115,7 @@ } }, { - "id": 18430, + "id": 19539, "properties": { "east": "none", "north": "none", @@ -232371,7 +242126,7 @@ } }, { - "id": 18431, + "id": 19540, "properties": { "east": "none", "north": "none", @@ -232382,7 +242137,7 @@ } }, { - "id": 18432, + "id": 19541, "properties": { "east": "none", "north": "none", @@ -232393,7 +242148,7 @@ } }, { - "id": 18433, + "id": 19542, "properties": { "east": "none", "north": "none", @@ -232404,7 +242159,7 @@ } }, { - "id": 18434, + "id": 19543, "properties": { "east": "none", "north": "none", @@ -232415,7 +242170,7 @@ } }, { - "id": 18435, + "id": 19544, "properties": { "east": "none", "north": "none", @@ -232426,7 +242181,7 @@ } }, { - "id": 18436, + "id": 19545, "properties": { "east": "none", "north": "none", @@ -232437,7 +242192,7 @@ } }, { - "id": 18437, + "id": 19546, "properties": { "east": "none", "north": "none", @@ -232448,7 +242203,7 @@ } }, { - "id": 18438, + "id": 19547, "properties": { "east": "none", "north": "none", @@ -232459,7 +242214,7 @@ } }, { - "id": 18439, + "id": 19548, "properties": { "east": "none", "north": "none", @@ -232470,7 +242225,7 @@ } }, { - "id": 18440, + "id": 19549, "properties": { "east": "none", "north": "none", @@ -232481,7 +242236,7 @@ } }, { - "id": 18441, + "id": 19550, "properties": { "east": "none", "north": "none", @@ -232492,7 +242247,7 @@ } }, { - "id": 18442, + "id": 19551, "properties": { "east": "none", "north": "none", @@ -232503,7 +242258,7 @@ } }, { - "id": 18443, + "id": 19552, "properties": { "east": "none", "north": "none", @@ -232514,7 +242269,7 @@ } }, { - "id": 18444, + "id": 19553, "properties": { "east": "none", "north": "none", @@ -232525,7 +242280,7 @@ } }, { - "id": 18445, + "id": 19554, "properties": { "east": "none", "north": "none", @@ -232536,7 +242291,7 @@ } }, { - "id": 18446, + "id": 19555, "properties": { "east": "none", "north": "none", @@ -232547,7 +242302,7 @@ } }, { - "id": 18447, + "id": 19556, "properties": { "east": "none", "north": "none", @@ -232558,7 +242313,7 @@ } }, { - "id": 18448, + "id": 19557, "properties": { "east": "none", "north": "none", @@ -232569,7 +242324,7 @@ } }, { - "id": 18449, + "id": 19558, "properties": { "east": "none", "north": "none", @@ -232580,7 +242335,7 @@ } }, { - "id": 18450, + "id": 19559, "properties": { "east": "none", "north": "none", @@ -232591,7 +242346,7 @@ } }, { - "id": 18451, + "id": 19560, "properties": { "east": "none", "north": "none", @@ -232602,7 +242357,7 @@ } }, { - "id": 18452, + "id": 19561, "properties": { "east": "none", "north": "none", @@ -232613,7 +242368,7 @@ } }, { - "id": 18453, + "id": 19562, "properties": { "east": "none", "north": "none", @@ -232624,7 +242379,7 @@ } }, { - "id": 18454, + "id": 19563, "properties": { "east": "none", "north": "none", @@ -232635,7 +242390,7 @@ } }, { - "id": 18455, + "id": 19564, "properties": { "east": "none", "north": "none", @@ -232646,7 +242401,7 @@ } }, { - "id": 18456, + "id": 19565, "properties": { "east": "none", "north": "none", @@ -232657,7 +242412,7 @@ } }, { - "id": 18457, + "id": 19566, "properties": { "east": "none", "north": "none", @@ -232668,7 +242423,7 @@ } }, { - "id": 18458, + "id": 19567, "properties": { "east": "none", "north": "none", @@ -232679,7 +242434,7 @@ } }, { - "id": 18459, + "id": 19568, "properties": { "east": "none", "north": "low", @@ -232690,7 +242445,7 @@ } }, { - "id": 18460, + "id": 19569, "properties": { "east": "none", "north": "low", @@ -232701,7 +242456,7 @@ } }, { - "id": 18461, + "id": 19570, "properties": { "east": "none", "north": "low", @@ -232712,7 +242467,7 @@ } }, { - "id": 18462, + "id": 19571, "properties": { "east": "none", "north": "low", @@ -232723,7 +242478,7 @@ } }, { - "id": 18463, + "id": 19572, "properties": { "east": "none", "north": "low", @@ -232734,7 +242489,7 @@ } }, { - "id": 18464, + "id": 19573, "properties": { "east": "none", "north": "low", @@ -232745,7 +242500,7 @@ } }, { - "id": 18465, + "id": 19574, "properties": { "east": "none", "north": "low", @@ -232756,7 +242511,7 @@ } }, { - "id": 18466, + "id": 19575, "properties": { "east": "none", "north": "low", @@ -232767,7 +242522,7 @@ } }, { - "id": 18467, + "id": 19576, "properties": { "east": "none", "north": "low", @@ -232778,7 +242533,7 @@ } }, { - "id": 18468, + "id": 19577, "properties": { "east": "none", "north": "low", @@ -232789,7 +242544,7 @@ } }, { - "id": 18469, + "id": 19578, "properties": { "east": "none", "north": "low", @@ -232800,7 +242555,7 @@ } }, { - "id": 18470, + "id": 19579, "properties": { "east": "none", "north": "low", @@ -232811,7 +242566,7 @@ } }, { - "id": 18471, + "id": 19580, "properties": { "east": "none", "north": "low", @@ -232822,7 +242577,7 @@ } }, { - "id": 18472, + "id": 19581, "properties": { "east": "none", "north": "low", @@ -232833,7 +242588,7 @@ } }, { - "id": 18473, + "id": 19582, "properties": { "east": "none", "north": "low", @@ -232844,7 +242599,7 @@ } }, { - "id": 18474, + "id": 19583, "properties": { "east": "none", "north": "low", @@ -232855,7 +242610,7 @@ } }, { - "id": 18475, + "id": 19584, "properties": { "east": "none", "north": "low", @@ -232866,7 +242621,7 @@ } }, { - "id": 18476, + "id": 19585, "properties": { "east": "none", "north": "low", @@ -232877,7 +242632,7 @@ } }, { - "id": 18477, + "id": 19586, "properties": { "east": "none", "north": "low", @@ -232888,7 +242643,7 @@ } }, { - "id": 18478, + "id": 19587, "properties": { "east": "none", "north": "low", @@ -232899,7 +242654,7 @@ } }, { - "id": 18479, + "id": 19588, "properties": { "east": "none", "north": "low", @@ -232910,7 +242665,7 @@ } }, { - "id": 18480, + "id": 19589, "properties": { "east": "none", "north": "low", @@ -232921,7 +242676,7 @@ } }, { - "id": 18481, + "id": 19590, "properties": { "east": "none", "north": "low", @@ -232932,7 +242687,7 @@ } }, { - "id": 18482, + "id": 19591, "properties": { "east": "none", "north": "low", @@ -232943,7 +242698,7 @@ } }, { - "id": 18483, + "id": 19592, "properties": { "east": "none", "north": "low", @@ -232954,7 +242709,7 @@ } }, { - "id": 18484, + "id": 19593, "properties": { "east": "none", "north": "low", @@ -232965,7 +242720,7 @@ } }, { - "id": 18485, + "id": 19594, "properties": { "east": "none", "north": "low", @@ -232976,7 +242731,7 @@ } }, { - "id": 18486, + "id": 19595, "properties": { "east": "none", "north": "low", @@ -232987,7 +242742,7 @@ } }, { - "id": 18487, + "id": 19596, "properties": { "east": "none", "north": "low", @@ -232998,7 +242753,7 @@ } }, { - "id": 18488, + "id": 19597, "properties": { "east": "none", "north": "low", @@ -233009,7 +242764,7 @@ } }, { - "id": 18489, + "id": 19598, "properties": { "east": "none", "north": "low", @@ -233020,7 +242775,7 @@ } }, { - "id": 18490, + "id": 19599, "properties": { "east": "none", "north": "low", @@ -233031,7 +242786,7 @@ } }, { - "id": 18491, + "id": 19600, "properties": { "east": "none", "north": "low", @@ -233042,7 +242797,7 @@ } }, { - "id": 18492, + "id": 19601, "properties": { "east": "none", "north": "low", @@ -233053,7 +242808,7 @@ } }, { - "id": 18493, + "id": 19602, "properties": { "east": "none", "north": "low", @@ -233064,7 +242819,7 @@ } }, { - "id": 18494, + "id": 19603, "properties": { "east": "none", "north": "low", @@ -233075,7 +242830,7 @@ } }, { - "id": 18495, + "id": 19604, "properties": { "east": "none", "north": "tall", @@ -233086,7 +242841,7 @@ } }, { - "id": 18496, + "id": 19605, "properties": { "east": "none", "north": "tall", @@ -233097,7 +242852,7 @@ } }, { - "id": 18497, + "id": 19606, "properties": { "east": "none", "north": "tall", @@ -233108,7 +242863,7 @@ } }, { - "id": 18498, + "id": 19607, "properties": { "east": "none", "north": "tall", @@ -233119,7 +242874,7 @@ } }, { - "id": 18499, + "id": 19608, "properties": { "east": "none", "north": "tall", @@ -233130,7 +242885,7 @@ } }, { - "id": 18500, + "id": 19609, "properties": { "east": "none", "north": "tall", @@ -233141,7 +242896,7 @@ } }, { - "id": 18501, + "id": 19610, "properties": { "east": "none", "north": "tall", @@ -233152,7 +242907,7 @@ } }, { - "id": 18502, + "id": 19611, "properties": { "east": "none", "north": "tall", @@ -233163,7 +242918,7 @@ } }, { - "id": 18503, + "id": 19612, "properties": { "east": "none", "north": "tall", @@ -233174,7 +242929,7 @@ } }, { - "id": 18504, + "id": 19613, "properties": { "east": "none", "north": "tall", @@ -233185,7 +242940,7 @@ } }, { - "id": 18505, + "id": 19614, "properties": { "east": "none", "north": "tall", @@ -233196,7 +242951,7 @@ } }, { - "id": 18506, + "id": 19615, "properties": { "east": "none", "north": "tall", @@ -233207,7 +242962,7 @@ } }, { - "id": 18507, + "id": 19616, "properties": { "east": "none", "north": "tall", @@ -233218,7 +242973,7 @@ } }, { - "id": 18508, + "id": 19617, "properties": { "east": "none", "north": "tall", @@ -233229,7 +242984,7 @@ } }, { - "id": 18509, + "id": 19618, "properties": { "east": "none", "north": "tall", @@ -233240,7 +242995,7 @@ } }, { - "id": 18510, + "id": 19619, "properties": { "east": "none", "north": "tall", @@ -233251,7 +243006,7 @@ } }, { - "id": 18511, + "id": 19620, "properties": { "east": "none", "north": "tall", @@ -233262,7 +243017,7 @@ } }, { - "id": 18512, + "id": 19621, "properties": { "east": "none", "north": "tall", @@ -233273,7 +243028,7 @@ } }, { - "id": 18513, + "id": 19622, "properties": { "east": "none", "north": "tall", @@ -233284,7 +243039,7 @@ } }, { - "id": 18514, + "id": 19623, "properties": { "east": "none", "north": "tall", @@ -233295,7 +243050,7 @@ } }, { - "id": 18515, + "id": 19624, "properties": { "east": "none", "north": "tall", @@ -233306,7 +243061,7 @@ } }, { - "id": 18516, + "id": 19625, "properties": { "east": "none", "north": "tall", @@ -233317,7 +243072,7 @@ } }, { - "id": 18517, + "id": 19626, "properties": { "east": "none", "north": "tall", @@ -233328,7 +243083,7 @@ } }, { - "id": 18518, + "id": 19627, "properties": { "east": "none", "north": "tall", @@ -233339,7 +243094,7 @@ } }, { - "id": 18519, + "id": 19628, "properties": { "east": "none", "north": "tall", @@ -233350,7 +243105,7 @@ } }, { - "id": 18520, + "id": 19629, "properties": { "east": "none", "north": "tall", @@ -233361,7 +243116,7 @@ } }, { - "id": 18521, + "id": 19630, "properties": { "east": "none", "north": "tall", @@ -233372,7 +243127,7 @@ } }, { - "id": 18522, + "id": 19631, "properties": { "east": "none", "north": "tall", @@ -233383,7 +243138,7 @@ } }, { - "id": 18523, + "id": 19632, "properties": { "east": "none", "north": "tall", @@ -233394,7 +243149,7 @@ } }, { - "id": 18524, + "id": 19633, "properties": { "east": "none", "north": "tall", @@ -233405,7 +243160,7 @@ } }, { - "id": 18525, + "id": 19634, "properties": { "east": "none", "north": "tall", @@ -233416,7 +243171,7 @@ } }, { - "id": 18526, + "id": 19635, "properties": { "east": "none", "north": "tall", @@ -233427,7 +243182,7 @@ } }, { - "id": 18527, + "id": 19636, "properties": { "east": "none", "north": "tall", @@ -233438,7 +243193,7 @@ } }, { - "id": 18528, + "id": 19637, "properties": { "east": "none", "north": "tall", @@ -233449,7 +243204,7 @@ } }, { - "id": 18529, + "id": 19638, "properties": { "east": "none", "north": "tall", @@ -233460,7 +243215,7 @@ } }, { - "id": 18530, + "id": 19639, "properties": { "east": "none", "north": "tall", @@ -233471,7 +243226,7 @@ } }, { - "id": 18531, + "id": 19640, "properties": { "east": "low", "north": "none", @@ -233482,7 +243237,7 @@ } }, { - "id": 18532, + "id": 19641, "properties": { "east": "low", "north": "none", @@ -233493,7 +243248,7 @@ } }, { - "id": 18533, + "id": 19642, "properties": { "east": "low", "north": "none", @@ -233504,7 +243259,7 @@ } }, { - "id": 18534, + "id": 19643, "properties": { "east": "low", "north": "none", @@ -233515,7 +243270,7 @@ } }, { - "id": 18535, + "id": 19644, "properties": { "east": "low", "north": "none", @@ -233526,7 +243281,7 @@ } }, { - "id": 18536, + "id": 19645, "properties": { "east": "low", "north": "none", @@ -233537,7 +243292,7 @@ } }, { - "id": 18537, + "id": 19646, "properties": { "east": "low", "north": "none", @@ -233548,7 +243303,7 @@ } }, { - "id": 18538, + "id": 19647, "properties": { "east": "low", "north": "none", @@ -233559,7 +243314,7 @@ } }, { - "id": 18539, + "id": 19648, "properties": { "east": "low", "north": "none", @@ -233570,7 +243325,7 @@ } }, { - "id": 18540, + "id": 19649, "properties": { "east": "low", "north": "none", @@ -233581,7 +243336,7 @@ } }, { - "id": 18541, + "id": 19650, "properties": { "east": "low", "north": "none", @@ -233592,7 +243347,7 @@ } }, { - "id": 18542, + "id": 19651, "properties": { "east": "low", "north": "none", @@ -233603,7 +243358,7 @@ } }, { - "id": 18543, + "id": 19652, "properties": { "east": "low", "north": "none", @@ -233614,7 +243369,7 @@ } }, { - "id": 18544, + "id": 19653, "properties": { "east": "low", "north": "none", @@ -233625,7 +243380,7 @@ } }, { - "id": 18545, + "id": 19654, "properties": { "east": "low", "north": "none", @@ -233636,7 +243391,7 @@ } }, { - "id": 18546, + "id": 19655, "properties": { "east": "low", "north": "none", @@ -233647,7 +243402,7 @@ } }, { - "id": 18547, + "id": 19656, "properties": { "east": "low", "north": "none", @@ -233658,7 +243413,7 @@ } }, { - "id": 18548, + "id": 19657, "properties": { "east": "low", "north": "none", @@ -233669,7 +243424,7 @@ } }, { - "id": 18549, + "id": 19658, "properties": { "east": "low", "north": "none", @@ -233680,7 +243435,7 @@ } }, { - "id": 18550, + "id": 19659, "properties": { "east": "low", "north": "none", @@ -233691,7 +243446,7 @@ } }, { - "id": 18551, + "id": 19660, "properties": { "east": "low", "north": "none", @@ -233702,7 +243457,7 @@ } }, { - "id": 18552, + "id": 19661, "properties": { "east": "low", "north": "none", @@ -233713,7 +243468,7 @@ } }, { - "id": 18553, + "id": 19662, "properties": { "east": "low", "north": "none", @@ -233724,7 +243479,7 @@ } }, { - "id": 18554, + "id": 19663, "properties": { "east": "low", "north": "none", @@ -233735,7 +243490,7 @@ } }, { - "id": 18555, + "id": 19664, "properties": { "east": "low", "north": "none", @@ -233746,7 +243501,7 @@ } }, { - "id": 18556, + "id": 19665, "properties": { "east": "low", "north": "none", @@ -233757,7 +243512,7 @@ } }, { - "id": 18557, + "id": 19666, "properties": { "east": "low", "north": "none", @@ -233768,7 +243523,7 @@ } }, { - "id": 18558, + "id": 19667, "properties": { "east": "low", "north": "none", @@ -233779,7 +243534,7 @@ } }, { - "id": 18559, + "id": 19668, "properties": { "east": "low", "north": "none", @@ -233790,7 +243545,7 @@ } }, { - "id": 18560, + "id": 19669, "properties": { "east": "low", "north": "none", @@ -233801,7 +243556,7 @@ } }, { - "id": 18561, + "id": 19670, "properties": { "east": "low", "north": "none", @@ -233812,7 +243567,7 @@ } }, { - "id": 18562, + "id": 19671, "properties": { "east": "low", "north": "none", @@ -233823,7 +243578,7 @@ } }, { - "id": 18563, + "id": 19672, "properties": { "east": "low", "north": "none", @@ -233834,7 +243589,7 @@ } }, { - "id": 18564, + "id": 19673, "properties": { "east": "low", "north": "none", @@ -233845,7 +243600,7 @@ } }, { - "id": 18565, + "id": 19674, "properties": { "east": "low", "north": "none", @@ -233856,7 +243611,7 @@ } }, { - "id": 18566, + "id": 19675, "properties": { "east": "low", "north": "none", @@ -233867,7 +243622,7 @@ } }, { - "id": 18567, + "id": 19676, "properties": { "east": "low", "north": "low", @@ -233878,7 +243633,7 @@ } }, { - "id": 18568, + "id": 19677, "properties": { "east": "low", "north": "low", @@ -233889,7 +243644,7 @@ } }, { - "id": 18569, + "id": 19678, "properties": { "east": "low", "north": "low", @@ -233900,7 +243655,7 @@ } }, { - "id": 18570, + "id": 19679, "properties": { "east": "low", "north": "low", @@ -233911,7 +243666,7 @@ } }, { - "id": 18571, + "id": 19680, "properties": { "east": "low", "north": "low", @@ -233922,7 +243677,7 @@ } }, { - "id": 18572, + "id": 19681, "properties": { "east": "low", "north": "low", @@ -233933,7 +243688,7 @@ } }, { - "id": 18573, + "id": 19682, "properties": { "east": "low", "north": "low", @@ -233944,7 +243699,7 @@ } }, { - "id": 18574, + "id": 19683, "properties": { "east": "low", "north": "low", @@ -233955,7 +243710,7 @@ } }, { - "id": 18575, + "id": 19684, "properties": { "east": "low", "north": "low", @@ -233966,7 +243721,7 @@ } }, { - "id": 18576, + "id": 19685, "properties": { "east": "low", "north": "low", @@ -233977,7 +243732,7 @@ } }, { - "id": 18577, + "id": 19686, "properties": { "east": "low", "north": "low", @@ -233988,7 +243743,7 @@ } }, { - "id": 18578, + "id": 19687, "properties": { "east": "low", "north": "low", @@ -233999,7 +243754,7 @@ } }, { - "id": 18579, + "id": 19688, "properties": { "east": "low", "north": "low", @@ -234010,7 +243765,7 @@ } }, { - "id": 18580, + "id": 19689, "properties": { "east": "low", "north": "low", @@ -234021,7 +243776,7 @@ } }, { - "id": 18581, + "id": 19690, "properties": { "east": "low", "north": "low", @@ -234032,7 +243787,7 @@ } }, { - "id": 18582, + "id": 19691, "properties": { "east": "low", "north": "low", @@ -234043,7 +243798,7 @@ } }, { - "id": 18583, + "id": 19692, "properties": { "east": "low", "north": "low", @@ -234054,7 +243809,7 @@ } }, { - "id": 18584, + "id": 19693, "properties": { "east": "low", "north": "low", @@ -234065,7 +243820,7 @@ } }, { - "id": 18585, + "id": 19694, "properties": { "east": "low", "north": "low", @@ -234076,7 +243831,7 @@ } }, { - "id": 18586, + "id": 19695, "properties": { "east": "low", "north": "low", @@ -234087,7 +243842,7 @@ } }, { - "id": 18587, + "id": 19696, "properties": { "east": "low", "north": "low", @@ -234098,7 +243853,7 @@ } }, { - "id": 18588, + "id": 19697, "properties": { "east": "low", "north": "low", @@ -234109,7 +243864,7 @@ } }, { - "id": 18589, + "id": 19698, "properties": { "east": "low", "north": "low", @@ -234120,7 +243875,7 @@ } }, { - "id": 18590, + "id": 19699, "properties": { "east": "low", "north": "low", @@ -234131,7 +243886,7 @@ } }, { - "id": 18591, + "id": 19700, "properties": { "east": "low", "north": "low", @@ -234142,7 +243897,7 @@ } }, { - "id": 18592, + "id": 19701, "properties": { "east": "low", "north": "low", @@ -234153,7 +243908,7 @@ } }, { - "id": 18593, + "id": 19702, "properties": { "east": "low", "north": "low", @@ -234164,7 +243919,7 @@ } }, { - "id": 18594, + "id": 19703, "properties": { "east": "low", "north": "low", @@ -234175,7 +243930,7 @@ } }, { - "id": 18595, + "id": 19704, "properties": { "east": "low", "north": "low", @@ -234186,7 +243941,7 @@ } }, { - "id": 18596, + "id": 19705, "properties": { "east": "low", "north": "low", @@ -234197,7 +243952,7 @@ } }, { - "id": 18597, + "id": 19706, "properties": { "east": "low", "north": "low", @@ -234208,7 +243963,7 @@ } }, { - "id": 18598, + "id": 19707, "properties": { "east": "low", "north": "low", @@ -234219,7 +243974,7 @@ } }, { - "id": 18599, + "id": 19708, "properties": { "east": "low", "north": "low", @@ -234230,7 +243985,7 @@ } }, { - "id": 18600, + "id": 19709, "properties": { "east": "low", "north": "low", @@ -234241,7 +243996,7 @@ } }, { - "id": 18601, + "id": 19710, "properties": { "east": "low", "north": "low", @@ -234252,7 +244007,7 @@ } }, { - "id": 18602, + "id": 19711, "properties": { "east": "low", "north": "low", @@ -234263,7 +244018,7 @@ } }, { - "id": 18603, + "id": 19712, "properties": { "east": "low", "north": "tall", @@ -234274,7 +244029,7 @@ } }, { - "id": 18604, + "id": 19713, "properties": { "east": "low", "north": "tall", @@ -234285,7 +244040,7 @@ } }, { - "id": 18605, + "id": 19714, "properties": { "east": "low", "north": "tall", @@ -234296,7 +244051,7 @@ } }, { - "id": 18606, + "id": 19715, "properties": { "east": "low", "north": "tall", @@ -234307,7 +244062,7 @@ } }, { - "id": 18607, + "id": 19716, "properties": { "east": "low", "north": "tall", @@ -234318,7 +244073,7 @@ } }, { - "id": 18608, + "id": 19717, "properties": { "east": "low", "north": "tall", @@ -234329,7 +244084,7 @@ } }, { - "id": 18609, + "id": 19718, "properties": { "east": "low", "north": "tall", @@ -234340,7 +244095,7 @@ } }, { - "id": 18610, + "id": 19719, "properties": { "east": "low", "north": "tall", @@ -234351,7 +244106,7 @@ } }, { - "id": 18611, + "id": 19720, "properties": { "east": "low", "north": "tall", @@ -234362,7 +244117,7 @@ } }, { - "id": 18612, + "id": 19721, "properties": { "east": "low", "north": "tall", @@ -234373,7 +244128,7 @@ } }, { - "id": 18613, + "id": 19722, "properties": { "east": "low", "north": "tall", @@ -234384,7 +244139,7 @@ } }, { - "id": 18614, + "id": 19723, "properties": { "east": "low", "north": "tall", @@ -234395,7 +244150,7 @@ } }, { - "id": 18615, + "id": 19724, "properties": { "east": "low", "north": "tall", @@ -234406,7 +244161,7 @@ } }, { - "id": 18616, + "id": 19725, "properties": { "east": "low", "north": "tall", @@ -234417,7 +244172,7 @@ } }, { - "id": 18617, + "id": 19726, "properties": { "east": "low", "north": "tall", @@ -234428,7 +244183,7 @@ } }, { - "id": 18618, + "id": 19727, "properties": { "east": "low", "north": "tall", @@ -234439,7 +244194,7 @@ } }, { - "id": 18619, + "id": 19728, "properties": { "east": "low", "north": "tall", @@ -234450,7 +244205,7 @@ } }, { - "id": 18620, + "id": 19729, "properties": { "east": "low", "north": "tall", @@ -234461,7 +244216,7 @@ } }, { - "id": 18621, + "id": 19730, "properties": { "east": "low", "north": "tall", @@ -234472,7 +244227,7 @@ } }, { - "id": 18622, + "id": 19731, "properties": { "east": "low", "north": "tall", @@ -234483,7 +244238,7 @@ } }, { - "id": 18623, + "id": 19732, "properties": { "east": "low", "north": "tall", @@ -234494,7 +244249,7 @@ } }, { - "id": 18624, + "id": 19733, "properties": { "east": "low", "north": "tall", @@ -234505,7 +244260,7 @@ } }, { - "id": 18625, + "id": 19734, "properties": { "east": "low", "north": "tall", @@ -234516,7 +244271,7 @@ } }, { - "id": 18626, + "id": 19735, "properties": { "east": "low", "north": "tall", @@ -234527,7 +244282,7 @@ } }, { - "id": 18627, + "id": 19736, "properties": { "east": "low", "north": "tall", @@ -234538,7 +244293,7 @@ } }, { - "id": 18628, + "id": 19737, "properties": { "east": "low", "north": "tall", @@ -234549,7 +244304,7 @@ } }, { - "id": 18629, + "id": 19738, "properties": { "east": "low", "north": "tall", @@ -234560,7 +244315,7 @@ } }, { - "id": 18630, + "id": 19739, "properties": { "east": "low", "north": "tall", @@ -234571,7 +244326,7 @@ } }, { - "id": 18631, + "id": 19740, "properties": { "east": "low", "north": "tall", @@ -234582,7 +244337,7 @@ } }, { - "id": 18632, + "id": 19741, "properties": { "east": "low", "north": "tall", @@ -234593,7 +244348,7 @@ } }, { - "id": 18633, + "id": 19742, "properties": { "east": "low", "north": "tall", @@ -234604,7 +244359,7 @@ } }, { - "id": 18634, + "id": 19743, "properties": { "east": "low", "north": "tall", @@ -234615,7 +244370,7 @@ } }, { - "id": 18635, + "id": 19744, "properties": { "east": "low", "north": "tall", @@ -234626,7 +244381,7 @@ } }, { - "id": 18636, + "id": 19745, "properties": { "east": "low", "north": "tall", @@ -234637,7 +244392,7 @@ } }, { - "id": 18637, + "id": 19746, "properties": { "east": "low", "north": "tall", @@ -234648,7 +244403,7 @@ } }, { - "id": 18638, + "id": 19747, "properties": { "east": "low", "north": "tall", @@ -234659,7 +244414,7 @@ } }, { - "id": 18639, + "id": 19748, "properties": { "east": "tall", "north": "none", @@ -234670,7 +244425,7 @@ } }, { - "id": 18640, + "id": 19749, "properties": { "east": "tall", "north": "none", @@ -234681,7 +244436,7 @@ } }, { - "id": 18641, + "id": 19750, "properties": { "east": "tall", "north": "none", @@ -234692,7 +244447,7 @@ } }, { - "id": 18642, + "id": 19751, "properties": { "east": "tall", "north": "none", @@ -234703,7 +244458,7 @@ } }, { - "id": 18643, + "id": 19752, "properties": { "east": "tall", "north": "none", @@ -234714,7 +244469,7 @@ } }, { - "id": 18644, + "id": 19753, "properties": { "east": "tall", "north": "none", @@ -234725,7 +244480,7 @@ } }, { - "id": 18645, + "id": 19754, "properties": { "east": "tall", "north": "none", @@ -234736,7 +244491,7 @@ } }, { - "id": 18646, + "id": 19755, "properties": { "east": "tall", "north": "none", @@ -234747,7 +244502,7 @@ } }, { - "id": 18647, + "id": 19756, "properties": { "east": "tall", "north": "none", @@ -234758,7 +244513,7 @@ } }, { - "id": 18648, + "id": 19757, "properties": { "east": "tall", "north": "none", @@ -234769,7 +244524,7 @@ } }, { - "id": 18649, + "id": 19758, "properties": { "east": "tall", "north": "none", @@ -234780,7 +244535,7 @@ } }, { - "id": 18650, + "id": 19759, "properties": { "east": "tall", "north": "none", @@ -234791,7 +244546,7 @@ } }, { - "id": 18651, + "id": 19760, "properties": { "east": "tall", "north": "none", @@ -234802,7 +244557,7 @@ } }, { - "id": 18652, + "id": 19761, "properties": { "east": "tall", "north": "none", @@ -234813,7 +244568,7 @@ } }, { - "id": 18653, + "id": 19762, "properties": { "east": "tall", "north": "none", @@ -234824,7 +244579,7 @@ } }, { - "id": 18654, + "id": 19763, "properties": { "east": "tall", "north": "none", @@ -234835,7 +244590,7 @@ } }, { - "id": 18655, + "id": 19764, "properties": { "east": "tall", "north": "none", @@ -234846,7 +244601,7 @@ } }, { - "id": 18656, + "id": 19765, "properties": { "east": "tall", "north": "none", @@ -234857,7 +244612,7 @@ } }, { - "id": 18657, + "id": 19766, "properties": { "east": "tall", "north": "none", @@ -234868,7 +244623,7 @@ } }, { - "id": 18658, + "id": 19767, "properties": { "east": "tall", "north": "none", @@ -234879,7 +244634,7 @@ } }, { - "id": 18659, + "id": 19768, "properties": { "east": "tall", "north": "none", @@ -234890,7 +244645,7 @@ } }, { - "id": 18660, + "id": 19769, "properties": { "east": "tall", "north": "none", @@ -234901,7 +244656,7 @@ } }, { - "id": 18661, + "id": 19770, "properties": { "east": "tall", "north": "none", @@ -234912,7 +244667,7 @@ } }, { - "id": 18662, + "id": 19771, "properties": { "east": "tall", "north": "none", @@ -234923,7 +244678,7 @@ } }, { - "id": 18663, + "id": 19772, "properties": { "east": "tall", "north": "none", @@ -234934,7 +244689,7 @@ } }, { - "id": 18664, + "id": 19773, "properties": { "east": "tall", "north": "none", @@ -234945,7 +244700,7 @@ } }, { - "id": 18665, + "id": 19774, "properties": { "east": "tall", "north": "none", @@ -234956,7 +244711,7 @@ } }, { - "id": 18666, + "id": 19775, "properties": { "east": "tall", "north": "none", @@ -234967,7 +244722,7 @@ } }, { - "id": 18667, + "id": 19776, "properties": { "east": "tall", "north": "none", @@ -234978,7 +244733,7 @@ } }, { - "id": 18668, + "id": 19777, "properties": { "east": "tall", "north": "none", @@ -234989,7 +244744,7 @@ } }, { - "id": 18669, + "id": 19778, "properties": { "east": "tall", "north": "none", @@ -235000,7 +244755,7 @@ } }, { - "id": 18670, + "id": 19779, "properties": { "east": "tall", "north": "none", @@ -235011,7 +244766,7 @@ } }, { - "id": 18671, + "id": 19780, "properties": { "east": "tall", "north": "none", @@ -235022,7 +244777,7 @@ } }, { - "id": 18672, + "id": 19781, "properties": { "east": "tall", "north": "none", @@ -235033,7 +244788,7 @@ } }, { - "id": 18673, + "id": 19782, "properties": { "east": "tall", "north": "none", @@ -235044,7 +244799,7 @@ } }, { - "id": 18674, + "id": 19783, "properties": { "east": "tall", "north": "none", @@ -235055,7 +244810,7 @@ } }, { - "id": 18675, + "id": 19784, "properties": { "east": "tall", "north": "low", @@ -235066,7 +244821,7 @@ } }, { - "id": 18676, + "id": 19785, "properties": { "east": "tall", "north": "low", @@ -235077,7 +244832,7 @@ } }, { - "id": 18677, + "id": 19786, "properties": { "east": "tall", "north": "low", @@ -235088,7 +244843,7 @@ } }, { - "id": 18678, + "id": 19787, "properties": { "east": "tall", "north": "low", @@ -235099,7 +244854,7 @@ } }, { - "id": 18679, + "id": 19788, "properties": { "east": "tall", "north": "low", @@ -235110,7 +244865,7 @@ } }, { - "id": 18680, + "id": 19789, "properties": { "east": "tall", "north": "low", @@ -235121,7 +244876,7 @@ } }, { - "id": 18681, + "id": 19790, "properties": { "east": "tall", "north": "low", @@ -235132,7 +244887,7 @@ } }, { - "id": 18682, + "id": 19791, "properties": { "east": "tall", "north": "low", @@ -235143,7 +244898,7 @@ } }, { - "id": 18683, + "id": 19792, "properties": { "east": "tall", "north": "low", @@ -235154,7 +244909,7 @@ } }, { - "id": 18684, + "id": 19793, "properties": { "east": "tall", "north": "low", @@ -235165,7 +244920,7 @@ } }, { - "id": 18685, + "id": 19794, "properties": { "east": "tall", "north": "low", @@ -235176,7 +244931,7 @@ } }, { - "id": 18686, + "id": 19795, "properties": { "east": "tall", "north": "low", @@ -235187,7 +244942,7 @@ } }, { - "id": 18687, + "id": 19796, "properties": { "east": "tall", "north": "low", @@ -235198,7 +244953,7 @@ } }, { - "id": 18688, + "id": 19797, "properties": { "east": "tall", "north": "low", @@ -235209,7 +244964,7 @@ } }, { - "id": 18689, + "id": 19798, "properties": { "east": "tall", "north": "low", @@ -235220,7 +244975,7 @@ } }, { - "id": 18690, + "id": 19799, "properties": { "east": "tall", "north": "low", @@ -235231,7 +244986,7 @@ } }, { - "id": 18691, + "id": 19800, "properties": { "east": "tall", "north": "low", @@ -235242,7 +244997,7 @@ } }, { - "id": 18692, + "id": 19801, "properties": { "east": "tall", "north": "low", @@ -235253,7 +245008,7 @@ } }, { - "id": 18693, + "id": 19802, "properties": { "east": "tall", "north": "low", @@ -235264,7 +245019,7 @@ } }, { - "id": 18694, + "id": 19803, "properties": { "east": "tall", "north": "low", @@ -235275,7 +245030,7 @@ } }, { - "id": 18695, + "id": 19804, "properties": { "east": "tall", "north": "low", @@ -235286,7 +245041,7 @@ } }, { - "id": 18696, + "id": 19805, "properties": { "east": "tall", "north": "low", @@ -235297,7 +245052,7 @@ } }, { - "id": 18697, + "id": 19806, "properties": { "east": "tall", "north": "low", @@ -235308,7 +245063,7 @@ } }, { - "id": 18698, + "id": 19807, "properties": { "east": "tall", "north": "low", @@ -235319,7 +245074,7 @@ } }, { - "id": 18699, + "id": 19808, "properties": { "east": "tall", "north": "low", @@ -235330,7 +245085,7 @@ } }, { - "id": 18700, + "id": 19809, "properties": { "east": "tall", "north": "low", @@ -235341,7 +245096,7 @@ } }, { - "id": 18701, + "id": 19810, "properties": { "east": "tall", "north": "low", @@ -235352,7 +245107,7 @@ } }, { - "id": 18702, + "id": 19811, "properties": { "east": "tall", "north": "low", @@ -235363,7 +245118,7 @@ } }, { - "id": 18703, + "id": 19812, "properties": { "east": "tall", "north": "low", @@ -235374,7 +245129,7 @@ } }, { - "id": 18704, + "id": 19813, "properties": { "east": "tall", "north": "low", @@ -235385,7 +245140,7 @@ } }, { - "id": 18705, + "id": 19814, "properties": { "east": "tall", "north": "low", @@ -235396,7 +245151,7 @@ } }, { - "id": 18706, + "id": 19815, "properties": { "east": "tall", "north": "low", @@ -235407,7 +245162,7 @@ } }, { - "id": 18707, + "id": 19816, "properties": { "east": "tall", "north": "low", @@ -235418,7 +245173,7 @@ } }, { - "id": 18708, + "id": 19817, "properties": { "east": "tall", "north": "low", @@ -235429,7 +245184,7 @@ } }, { - "id": 18709, + "id": 19818, "properties": { "east": "tall", "north": "low", @@ -235440,7 +245195,7 @@ } }, { - "id": 18710, + "id": 19819, "properties": { "east": "tall", "north": "low", @@ -235451,7 +245206,7 @@ } }, { - "id": 18711, + "id": 19820, "properties": { "east": "tall", "north": "tall", @@ -235462,7 +245217,7 @@ } }, { - "id": 18712, + "id": 19821, "properties": { "east": "tall", "north": "tall", @@ -235473,7 +245228,7 @@ } }, { - "id": 18713, + "id": 19822, "properties": { "east": "tall", "north": "tall", @@ -235484,7 +245239,7 @@ } }, { - "id": 18714, + "id": 19823, "properties": { "east": "tall", "north": "tall", @@ -235495,7 +245250,7 @@ } }, { - "id": 18715, + "id": 19824, "properties": { "east": "tall", "north": "tall", @@ -235506,7 +245261,7 @@ } }, { - "id": 18716, + "id": 19825, "properties": { "east": "tall", "north": "tall", @@ -235517,7 +245272,7 @@ } }, { - "id": 18717, + "id": 19826, "properties": { "east": "tall", "north": "tall", @@ -235528,7 +245283,7 @@ } }, { - "id": 18718, + "id": 19827, "properties": { "east": "tall", "north": "tall", @@ -235539,7 +245294,7 @@ } }, { - "id": 18719, + "id": 19828, "properties": { "east": "tall", "north": "tall", @@ -235550,7 +245305,7 @@ } }, { - "id": 18720, + "id": 19829, "properties": { "east": "tall", "north": "tall", @@ -235561,7 +245316,7 @@ } }, { - "id": 18721, + "id": 19830, "properties": { "east": "tall", "north": "tall", @@ -235572,7 +245327,7 @@ } }, { - "id": 18722, + "id": 19831, "properties": { "east": "tall", "north": "tall", @@ -235583,7 +245338,7 @@ } }, { - "id": 18723, + "id": 19832, "properties": { "east": "tall", "north": "tall", @@ -235594,7 +245349,7 @@ } }, { - "id": 18724, + "id": 19833, "properties": { "east": "tall", "north": "tall", @@ -235605,7 +245360,7 @@ } }, { - "id": 18725, + "id": 19834, "properties": { "east": "tall", "north": "tall", @@ -235616,7 +245371,7 @@ } }, { - "id": 18726, + "id": 19835, "properties": { "east": "tall", "north": "tall", @@ -235627,7 +245382,7 @@ } }, { - "id": 18727, + "id": 19836, "properties": { "east": "tall", "north": "tall", @@ -235638,7 +245393,7 @@ } }, { - "id": 18728, + "id": 19837, "properties": { "east": "tall", "north": "tall", @@ -235649,7 +245404,7 @@ } }, { - "id": 18729, + "id": 19838, "properties": { "east": "tall", "north": "tall", @@ -235660,7 +245415,7 @@ } }, { - "id": 18730, + "id": 19839, "properties": { "east": "tall", "north": "tall", @@ -235671,7 +245426,7 @@ } }, { - "id": 18731, + "id": 19840, "properties": { "east": "tall", "north": "tall", @@ -235682,7 +245437,7 @@ } }, { - "id": 18732, + "id": 19841, "properties": { "east": "tall", "north": "tall", @@ -235693,7 +245448,7 @@ } }, { - "id": 18733, + "id": 19842, "properties": { "east": "tall", "north": "tall", @@ -235704,7 +245459,7 @@ } }, { - "id": 18734, + "id": 19843, "properties": { "east": "tall", "north": "tall", @@ -235715,7 +245470,7 @@ } }, { - "id": 18735, + "id": 19844, "properties": { "east": "tall", "north": "tall", @@ -235726,7 +245481,7 @@ } }, { - "id": 18736, + "id": 19845, "properties": { "east": "tall", "north": "tall", @@ -235737,7 +245492,7 @@ } }, { - "id": 18737, + "id": 19846, "properties": { "east": "tall", "north": "tall", @@ -235748,7 +245503,7 @@ } }, { - "id": 18738, + "id": 19847, "properties": { "east": "tall", "north": "tall", @@ -235759,7 +245514,7 @@ } }, { - "id": 18739, + "id": 19848, "properties": { "east": "tall", "north": "tall", @@ -235770,7 +245525,7 @@ } }, { - "id": 18740, + "id": 19849, "properties": { "east": "tall", "north": "tall", @@ -235781,7 +245536,7 @@ } }, { - "id": 18741, + "id": 19850, "properties": { "east": "tall", "north": "tall", @@ -235792,7 +245547,7 @@ } }, { - "id": 18742, + "id": 19851, "properties": { "east": "tall", "north": "tall", @@ -235803,7 +245558,7 @@ } }, { - "id": 18743, + "id": 19852, "properties": { "east": "tall", "north": "tall", @@ -235814,7 +245569,7 @@ } }, { - "id": 18744, + "id": 19853, "properties": { "east": "tall", "north": "tall", @@ -235825,7 +245580,7 @@ } }, { - "id": 18745, + "id": 19854, "properties": { "east": "tall", "north": "tall", @@ -235836,7 +245591,7 @@ } }, { - "id": 18746, + "id": 19855, "properties": { "east": "tall", "north": "tall", @@ -235875,7 +245630,7 @@ }, "states": [ { - "id": 19395, + "id": 20504, "properties": { "bottom": "true", "distance": "0", @@ -235883,7 +245638,7 @@ } }, { - "id": 19396, + "id": 20505, "properties": { "bottom": "true", "distance": "0", @@ -235891,7 +245646,7 @@ } }, { - "id": 19397, + "id": 20506, "properties": { "bottom": "true", "distance": "1", @@ -235899,7 +245654,7 @@ } }, { - "id": 19398, + "id": 20507, "properties": { "bottom": "true", "distance": "1", @@ -235907,7 +245662,7 @@ } }, { - "id": 19399, + "id": 20508, "properties": { "bottom": "true", "distance": "2", @@ -235915,7 +245670,7 @@ } }, { - "id": 19400, + "id": 20509, "properties": { "bottom": "true", "distance": "2", @@ -235923,7 +245678,7 @@ } }, { - "id": 19401, + "id": 20510, "properties": { "bottom": "true", "distance": "3", @@ -235931,7 +245686,7 @@ } }, { - "id": 19402, + "id": 20511, "properties": { "bottom": "true", "distance": "3", @@ -235939,7 +245694,7 @@ } }, { - "id": 19403, + "id": 20512, "properties": { "bottom": "true", "distance": "4", @@ -235947,7 +245702,7 @@ } }, { - "id": 19404, + "id": 20513, "properties": { "bottom": "true", "distance": "4", @@ -235955,7 +245710,7 @@ } }, { - "id": 19405, + "id": 20514, "properties": { "bottom": "true", "distance": "5", @@ -235963,7 +245718,7 @@ } }, { - "id": 19406, + "id": 20515, "properties": { "bottom": "true", "distance": "5", @@ -235971,7 +245726,7 @@ } }, { - "id": 19407, + "id": 20516, "properties": { "bottom": "true", "distance": "6", @@ -235979,7 +245734,7 @@ } }, { - "id": 19408, + "id": 20517, "properties": { "bottom": "true", "distance": "6", @@ -235987,7 +245742,7 @@ } }, { - "id": 19409, + "id": 20518, "properties": { "bottom": "true", "distance": "7", @@ -235995,7 +245750,7 @@ } }, { - "id": 19410, + "id": 20519, "properties": { "bottom": "true", "distance": "7", @@ -236003,7 +245758,7 @@ } }, { - "id": 19411, + "id": 20520, "properties": { "bottom": "false", "distance": "0", @@ -236011,7 +245766,7 @@ } }, { - "id": 19412, + "id": 20521, "properties": { "bottom": "false", "distance": "0", @@ -236019,7 +245774,7 @@ } }, { - "id": 19413, + "id": 20522, "properties": { "bottom": "false", "distance": "1", @@ -236027,7 +245782,7 @@ } }, { - "id": 19414, + "id": 20523, "properties": { "bottom": "false", "distance": "1", @@ -236035,7 +245790,7 @@ } }, { - "id": 19415, + "id": 20524, "properties": { "bottom": "false", "distance": "2", @@ -236043,7 +245798,7 @@ } }, { - "id": 19416, + "id": 20525, "properties": { "bottom": "false", "distance": "2", @@ -236051,7 +245806,7 @@ } }, { - "id": 19417, + "id": 20526, "properties": { "bottom": "false", "distance": "3", @@ -236059,7 +245814,7 @@ } }, { - "id": 19418, + "id": 20527, "properties": { "bottom": "false", "distance": "3", @@ -236067,7 +245822,7 @@ } }, { - "id": 19419, + "id": 20528, "properties": { "bottom": "false", "distance": "4", @@ -236075,7 +245830,7 @@ } }, { - "id": 19420, + "id": 20529, "properties": { "bottom": "false", "distance": "4", @@ -236083,7 +245838,7 @@ } }, { - "id": 19421, + "id": 20530, "properties": { "bottom": "false", "distance": "5", @@ -236091,7 +245846,7 @@ } }, { - "id": 19422, + "id": 20531, "properties": { "bottom": "false", "distance": "5", @@ -236099,7 +245854,7 @@ } }, { - "id": 19423, + "id": 20532, "properties": { "bottom": "false", "distance": "6", @@ -236107,7 +245862,7 @@ } }, { - "id": 19424, + "id": 20533, "properties": { "bottom": "false", "distance": "6", @@ -236115,7 +245870,7 @@ } }, { - "id": 19425, + "id": 20534, "properties": { "bottom": "false", "distance": "7", @@ -236124,7 +245879,7 @@ }, { "default": true, - "id": 19426, + "id": 20535, "properties": { "bottom": "false", "distance": "7", @@ -236141,7 +245896,7 @@ "states": [ { "default": true, - "id": 23827 + "id": 24968 } ] }, @@ -236158,14 +245913,14 @@ }, "states": [ { - "id": 23956, + "id": 25097, "properties": { "bloom": "true" } }, { "default": true, - "id": 23957, + "id": 25098, "properties": { "bloom": "false" } @@ -236208,7 +245963,7 @@ }, "states": [ { - "id": 23347, + "id": 24488, "properties": { "power": "0", "sculk_sensor_phase": "inactive", @@ -236217,7 +245972,7 @@ }, { "default": true, - "id": 23348, + "id": 24489, "properties": { "power": "0", "sculk_sensor_phase": "inactive", @@ -236225,7 +245980,7 @@ } }, { - "id": 23349, + "id": 24490, "properties": { "power": "0", "sculk_sensor_phase": "active", @@ -236233,7 +245988,7 @@ } }, { - "id": 23350, + "id": 24491, "properties": { "power": "0", "sculk_sensor_phase": "active", @@ -236241,7 +245996,7 @@ } }, { - "id": 23351, + "id": 24492, "properties": { "power": "0", "sculk_sensor_phase": "cooldown", @@ -236249,7 +246004,7 @@ } }, { - "id": 23352, + "id": 24493, "properties": { "power": "0", "sculk_sensor_phase": "cooldown", @@ -236257,7 +246012,7 @@ } }, { - "id": 23353, + "id": 24494, "properties": { "power": "1", "sculk_sensor_phase": "inactive", @@ -236265,7 +246020,7 @@ } }, { - "id": 23354, + "id": 24495, "properties": { "power": "1", "sculk_sensor_phase": "inactive", @@ -236273,7 +246028,7 @@ } }, { - "id": 23355, + "id": 24496, "properties": { "power": "1", "sculk_sensor_phase": "active", @@ -236281,7 +246036,7 @@ } }, { - "id": 23356, + "id": 24497, "properties": { "power": "1", "sculk_sensor_phase": "active", @@ -236289,7 +246044,7 @@ } }, { - "id": 23357, + "id": 24498, "properties": { "power": "1", "sculk_sensor_phase": "cooldown", @@ -236297,7 +246052,7 @@ } }, { - "id": 23358, + "id": 24499, "properties": { "power": "1", "sculk_sensor_phase": "cooldown", @@ -236305,7 +246060,7 @@ } }, { - "id": 23359, + "id": 24500, "properties": { "power": "2", "sculk_sensor_phase": "inactive", @@ -236313,7 +246068,7 @@ } }, { - "id": 23360, + "id": 24501, "properties": { "power": "2", "sculk_sensor_phase": "inactive", @@ -236321,7 +246076,7 @@ } }, { - "id": 23361, + "id": 24502, "properties": { "power": "2", "sculk_sensor_phase": "active", @@ -236329,7 +246084,7 @@ } }, { - "id": 23362, + "id": 24503, "properties": { "power": "2", "sculk_sensor_phase": "active", @@ -236337,7 +246092,7 @@ } }, { - "id": 23363, + "id": 24504, "properties": { "power": "2", "sculk_sensor_phase": "cooldown", @@ -236345,7 +246100,7 @@ } }, { - "id": 23364, + "id": 24505, "properties": { "power": "2", "sculk_sensor_phase": "cooldown", @@ -236353,7 +246108,7 @@ } }, { - "id": 23365, + "id": 24506, "properties": { "power": "3", "sculk_sensor_phase": "inactive", @@ -236361,7 +246116,7 @@ } }, { - "id": 23366, + "id": 24507, "properties": { "power": "3", "sculk_sensor_phase": "inactive", @@ -236369,7 +246124,7 @@ } }, { - "id": 23367, + "id": 24508, "properties": { "power": "3", "sculk_sensor_phase": "active", @@ -236377,7 +246132,7 @@ } }, { - "id": 23368, + "id": 24509, "properties": { "power": "3", "sculk_sensor_phase": "active", @@ -236385,7 +246140,7 @@ } }, { - "id": 23369, + "id": 24510, "properties": { "power": "3", "sculk_sensor_phase": "cooldown", @@ -236393,7 +246148,7 @@ } }, { - "id": 23370, + "id": 24511, "properties": { "power": "3", "sculk_sensor_phase": "cooldown", @@ -236401,7 +246156,7 @@ } }, { - "id": 23371, + "id": 24512, "properties": { "power": "4", "sculk_sensor_phase": "inactive", @@ -236409,7 +246164,7 @@ } }, { - "id": 23372, + "id": 24513, "properties": { "power": "4", "sculk_sensor_phase": "inactive", @@ -236417,7 +246172,7 @@ } }, { - "id": 23373, + "id": 24514, "properties": { "power": "4", "sculk_sensor_phase": "active", @@ -236425,7 +246180,7 @@ } }, { - "id": 23374, + "id": 24515, "properties": { "power": "4", "sculk_sensor_phase": "active", @@ -236433,7 +246188,7 @@ } }, { - "id": 23375, + "id": 24516, "properties": { "power": "4", "sculk_sensor_phase": "cooldown", @@ -236441,7 +246196,7 @@ } }, { - "id": 23376, + "id": 24517, "properties": { "power": "4", "sculk_sensor_phase": "cooldown", @@ -236449,7 +246204,7 @@ } }, { - "id": 23377, + "id": 24518, "properties": { "power": "5", "sculk_sensor_phase": "inactive", @@ -236457,7 +246212,7 @@ } }, { - "id": 23378, + "id": 24519, "properties": { "power": "5", "sculk_sensor_phase": "inactive", @@ -236465,7 +246220,7 @@ } }, { - "id": 23379, + "id": 24520, "properties": { "power": "5", "sculk_sensor_phase": "active", @@ -236473,7 +246228,7 @@ } }, { - "id": 23380, + "id": 24521, "properties": { "power": "5", "sculk_sensor_phase": "active", @@ -236481,7 +246236,7 @@ } }, { - "id": 23381, + "id": 24522, "properties": { "power": "5", "sculk_sensor_phase": "cooldown", @@ -236489,7 +246244,7 @@ } }, { - "id": 23382, + "id": 24523, "properties": { "power": "5", "sculk_sensor_phase": "cooldown", @@ -236497,7 +246252,7 @@ } }, { - "id": 23383, + "id": 24524, "properties": { "power": "6", "sculk_sensor_phase": "inactive", @@ -236505,7 +246260,7 @@ } }, { - "id": 23384, + "id": 24525, "properties": { "power": "6", "sculk_sensor_phase": "inactive", @@ -236513,7 +246268,7 @@ } }, { - "id": 23385, + "id": 24526, "properties": { "power": "6", "sculk_sensor_phase": "active", @@ -236521,7 +246276,7 @@ } }, { - "id": 23386, + "id": 24527, "properties": { "power": "6", "sculk_sensor_phase": "active", @@ -236529,7 +246284,7 @@ } }, { - "id": 23387, + "id": 24528, "properties": { "power": "6", "sculk_sensor_phase": "cooldown", @@ -236537,7 +246292,7 @@ } }, { - "id": 23388, + "id": 24529, "properties": { "power": "6", "sculk_sensor_phase": "cooldown", @@ -236545,7 +246300,7 @@ } }, { - "id": 23389, + "id": 24530, "properties": { "power": "7", "sculk_sensor_phase": "inactive", @@ -236553,7 +246308,7 @@ } }, { - "id": 23390, + "id": 24531, "properties": { "power": "7", "sculk_sensor_phase": "inactive", @@ -236561,7 +246316,7 @@ } }, { - "id": 23391, + "id": 24532, "properties": { "power": "7", "sculk_sensor_phase": "active", @@ -236569,7 +246324,7 @@ } }, { - "id": 23392, + "id": 24533, "properties": { "power": "7", "sculk_sensor_phase": "active", @@ -236577,7 +246332,7 @@ } }, { - "id": 23393, + "id": 24534, "properties": { "power": "7", "sculk_sensor_phase": "cooldown", @@ -236585,7 +246340,7 @@ } }, { - "id": 23394, + "id": 24535, "properties": { "power": "7", "sculk_sensor_phase": "cooldown", @@ -236593,7 +246348,7 @@ } }, { - "id": 23395, + "id": 24536, "properties": { "power": "8", "sculk_sensor_phase": "inactive", @@ -236601,7 +246356,7 @@ } }, { - "id": 23396, + "id": 24537, "properties": { "power": "8", "sculk_sensor_phase": "inactive", @@ -236609,7 +246364,7 @@ } }, { - "id": 23397, + "id": 24538, "properties": { "power": "8", "sculk_sensor_phase": "active", @@ -236617,7 +246372,7 @@ } }, { - "id": 23398, + "id": 24539, "properties": { "power": "8", "sculk_sensor_phase": "active", @@ -236625,7 +246380,7 @@ } }, { - "id": 23399, + "id": 24540, "properties": { "power": "8", "sculk_sensor_phase": "cooldown", @@ -236633,7 +246388,7 @@ } }, { - "id": 23400, + "id": 24541, "properties": { "power": "8", "sculk_sensor_phase": "cooldown", @@ -236641,7 +246396,7 @@ } }, { - "id": 23401, + "id": 24542, "properties": { "power": "9", "sculk_sensor_phase": "inactive", @@ -236649,7 +246404,7 @@ } }, { - "id": 23402, + "id": 24543, "properties": { "power": "9", "sculk_sensor_phase": "inactive", @@ -236657,7 +246412,7 @@ } }, { - "id": 23403, + "id": 24544, "properties": { "power": "9", "sculk_sensor_phase": "active", @@ -236665,7 +246420,7 @@ } }, { - "id": 23404, + "id": 24545, "properties": { "power": "9", "sculk_sensor_phase": "active", @@ -236673,7 +246428,7 @@ } }, { - "id": 23405, + "id": 24546, "properties": { "power": "9", "sculk_sensor_phase": "cooldown", @@ -236681,7 +246436,7 @@ } }, { - "id": 23406, + "id": 24547, "properties": { "power": "9", "sculk_sensor_phase": "cooldown", @@ -236689,7 +246444,7 @@ } }, { - "id": 23407, + "id": 24548, "properties": { "power": "10", "sculk_sensor_phase": "inactive", @@ -236697,7 +246452,7 @@ } }, { - "id": 23408, + "id": 24549, "properties": { "power": "10", "sculk_sensor_phase": "inactive", @@ -236705,7 +246460,7 @@ } }, { - "id": 23409, + "id": 24550, "properties": { "power": "10", "sculk_sensor_phase": "active", @@ -236713,7 +246468,7 @@ } }, { - "id": 23410, + "id": 24551, "properties": { "power": "10", "sculk_sensor_phase": "active", @@ -236721,7 +246476,7 @@ } }, { - "id": 23411, + "id": 24552, "properties": { "power": "10", "sculk_sensor_phase": "cooldown", @@ -236729,7 +246484,7 @@ } }, { - "id": 23412, + "id": 24553, "properties": { "power": "10", "sculk_sensor_phase": "cooldown", @@ -236737,7 +246492,7 @@ } }, { - "id": 23413, + "id": 24554, "properties": { "power": "11", "sculk_sensor_phase": "inactive", @@ -236745,7 +246500,7 @@ } }, { - "id": 23414, + "id": 24555, "properties": { "power": "11", "sculk_sensor_phase": "inactive", @@ -236753,7 +246508,7 @@ } }, { - "id": 23415, + "id": 24556, "properties": { "power": "11", "sculk_sensor_phase": "active", @@ -236761,7 +246516,7 @@ } }, { - "id": 23416, + "id": 24557, "properties": { "power": "11", "sculk_sensor_phase": "active", @@ -236769,7 +246524,7 @@ } }, { - "id": 23417, + "id": 24558, "properties": { "power": "11", "sculk_sensor_phase": "cooldown", @@ -236777,7 +246532,7 @@ } }, { - "id": 23418, + "id": 24559, "properties": { "power": "11", "sculk_sensor_phase": "cooldown", @@ -236785,7 +246540,7 @@ } }, { - "id": 23419, + "id": 24560, "properties": { "power": "12", "sculk_sensor_phase": "inactive", @@ -236793,7 +246548,7 @@ } }, { - "id": 23420, + "id": 24561, "properties": { "power": "12", "sculk_sensor_phase": "inactive", @@ -236801,7 +246556,7 @@ } }, { - "id": 23421, + "id": 24562, "properties": { "power": "12", "sculk_sensor_phase": "active", @@ -236809,7 +246564,7 @@ } }, { - "id": 23422, + "id": 24563, "properties": { "power": "12", "sculk_sensor_phase": "active", @@ -236817,7 +246572,7 @@ } }, { - "id": 23423, + "id": 24564, "properties": { "power": "12", "sculk_sensor_phase": "cooldown", @@ -236825,7 +246580,7 @@ } }, { - "id": 23424, + "id": 24565, "properties": { "power": "12", "sculk_sensor_phase": "cooldown", @@ -236833,7 +246588,7 @@ } }, { - "id": 23425, + "id": 24566, "properties": { "power": "13", "sculk_sensor_phase": "inactive", @@ -236841,7 +246596,7 @@ } }, { - "id": 23426, + "id": 24567, "properties": { "power": "13", "sculk_sensor_phase": "inactive", @@ -236849,7 +246604,7 @@ } }, { - "id": 23427, + "id": 24568, "properties": { "power": "13", "sculk_sensor_phase": "active", @@ -236857,7 +246612,7 @@ } }, { - "id": 23428, + "id": 24569, "properties": { "power": "13", "sculk_sensor_phase": "active", @@ -236865,7 +246620,7 @@ } }, { - "id": 23429, + "id": 24570, "properties": { "power": "13", "sculk_sensor_phase": "cooldown", @@ -236873,7 +246628,7 @@ } }, { - "id": 23430, + "id": 24571, "properties": { "power": "13", "sculk_sensor_phase": "cooldown", @@ -236881,7 +246636,7 @@ } }, { - "id": 23431, + "id": 24572, "properties": { "power": "14", "sculk_sensor_phase": "inactive", @@ -236889,7 +246644,7 @@ } }, { - "id": 23432, + "id": 24573, "properties": { "power": "14", "sculk_sensor_phase": "inactive", @@ -236897,7 +246652,7 @@ } }, { - "id": 23433, + "id": 24574, "properties": { "power": "14", "sculk_sensor_phase": "active", @@ -236905,7 +246660,7 @@ } }, { - "id": 23434, + "id": 24575, "properties": { "power": "14", "sculk_sensor_phase": "active", @@ -236913,7 +246668,7 @@ } }, { - "id": 23435, + "id": 24576, "properties": { "power": "14", "sculk_sensor_phase": "cooldown", @@ -236921,7 +246676,7 @@ } }, { - "id": 23436, + "id": 24577, "properties": { "power": "14", "sculk_sensor_phase": "cooldown", @@ -236929,7 +246684,7 @@ } }, { - "id": 23437, + "id": 24578, "properties": { "power": "15", "sculk_sensor_phase": "inactive", @@ -236937,7 +246692,7 @@ } }, { - "id": 23438, + "id": 24579, "properties": { "power": "15", "sculk_sensor_phase": "inactive", @@ -236945,7 +246700,7 @@ } }, { - "id": 23439, + "id": 24580, "properties": { "power": "15", "sculk_sensor_phase": "active", @@ -236953,7 +246708,7 @@ } }, { - "id": 23440, + "id": 24581, "properties": { "power": "15", "sculk_sensor_phase": "active", @@ -236961,7 +246716,7 @@ } }, { - "id": 23441, + "id": 24582, "properties": { "power": "15", "sculk_sensor_phase": "cooldown", @@ -236969,7 +246724,7 @@ } }, { - "id": 23442, + "id": 24583, "properties": { "power": "15", "sculk_sensor_phase": "cooldown", @@ -236999,7 +246754,7 @@ }, "states": [ { - "id": 23958, + "id": 25099, "properties": { "can_summon": "true", "shrieking": "true", @@ -237007,7 +246762,7 @@ } }, { - "id": 23959, + "id": 25100, "properties": { "can_summon": "true", "shrieking": "true", @@ -237015,7 +246770,7 @@ } }, { - "id": 23960, + "id": 25101, "properties": { "can_summon": "true", "shrieking": "false", @@ -237023,7 +246778,7 @@ } }, { - "id": 23961, + "id": 25102, "properties": { "can_summon": "true", "shrieking": "false", @@ -237031,7 +246786,7 @@ } }, { - "id": 23962, + "id": 25103, "properties": { "can_summon": "false", "shrieking": "true", @@ -237039,7 +246794,7 @@ } }, { - "id": 23963, + "id": 25104, "properties": { "can_summon": "false", "shrieking": "true", @@ -237047,7 +246802,7 @@ } }, { - "id": 23964, + "id": 25105, "properties": { "can_summon": "false", "shrieking": "false", @@ -237056,7 +246811,7 @@ }, { "default": true, - "id": 23965, + "id": 25106, "properties": { "can_summon": "false", "shrieking": "false", @@ -237102,7 +246857,7 @@ }, "states": [ { - "id": 23828, + "id": 24969, "properties": { "down": "true", "east": "true", @@ -237114,7 +246869,7 @@ } }, { - "id": 23829, + "id": 24970, "properties": { "down": "true", "east": "true", @@ -237126,7 +246881,7 @@ } }, { - "id": 23830, + "id": 24971, "properties": { "down": "true", "east": "true", @@ -237138,7 +246893,7 @@ } }, { - "id": 23831, + "id": 24972, "properties": { "down": "true", "east": "true", @@ -237150,7 +246905,7 @@ } }, { - "id": 23832, + "id": 24973, "properties": { "down": "true", "east": "true", @@ -237162,7 +246917,7 @@ } }, { - "id": 23833, + "id": 24974, "properties": { "down": "true", "east": "true", @@ -237174,7 +246929,7 @@ } }, { - "id": 23834, + "id": 24975, "properties": { "down": "true", "east": "true", @@ -237186,7 +246941,7 @@ } }, { - "id": 23835, + "id": 24976, "properties": { "down": "true", "east": "true", @@ -237198,7 +246953,7 @@ } }, { - "id": 23836, + "id": 24977, "properties": { "down": "true", "east": "true", @@ -237210,7 +246965,7 @@ } }, { - "id": 23837, + "id": 24978, "properties": { "down": "true", "east": "true", @@ -237222,7 +246977,7 @@ } }, { - "id": 23838, + "id": 24979, "properties": { "down": "true", "east": "true", @@ -237234,7 +246989,7 @@ } }, { - "id": 23839, + "id": 24980, "properties": { "down": "true", "east": "true", @@ -237246,7 +247001,7 @@ } }, { - "id": 23840, + "id": 24981, "properties": { "down": "true", "east": "true", @@ -237258,7 +247013,7 @@ } }, { - "id": 23841, + "id": 24982, "properties": { "down": "true", "east": "true", @@ -237270,7 +247025,7 @@ } }, { - "id": 23842, + "id": 24983, "properties": { "down": "true", "east": "true", @@ -237282,7 +247037,7 @@ } }, { - "id": 23843, + "id": 24984, "properties": { "down": "true", "east": "true", @@ -237294,7 +247049,7 @@ } }, { - "id": 23844, + "id": 24985, "properties": { "down": "true", "east": "true", @@ -237306,7 +247061,7 @@ } }, { - "id": 23845, + "id": 24986, "properties": { "down": "true", "east": "true", @@ -237318,7 +247073,7 @@ } }, { - "id": 23846, + "id": 24987, "properties": { "down": "true", "east": "true", @@ -237330,7 +247085,7 @@ } }, { - "id": 23847, + "id": 24988, "properties": { "down": "true", "east": "true", @@ -237342,7 +247097,7 @@ } }, { - "id": 23848, + "id": 24989, "properties": { "down": "true", "east": "true", @@ -237354,7 +247109,7 @@ } }, { - "id": 23849, + "id": 24990, "properties": { "down": "true", "east": "true", @@ -237366,7 +247121,7 @@ } }, { - "id": 23850, + "id": 24991, "properties": { "down": "true", "east": "true", @@ -237378,7 +247133,7 @@ } }, { - "id": 23851, + "id": 24992, "properties": { "down": "true", "east": "true", @@ -237390,7 +247145,7 @@ } }, { - "id": 23852, + "id": 24993, "properties": { "down": "true", "east": "true", @@ -237402,7 +247157,7 @@ } }, { - "id": 23853, + "id": 24994, "properties": { "down": "true", "east": "true", @@ -237414,7 +247169,7 @@ } }, { - "id": 23854, + "id": 24995, "properties": { "down": "true", "east": "true", @@ -237426,7 +247181,7 @@ } }, { - "id": 23855, + "id": 24996, "properties": { "down": "true", "east": "true", @@ -237438,7 +247193,7 @@ } }, { - "id": 23856, + "id": 24997, "properties": { "down": "true", "east": "true", @@ -237450,7 +247205,7 @@ } }, { - "id": 23857, + "id": 24998, "properties": { "down": "true", "east": "true", @@ -237462,7 +247217,7 @@ } }, { - "id": 23858, + "id": 24999, "properties": { "down": "true", "east": "true", @@ -237474,7 +247229,7 @@ } }, { - "id": 23859, + "id": 25000, "properties": { "down": "true", "east": "true", @@ -237486,7 +247241,7 @@ } }, { - "id": 23860, + "id": 25001, "properties": { "down": "true", "east": "false", @@ -237498,7 +247253,7 @@ } }, { - "id": 23861, + "id": 25002, "properties": { "down": "true", "east": "false", @@ -237510,7 +247265,7 @@ } }, { - "id": 23862, + "id": 25003, "properties": { "down": "true", "east": "false", @@ -237522,7 +247277,7 @@ } }, { - "id": 23863, + "id": 25004, "properties": { "down": "true", "east": "false", @@ -237534,7 +247289,7 @@ } }, { - "id": 23864, + "id": 25005, "properties": { "down": "true", "east": "false", @@ -237546,7 +247301,7 @@ } }, { - "id": 23865, + "id": 25006, "properties": { "down": "true", "east": "false", @@ -237558,7 +247313,7 @@ } }, { - "id": 23866, + "id": 25007, "properties": { "down": "true", "east": "false", @@ -237570,7 +247325,7 @@ } }, { - "id": 23867, + "id": 25008, "properties": { "down": "true", "east": "false", @@ -237582,7 +247337,7 @@ } }, { - "id": 23868, + "id": 25009, "properties": { "down": "true", "east": "false", @@ -237594,7 +247349,7 @@ } }, { - "id": 23869, + "id": 25010, "properties": { "down": "true", "east": "false", @@ -237606,7 +247361,7 @@ } }, { - "id": 23870, + "id": 25011, "properties": { "down": "true", "east": "false", @@ -237618,7 +247373,7 @@ } }, { - "id": 23871, + "id": 25012, "properties": { "down": "true", "east": "false", @@ -237630,7 +247385,7 @@ } }, { - "id": 23872, + "id": 25013, "properties": { "down": "true", "east": "false", @@ -237642,7 +247397,7 @@ } }, { - "id": 23873, + "id": 25014, "properties": { "down": "true", "east": "false", @@ -237654,7 +247409,7 @@ } }, { - "id": 23874, + "id": 25015, "properties": { "down": "true", "east": "false", @@ -237666,7 +247421,7 @@ } }, { - "id": 23875, + "id": 25016, "properties": { "down": "true", "east": "false", @@ -237678,7 +247433,7 @@ } }, { - "id": 23876, + "id": 25017, "properties": { "down": "true", "east": "false", @@ -237690,7 +247445,7 @@ } }, { - "id": 23877, + "id": 25018, "properties": { "down": "true", "east": "false", @@ -237702,7 +247457,7 @@ } }, { - "id": 23878, + "id": 25019, "properties": { "down": "true", "east": "false", @@ -237714,7 +247469,7 @@ } }, { - "id": 23879, + "id": 25020, "properties": { "down": "true", "east": "false", @@ -237726,7 +247481,7 @@ } }, { - "id": 23880, + "id": 25021, "properties": { "down": "true", "east": "false", @@ -237738,7 +247493,7 @@ } }, { - "id": 23881, + "id": 25022, "properties": { "down": "true", "east": "false", @@ -237750,7 +247505,7 @@ } }, { - "id": 23882, + "id": 25023, "properties": { "down": "true", "east": "false", @@ -237762,7 +247517,7 @@ } }, { - "id": 23883, + "id": 25024, "properties": { "down": "true", "east": "false", @@ -237774,7 +247529,7 @@ } }, { - "id": 23884, + "id": 25025, "properties": { "down": "true", "east": "false", @@ -237786,7 +247541,7 @@ } }, { - "id": 23885, + "id": 25026, "properties": { "down": "true", "east": "false", @@ -237798,7 +247553,7 @@ } }, { - "id": 23886, + "id": 25027, "properties": { "down": "true", "east": "false", @@ -237810,7 +247565,7 @@ } }, { - "id": 23887, + "id": 25028, "properties": { "down": "true", "east": "false", @@ -237822,7 +247577,7 @@ } }, { - "id": 23888, + "id": 25029, "properties": { "down": "true", "east": "false", @@ -237834,7 +247589,7 @@ } }, { - "id": 23889, + "id": 25030, "properties": { "down": "true", "east": "false", @@ -237846,7 +247601,7 @@ } }, { - "id": 23890, + "id": 25031, "properties": { "down": "true", "east": "false", @@ -237858,7 +247613,7 @@ } }, { - "id": 23891, + "id": 25032, "properties": { "down": "true", "east": "false", @@ -237870,7 +247625,7 @@ } }, { - "id": 23892, + "id": 25033, "properties": { "down": "false", "east": "true", @@ -237882,7 +247637,7 @@ } }, { - "id": 23893, + "id": 25034, "properties": { "down": "false", "east": "true", @@ -237894,7 +247649,7 @@ } }, { - "id": 23894, + "id": 25035, "properties": { "down": "false", "east": "true", @@ -237906,7 +247661,7 @@ } }, { - "id": 23895, + "id": 25036, "properties": { "down": "false", "east": "true", @@ -237918,7 +247673,7 @@ } }, { - "id": 23896, + "id": 25037, "properties": { "down": "false", "east": "true", @@ -237930,7 +247685,7 @@ } }, { - "id": 23897, + "id": 25038, "properties": { "down": "false", "east": "true", @@ -237942,7 +247697,7 @@ } }, { - "id": 23898, + "id": 25039, "properties": { "down": "false", "east": "true", @@ -237954,7 +247709,7 @@ } }, { - "id": 23899, + "id": 25040, "properties": { "down": "false", "east": "true", @@ -237966,7 +247721,7 @@ } }, { - "id": 23900, + "id": 25041, "properties": { "down": "false", "east": "true", @@ -237978,7 +247733,7 @@ } }, { - "id": 23901, + "id": 25042, "properties": { "down": "false", "east": "true", @@ -237990,7 +247745,7 @@ } }, { - "id": 23902, + "id": 25043, "properties": { "down": "false", "east": "true", @@ -238002,7 +247757,7 @@ } }, { - "id": 23903, + "id": 25044, "properties": { "down": "false", "east": "true", @@ -238014,7 +247769,7 @@ } }, { - "id": 23904, + "id": 25045, "properties": { "down": "false", "east": "true", @@ -238026,7 +247781,7 @@ } }, { - "id": 23905, + "id": 25046, "properties": { "down": "false", "east": "true", @@ -238038,7 +247793,7 @@ } }, { - "id": 23906, + "id": 25047, "properties": { "down": "false", "east": "true", @@ -238050,7 +247805,7 @@ } }, { - "id": 23907, + "id": 25048, "properties": { "down": "false", "east": "true", @@ -238062,7 +247817,7 @@ } }, { - "id": 23908, + "id": 25049, "properties": { "down": "false", "east": "true", @@ -238074,7 +247829,7 @@ } }, { - "id": 23909, + "id": 25050, "properties": { "down": "false", "east": "true", @@ -238086,7 +247841,7 @@ } }, { - "id": 23910, + "id": 25051, "properties": { "down": "false", "east": "true", @@ -238098,7 +247853,7 @@ } }, { - "id": 23911, + "id": 25052, "properties": { "down": "false", "east": "true", @@ -238110,7 +247865,7 @@ } }, { - "id": 23912, + "id": 25053, "properties": { "down": "false", "east": "true", @@ -238122,7 +247877,7 @@ } }, { - "id": 23913, + "id": 25054, "properties": { "down": "false", "east": "true", @@ -238134,7 +247889,7 @@ } }, { - "id": 23914, + "id": 25055, "properties": { "down": "false", "east": "true", @@ -238146,7 +247901,7 @@ } }, { - "id": 23915, + "id": 25056, "properties": { "down": "false", "east": "true", @@ -238158,7 +247913,7 @@ } }, { - "id": 23916, + "id": 25057, "properties": { "down": "false", "east": "true", @@ -238170,7 +247925,7 @@ } }, { - "id": 23917, + "id": 25058, "properties": { "down": "false", "east": "true", @@ -238182,7 +247937,7 @@ } }, { - "id": 23918, + "id": 25059, "properties": { "down": "false", "east": "true", @@ -238194,7 +247949,7 @@ } }, { - "id": 23919, + "id": 25060, "properties": { "down": "false", "east": "true", @@ -238206,7 +247961,7 @@ } }, { - "id": 23920, + "id": 25061, "properties": { "down": "false", "east": "true", @@ -238218,7 +247973,7 @@ } }, { - "id": 23921, + "id": 25062, "properties": { "down": "false", "east": "true", @@ -238230,7 +247985,7 @@ } }, { - "id": 23922, + "id": 25063, "properties": { "down": "false", "east": "true", @@ -238242,7 +247997,7 @@ } }, { - "id": 23923, + "id": 25064, "properties": { "down": "false", "east": "true", @@ -238254,7 +248009,7 @@ } }, { - "id": 23924, + "id": 25065, "properties": { "down": "false", "east": "false", @@ -238266,7 +248021,7 @@ } }, { - "id": 23925, + "id": 25066, "properties": { "down": "false", "east": "false", @@ -238278,7 +248033,7 @@ } }, { - "id": 23926, + "id": 25067, "properties": { "down": "false", "east": "false", @@ -238290,7 +248045,7 @@ } }, { - "id": 23927, + "id": 25068, "properties": { "down": "false", "east": "false", @@ -238302,7 +248057,7 @@ } }, { - "id": 23928, + "id": 25069, "properties": { "down": "false", "east": "false", @@ -238314,7 +248069,7 @@ } }, { - "id": 23929, + "id": 25070, "properties": { "down": "false", "east": "false", @@ -238326,7 +248081,7 @@ } }, { - "id": 23930, + "id": 25071, "properties": { "down": "false", "east": "false", @@ -238338,7 +248093,7 @@ } }, { - "id": 23931, + "id": 25072, "properties": { "down": "false", "east": "false", @@ -238350,7 +248105,7 @@ } }, { - "id": 23932, + "id": 25073, "properties": { "down": "false", "east": "false", @@ -238362,7 +248117,7 @@ } }, { - "id": 23933, + "id": 25074, "properties": { "down": "false", "east": "false", @@ -238374,7 +248129,7 @@ } }, { - "id": 23934, + "id": 25075, "properties": { "down": "false", "east": "false", @@ -238386,7 +248141,7 @@ } }, { - "id": 23935, + "id": 25076, "properties": { "down": "false", "east": "false", @@ -238398,7 +248153,7 @@ } }, { - "id": 23936, + "id": 25077, "properties": { "down": "false", "east": "false", @@ -238410,7 +248165,7 @@ } }, { - "id": 23937, + "id": 25078, "properties": { "down": "false", "east": "false", @@ -238422,7 +248177,7 @@ } }, { - "id": 23938, + "id": 25079, "properties": { "down": "false", "east": "false", @@ -238434,7 +248189,7 @@ } }, { - "id": 23939, + "id": 25080, "properties": { "down": "false", "east": "false", @@ -238446,7 +248201,7 @@ } }, { - "id": 23940, + "id": 25081, "properties": { "down": "false", "east": "false", @@ -238458,7 +248213,7 @@ } }, { - "id": 23941, + "id": 25082, "properties": { "down": "false", "east": "false", @@ -238470,7 +248225,7 @@ } }, { - "id": 23942, + "id": 25083, "properties": { "down": "false", "east": "false", @@ -238482,7 +248237,7 @@ } }, { - "id": 23943, + "id": 25084, "properties": { "down": "false", "east": "false", @@ -238494,7 +248249,7 @@ } }, { - "id": 23944, + "id": 25085, "properties": { "down": "false", "east": "false", @@ -238506,7 +248261,7 @@ } }, { - "id": 23945, + "id": 25086, "properties": { "down": "false", "east": "false", @@ -238518,7 +248273,7 @@ } }, { - "id": 23946, + "id": 25087, "properties": { "down": "false", "east": "false", @@ -238530,7 +248285,7 @@ } }, { - "id": 23947, + "id": 25088, "properties": { "down": "false", "east": "false", @@ -238542,7 +248297,7 @@ } }, { - "id": 23948, + "id": 25089, "properties": { "down": "false", "east": "false", @@ -238554,7 +248309,7 @@ } }, { - "id": 23949, + "id": 25090, "properties": { "down": "false", "east": "false", @@ -238566,7 +248321,7 @@ } }, { - "id": 23950, + "id": 25091, "properties": { "down": "false", "east": "false", @@ -238578,7 +248333,7 @@ } }, { - "id": 23951, + "id": 25092, "properties": { "down": "false", "east": "false", @@ -238590,7 +248345,7 @@ } }, { - "id": 23952, + "id": 25093, "properties": { "down": "false", "east": "false", @@ -238602,7 +248357,7 @@ } }, { - "id": 23953, + "id": 25094, "properties": { "down": "false", "east": "false", @@ -238614,7 +248369,7 @@ } }, { - "id": 23954, + "id": 25095, "properties": { "down": "false", "east": "false", @@ -238627,7 +248382,7 @@ }, { "default": true, - "id": 23955, + "id": 25096, "properties": { "down": "false", "east": "false", @@ -238648,7 +248403,7 @@ "states": [ { "default": true, - "id": 11613 + "id": 12690 } ] }, @@ -238672,56 +248427,56 @@ "states": [ { "default": true, - "id": 13956, + "id": 15065, "properties": { "pickles": "1", "waterlogged": "true" } }, { - "id": 13957, + "id": 15066, "properties": { "pickles": "1", "waterlogged": "false" } }, { - "id": 13958, + "id": 15067, "properties": { "pickles": "2", "waterlogged": "true" } }, { - "id": 13959, + "id": 15068, "properties": { "pickles": "2", "waterlogged": "false" } }, { - "id": 13960, + "id": 15069, "properties": { "pickles": "3", "waterlogged": "true" } }, { - "id": 13961, + "id": 15070, "properties": { "pickles": "3", "waterlogged": "false" } }, { - "id": 13962, + "id": 15071, "properties": { "pickles": "4", "waterlogged": "true" } }, { - "id": 13963, + "id": 15072, "properties": { "pickles": "4", "waterlogged": "false" @@ -238773,7 +248528,7 @@ "states": [ { "default": true, - "id": 19633 + "id": 20774 } ] }, @@ -238794,38 +248549,38 @@ }, "states": [ { - "id": 13585, + "id": 14662, "properties": { "facing": "north" } }, { - "id": 13586, + "id": 14663, "properties": { "facing": "east" } }, { - "id": 13587, + "id": 14664, "properties": { "facing": "south" } }, { - "id": 13588, + "id": 14665, "properties": { "facing": "west" } }, { "default": true, - "id": 13589, + "id": 14666, "properties": { "facing": "up" } }, { - "id": 13590, + "id": 14667, "properties": { "facing": "down" } @@ -238864,112 +248619,112 @@ }, "states": [ { - "id": 9636, + "id": 10713, "properties": { "powered": "true", "rotation": "0" } }, { - "id": 9637, + "id": 10714, "properties": { "powered": "true", "rotation": "1" } }, { - "id": 9638, + "id": 10715, "properties": { "powered": "true", "rotation": "2" } }, { - "id": 9639, + "id": 10716, "properties": { "powered": "true", "rotation": "3" } }, { - "id": 9640, + "id": 10717, "properties": { "powered": "true", "rotation": "4" } }, { - "id": 9641, + "id": 10718, "properties": { "powered": "true", "rotation": "5" } }, { - "id": 9642, + "id": 10719, "properties": { "powered": "true", "rotation": "6" } }, { - "id": 9643, + "id": 10720, "properties": { "powered": "true", "rotation": "7" } }, { - "id": 9644, + "id": 10721, "properties": { "powered": "true", "rotation": "8" } }, { - "id": 9645, + "id": 10722, "properties": { "powered": "true", "rotation": "9" } }, { - "id": 9646, + "id": 10723, "properties": { "powered": "true", "rotation": "10" } }, { - "id": 9647, + "id": 10724, "properties": { "powered": "true", "rotation": "11" } }, { - "id": 9648, + "id": 10725, "properties": { "powered": "true", "rotation": "12" } }, { - "id": 9649, + "id": 10726, "properties": { "powered": "true", "rotation": "13" } }, { - "id": 9650, + "id": 10727, "properties": { "powered": "true", "rotation": "14" } }, { - "id": 9651, + "id": 10728, "properties": { "powered": "true", "rotation": "15" @@ -238977,112 +248732,112 @@ }, { "default": true, - "id": 9652, + "id": 10729, "properties": { "powered": "false", "rotation": "0" } }, { - "id": 9653, + "id": 10730, "properties": { "powered": "false", "rotation": "1" } }, { - "id": 9654, + "id": 10731, "properties": { "powered": "false", "rotation": "2" } }, { - "id": 9655, + "id": 10732, "properties": { "powered": "false", "rotation": "3" } }, { - "id": 9656, + "id": 10733, "properties": { "powered": "false", "rotation": "4" } }, { - "id": 9657, + "id": 10734, "properties": { "powered": "false", "rotation": "5" } }, { - "id": 9658, + "id": 10735, "properties": { "powered": "false", "rotation": "6" } }, { - "id": 9659, + "id": 10736, "properties": { "powered": "false", "rotation": "7" } }, { - "id": 9660, + "id": 10737, "properties": { "powered": "false", "rotation": "8" } }, { - "id": 9661, + "id": 10738, "properties": { "powered": "false", "rotation": "9" } }, { - "id": 9662, + "id": 10739, "properties": { "powered": "false", "rotation": "10" } }, { - "id": 9663, + "id": 10740, "properties": { "powered": "false", "rotation": "11" } }, { - "id": 9664, + "id": 10741, "properties": { "powered": "false", "rotation": "12" } }, { - "id": 9665, + "id": 10742, "properties": { "powered": "false", "rotation": "13" } }, { - "id": 9666, + "id": 10743, "properties": { "powered": "false", "rotation": "14" } }, { - "id": 9667, + "id": 10744, "properties": { "powered": "false", "rotation": "15" @@ -239110,7 +248865,7 @@ }, "states": [ { - "id": 9668, + "id": 10745, "properties": { "facing": "north", "powered": "true" @@ -239118,49 +248873,49 @@ }, { "default": true, - "id": 9669, + "id": 10746, "properties": { "facing": "north", "powered": "false" } }, { - "id": 9670, + "id": 10747, "properties": { "facing": "south", "powered": "true" } }, { - "id": 9671, + "id": 10748, "properties": { "facing": "south", "powered": "false" } }, { - "id": 9672, + "id": 10749, "properties": { "facing": "west", "powered": "true" } }, { - "id": 9673, + "id": 10750, "properties": { "facing": "west", "powered": "false" } }, { - "id": 9674, + "id": 10751, "properties": { "facing": "east", "powered": "true" } }, { - "id": 9675, + "id": 10752, "properties": { "facing": "east", "powered": "false" @@ -239176,7 +248931,7 @@ "states": [ { "default": true, - "id": 11253 + "id": 12330 } ] }, @@ -239203,63 +248958,63 @@ }, "states": [ { - "id": 22097, + "id": 23238, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 22098, + "id": 23239, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 22099, + "id": 23240, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 22100, + "id": 23241, "properties": { "facing": "east", "waterlogged": "false" } }, { - "id": 22101, + "id": 23242, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 22102, + "id": 23243, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 22103, + "id": 23244, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 22104, + "id": 23245, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 22105, + "id": 23246, "properties": { "facing": "up", "waterlogged": "true" @@ -239267,21 +249022,21 @@ }, { "default": true, - "id": 22106, + "id": 23247, "properties": { "facing": "up", "waterlogged": "false" } }, { - "id": 22107, + "id": 23248, "properties": { "facing": "down", "waterlogged": "true" } }, { - "id": 22108, + "id": 23249, "properties": { "facing": "down", "waterlogged": "false" @@ -239312,7 +249067,7 @@ }, "states": [ { - "id": 25944, + "id": 27701, "properties": { "facing": "north", "half": "upper", @@ -239320,7 +249075,7 @@ } }, { - "id": 25945, + "id": 27702, "properties": { "facing": "north", "half": "upper", @@ -239328,7 +249083,7 @@ } }, { - "id": 25946, + "id": 27703, "properties": { "facing": "north", "half": "lower", @@ -239337,7 +249092,7 @@ }, { "default": true, - "id": 25947, + "id": 27704, "properties": { "facing": "north", "half": "lower", @@ -239345,7 +249100,7 @@ } }, { - "id": 25948, + "id": 27705, "properties": { "facing": "south", "half": "upper", @@ -239353,7 +249108,7 @@ } }, { - "id": 25949, + "id": 27706, "properties": { "facing": "south", "half": "upper", @@ -239361,7 +249116,7 @@ } }, { - "id": 25950, + "id": 27707, "properties": { "facing": "south", "half": "lower", @@ -239369,7 +249124,7 @@ } }, { - "id": 25951, + "id": 27708, "properties": { "facing": "south", "half": "lower", @@ -239377,7 +249132,7 @@ } }, { - "id": 25952, + "id": 27709, "properties": { "facing": "west", "half": "upper", @@ -239385,7 +249140,7 @@ } }, { - "id": 25953, + "id": 27710, "properties": { "facing": "west", "half": "upper", @@ -239393,7 +249148,7 @@ } }, { - "id": 25954, + "id": 27711, "properties": { "facing": "west", "half": "lower", @@ -239401,7 +249156,7 @@ } }, { - "id": 25955, + "id": 27712, "properties": { "facing": "west", "half": "lower", @@ -239409,7 +249164,7 @@ } }, { - "id": 25956, + "id": 27713, "properties": { "facing": "east", "half": "upper", @@ -239417,7 +249172,7 @@ } }, { - "id": 25957, + "id": 27714, "properties": { "facing": "east", "half": "upper", @@ -239425,7 +249180,7 @@ } }, { - "id": 25958, + "id": 27715, "properties": { "facing": "east", "half": "lower", @@ -239433,7 +249188,7 @@ } }, { - "id": 25959, + "id": 27716, "properties": { "facing": "east", "half": "lower", @@ -239450,7 +249205,7 @@ "states": [ { "default": true, - "id": 19489 + "id": 20598 } ] }, @@ -239473,7 +249228,7 @@ }, "states": [ { - "id": 19443, + "id": 20552, "properties": { "facing": "north", "lit": "true" @@ -239481,49 +249236,49 @@ }, { "default": true, - "id": 19444, + "id": 20553, "properties": { "facing": "north", "lit": "false" } }, { - "id": 19445, + "id": 20554, "properties": { "facing": "south", "lit": "true" } }, { - "id": 19446, + "id": 20555, "properties": { "facing": "south", "lit": "false" } }, { - "id": 19447, + "id": 20556, "properties": { "facing": "west", "lit": "true" } }, { - "id": 19448, + "id": 20557, "properties": { "facing": "west", "lit": "false" } }, { - "id": 19449, + "id": 20558, "properties": { "facing": "east", "lit": "true" } }, { - "id": 19450, + "id": 20559, "properties": { "facing": "east", "lit": "false" @@ -239539,7 +249294,7 @@ "states": [ { "default": true, - "id": 27617 + "id": 29374 } ] }, @@ -239551,7 +249306,7 @@ "states": [ { "default": true, - "id": 12203 + "id": 13280 } ] }, @@ -239573,21 +249328,21 @@ }, "states": [ { - "id": 15147, + "id": 16256, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15148, + "id": 16257, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15149, + "id": 16258, "properties": { "type": "bottom", "waterlogged": "true" @@ -239595,21 +249350,21 @@ }, { "default": true, - "id": 15150, + "id": 16259, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15151, + "id": 16260, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15152, + "id": 16261, "properties": { "type": "double", "waterlogged": "false" @@ -239650,7 +249405,7 @@ }, "states": [ { - "id": 14625, + "id": 15734, "properties": { "facing": "north", "half": "top", @@ -239659,7 +249414,7 @@ } }, { - "id": 14626, + "id": 15735, "properties": { "facing": "north", "half": "top", @@ -239668,7 +249423,7 @@ } }, { - "id": 14627, + "id": 15736, "properties": { "facing": "north", "half": "top", @@ -239677,7 +249432,7 @@ } }, { - "id": 14628, + "id": 15737, "properties": { "facing": "north", "half": "top", @@ -239686,7 +249441,7 @@ } }, { - "id": 14629, + "id": 15738, "properties": { "facing": "north", "half": "top", @@ -239695,7 +249450,7 @@ } }, { - "id": 14630, + "id": 15739, "properties": { "facing": "north", "half": "top", @@ -239704,7 +249459,7 @@ } }, { - "id": 14631, + "id": 15740, "properties": { "facing": "north", "half": "top", @@ -239713,7 +249468,7 @@ } }, { - "id": 14632, + "id": 15741, "properties": { "facing": "north", "half": "top", @@ -239722,7 +249477,7 @@ } }, { - "id": 14633, + "id": 15742, "properties": { "facing": "north", "half": "top", @@ -239731,7 +249486,7 @@ } }, { - "id": 14634, + "id": 15743, "properties": { "facing": "north", "half": "top", @@ -239740,7 +249495,7 @@ } }, { - "id": 14635, + "id": 15744, "properties": { "facing": "north", "half": "bottom", @@ -239750,7 +249505,7 @@ }, { "default": true, - "id": 14636, + "id": 15745, "properties": { "facing": "north", "half": "bottom", @@ -239759,7 +249514,7 @@ } }, { - "id": 14637, + "id": 15746, "properties": { "facing": "north", "half": "bottom", @@ -239768,7 +249523,7 @@ } }, { - "id": 14638, + "id": 15747, "properties": { "facing": "north", "half": "bottom", @@ -239777,7 +249532,7 @@ } }, { - "id": 14639, + "id": 15748, "properties": { "facing": "north", "half": "bottom", @@ -239786,7 +249541,7 @@ } }, { - "id": 14640, + "id": 15749, "properties": { "facing": "north", "half": "bottom", @@ -239795,7 +249550,7 @@ } }, { - "id": 14641, + "id": 15750, "properties": { "facing": "north", "half": "bottom", @@ -239804,7 +249559,7 @@ } }, { - "id": 14642, + "id": 15751, "properties": { "facing": "north", "half": "bottom", @@ -239813,7 +249568,7 @@ } }, { - "id": 14643, + "id": 15752, "properties": { "facing": "north", "half": "bottom", @@ -239822,7 +249577,7 @@ } }, { - "id": 14644, + "id": 15753, "properties": { "facing": "north", "half": "bottom", @@ -239831,7 +249586,7 @@ } }, { - "id": 14645, + "id": 15754, "properties": { "facing": "south", "half": "top", @@ -239840,7 +249595,7 @@ } }, { - "id": 14646, + "id": 15755, "properties": { "facing": "south", "half": "top", @@ -239849,7 +249604,7 @@ } }, { - "id": 14647, + "id": 15756, "properties": { "facing": "south", "half": "top", @@ -239858,7 +249613,7 @@ } }, { - "id": 14648, + "id": 15757, "properties": { "facing": "south", "half": "top", @@ -239867,7 +249622,7 @@ } }, { - "id": 14649, + "id": 15758, "properties": { "facing": "south", "half": "top", @@ -239876,7 +249631,7 @@ } }, { - "id": 14650, + "id": 15759, "properties": { "facing": "south", "half": "top", @@ -239885,7 +249640,7 @@ } }, { - "id": 14651, + "id": 15760, "properties": { "facing": "south", "half": "top", @@ -239894,7 +249649,7 @@ } }, { - "id": 14652, + "id": 15761, "properties": { "facing": "south", "half": "top", @@ -239903,7 +249658,7 @@ } }, { - "id": 14653, + "id": 15762, "properties": { "facing": "south", "half": "top", @@ -239912,7 +249667,7 @@ } }, { - "id": 14654, + "id": 15763, "properties": { "facing": "south", "half": "top", @@ -239921,7 +249676,7 @@ } }, { - "id": 14655, + "id": 15764, "properties": { "facing": "south", "half": "bottom", @@ -239930,7 +249685,7 @@ } }, { - "id": 14656, + "id": 15765, "properties": { "facing": "south", "half": "bottom", @@ -239939,7 +249694,7 @@ } }, { - "id": 14657, + "id": 15766, "properties": { "facing": "south", "half": "bottom", @@ -239948,7 +249703,7 @@ } }, { - "id": 14658, + "id": 15767, "properties": { "facing": "south", "half": "bottom", @@ -239957,7 +249712,7 @@ } }, { - "id": 14659, + "id": 15768, "properties": { "facing": "south", "half": "bottom", @@ -239966,7 +249721,7 @@ } }, { - "id": 14660, + "id": 15769, "properties": { "facing": "south", "half": "bottom", @@ -239975,7 +249730,7 @@ } }, { - "id": 14661, + "id": 15770, "properties": { "facing": "south", "half": "bottom", @@ -239984,7 +249739,7 @@ } }, { - "id": 14662, + "id": 15771, "properties": { "facing": "south", "half": "bottom", @@ -239993,7 +249748,7 @@ } }, { - "id": 14663, + "id": 15772, "properties": { "facing": "south", "half": "bottom", @@ -240002,7 +249757,7 @@ } }, { - "id": 14664, + "id": 15773, "properties": { "facing": "south", "half": "bottom", @@ -240011,7 +249766,7 @@ } }, { - "id": 14665, + "id": 15774, "properties": { "facing": "west", "half": "top", @@ -240020,7 +249775,7 @@ } }, { - "id": 14666, + "id": 15775, "properties": { "facing": "west", "half": "top", @@ -240029,7 +249784,7 @@ } }, { - "id": 14667, + "id": 15776, "properties": { "facing": "west", "half": "top", @@ -240038,7 +249793,7 @@ } }, { - "id": 14668, + "id": 15777, "properties": { "facing": "west", "half": "top", @@ -240047,7 +249802,7 @@ } }, { - "id": 14669, + "id": 15778, "properties": { "facing": "west", "half": "top", @@ -240056,7 +249811,7 @@ } }, { - "id": 14670, + "id": 15779, "properties": { "facing": "west", "half": "top", @@ -240065,7 +249820,7 @@ } }, { - "id": 14671, + "id": 15780, "properties": { "facing": "west", "half": "top", @@ -240074,7 +249829,7 @@ } }, { - "id": 14672, + "id": 15781, "properties": { "facing": "west", "half": "top", @@ -240083,7 +249838,7 @@ } }, { - "id": 14673, + "id": 15782, "properties": { "facing": "west", "half": "top", @@ -240092,7 +249847,7 @@ } }, { - "id": 14674, + "id": 15783, "properties": { "facing": "west", "half": "top", @@ -240101,7 +249856,7 @@ } }, { - "id": 14675, + "id": 15784, "properties": { "facing": "west", "half": "bottom", @@ -240110,7 +249865,7 @@ } }, { - "id": 14676, + "id": 15785, "properties": { "facing": "west", "half": "bottom", @@ -240119,7 +249874,7 @@ } }, { - "id": 14677, + "id": 15786, "properties": { "facing": "west", "half": "bottom", @@ -240128,7 +249883,7 @@ } }, { - "id": 14678, + "id": 15787, "properties": { "facing": "west", "half": "bottom", @@ -240137,7 +249892,7 @@ } }, { - "id": 14679, + "id": 15788, "properties": { "facing": "west", "half": "bottom", @@ -240146,7 +249901,7 @@ } }, { - "id": 14680, + "id": 15789, "properties": { "facing": "west", "half": "bottom", @@ -240155,7 +249910,7 @@ } }, { - "id": 14681, + "id": 15790, "properties": { "facing": "west", "half": "bottom", @@ -240164,7 +249919,7 @@ } }, { - "id": 14682, + "id": 15791, "properties": { "facing": "west", "half": "bottom", @@ -240173,7 +249928,7 @@ } }, { - "id": 14683, + "id": 15792, "properties": { "facing": "west", "half": "bottom", @@ -240182,7 +249937,7 @@ } }, { - "id": 14684, + "id": 15793, "properties": { "facing": "west", "half": "bottom", @@ -240191,7 +249946,7 @@ } }, { - "id": 14685, + "id": 15794, "properties": { "facing": "east", "half": "top", @@ -240200,7 +249955,7 @@ } }, { - "id": 14686, + "id": 15795, "properties": { "facing": "east", "half": "top", @@ -240209,7 +249964,7 @@ } }, { - "id": 14687, + "id": 15796, "properties": { "facing": "east", "half": "top", @@ -240218,7 +249973,7 @@ } }, { - "id": 14688, + "id": 15797, "properties": { "facing": "east", "half": "top", @@ -240227,7 +249982,7 @@ } }, { - "id": 14689, + "id": 15798, "properties": { "facing": "east", "half": "top", @@ -240236,7 +249991,7 @@ } }, { - "id": 14690, + "id": 15799, "properties": { "facing": "east", "half": "top", @@ -240245,7 +250000,7 @@ } }, { - "id": 14691, + "id": 15800, "properties": { "facing": "east", "half": "top", @@ -240254,7 +250009,7 @@ } }, { - "id": 14692, + "id": 15801, "properties": { "facing": "east", "half": "top", @@ -240263,7 +250018,7 @@ } }, { - "id": 14693, + "id": 15802, "properties": { "facing": "east", "half": "top", @@ -240272,7 +250027,7 @@ } }, { - "id": 14694, + "id": 15803, "properties": { "facing": "east", "half": "top", @@ -240281,7 +250036,7 @@ } }, { - "id": 14695, + "id": 15804, "properties": { "facing": "east", "half": "bottom", @@ -240290,7 +250045,7 @@ } }, { - "id": 14696, + "id": 15805, "properties": { "facing": "east", "half": "bottom", @@ -240299,7 +250054,7 @@ } }, { - "id": 14697, + "id": 15806, "properties": { "facing": "east", "half": "bottom", @@ -240308,7 +250063,7 @@ } }, { - "id": 14698, + "id": 15807, "properties": { "facing": "east", "half": "bottom", @@ -240317,7 +250072,7 @@ } }, { - "id": 14699, + "id": 15808, "properties": { "facing": "east", "half": "bottom", @@ -240326,7 +250081,7 @@ } }, { - "id": 14700, + "id": 15809, "properties": { "facing": "east", "half": "bottom", @@ -240335,7 +250090,7 @@ } }, { - "id": 14701, + "id": 15810, "properties": { "facing": "east", "half": "bottom", @@ -240344,7 +250099,7 @@ } }, { - "id": 14702, + "id": 15811, "properties": { "facing": "east", "half": "bottom", @@ -240353,7 +250108,7 @@ } }, { - "id": 14703, + "id": 15812, "properties": { "facing": "east", "half": "bottom", @@ -240362,7 +250117,7 @@ } }, { - "id": 14704, + "id": 15813, "properties": { "facing": "east", "half": "bottom", @@ -240380,7 +250135,7 @@ "states": [ { "default": true, - "id": 12204 + "id": 13281 } ] }, @@ -240402,21 +250157,21 @@ }, "states": [ { - "id": 15111, + "id": 16220, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15112, + "id": 16221, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15113, + "id": 16222, "properties": { "type": "bottom", "waterlogged": "true" @@ -240424,21 +250179,21 @@ }, { "default": true, - "id": 15114, + "id": 16223, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15115, + "id": 16224, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15116, + "id": 16225, "properties": { "type": "double", "waterlogged": "false" @@ -240479,7 +250234,7 @@ }, "states": [ { - "id": 14065, + "id": 15174, "properties": { "facing": "north", "half": "top", @@ -240488,7 +250243,7 @@ } }, { - "id": 14066, + "id": 15175, "properties": { "facing": "north", "half": "top", @@ -240497,7 +250252,7 @@ } }, { - "id": 14067, + "id": 15176, "properties": { "facing": "north", "half": "top", @@ -240506,7 +250261,7 @@ } }, { - "id": 14068, + "id": 15177, "properties": { "facing": "north", "half": "top", @@ -240515,7 +250270,7 @@ } }, { - "id": 14069, + "id": 15178, "properties": { "facing": "north", "half": "top", @@ -240524,7 +250279,7 @@ } }, { - "id": 14070, + "id": 15179, "properties": { "facing": "north", "half": "top", @@ -240533,7 +250288,7 @@ } }, { - "id": 14071, + "id": 15180, "properties": { "facing": "north", "half": "top", @@ -240542,7 +250297,7 @@ } }, { - "id": 14072, + "id": 15181, "properties": { "facing": "north", "half": "top", @@ -240551,7 +250306,7 @@ } }, { - "id": 14073, + "id": 15182, "properties": { "facing": "north", "half": "top", @@ -240560,7 +250315,7 @@ } }, { - "id": 14074, + "id": 15183, "properties": { "facing": "north", "half": "top", @@ -240569,7 +250324,7 @@ } }, { - "id": 14075, + "id": 15184, "properties": { "facing": "north", "half": "bottom", @@ -240579,7 +250334,7 @@ }, { "default": true, - "id": 14076, + "id": 15185, "properties": { "facing": "north", "half": "bottom", @@ -240588,7 +250343,7 @@ } }, { - "id": 14077, + "id": 15186, "properties": { "facing": "north", "half": "bottom", @@ -240597,7 +250352,7 @@ } }, { - "id": 14078, + "id": 15187, "properties": { "facing": "north", "half": "bottom", @@ -240606,7 +250361,7 @@ } }, { - "id": 14079, + "id": 15188, "properties": { "facing": "north", "half": "bottom", @@ -240615,7 +250370,7 @@ } }, { - "id": 14080, + "id": 15189, "properties": { "facing": "north", "half": "bottom", @@ -240624,7 +250379,7 @@ } }, { - "id": 14081, + "id": 15190, "properties": { "facing": "north", "half": "bottom", @@ -240633,7 +250388,7 @@ } }, { - "id": 14082, + "id": 15191, "properties": { "facing": "north", "half": "bottom", @@ -240642,7 +250397,7 @@ } }, { - "id": 14083, + "id": 15192, "properties": { "facing": "north", "half": "bottom", @@ -240651,7 +250406,7 @@ } }, { - "id": 14084, + "id": 15193, "properties": { "facing": "north", "half": "bottom", @@ -240660,7 +250415,7 @@ } }, { - "id": 14085, + "id": 15194, "properties": { "facing": "south", "half": "top", @@ -240669,7 +250424,7 @@ } }, { - "id": 14086, + "id": 15195, "properties": { "facing": "south", "half": "top", @@ -240678,7 +250433,7 @@ } }, { - "id": 14087, + "id": 15196, "properties": { "facing": "south", "half": "top", @@ -240687,7 +250442,7 @@ } }, { - "id": 14088, + "id": 15197, "properties": { "facing": "south", "half": "top", @@ -240696,7 +250451,7 @@ } }, { - "id": 14089, + "id": 15198, "properties": { "facing": "south", "half": "top", @@ -240705,7 +250460,7 @@ } }, { - "id": 14090, + "id": 15199, "properties": { "facing": "south", "half": "top", @@ -240714,7 +250469,7 @@ } }, { - "id": 14091, + "id": 15200, "properties": { "facing": "south", "half": "top", @@ -240723,7 +250478,7 @@ } }, { - "id": 14092, + "id": 15201, "properties": { "facing": "south", "half": "top", @@ -240732,7 +250487,7 @@ } }, { - "id": 14093, + "id": 15202, "properties": { "facing": "south", "half": "top", @@ -240741,7 +250496,7 @@ } }, { - "id": 14094, + "id": 15203, "properties": { "facing": "south", "half": "top", @@ -240750,7 +250505,7 @@ } }, { - "id": 14095, + "id": 15204, "properties": { "facing": "south", "half": "bottom", @@ -240759,7 +250514,7 @@ } }, { - "id": 14096, + "id": 15205, "properties": { "facing": "south", "half": "bottom", @@ -240768,7 +250523,7 @@ } }, { - "id": 14097, + "id": 15206, "properties": { "facing": "south", "half": "bottom", @@ -240777,7 +250532,7 @@ } }, { - "id": 14098, + "id": 15207, "properties": { "facing": "south", "half": "bottom", @@ -240786,7 +250541,7 @@ } }, { - "id": 14099, + "id": 15208, "properties": { "facing": "south", "half": "bottom", @@ -240795,7 +250550,7 @@ } }, { - "id": 14100, + "id": 15209, "properties": { "facing": "south", "half": "bottom", @@ -240804,7 +250559,7 @@ } }, { - "id": 14101, + "id": 15210, "properties": { "facing": "south", "half": "bottom", @@ -240813,7 +250568,7 @@ } }, { - "id": 14102, + "id": 15211, "properties": { "facing": "south", "half": "bottom", @@ -240822,7 +250577,7 @@ } }, { - "id": 14103, + "id": 15212, "properties": { "facing": "south", "half": "bottom", @@ -240831,7 +250586,7 @@ } }, { - "id": 14104, + "id": 15213, "properties": { "facing": "south", "half": "bottom", @@ -240840,7 +250595,7 @@ } }, { - "id": 14105, + "id": 15214, "properties": { "facing": "west", "half": "top", @@ -240849,7 +250604,7 @@ } }, { - "id": 14106, + "id": 15215, "properties": { "facing": "west", "half": "top", @@ -240858,7 +250613,7 @@ } }, { - "id": 14107, + "id": 15216, "properties": { "facing": "west", "half": "top", @@ -240867,7 +250622,7 @@ } }, { - "id": 14108, + "id": 15217, "properties": { "facing": "west", "half": "top", @@ -240876,7 +250631,7 @@ } }, { - "id": 14109, + "id": 15218, "properties": { "facing": "west", "half": "top", @@ -240885,7 +250640,7 @@ } }, { - "id": 14110, + "id": 15219, "properties": { "facing": "west", "half": "top", @@ -240894,7 +250649,7 @@ } }, { - "id": 14111, + "id": 15220, "properties": { "facing": "west", "half": "top", @@ -240903,7 +250658,7 @@ } }, { - "id": 14112, + "id": 15221, "properties": { "facing": "west", "half": "top", @@ -240912,7 +250667,7 @@ } }, { - "id": 14113, + "id": 15222, "properties": { "facing": "west", "half": "top", @@ -240921,7 +250676,7 @@ } }, { - "id": 14114, + "id": 15223, "properties": { "facing": "west", "half": "top", @@ -240930,7 +250685,7 @@ } }, { - "id": 14115, + "id": 15224, "properties": { "facing": "west", "half": "bottom", @@ -240939,7 +250694,7 @@ } }, { - "id": 14116, + "id": 15225, "properties": { "facing": "west", "half": "bottom", @@ -240948,7 +250703,7 @@ } }, { - "id": 14117, + "id": 15226, "properties": { "facing": "west", "half": "bottom", @@ -240957,7 +250712,7 @@ } }, { - "id": 14118, + "id": 15227, "properties": { "facing": "west", "half": "bottom", @@ -240966,7 +250721,7 @@ } }, { - "id": 14119, + "id": 15228, "properties": { "facing": "west", "half": "bottom", @@ -240975,7 +250730,7 @@ } }, { - "id": 14120, + "id": 15229, "properties": { "facing": "west", "half": "bottom", @@ -240984,7 +250739,7 @@ } }, { - "id": 14121, + "id": 15230, "properties": { "facing": "west", "half": "bottom", @@ -240993,7 +250748,7 @@ } }, { - "id": 14122, + "id": 15231, "properties": { "facing": "west", "half": "bottom", @@ -241002,7 +250757,7 @@ } }, { - "id": 14123, + "id": 15232, "properties": { "facing": "west", "half": "bottom", @@ -241011,7 +250766,7 @@ } }, { - "id": 14124, + "id": 15233, "properties": { "facing": "west", "half": "bottom", @@ -241020,7 +250775,7 @@ } }, { - "id": 14125, + "id": 15234, "properties": { "facing": "east", "half": "top", @@ -241029,7 +250784,7 @@ } }, { - "id": 14126, + "id": 15235, "properties": { "facing": "east", "half": "top", @@ -241038,7 +250793,7 @@ } }, { - "id": 14127, + "id": 15236, "properties": { "facing": "east", "half": "top", @@ -241047,7 +250802,7 @@ } }, { - "id": 14128, + "id": 15237, "properties": { "facing": "east", "half": "top", @@ -241056,7 +250811,7 @@ } }, { - "id": 14129, + "id": 15238, "properties": { "facing": "east", "half": "top", @@ -241065,7 +250820,7 @@ } }, { - "id": 14130, + "id": 15239, "properties": { "facing": "east", "half": "top", @@ -241074,7 +250829,7 @@ } }, { - "id": 14131, + "id": 15240, "properties": { "facing": "east", "half": "top", @@ -241083,7 +250838,7 @@ } }, { - "id": 14132, + "id": 15241, "properties": { "facing": "east", "half": "top", @@ -241092,7 +250847,7 @@ } }, { - "id": 14133, + "id": 15242, "properties": { "facing": "east", "half": "top", @@ -241101,7 +250856,7 @@ } }, { - "id": 14134, + "id": 15243, "properties": { "facing": "east", "half": "top", @@ -241110,7 +250865,7 @@ } }, { - "id": 14135, + "id": 15244, "properties": { "facing": "east", "half": "bottom", @@ -241119,7 +250874,7 @@ } }, { - "id": 14136, + "id": 15245, "properties": { "facing": "east", "half": "bottom", @@ -241128,7 +250883,7 @@ } }, { - "id": 14137, + "id": 15246, "properties": { "facing": "east", "half": "bottom", @@ -241137,7 +250892,7 @@ } }, { - "id": 14138, + "id": 15247, "properties": { "facing": "east", "half": "bottom", @@ -241146,7 +250901,7 @@ } }, { - "id": 14139, + "id": 15248, "properties": { "facing": "east", "half": "bottom", @@ -241155,7 +250910,7 @@ } }, { - "id": 14140, + "id": 15249, "properties": { "facing": "east", "half": "bottom", @@ -241164,7 +250919,7 @@ } }, { - "id": 14141, + "id": 15250, "properties": { "facing": "east", "half": "bottom", @@ -241173,7 +250928,7 @@ } }, { - "id": 14142, + "id": 15251, "properties": { "facing": "east", "half": "bottom", @@ -241182,7 +250937,7 @@ } }, { - "id": 14143, + "id": 15252, "properties": { "facing": "east", "half": "bottom", @@ -241191,7 +250946,7 @@ } }, { - "id": 14144, + "id": 15253, "properties": { "facing": "east", "half": "bottom", @@ -241209,7 +250964,7 @@ "states": [ { "default": true, - "id": 12202 + "id": 13279 } ] }, @@ -241231,21 +250986,21 @@ }, "states": [ { - "id": 15141, + "id": 16250, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 15142, + "id": 16251, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 15143, + "id": 16252, "properties": { "type": "bottom", "waterlogged": "true" @@ -241253,21 +251008,21 @@ }, { "default": true, - "id": 15144, + "id": 16253, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 15145, + "id": 16254, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 15146, + "id": 16255, "properties": { "type": "double", "waterlogged": "false" @@ -241308,7 +251063,7 @@ }, "states": [ { - "id": 14545, + "id": 15654, "properties": { "facing": "north", "half": "top", @@ -241317,7 +251072,7 @@ } }, { - "id": 14546, + "id": 15655, "properties": { "facing": "north", "half": "top", @@ -241326,7 +251081,7 @@ } }, { - "id": 14547, + "id": 15656, "properties": { "facing": "north", "half": "top", @@ -241335,7 +251090,7 @@ } }, { - "id": 14548, + "id": 15657, "properties": { "facing": "north", "half": "top", @@ -241344,7 +251099,7 @@ } }, { - "id": 14549, + "id": 15658, "properties": { "facing": "north", "half": "top", @@ -241353,7 +251108,7 @@ } }, { - "id": 14550, + "id": 15659, "properties": { "facing": "north", "half": "top", @@ -241362,7 +251117,7 @@ } }, { - "id": 14551, + "id": 15660, "properties": { "facing": "north", "half": "top", @@ -241371,7 +251126,7 @@ } }, { - "id": 14552, + "id": 15661, "properties": { "facing": "north", "half": "top", @@ -241380,7 +251135,7 @@ } }, { - "id": 14553, + "id": 15662, "properties": { "facing": "north", "half": "top", @@ -241389,7 +251144,7 @@ } }, { - "id": 14554, + "id": 15663, "properties": { "facing": "north", "half": "top", @@ -241398,7 +251153,7 @@ } }, { - "id": 14555, + "id": 15664, "properties": { "facing": "north", "half": "bottom", @@ -241408,7 +251163,7 @@ }, { "default": true, - "id": 14556, + "id": 15665, "properties": { "facing": "north", "half": "bottom", @@ -241417,7 +251172,7 @@ } }, { - "id": 14557, + "id": 15666, "properties": { "facing": "north", "half": "bottom", @@ -241426,7 +251181,7 @@ } }, { - "id": 14558, + "id": 15667, "properties": { "facing": "north", "half": "bottom", @@ -241435,7 +251190,7 @@ } }, { - "id": 14559, + "id": 15668, "properties": { "facing": "north", "half": "bottom", @@ -241444,7 +251199,7 @@ } }, { - "id": 14560, + "id": 15669, "properties": { "facing": "north", "half": "bottom", @@ -241453,7 +251208,7 @@ } }, { - "id": 14561, + "id": 15670, "properties": { "facing": "north", "half": "bottom", @@ -241462,7 +251217,7 @@ } }, { - "id": 14562, + "id": 15671, "properties": { "facing": "north", "half": "bottom", @@ -241471,7 +251226,7 @@ } }, { - "id": 14563, + "id": 15672, "properties": { "facing": "north", "half": "bottom", @@ -241480,7 +251235,7 @@ } }, { - "id": 14564, + "id": 15673, "properties": { "facing": "north", "half": "bottom", @@ -241489,7 +251244,7 @@ } }, { - "id": 14565, + "id": 15674, "properties": { "facing": "south", "half": "top", @@ -241498,7 +251253,7 @@ } }, { - "id": 14566, + "id": 15675, "properties": { "facing": "south", "half": "top", @@ -241507,7 +251262,7 @@ } }, { - "id": 14567, + "id": 15676, "properties": { "facing": "south", "half": "top", @@ -241516,7 +251271,7 @@ } }, { - "id": 14568, + "id": 15677, "properties": { "facing": "south", "half": "top", @@ -241525,7 +251280,7 @@ } }, { - "id": 14569, + "id": 15678, "properties": { "facing": "south", "half": "top", @@ -241534,7 +251289,7 @@ } }, { - "id": 14570, + "id": 15679, "properties": { "facing": "south", "half": "top", @@ -241543,7 +251298,7 @@ } }, { - "id": 14571, + "id": 15680, "properties": { "facing": "south", "half": "top", @@ -241552,7 +251307,7 @@ } }, { - "id": 14572, + "id": 15681, "properties": { "facing": "south", "half": "top", @@ -241561,7 +251316,7 @@ } }, { - "id": 14573, + "id": 15682, "properties": { "facing": "south", "half": "top", @@ -241570,7 +251325,7 @@ } }, { - "id": 14574, + "id": 15683, "properties": { "facing": "south", "half": "top", @@ -241579,7 +251334,7 @@ } }, { - "id": 14575, + "id": 15684, "properties": { "facing": "south", "half": "bottom", @@ -241588,7 +251343,7 @@ } }, { - "id": 14576, + "id": 15685, "properties": { "facing": "south", "half": "bottom", @@ -241597,7 +251352,7 @@ } }, { - "id": 14577, + "id": 15686, "properties": { "facing": "south", "half": "bottom", @@ -241606,7 +251361,7 @@ } }, { - "id": 14578, + "id": 15687, "properties": { "facing": "south", "half": "bottom", @@ -241615,7 +251370,7 @@ } }, { - "id": 14579, + "id": 15688, "properties": { "facing": "south", "half": "bottom", @@ -241624,7 +251379,7 @@ } }, { - "id": 14580, + "id": 15689, "properties": { "facing": "south", "half": "bottom", @@ -241633,7 +251388,7 @@ } }, { - "id": 14581, + "id": 15690, "properties": { "facing": "south", "half": "bottom", @@ -241642,7 +251397,7 @@ } }, { - "id": 14582, + "id": 15691, "properties": { "facing": "south", "half": "bottom", @@ -241651,7 +251406,7 @@ } }, { - "id": 14583, + "id": 15692, "properties": { "facing": "south", "half": "bottom", @@ -241660,7 +251415,7 @@ } }, { - "id": 14584, + "id": 15693, "properties": { "facing": "south", "half": "bottom", @@ -241669,7 +251424,7 @@ } }, { - "id": 14585, + "id": 15694, "properties": { "facing": "west", "half": "top", @@ -241678,7 +251433,7 @@ } }, { - "id": 14586, + "id": 15695, "properties": { "facing": "west", "half": "top", @@ -241687,7 +251442,7 @@ } }, { - "id": 14587, + "id": 15696, "properties": { "facing": "west", "half": "top", @@ -241696,7 +251451,7 @@ } }, { - "id": 14588, + "id": 15697, "properties": { "facing": "west", "half": "top", @@ -241705,7 +251460,7 @@ } }, { - "id": 14589, + "id": 15698, "properties": { "facing": "west", "half": "top", @@ -241714,7 +251469,7 @@ } }, { - "id": 14590, + "id": 15699, "properties": { "facing": "west", "half": "top", @@ -241723,7 +251478,7 @@ } }, { - "id": 14591, + "id": 15700, "properties": { "facing": "west", "half": "top", @@ -241732,7 +251487,7 @@ } }, { - "id": 14592, + "id": 15701, "properties": { "facing": "west", "half": "top", @@ -241741,7 +251496,7 @@ } }, { - "id": 14593, + "id": 15702, "properties": { "facing": "west", "half": "top", @@ -241750,7 +251505,7 @@ } }, { - "id": 14594, + "id": 15703, "properties": { "facing": "west", "half": "top", @@ -241759,7 +251514,7 @@ } }, { - "id": 14595, + "id": 15704, "properties": { "facing": "west", "half": "bottom", @@ -241768,7 +251523,7 @@ } }, { - "id": 14596, + "id": 15705, "properties": { "facing": "west", "half": "bottom", @@ -241777,7 +251532,7 @@ } }, { - "id": 14597, + "id": 15706, "properties": { "facing": "west", "half": "bottom", @@ -241786,7 +251541,7 @@ } }, { - "id": 14598, + "id": 15707, "properties": { "facing": "west", "half": "bottom", @@ -241795,7 +251550,7 @@ } }, { - "id": 14599, + "id": 15708, "properties": { "facing": "west", "half": "bottom", @@ -241804,7 +251559,7 @@ } }, { - "id": 14600, + "id": 15709, "properties": { "facing": "west", "half": "bottom", @@ -241813,7 +251568,7 @@ } }, { - "id": 14601, + "id": 15710, "properties": { "facing": "west", "half": "bottom", @@ -241822,7 +251577,7 @@ } }, { - "id": 14602, + "id": 15711, "properties": { "facing": "west", "half": "bottom", @@ -241831,7 +251586,7 @@ } }, { - "id": 14603, + "id": 15712, "properties": { "facing": "west", "half": "bottom", @@ -241840,7 +251595,7 @@ } }, { - "id": 14604, + "id": 15713, "properties": { "facing": "west", "half": "bottom", @@ -241849,7 +251604,7 @@ } }, { - "id": 14605, + "id": 15714, "properties": { "facing": "east", "half": "top", @@ -241858,7 +251613,7 @@ } }, { - "id": 14606, + "id": 15715, "properties": { "facing": "east", "half": "top", @@ -241867,7 +251622,7 @@ } }, { - "id": 14607, + "id": 15716, "properties": { "facing": "east", "half": "top", @@ -241876,7 +251631,7 @@ } }, { - "id": 14608, + "id": 15717, "properties": { "facing": "east", "half": "top", @@ -241885,7 +251640,7 @@ } }, { - "id": 14609, + "id": 15718, "properties": { "facing": "east", "half": "top", @@ -241894,7 +251649,7 @@ } }, { - "id": 14610, + "id": 15719, "properties": { "facing": "east", "half": "top", @@ -241903,7 +251658,7 @@ } }, { - "id": 14611, + "id": 15720, "properties": { "facing": "east", "half": "top", @@ -241912,7 +251667,7 @@ } }, { - "id": 14612, + "id": 15721, "properties": { "facing": "east", "half": "top", @@ -241921,7 +251676,7 @@ } }, { - "id": 14613, + "id": 15722, "properties": { "facing": "east", "half": "top", @@ -241930,7 +251685,7 @@ } }, { - "id": 14614, + "id": 15723, "properties": { "facing": "east", "half": "top", @@ -241939,7 +251694,7 @@ } }, { - "id": 14615, + "id": 15724, "properties": { "facing": "east", "half": "bottom", @@ -241948,7 +251703,7 @@ } }, { - "id": 14616, + "id": 15725, "properties": { "facing": "east", "half": "bottom", @@ -241957,7 +251712,7 @@ } }, { - "id": 14617, + "id": 15726, "properties": { "facing": "east", "half": "bottom", @@ -241966,7 +251721,7 @@ } }, { - "id": 14618, + "id": 15727, "properties": { "facing": "east", "half": "bottom", @@ -241975,7 +251730,7 @@ } }, { - "id": 14619, + "id": 15728, "properties": { "facing": "east", "half": "bottom", @@ -241984,7 +251739,7 @@ } }, { - "id": 14620, + "id": 15729, "properties": { "facing": "east", "half": "bottom", @@ -241993,7 +251748,7 @@ } }, { - "id": 14621, + "id": 15730, "properties": { "facing": "east", "half": "bottom", @@ -242002,7 +251757,7 @@ } }, { - "id": 14622, + "id": 15731, "properties": { "facing": "east", "half": "bottom", @@ -242011,7 +251766,7 @@ } }, { - "id": 14623, + "id": 15732, "properties": { "facing": "east", "half": "bottom", @@ -242020,7 +251775,7 @@ } }, { - "id": 14624, + "id": 15733, "properties": { "facing": "east", "half": "bottom", @@ -242038,7 +251793,7 @@ "states": [ { "default": true, - "id": 12201 + "id": 13278 } ] }, @@ -242060,21 +251815,21 @@ }, "states": [ { - "id": 12123, + "id": 13200, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12124, + "id": 13201, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12125, + "id": 13202, "properties": { "type": "bottom", "waterlogged": "true" @@ -242082,21 +251837,21 @@ }, { "default": true, - "id": 12126, + "id": 13203, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12127, + "id": 13204, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12128, + "id": 13205, "properties": { "type": "double", "waterlogged": "false" @@ -242119,19 +251874,19 @@ "states": [ { "default": true, - "id": 13823, + "id": 14900, "properties": { "hatch": "0" } }, { - "id": 13824, + "id": 14901, "properties": { "hatch": "1" } }, { - "id": 13825, + "id": 14902, "properties": { "hatch": "2" } @@ -242158,49 +251913,49 @@ "states": [ { "default": true, - "id": 5950, + "id": 6718, "properties": { "layers": "1" } }, { - "id": 5951, + "id": 6719, "properties": { "layers": "2" } }, { - "id": 5952, + "id": 6720, "properties": { "layers": "3" } }, { - "id": 5953, + "id": 6721, "properties": { "layers": "4" } }, { - "id": 5954, + "id": 6722, "properties": { "layers": "5" } }, { - "id": 5955, + "id": 6723, "properties": { "layers": "6" } }, { - "id": 5956, + "id": 6724, "properties": { "layers": "7" } }, { - "id": 5957, + "id": 6725, "properties": { "layers": "8" } @@ -242215,7 +251970,7 @@ "states": [ { "default": true, - "id": 5959 + "id": 6727 } ] }, @@ -242248,7 +252003,7 @@ }, "states": [ { - "id": 19566, + "id": 20707, "properties": { "facing": "north", "lit": "true", @@ -242257,7 +252012,7 @@ } }, { - "id": 19567, + "id": 20708, "properties": { "facing": "north", "lit": "true", @@ -242266,7 +252021,7 @@ } }, { - "id": 19568, + "id": 20709, "properties": { "facing": "north", "lit": "true", @@ -242276,7 +252031,7 @@ }, { "default": true, - "id": 19569, + "id": 20710, "properties": { "facing": "north", "lit": "true", @@ -242285,7 +252040,7 @@ } }, { - "id": 19570, + "id": 20711, "properties": { "facing": "north", "lit": "false", @@ -242294,7 +252049,7 @@ } }, { - "id": 19571, + "id": 20712, "properties": { "facing": "north", "lit": "false", @@ -242303,7 +252058,7 @@ } }, { - "id": 19572, + "id": 20713, "properties": { "facing": "north", "lit": "false", @@ -242312,7 +252067,7 @@ } }, { - "id": 19573, + "id": 20714, "properties": { "facing": "north", "lit": "false", @@ -242321,7 +252076,7 @@ } }, { - "id": 19574, + "id": 20715, "properties": { "facing": "south", "lit": "true", @@ -242330,7 +252085,7 @@ } }, { - "id": 19575, + "id": 20716, "properties": { "facing": "south", "lit": "true", @@ -242339,7 +252094,7 @@ } }, { - "id": 19576, + "id": 20717, "properties": { "facing": "south", "lit": "true", @@ -242348,7 +252103,7 @@ } }, { - "id": 19577, + "id": 20718, "properties": { "facing": "south", "lit": "true", @@ -242357,7 +252112,7 @@ } }, { - "id": 19578, + "id": 20719, "properties": { "facing": "south", "lit": "false", @@ -242366,7 +252121,7 @@ } }, { - "id": 19579, + "id": 20720, "properties": { "facing": "south", "lit": "false", @@ -242375,7 +252130,7 @@ } }, { - "id": 19580, + "id": 20721, "properties": { "facing": "south", "lit": "false", @@ -242384,7 +252139,7 @@ } }, { - "id": 19581, + "id": 20722, "properties": { "facing": "south", "lit": "false", @@ -242393,7 +252148,7 @@ } }, { - "id": 19582, + "id": 20723, "properties": { "facing": "west", "lit": "true", @@ -242402,7 +252157,7 @@ } }, { - "id": 19583, + "id": 20724, "properties": { "facing": "west", "lit": "true", @@ -242411,7 +252166,7 @@ } }, { - "id": 19584, + "id": 20725, "properties": { "facing": "west", "lit": "true", @@ -242420,7 +252175,7 @@ } }, { - "id": 19585, + "id": 20726, "properties": { "facing": "west", "lit": "true", @@ -242429,7 +252184,7 @@ } }, { - "id": 19586, + "id": 20727, "properties": { "facing": "west", "lit": "false", @@ -242438,7 +252193,7 @@ } }, { - "id": 19587, + "id": 20728, "properties": { "facing": "west", "lit": "false", @@ -242447,7 +252202,7 @@ } }, { - "id": 19588, + "id": 20729, "properties": { "facing": "west", "lit": "false", @@ -242456,7 +252211,7 @@ } }, { - "id": 19589, + "id": 20730, "properties": { "facing": "west", "lit": "false", @@ -242465,7 +252220,7 @@ } }, { - "id": 19590, + "id": 20731, "properties": { "facing": "east", "lit": "true", @@ -242474,7 +252229,7 @@ } }, { - "id": 19591, + "id": 20732, "properties": { "facing": "east", "lit": "true", @@ -242483,7 +252238,7 @@ } }, { - "id": 19592, + "id": 20733, "properties": { "facing": "east", "lit": "true", @@ -242492,7 +252247,7 @@ } }, { - "id": 19593, + "id": 20734, "properties": { "facing": "east", "lit": "true", @@ -242501,7 +252256,7 @@ } }, { - "id": 19594, + "id": 20735, "properties": { "facing": "east", "lit": "false", @@ -242510,7 +252265,7 @@ } }, { - "id": 19595, + "id": 20736, "properties": { "facing": "east", "lit": "false", @@ -242519,7 +252274,7 @@ } }, { - "id": 19596, + "id": 20737, "properties": { "facing": "east", "lit": "false", @@ -242528,7 +252283,7 @@ } }, { - "id": 19597, + "id": 20738, "properties": { "facing": "east", "lit": "false", @@ -242546,7 +252301,7 @@ "states": [ { "default": true, - "id": 2918 + "id": 3686 } ] }, @@ -242567,21 +252322,21 @@ }, "states": [ { - "id": 19530, + "id": 20639, "properties": { "hanging": "true", "waterlogged": "true" } }, { - "id": 19531, + "id": 20640, "properties": { "hanging": "true", "waterlogged": "false" } }, { - "id": 19532, + "id": 20641, "properties": { "hanging": "false", "waterlogged": "true" @@ -242589,7 +252344,7 @@ }, { "default": true, - "id": 19533, + "id": 20642, "properties": { "hanging": "false", "waterlogged": "false" @@ -242605,7 +252360,7 @@ "states": [ { "default": true, - "id": 6029 + "id": 6797 } ] }, @@ -242617,7 +252372,7 @@ "states": [ { "default": true, - "id": 6030 + "id": 6798 } ] }, @@ -242630,7 +252385,7 @@ "states": [ { "default": true, - "id": 6037 + "id": 6805 } ] }, @@ -242651,25 +252406,25 @@ "states": [ { "default": true, - "id": 6038, + "id": 6806, "properties": { "facing": "north" } }, { - "id": 6039, + "id": 6807, "properties": { "facing": "south" } }, { - "id": 6040, + "id": 6808, "properties": { "facing": "west" } }, { - "id": 6041, + "id": 6809, "properties": { "facing": "east" } @@ -242684,7 +252439,7 @@ "states": [ { "default": true, - "id": 2919 + "id": 3687 } ] }, @@ -242708,7 +252463,7 @@ "states": [ { "default": true, - "id": 25851 + "id": 27608 } ] }, @@ -242738,7 +252493,7 @@ }, "states": [ { - "id": 9420, + "id": 10497, "properties": { "face": "floor", "facing": "north", @@ -242746,7 +252501,7 @@ } }, { - "id": 9421, + "id": 10498, "properties": { "face": "floor", "facing": "north", @@ -242754,7 +252509,7 @@ } }, { - "id": 9422, + "id": 10499, "properties": { "face": "floor", "facing": "south", @@ -242762,7 +252517,7 @@ } }, { - "id": 9423, + "id": 10500, "properties": { "face": "floor", "facing": "south", @@ -242770,7 +252525,7 @@ } }, { - "id": 9424, + "id": 10501, "properties": { "face": "floor", "facing": "west", @@ -242778,7 +252533,7 @@ } }, { - "id": 9425, + "id": 10502, "properties": { "face": "floor", "facing": "west", @@ -242786,7 +252541,7 @@ } }, { - "id": 9426, + "id": 10503, "properties": { "face": "floor", "facing": "east", @@ -242794,7 +252549,7 @@ } }, { - "id": 9427, + "id": 10504, "properties": { "face": "floor", "facing": "east", @@ -242802,7 +252557,7 @@ } }, { - "id": 9428, + "id": 10505, "properties": { "face": "wall", "facing": "north", @@ -242811,7 +252566,7 @@ }, { "default": true, - "id": 9429, + "id": 10506, "properties": { "face": "wall", "facing": "north", @@ -242819,7 +252574,7 @@ } }, { - "id": 9430, + "id": 10507, "properties": { "face": "wall", "facing": "south", @@ -242827,7 +252582,7 @@ } }, { - "id": 9431, + "id": 10508, "properties": { "face": "wall", "facing": "south", @@ -242835,7 +252590,7 @@ } }, { - "id": 9432, + "id": 10509, "properties": { "face": "wall", "facing": "west", @@ -242843,7 +252598,7 @@ } }, { - "id": 9433, + "id": 10510, "properties": { "face": "wall", "facing": "west", @@ -242851,7 +252606,7 @@ } }, { - "id": 9434, + "id": 10511, "properties": { "face": "wall", "facing": "east", @@ -242859,7 +252614,7 @@ } }, { - "id": 9435, + "id": 10512, "properties": { "face": "wall", "facing": "east", @@ -242867,7 +252622,7 @@ } }, { - "id": 9436, + "id": 10513, "properties": { "face": "ceiling", "facing": "north", @@ -242875,7 +252630,7 @@ } }, { - "id": 9437, + "id": 10514, "properties": { "face": "ceiling", "facing": "north", @@ -242883,7 +252638,7 @@ } }, { - "id": 9438, + "id": 10515, "properties": { "face": "ceiling", "facing": "south", @@ -242891,7 +252646,7 @@ } }, { - "id": 9439, + "id": 10516, "properties": { "face": "ceiling", "facing": "south", @@ -242899,7 +252654,7 @@ } }, { - "id": 9440, + "id": 10517, "properties": { "face": "ceiling", "facing": "west", @@ -242907,7 +252662,7 @@ } }, { - "id": 9441, + "id": 10518, "properties": { "face": "ceiling", "facing": "west", @@ -242915,7 +252670,7 @@ } }, { - "id": 9442, + "id": 10519, "properties": { "face": "ceiling", "facing": "east", @@ -242923,7 +252678,7 @@ } }, { - "id": 9443, + "id": 10520, "properties": { "face": "ceiling", "facing": "east", @@ -242964,7 +252719,7 @@ }, "states": [ { - "id": 12781, + "id": 13858, "properties": { "facing": "north", "half": "upper", @@ -242974,7 +252729,7 @@ } }, { - "id": 12782, + "id": 13859, "properties": { "facing": "north", "half": "upper", @@ -242984,7 +252739,7 @@ } }, { - "id": 12783, + "id": 13860, "properties": { "facing": "north", "half": "upper", @@ -242994,7 +252749,7 @@ } }, { - "id": 12784, + "id": 13861, "properties": { "facing": "north", "half": "upper", @@ -243004,7 +252759,7 @@ } }, { - "id": 12785, + "id": 13862, "properties": { "facing": "north", "half": "upper", @@ -243014,7 +252769,7 @@ } }, { - "id": 12786, + "id": 13863, "properties": { "facing": "north", "half": "upper", @@ -243024,7 +252779,7 @@ } }, { - "id": 12787, + "id": 13864, "properties": { "facing": "north", "half": "upper", @@ -243034,7 +252789,7 @@ } }, { - "id": 12788, + "id": 13865, "properties": { "facing": "north", "half": "upper", @@ -243044,7 +252799,7 @@ } }, { - "id": 12789, + "id": 13866, "properties": { "facing": "north", "half": "lower", @@ -243054,7 +252809,7 @@ } }, { - "id": 12790, + "id": 13867, "properties": { "facing": "north", "half": "lower", @@ -243064,7 +252819,7 @@ } }, { - "id": 12791, + "id": 13868, "properties": { "facing": "north", "half": "lower", @@ -243075,7 +252830,7 @@ }, { "default": true, - "id": 12792, + "id": 13869, "properties": { "facing": "north", "half": "lower", @@ -243085,7 +252840,7 @@ } }, { - "id": 12793, + "id": 13870, "properties": { "facing": "north", "half": "lower", @@ -243095,7 +252850,7 @@ } }, { - "id": 12794, + "id": 13871, "properties": { "facing": "north", "half": "lower", @@ -243105,7 +252860,7 @@ } }, { - "id": 12795, + "id": 13872, "properties": { "facing": "north", "half": "lower", @@ -243115,7 +252870,7 @@ } }, { - "id": 12796, + "id": 13873, "properties": { "facing": "north", "half": "lower", @@ -243125,7 +252880,7 @@ } }, { - "id": 12797, + "id": 13874, "properties": { "facing": "south", "half": "upper", @@ -243135,7 +252890,7 @@ } }, { - "id": 12798, + "id": 13875, "properties": { "facing": "south", "half": "upper", @@ -243145,7 +252900,7 @@ } }, { - "id": 12799, + "id": 13876, "properties": { "facing": "south", "half": "upper", @@ -243155,7 +252910,7 @@ } }, { - "id": 12800, + "id": 13877, "properties": { "facing": "south", "half": "upper", @@ -243165,7 +252920,7 @@ } }, { - "id": 12801, + "id": 13878, "properties": { "facing": "south", "half": "upper", @@ -243175,7 +252930,7 @@ } }, { - "id": 12802, + "id": 13879, "properties": { "facing": "south", "half": "upper", @@ -243185,7 +252940,7 @@ } }, { - "id": 12803, + "id": 13880, "properties": { "facing": "south", "half": "upper", @@ -243195,7 +252950,7 @@ } }, { - "id": 12804, + "id": 13881, "properties": { "facing": "south", "half": "upper", @@ -243205,7 +252960,7 @@ } }, { - "id": 12805, + "id": 13882, "properties": { "facing": "south", "half": "lower", @@ -243215,7 +252970,7 @@ } }, { - "id": 12806, + "id": 13883, "properties": { "facing": "south", "half": "lower", @@ -243225,7 +252980,7 @@ } }, { - "id": 12807, + "id": 13884, "properties": { "facing": "south", "half": "lower", @@ -243235,7 +252990,7 @@ } }, { - "id": 12808, + "id": 13885, "properties": { "facing": "south", "half": "lower", @@ -243245,7 +253000,7 @@ } }, { - "id": 12809, + "id": 13886, "properties": { "facing": "south", "half": "lower", @@ -243255,7 +253010,7 @@ } }, { - "id": 12810, + "id": 13887, "properties": { "facing": "south", "half": "lower", @@ -243265,7 +253020,7 @@ } }, { - "id": 12811, + "id": 13888, "properties": { "facing": "south", "half": "lower", @@ -243275,7 +253030,7 @@ } }, { - "id": 12812, + "id": 13889, "properties": { "facing": "south", "half": "lower", @@ -243285,7 +253040,7 @@ } }, { - "id": 12813, + "id": 13890, "properties": { "facing": "west", "half": "upper", @@ -243295,7 +253050,7 @@ } }, { - "id": 12814, + "id": 13891, "properties": { "facing": "west", "half": "upper", @@ -243305,7 +253060,7 @@ } }, { - "id": 12815, + "id": 13892, "properties": { "facing": "west", "half": "upper", @@ -243315,7 +253070,7 @@ } }, { - "id": 12816, + "id": 13893, "properties": { "facing": "west", "half": "upper", @@ -243325,7 +253080,7 @@ } }, { - "id": 12817, + "id": 13894, "properties": { "facing": "west", "half": "upper", @@ -243335,7 +253090,7 @@ } }, { - "id": 12818, + "id": 13895, "properties": { "facing": "west", "half": "upper", @@ -243345,7 +253100,7 @@ } }, { - "id": 12819, + "id": 13896, "properties": { "facing": "west", "half": "upper", @@ -243355,7 +253110,7 @@ } }, { - "id": 12820, + "id": 13897, "properties": { "facing": "west", "half": "upper", @@ -243365,7 +253120,7 @@ } }, { - "id": 12821, + "id": 13898, "properties": { "facing": "west", "half": "lower", @@ -243375,7 +253130,7 @@ } }, { - "id": 12822, + "id": 13899, "properties": { "facing": "west", "half": "lower", @@ -243385,7 +253140,7 @@ } }, { - "id": 12823, + "id": 13900, "properties": { "facing": "west", "half": "lower", @@ -243395,7 +253150,7 @@ } }, { - "id": 12824, + "id": 13901, "properties": { "facing": "west", "half": "lower", @@ -243405,7 +253160,7 @@ } }, { - "id": 12825, + "id": 13902, "properties": { "facing": "west", "half": "lower", @@ -243415,7 +253170,7 @@ } }, { - "id": 12826, + "id": 13903, "properties": { "facing": "west", "half": "lower", @@ -243425,7 +253180,7 @@ } }, { - "id": 12827, + "id": 13904, "properties": { "facing": "west", "half": "lower", @@ -243435,7 +253190,7 @@ } }, { - "id": 12828, + "id": 13905, "properties": { "facing": "west", "half": "lower", @@ -243445,7 +253200,7 @@ } }, { - "id": 12829, + "id": 13906, "properties": { "facing": "east", "half": "upper", @@ -243455,7 +253210,7 @@ } }, { - "id": 12830, + "id": 13907, "properties": { "facing": "east", "half": "upper", @@ -243465,7 +253220,7 @@ } }, { - "id": 12831, + "id": 13908, "properties": { "facing": "east", "half": "upper", @@ -243475,7 +253230,7 @@ } }, { - "id": 12832, + "id": 13909, "properties": { "facing": "east", "half": "upper", @@ -243485,7 +253240,7 @@ } }, { - "id": 12833, + "id": 13910, "properties": { "facing": "east", "half": "upper", @@ -243495,7 +253250,7 @@ } }, { - "id": 12834, + "id": 13911, "properties": { "facing": "east", "half": "upper", @@ -243505,7 +253260,7 @@ } }, { - "id": 12835, + "id": 13912, "properties": { "facing": "east", "half": "upper", @@ -243515,7 +253270,7 @@ } }, { - "id": 12836, + "id": 13913, "properties": { "facing": "east", "half": "upper", @@ -243525,7 +253280,7 @@ } }, { - "id": 12837, + "id": 13914, "properties": { "facing": "east", "half": "lower", @@ -243535,7 +253290,7 @@ } }, { - "id": 12838, + "id": 13915, "properties": { "facing": "east", "half": "lower", @@ -243545,7 +253300,7 @@ } }, { - "id": 12839, + "id": 13916, "properties": { "facing": "east", "half": "lower", @@ -243555,7 +253310,7 @@ } }, { - "id": 12840, + "id": 13917, "properties": { "facing": "east", "half": "lower", @@ -243565,7 +253320,7 @@ } }, { - "id": 12841, + "id": 13918, "properties": { "facing": "east", "half": "lower", @@ -243575,7 +253330,7 @@ } }, { - "id": 12842, + "id": 13919, "properties": { "facing": "east", "half": "lower", @@ -243585,7 +253340,7 @@ } }, { - "id": 12843, + "id": 13920, "properties": { "facing": "east", "half": "lower", @@ -243595,7 +253350,7 @@ } }, { - "id": 12844, + "id": 13921, "properties": { "facing": "east", "half": "lower", @@ -243635,7 +253390,7 @@ }, "states": [ { - "id": 12493, + "id": 13570, "properties": { "east": "true", "north": "true", @@ -243645,7 +253400,7 @@ } }, { - "id": 12494, + "id": 13571, "properties": { "east": "true", "north": "true", @@ -243655,7 +253410,7 @@ } }, { - "id": 12495, + "id": 13572, "properties": { "east": "true", "north": "true", @@ -243665,7 +253420,7 @@ } }, { - "id": 12496, + "id": 13573, "properties": { "east": "true", "north": "true", @@ -243675,7 +253430,7 @@ } }, { - "id": 12497, + "id": 13574, "properties": { "east": "true", "north": "true", @@ -243685,7 +253440,7 @@ } }, { - "id": 12498, + "id": 13575, "properties": { "east": "true", "north": "true", @@ -243695,7 +253450,7 @@ } }, { - "id": 12499, + "id": 13576, "properties": { "east": "true", "north": "true", @@ -243705,7 +253460,7 @@ } }, { - "id": 12500, + "id": 13577, "properties": { "east": "true", "north": "true", @@ -243715,7 +253470,7 @@ } }, { - "id": 12501, + "id": 13578, "properties": { "east": "true", "north": "false", @@ -243725,7 +253480,7 @@ } }, { - "id": 12502, + "id": 13579, "properties": { "east": "true", "north": "false", @@ -243735,7 +253490,7 @@ } }, { - "id": 12503, + "id": 13580, "properties": { "east": "true", "north": "false", @@ -243745,7 +253500,7 @@ } }, { - "id": 12504, + "id": 13581, "properties": { "east": "true", "north": "false", @@ -243755,7 +253510,7 @@ } }, { - "id": 12505, + "id": 13582, "properties": { "east": "true", "north": "false", @@ -243765,7 +253520,7 @@ } }, { - "id": 12506, + "id": 13583, "properties": { "east": "true", "north": "false", @@ -243775,7 +253530,7 @@ } }, { - "id": 12507, + "id": 13584, "properties": { "east": "true", "north": "false", @@ -243785,7 +253540,7 @@ } }, { - "id": 12508, + "id": 13585, "properties": { "east": "true", "north": "false", @@ -243795,7 +253550,7 @@ } }, { - "id": 12509, + "id": 13586, "properties": { "east": "false", "north": "true", @@ -243805,7 +253560,7 @@ } }, { - "id": 12510, + "id": 13587, "properties": { "east": "false", "north": "true", @@ -243815,7 +253570,7 @@ } }, { - "id": 12511, + "id": 13588, "properties": { "east": "false", "north": "true", @@ -243825,7 +253580,7 @@ } }, { - "id": 12512, + "id": 13589, "properties": { "east": "false", "north": "true", @@ -243835,7 +253590,7 @@ } }, { - "id": 12513, + "id": 13590, "properties": { "east": "false", "north": "true", @@ -243845,7 +253600,7 @@ } }, { - "id": 12514, + "id": 13591, "properties": { "east": "false", "north": "true", @@ -243855,7 +253610,7 @@ } }, { - "id": 12515, + "id": 13592, "properties": { "east": "false", "north": "true", @@ -243865,7 +253620,7 @@ } }, { - "id": 12516, + "id": 13593, "properties": { "east": "false", "north": "true", @@ -243875,7 +253630,7 @@ } }, { - "id": 12517, + "id": 13594, "properties": { "east": "false", "north": "false", @@ -243885,7 +253640,7 @@ } }, { - "id": 12518, + "id": 13595, "properties": { "east": "false", "north": "false", @@ -243895,7 +253650,7 @@ } }, { - "id": 12519, + "id": 13596, "properties": { "east": "false", "north": "false", @@ -243905,7 +253660,7 @@ } }, { - "id": 12520, + "id": 13597, "properties": { "east": "false", "north": "false", @@ -243915,7 +253670,7 @@ } }, { - "id": 12521, + "id": 13598, "properties": { "east": "false", "north": "false", @@ -243925,7 +253680,7 @@ } }, { - "id": 12522, + "id": 13599, "properties": { "east": "false", "north": "false", @@ -243935,7 +253690,7 @@ } }, { - "id": 12523, + "id": 13600, "properties": { "east": "false", "north": "false", @@ -243946,7 +253701,7 @@ }, { "default": true, - "id": 12524, + "id": 13601, "properties": { "east": "false", "north": "false", @@ -243985,7 +253740,7 @@ }, "states": [ { - "id": 12205, + "id": 13282, "properties": { "facing": "north", "in_wall": "true", @@ -243994,7 +253749,7 @@ } }, { - "id": 12206, + "id": 13283, "properties": { "facing": "north", "in_wall": "true", @@ -244003,7 +253758,7 @@ } }, { - "id": 12207, + "id": 13284, "properties": { "facing": "north", "in_wall": "true", @@ -244012,7 +253767,7 @@ } }, { - "id": 12208, + "id": 13285, "properties": { "facing": "north", "in_wall": "true", @@ -244021,7 +253776,7 @@ } }, { - "id": 12209, + "id": 13286, "properties": { "facing": "north", "in_wall": "false", @@ -244030,7 +253785,7 @@ } }, { - "id": 12210, + "id": 13287, "properties": { "facing": "north", "in_wall": "false", @@ -244039,7 +253794,7 @@ } }, { - "id": 12211, + "id": 13288, "properties": { "facing": "north", "in_wall": "false", @@ -244049,7 +253804,7 @@ }, { "default": true, - "id": 12212, + "id": 13289, "properties": { "facing": "north", "in_wall": "false", @@ -244058,7 +253813,7 @@ } }, { - "id": 12213, + "id": 13290, "properties": { "facing": "south", "in_wall": "true", @@ -244067,7 +253822,7 @@ } }, { - "id": 12214, + "id": 13291, "properties": { "facing": "south", "in_wall": "true", @@ -244076,7 +253831,7 @@ } }, { - "id": 12215, + "id": 13292, "properties": { "facing": "south", "in_wall": "true", @@ -244085,7 +253840,7 @@ } }, { - "id": 12216, + "id": 13293, "properties": { "facing": "south", "in_wall": "true", @@ -244094,7 +253849,7 @@ } }, { - "id": 12217, + "id": 13294, "properties": { "facing": "south", "in_wall": "false", @@ -244103,7 +253858,7 @@ } }, { - "id": 12218, + "id": 13295, "properties": { "facing": "south", "in_wall": "false", @@ -244112,7 +253867,7 @@ } }, { - "id": 12219, + "id": 13296, "properties": { "facing": "south", "in_wall": "false", @@ -244121,7 +253876,7 @@ } }, { - "id": 12220, + "id": 13297, "properties": { "facing": "south", "in_wall": "false", @@ -244130,7 +253885,7 @@ } }, { - "id": 12221, + "id": 13298, "properties": { "facing": "west", "in_wall": "true", @@ -244139,7 +253894,7 @@ } }, { - "id": 12222, + "id": 13299, "properties": { "facing": "west", "in_wall": "true", @@ -244148,7 +253903,7 @@ } }, { - "id": 12223, + "id": 13300, "properties": { "facing": "west", "in_wall": "true", @@ -244157,7 +253912,7 @@ } }, { - "id": 12224, + "id": 13301, "properties": { "facing": "west", "in_wall": "true", @@ -244166,7 +253921,7 @@ } }, { - "id": 12225, + "id": 13302, "properties": { "facing": "west", "in_wall": "false", @@ -244175,7 +253930,7 @@ } }, { - "id": 12226, + "id": 13303, "properties": { "facing": "west", "in_wall": "false", @@ -244184,7 +253939,7 @@ } }, { - "id": 12227, + "id": 13304, "properties": { "facing": "west", "in_wall": "false", @@ -244193,7 +253948,7 @@ } }, { - "id": 12228, + "id": 13305, "properties": { "facing": "west", "in_wall": "false", @@ -244202,7 +253957,7 @@ } }, { - "id": 12229, + "id": 13306, "properties": { "facing": "east", "in_wall": "true", @@ -244211,7 +253966,7 @@ } }, { - "id": 12230, + "id": 13307, "properties": { "facing": "east", "in_wall": "true", @@ -244220,7 +253975,7 @@ } }, { - "id": 12231, + "id": 13308, "properties": { "facing": "east", "in_wall": "true", @@ -244229,7 +253984,7 @@ } }, { - "id": 12232, + "id": 13309, "properties": { "facing": "east", "in_wall": "true", @@ -244238,7 +253993,7 @@ } }, { - "id": 12233, + "id": 13310, "properties": { "facing": "east", "in_wall": "false", @@ -244247,7 +254002,7 @@ } }, { - "id": 12234, + "id": 13311, "properties": { "facing": "east", "in_wall": "false", @@ -244256,7 +254011,7 @@ } }, { - "id": 12235, + "id": 13312, "properties": { "facing": "east", "in_wall": "false", @@ -244265,7 +254020,7 @@ } }, { - "id": 12236, + "id": 13313, "properties": { "facing": "east", "in_wall": "false", @@ -244311,7 +254066,7 @@ }, "states": [ { - "id": 5002, + "id": 5770, "properties": { "attached": "true", "rotation": "0", @@ -244319,7 +254074,7 @@ } }, { - "id": 5003, + "id": 5771, "properties": { "attached": "true", "rotation": "0", @@ -244327,7 +254082,7 @@ } }, { - "id": 5004, + "id": 5772, "properties": { "attached": "true", "rotation": "1", @@ -244335,7 +254090,7 @@ } }, { - "id": 5005, + "id": 5773, "properties": { "attached": "true", "rotation": "1", @@ -244343,7 +254098,7 @@ } }, { - "id": 5006, + "id": 5774, "properties": { "attached": "true", "rotation": "2", @@ -244351,7 +254106,7 @@ } }, { - "id": 5007, + "id": 5775, "properties": { "attached": "true", "rotation": "2", @@ -244359,7 +254114,7 @@ } }, { - "id": 5008, + "id": 5776, "properties": { "attached": "true", "rotation": "3", @@ -244367,7 +254122,7 @@ } }, { - "id": 5009, + "id": 5777, "properties": { "attached": "true", "rotation": "3", @@ -244375,7 +254130,7 @@ } }, { - "id": 5010, + "id": 5778, "properties": { "attached": "true", "rotation": "4", @@ -244383,7 +254138,7 @@ } }, { - "id": 5011, + "id": 5779, "properties": { "attached": "true", "rotation": "4", @@ -244391,7 +254146,7 @@ } }, { - "id": 5012, + "id": 5780, "properties": { "attached": "true", "rotation": "5", @@ -244399,7 +254154,7 @@ } }, { - "id": 5013, + "id": 5781, "properties": { "attached": "true", "rotation": "5", @@ -244407,7 +254162,7 @@ } }, { - "id": 5014, + "id": 5782, "properties": { "attached": "true", "rotation": "6", @@ -244415,7 +254170,7 @@ } }, { - "id": 5015, + "id": 5783, "properties": { "attached": "true", "rotation": "6", @@ -244423,7 +254178,7 @@ } }, { - "id": 5016, + "id": 5784, "properties": { "attached": "true", "rotation": "7", @@ -244431,7 +254186,7 @@ } }, { - "id": 5017, + "id": 5785, "properties": { "attached": "true", "rotation": "7", @@ -244439,7 +254194,7 @@ } }, { - "id": 5018, + "id": 5786, "properties": { "attached": "true", "rotation": "8", @@ -244447,7 +254202,7 @@ } }, { - "id": 5019, + "id": 5787, "properties": { "attached": "true", "rotation": "8", @@ -244455,7 +254210,7 @@ } }, { - "id": 5020, + "id": 5788, "properties": { "attached": "true", "rotation": "9", @@ -244463,7 +254218,7 @@ } }, { - "id": 5021, + "id": 5789, "properties": { "attached": "true", "rotation": "9", @@ -244471,7 +254226,7 @@ } }, { - "id": 5022, + "id": 5790, "properties": { "attached": "true", "rotation": "10", @@ -244479,7 +254234,7 @@ } }, { - "id": 5023, + "id": 5791, "properties": { "attached": "true", "rotation": "10", @@ -244487,7 +254242,7 @@ } }, { - "id": 5024, + "id": 5792, "properties": { "attached": "true", "rotation": "11", @@ -244495,7 +254250,7 @@ } }, { - "id": 5025, + "id": 5793, "properties": { "attached": "true", "rotation": "11", @@ -244503,7 +254258,7 @@ } }, { - "id": 5026, + "id": 5794, "properties": { "attached": "true", "rotation": "12", @@ -244511,7 +254266,7 @@ } }, { - "id": 5027, + "id": 5795, "properties": { "attached": "true", "rotation": "12", @@ -244519,7 +254274,7 @@ } }, { - "id": 5028, + "id": 5796, "properties": { "attached": "true", "rotation": "13", @@ -244527,7 +254282,7 @@ } }, { - "id": 5029, + "id": 5797, "properties": { "attached": "true", "rotation": "13", @@ -244535,7 +254290,7 @@ } }, { - "id": 5030, + "id": 5798, "properties": { "attached": "true", "rotation": "14", @@ -244543,7 +254298,7 @@ } }, { - "id": 5031, + "id": 5799, "properties": { "attached": "true", "rotation": "14", @@ -244551,7 +254306,7 @@ } }, { - "id": 5032, + "id": 5800, "properties": { "attached": "true", "rotation": "15", @@ -244559,7 +254314,7 @@ } }, { - "id": 5033, + "id": 5801, "properties": { "attached": "true", "rotation": "15", @@ -244567,7 +254322,7 @@ } }, { - "id": 5034, + "id": 5802, "properties": { "attached": "false", "rotation": "0", @@ -244576,7 +254331,7 @@ }, { "default": true, - "id": 5035, + "id": 5803, "properties": { "attached": "false", "rotation": "0", @@ -244584,7 +254339,7 @@ } }, { - "id": 5036, + "id": 5804, "properties": { "attached": "false", "rotation": "1", @@ -244592,7 +254347,7 @@ } }, { - "id": 5037, + "id": 5805, "properties": { "attached": "false", "rotation": "1", @@ -244600,7 +254355,7 @@ } }, { - "id": 5038, + "id": 5806, "properties": { "attached": "false", "rotation": "2", @@ -244608,7 +254363,7 @@ } }, { - "id": 5039, + "id": 5807, "properties": { "attached": "false", "rotation": "2", @@ -244616,7 +254371,7 @@ } }, { - "id": 5040, + "id": 5808, "properties": { "attached": "false", "rotation": "3", @@ -244624,7 +254379,7 @@ } }, { - "id": 5041, + "id": 5809, "properties": { "attached": "false", "rotation": "3", @@ -244632,7 +254387,7 @@ } }, { - "id": 5042, + "id": 5810, "properties": { "attached": "false", "rotation": "4", @@ -244640,7 +254395,7 @@ } }, { - "id": 5043, + "id": 5811, "properties": { "attached": "false", "rotation": "4", @@ -244648,7 +254403,7 @@ } }, { - "id": 5044, + "id": 5812, "properties": { "attached": "false", "rotation": "5", @@ -244656,7 +254411,7 @@ } }, { - "id": 5045, + "id": 5813, "properties": { "attached": "false", "rotation": "5", @@ -244664,7 +254419,7 @@ } }, { - "id": 5046, + "id": 5814, "properties": { "attached": "false", "rotation": "6", @@ -244672,7 +254427,7 @@ } }, { - "id": 5047, + "id": 5815, "properties": { "attached": "false", "rotation": "6", @@ -244680,7 +254435,7 @@ } }, { - "id": 5048, + "id": 5816, "properties": { "attached": "false", "rotation": "7", @@ -244688,7 +254443,7 @@ } }, { - "id": 5049, + "id": 5817, "properties": { "attached": "false", "rotation": "7", @@ -244696,7 +254451,7 @@ } }, { - "id": 5050, + "id": 5818, "properties": { "attached": "false", "rotation": "8", @@ -244704,7 +254459,7 @@ } }, { - "id": 5051, + "id": 5819, "properties": { "attached": "false", "rotation": "8", @@ -244712,7 +254467,7 @@ } }, { - "id": 5052, + "id": 5820, "properties": { "attached": "false", "rotation": "9", @@ -244720,7 +254475,7 @@ } }, { - "id": 5053, + "id": 5821, "properties": { "attached": "false", "rotation": "9", @@ -244728,7 +254483,7 @@ } }, { - "id": 5054, + "id": 5822, "properties": { "attached": "false", "rotation": "10", @@ -244736,7 +254491,7 @@ } }, { - "id": 5055, + "id": 5823, "properties": { "attached": "false", "rotation": "10", @@ -244744,7 +254499,7 @@ } }, { - "id": 5056, + "id": 5824, "properties": { "attached": "false", "rotation": "11", @@ -244752,7 +254507,7 @@ } }, { - "id": 5057, + "id": 5825, "properties": { "attached": "false", "rotation": "11", @@ -244760,7 +254515,7 @@ } }, { - "id": 5058, + "id": 5826, "properties": { "attached": "false", "rotation": "12", @@ -244768,7 +254523,7 @@ } }, { - "id": 5059, + "id": 5827, "properties": { "attached": "false", "rotation": "12", @@ -244776,7 +254531,7 @@ } }, { - "id": 5060, + "id": 5828, "properties": { "attached": "false", "rotation": "13", @@ -244784,7 +254539,7 @@ } }, { - "id": 5061, + "id": 5829, "properties": { "attached": "false", "rotation": "13", @@ -244792,7 +254547,7 @@ } }, { - "id": 5062, + "id": 5830, "properties": { "attached": "false", "rotation": "14", @@ -244800,7 +254555,7 @@ } }, { - "id": 5063, + "id": 5831, "properties": { "attached": "false", "rotation": "14", @@ -244808,7 +254563,7 @@ } }, { - "id": 5064, + "id": 5832, "properties": { "attached": "false", "rotation": "15", @@ -244816,7 +254571,7 @@ } }, { - "id": 5065, + "id": 5833, "properties": { "attached": "false", "rotation": "15", @@ -245138,14 +254893,14 @@ }, "states": [ { - "id": 5894, + "id": 6662, "properties": { "powered": "true" } }, { "default": true, - "id": 5895, + "id": 6663, "properties": { "powered": "false" } @@ -245180,6 +254935,613 @@ } ] }, + "minecraft:spruce_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 3039, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3040, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3041, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3042, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3043, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3044, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3045, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3046, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3047, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 3048, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3049, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3050, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3051, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3052, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3053, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3054, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3055, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3056, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3057, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3058, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3059, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3060, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3061, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3062, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3063, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3064, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3065, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3066, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3067, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3068, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3069, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3070, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3071, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3072, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3073, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3074, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3075, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3076, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3077, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3078, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3079, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3080, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3081, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3082, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3083, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3084, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3085, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3086, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3087, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3088, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3089, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3090, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3091, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3092, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3093, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3094, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3095, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3096, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3097, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3098, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3099, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3100, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3101, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3102, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + } + ] + }, "minecraft:spruce_sign": { "definition": { "type": "minecraft:standing_sign", @@ -245212,7 +255574,7 @@ }, "states": [ { - "id": 4398, + "id": 5166, "properties": { "rotation": "0", "waterlogged": "true" @@ -245220,217 +255582,217 @@ }, { "default": true, - "id": 4399, + "id": 5167, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 4400, + "id": 5168, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 4401, + "id": 5169, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 4402, + "id": 5170, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 4403, + "id": 5171, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 4404, + "id": 5172, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 4405, + "id": 5173, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 4406, + "id": 5174, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 4407, + "id": 5175, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 4408, + "id": 5176, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 4409, + "id": 5177, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 4410, + "id": 5178, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 4411, + "id": 5179, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 4412, + "id": 5180, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 4413, + "id": 5181, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 4414, + "id": 5182, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 4415, + "id": 5183, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 4416, + "id": 5184, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 4417, + "id": 5185, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 4418, + "id": 5186, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 4419, + "id": 5187, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 4420, + "id": 5188, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 4421, + "id": 5189, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 4422, + "id": 5190, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 4423, + "id": 5191, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 4424, + "id": 5192, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 4425, + "id": 5193, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 4426, + "id": 5194, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 4427, + "id": 5195, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 4428, + "id": 5196, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 4429, + "id": 5197, "properties": { "rotation": "15", "waterlogged": "false" @@ -245456,21 +255818,21 @@ }, "states": [ { - "id": 12057, + "id": 13134, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12058, + "id": 13135, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12059, + "id": 13136, "properties": { "type": "bottom", "waterlogged": "true" @@ -245478,21 +255840,21 @@ }, { "default": true, - "id": 12060, + "id": 13137, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12061, + "id": 13138, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12062, + "id": 13139, "properties": { "type": "double", "waterlogged": "false" @@ -245533,7 +255895,7 @@ }, "states": [ { - "id": 8450, + "id": 9527, "properties": { "facing": "north", "half": "top", @@ -245542,7 +255904,7 @@ } }, { - "id": 8451, + "id": 9528, "properties": { "facing": "north", "half": "top", @@ -245551,7 +255913,7 @@ } }, { - "id": 8452, + "id": 9529, "properties": { "facing": "north", "half": "top", @@ -245560,7 +255922,7 @@ } }, { - "id": 8453, + "id": 9530, "properties": { "facing": "north", "half": "top", @@ -245569,7 +255931,7 @@ } }, { - "id": 8454, + "id": 9531, "properties": { "facing": "north", "half": "top", @@ -245578,7 +255940,7 @@ } }, { - "id": 8455, + "id": 9532, "properties": { "facing": "north", "half": "top", @@ -245587,7 +255949,7 @@ } }, { - "id": 8456, + "id": 9533, "properties": { "facing": "north", "half": "top", @@ -245596,7 +255958,7 @@ } }, { - "id": 8457, + "id": 9534, "properties": { "facing": "north", "half": "top", @@ -245605,7 +255967,7 @@ } }, { - "id": 8458, + "id": 9535, "properties": { "facing": "north", "half": "top", @@ -245614,7 +255976,7 @@ } }, { - "id": 8459, + "id": 9536, "properties": { "facing": "north", "half": "top", @@ -245623,7 +255985,7 @@ } }, { - "id": 8460, + "id": 9537, "properties": { "facing": "north", "half": "bottom", @@ -245633,7 +255995,7 @@ }, { "default": true, - "id": 8461, + "id": 9538, "properties": { "facing": "north", "half": "bottom", @@ -245642,7 +256004,7 @@ } }, { - "id": 8462, + "id": 9539, "properties": { "facing": "north", "half": "bottom", @@ -245651,7 +256013,7 @@ } }, { - "id": 8463, + "id": 9540, "properties": { "facing": "north", "half": "bottom", @@ -245660,7 +256022,7 @@ } }, { - "id": 8464, + "id": 9541, "properties": { "facing": "north", "half": "bottom", @@ -245669,7 +256031,7 @@ } }, { - "id": 8465, + "id": 9542, "properties": { "facing": "north", "half": "bottom", @@ -245678,7 +256040,7 @@ } }, { - "id": 8466, + "id": 9543, "properties": { "facing": "north", "half": "bottom", @@ -245687,7 +256049,7 @@ } }, { - "id": 8467, + "id": 9544, "properties": { "facing": "north", "half": "bottom", @@ -245696,7 +256058,7 @@ } }, { - "id": 8468, + "id": 9545, "properties": { "facing": "north", "half": "bottom", @@ -245705,7 +256067,7 @@ } }, { - "id": 8469, + "id": 9546, "properties": { "facing": "north", "half": "bottom", @@ -245714,7 +256076,7 @@ } }, { - "id": 8470, + "id": 9547, "properties": { "facing": "south", "half": "top", @@ -245723,7 +256085,7 @@ } }, { - "id": 8471, + "id": 9548, "properties": { "facing": "south", "half": "top", @@ -245732,7 +256094,7 @@ } }, { - "id": 8472, + "id": 9549, "properties": { "facing": "south", "half": "top", @@ -245741,7 +256103,7 @@ } }, { - "id": 8473, + "id": 9550, "properties": { "facing": "south", "half": "top", @@ -245750,7 +256112,7 @@ } }, { - "id": 8474, + "id": 9551, "properties": { "facing": "south", "half": "top", @@ -245759,7 +256121,7 @@ } }, { - "id": 8475, + "id": 9552, "properties": { "facing": "south", "half": "top", @@ -245768,7 +256130,7 @@ } }, { - "id": 8476, + "id": 9553, "properties": { "facing": "south", "half": "top", @@ -245777,7 +256139,7 @@ } }, { - "id": 8477, + "id": 9554, "properties": { "facing": "south", "half": "top", @@ -245786,7 +256148,7 @@ } }, { - "id": 8478, + "id": 9555, "properties": { "facing": "south", "half": "top", @@ -245795,7 +256157,7 @@ } }, { - "id": 8479, + "id": 9556, "properties": { "facing": "south", "half": "top", @@ -245804,7 +256166,7 @@ } }, { - "id": 8480, + "id": 9557, "properties": { "facing": "south", "half": "bottom", @@ -245813,7 +256175,7 @@ } }, { - "id": 8481, + "id": 9558, "properties": { "facing": "south", "half": "bottom", @@ -245822,7 +256184,7 @@ } }, { - "id": 8482, + "id": 9559, "properties": { "facing": "south", "half": "bottom", @@ -245831,7 +256193,7 @@ } }, { - "id": 8483, + "id": 9560, "properties": { "facing": "south", "half": "bottom", @@ -245840,7 +256202,7 @@ } }, { - "id": 8484, + "id": 9561, "properties": { "facing": "south", "half": "bottom", @@ -245849,7 +256211,7 @@ } }, { - "id": 8485, + "id": 9562, "properties": { "facing": "south", "half": "bottom", @@ -245858,7 +256220,7 @@ } }, { - "id": 8486, + "id": 9563, "properties": { "facing": "south", "half": "bottom", @@ -245867,7 +256229,7 @@ } }, { - "id": 8487, + "id": 9564, "properties": { "facing": "south", "half": "bottom", @@ -245876,7 +256238,7 @@ } }, { - "id": 8488, + "id": 9565, "properties": { "facing": "south", "half": "bottom", @@ -245885,7 +256247,7 @@ } }, { - "id": 8489, + "id": 9566, "properties": { "facing": "south", "half": "bottom", @@ -245894,7 +256256,7 @@ } }, { - "id": 8490, + "id": 9567, "properties": { "facing": "west", "half": "top", @@ -245903,7 +256265,7 @@ } }, { - "id": 8491, + "id": 9568, "properties": { "facing": "west", "half": "top", @@ -245912,7 +256274,7 @@ } }, { - "id": 8492, + "id": 9569, "properties": { "facing": "west", "half": "top", @@ -245921,7 +256283,7 @@ } }, { - "id": 8493, + "id": 9570, "properties": { "facing": "west", "half": "top", @@ -245930,7 +256292,7 @@ } }, { - "id": 8494, + "id": 9571, "properties": { "facing": "west", "half": "top", @@ -245939,7 +256301,7 @@ } }, { - "id": 8495, + "id": 9572, "properties": { "facing": "west", "half": "top", @@ -245948,7 +256310,7 @@ } }, { - "id": 8496, + "id": 9573, "properties": { "facing": "west", "half": "top", @@ -245957,7 +256319,7 @@ } }, { - "id": 8497, + "id": 9574, "properties": { "facing": "west", "half": "top", @@ -245966,7 +256328,7 @@ } }, { - "id": 8498, + "id": 9575, "properties": { "facing": "west", "half": "top", @@ -245975,7 +256337,7 @@ } }, { - "id": 8499, + "id": 9576, "properties": { "facing": "west", "half": "top", @@ -245984,7 +256346,7 @@ } }, { - "id": 8500, + "id": 9577, "properties": { "facing": "west", "half": "bottom", @@ -245993,7 +256355,7 @@ } }, { - "id": 8501, + "id": 9578, "properties": { "facing": "west", "half": "bottom", @@ -246002,7 +256364,7 @@ } }, { - "id": 8502, + "id": 9579, "properties": { "facing": "west", "half": "bottom", @@ -246011,7 +256373,7 @@ } }, { - "id": 8503, + "id": 9580, "properties": { "facing": "west", "half": "bottom", @@ -246020,7 +256382,7 @@ } }, { - "id": 8504, + "id": 9581, "properties": { "facing": "west", "half": "bottom", @@ -246029,7 +256391,7 @@ } }, { - "id": 8505, + "id": 9582, "properties": { "facing": "west", "half": "bottom", @@ -246038,7 +256400,7 @@ } }, { - "id": 8506, + "id": 9583, "properties": { "facing": "west", "half": "bottom", @@ -246047,7 +256409,7 @@ } }, { - "id": 8507, + "id": 9584, "properties": { "facing": "west", "half": "bottom", @@ -246056,7 +256418,7 @@ } }, { - "id": 8508, + "id": 9585, "properties": { "facing": "west", "half": "bottom", @@ -246065,7 +256427,7 @@ } }, { - "id": 8509, + "id": 9586, "properties": { "facing": "west", "half": "bottom", @@ -246074,7 +256436,7 @@ } }, { - "id": 8510, + "id": 9587, "properties": { "facing": "east", "half": "top", @@ -246083,7 +256445,7 @@ } }, { - "id": 8511, + "id": 9588, "properties": { "facing": "east", "half": "top", @@ -246092,7 +256454,7 @@ } }, { - "id": 8512, + "id": 9589, "properties": { "facing": "east", "half": "top", @@ -246101,7 +256463,7 @@ } }, { - "id": 8513, + "id": 9590, "properties": { "facing": "east", "half": "top", @@ -246110,7 +256472,7 @@ } }, { - "id": 8514, + "id": 9591, "properties": { "facing": "east", "half": "top", @@ -246119,7 +256481,7 @@ } }, { - "id": 8515, + "id": 9592, "properties": { "facing": "east", "half": "top", @@ -246128,7 +256490,7 @@ } }, { - "id": 8516, + "id": 9593, "properties": { "facing": "east", "half": "top", @@ -246137,7 +256499,7 @@ } }, { - "id": 8517, + "id": 9594, "properties": { "facing": "east", "half": "top", @@ -246146,7 +256508,7 @@ } }, { - "id": 8518, + "id": 9595, "properties": { "facing": "east", "half": "top", @@ -246155,7 +256517,7 @@ } }, { - "id": 8519, + "id": 9596, "properties": { "facing": "east", "half": "top", @@ -246164,7 +256526,7 @@ } }, { - "id": 8520, + "id": 9597, "properties": { "facing": "east", "half": "bottom", @@ -246173,7 +256535,7 @@ } }, { - "id": 8521, + "id": 9598, "properties": { "facing": "east", "half": "bottom", @@ -246182,7 +256544,7 @@ } }, { - "id": 8522, + "id": 9599, "properties": { "facing": "east", "half": "bottom", @@ -246191,7 +256553,7 @@ } }, { - "id": 8523, + "id": 9600, "properties": { "facing": "east", "half": "bottom", @@ -246200,7 +256562,7 @@ } }, { - "id": 8524, + "id": 9601, "properties": { "facing": "east", "half": "bottom", @@ -246209,7 +256571,7 @@ } }, { - "id": 8525, + "id": 9602, "properties": { "facing": "east", "half": "bottom", @@ -246218,7 +256580,7 @@ } }, { - "id": 8526, + "id": 9603, "properties": { "facing": "east", "half": "bottom", @@ -246227,7 +256589,7 @@ } }, { - "id": 8527, + "id": 9604, "properties": { "facing": "east", "half": "bottom", @@ -246236,7 +256598,7 @@ } }, { - "id": 8528, + "id": 9605, "properties": { "facing": "east", "half": "bottom", @@ -246245,7 +256607,7 @@ } }, { - "id": 8529, + "id": 9606, "properties": { "facing": "east", "half": "bottom", @@ -246287,7 +256649,7 @@ }, "states": [ { - "id": 6204, + "id": 6977, "properties": { "facing": "north", "half": "top", @@ -246297,7 +256659,7 @@ } }, { - "id": 6205, + "id": 6978, "properties": { "facing": "north", "half": "top", @@ -246307,7 +256669,7 @@ } }, { - "id": 6206, + "id": 6979, "properties": { "facing": "north", "half": "top", @@ -246317,7 +256679,7 @@ } }, { - "id": 6207, + "id": 6980, "properties": { "facing": "north", "half": "top", @@ -246327,7 +256689,7 @@ } }, { - "id": 6208, + "id": 6981, "properties": { "facing": "north", "half": "top", @@ -246337,7 +256699,7 @@ } }, { - "id": 6209, + "id": 6982, "properties": { "facing": "north", "half": "top", @@ -246347,7 +256709,7 @@ } }, { - "id": 6210, + "id": 6983, "properties": { "facing": "north", "half": "top", @@ -246357,7 +256719,7 @@ } }, { - "id": 6211, + "id": 6984, "properties": { "facing": "north", "half": "top", @@ -246367,7 +256729,7 @@ } }, { - "id": 6212, + "id": 6985, "properties": { "facing": "north", "half": "bottom", @@ -246377,7 +256739,7 @@ } }, { - "id": 6213, + "id": 6986, "properties": { "facing": "north", "half": "bottom", @@ -246387,7 +256749,7 @@ } }, { - "id": 6214, + "id": 6987, "properties": { "facing": "north", "half": "bottom", @@ -246397,7 +256759,7 @@ } }, { - "id": 6215, + "id": 6988, "properties": { "facing": "north", "half": "bottom", @@ -246407,7 +256769,7 @@ } }, { - "id": 6216, + "id": 6989, "properties": { "facing": "north", "half": "bottom", @@ -246417,7 +256779,7 @@ } }, { - "id": 6217, + "id": 6990, "properties": { "facing": "north", "half": "bottom", @@ -246427,7 +256789,7 @@ } }, { - "id": 6218, + "id": 6991, "properties": { "facing": "north", "half": "bottom", @@ -246438,7 +256800,7 @@ }, { "default": true, - "id": 6219, + "id": 6992, "properties": { "facing": "north", "half": "bottom", @@ -246448,7 +256810,7 @@ } }, { - "id": 6220, + "id": 6993, "properties": { "facing": "south", "half": "top", @@ -246458,7 +256820,7 @@ } }, { - "id": 6221, + "id": 6994, "properties": { "facing": "south", "half": "top", @@ -246468,7 +256830,7 @@ } }, { - "id": 6222, + "id": 6995, "properties": { "facing": "south", "half": "top", @@ -246478,7 +256840,7 @@ } }, { - "id": 6223, + "id": 6996, "properties": { "facing": "south", "half": "top", @@ -246488,7 +256850,7 @@ } }, { - "id": 6224, + "id": 6997, "properties": { "facing": "south", "half": "top", @@ -246498,7 +256860,7 @@ } }, { - "id": 6225, + "id": 6998, "properties": { "facing": "south", "half": "top", @@ -246508,7 +256870,7 @@ } }, { - "id": 6226, + "id": 6999, "properties": { "facing": "south", "half": "top", @@ -246518,7 +256880,7 @@ } }, { - "id": 6227, + "id": 7000, "properties": { "facing": "south", "half": "top", @@ -246528,7 +256890,7 @@ } }, { - "id": 6228, + "id": 7001, "properties": { "facing": "south", "half": "bottom", @@ -246538,7 +256900,7 @@ } }, { - "id": 6229, + "id": 7002, "properties": { "facing": "south", "half": "bottom", @@ -246548,7 +256910,7 @@ } }, { - "id": 6230, + "id": 7003, "properties": { "facing": "south", "half": "bottom", @@ -246558,7 +256920,7 @@ } }, { - "id": 6231, + "id": 7004, "properties": { "facing": "south", "half": "bottom", @@ -246568,7 +256930,7 @@ } }, { - "id": 6232, + "id": 7005, "properties": { "facing": "south", "half": "bottom", @@ -246578,7 +256940,7 @@ } }, { - "id": 6233, + "id": 7006, "properties": { "facing": "south", "half": "bottom", @@ -246588,7 +256950,7 @@ } }, { - "id": 6234, + "id": 7007, "properties": { "facing": "south", "half": "bottom", @@ -246598,7 +256960,7 @@ } }, { - "id": 6235, + "id": 7008, "properties": { "facing": "south", "half": "bottom", @@ -246608,7 +256970,7 @@ } }, { - "id": 6236, + "id": 7009, "properties": { "facing": "west", "half": "top", @@ -246618,7 +256980,7 @@ } }, { - "id": 6237, + "id": 7010, "properties": { "facing": "west", "half": "top", @@ -246628,7 +256990,7 @@ } }, { - "id": 6238, + "id": 7011, "properties": { "facing": "west", "half": "top", @@ -246638,7 +257000,7 @@ } }, { - "id": 6239, + "id": 7012, "properties": { "facing": "west", "half": "top", @@ -246648,7 +257010,7 @@ } }, { - "id": 6240, + "id": 7013, "properties": { "facing": "west", "half": "top", @@ -246658,7 +257020,7 @@ } }, { - "id": 6241, + "id": 7014, "properties": { "facing": "west", "half": "top", @@ -246668,7 +257030,7 @@ } }, { - "id": 6242, + "id": 7015, "properties": { "facing": "west", "half": "top", @@ -246678,7 +257040,7 @@ } }, { - "id": 6243, + "id": 7016, "properties": { "facing": "west", "half": "top", @@ -246688,7 +257050,7 @@ } }, { - "id": 6244, + "id": 7017, "properties": { "facing": "west", "half": "bottom", @@ -246698,7 +257060,7 @@ } }, { - "id": 6245, + "id": 7018, "properties": { "facing": "west", "half": "bottom", @@ -246708,7 +257070,7 @@ } }, { - "id": 6246, + "id": 7019, "properties": { "facing": "west", "half": "bottom", @@ -246718,7 +257080,7 @@ } }, { - "id": 6247, + "id": 7020, "properties": { "facing": "west", "half": "bottom", @@ -246728,7 +257090,7 @@ } }, { - "id": 6248, + "id": 7021, "properties": { "facing": "west", "half": "bottom", @@ -246738,7 +257100,7 @@ } }, { - "id": 6249, + "id": 7022, "properties": { "facing": "west", "half": "bottom", @@ -246748,7 +257110,7 @@ } }, { - "id": 6250, + "id": 7023, "properties": { "facing": "west", "half": "bottom", @@ -246758,7 +257120,7 @@ } }, { - "id": 6251, + "id": 7024, "properties": { "facing": "west", "half": "bottom", @@ -246768,7 +257130,7 @@ } }, { - "id": 6252, + "id": 7025, "properties": { "facing": "east", "half": "top", @@ -246778,7 +257140,7 @@ } }, { - "id": 6253, + "id": 7026, "properties": { "facing": "east", "half": "top", @@ -246788,7 +257150,7 @@ } }, { - "id": 6254, + "id": 7027, "properties": { "facing": "east", "half": "top", @@ -246798,7 +257160,7 @@ } }, { - "id": 6255, + "id": 7028, "properties": { "facing": "east", "half": "top", @@ -246808,7 +257170,7 @@ } }, { - "id": 6256, + "id": 7029, "properties": { "facing": "east", "half": "top", @@ -246818,7 +257180,7 @@ } }, { - "id": 6257, + "id": 7030, "properties": { "facing": "east", "half": "top", @@ -246828,7 +257190,7 @@ } }, { - "id": 6258, + "id": 7031, "properties": { "facing": "east", "half": "top", @@ -246838,7 +257200,7 @@ } }, { - "id": 6259, + "id": 7032, "properties": { "facing": "east", "half": "top", @@ -246848,7 +257210,7 @@ } }, { - "id": 6260, + "id": 7033, "properties": { "facing": "east", "half": "bottom", @@ -246858,7 +257220,7 @@ } }, { - "id": 6261, + "id": 7034, "properties": { "facing": "east", "half": "bottom", @@ -246868,7 +257230,7 @@ } }, { - "id": 6262, + "id": 7035, "properties": { "facing": "east", "half": "bottom", @@ -246878,7 +257240,7 @@ } }, { - "id": 6263, + "id": 7036, "properties": { "facing": "east", "half": "bottom", @@ -246888,7 +257250,7 @@ } }, { - "id": 6264, + "id": 7037, "properties": { "facing": "east", "half": "bottom", @@ -246898,7 +257260,7 @@ } }, { - "id": 6265, + "id": 7038, "properties": { "facing": "east", "half": "bottom", @@ -246908,7 +257270,7 @@ } }, { - "id": 6266, + "id": 7039, "properties": { "facing": "east", "half": "bottom", @@ -246918,7 +257280,7 @@ } }, { - "id": 6267, + "id": 7040, "properties": { "facing": "east", "half": "bottom", @@ -246949,7 +257311,7 @@ }, "states": [ { - "id": 5714, + "id": 6482, "properties": { "facing": "north", "waterlogged": "true" @@ -246957,49 +257319,49 @@ }, { "default": true, - "id": 5715, + "id": 6483, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5716, + "id": 6484, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5717, + "id": 6485, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5718, + "id": 6486, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5719, + "id": 6487, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5720, + "id": 6488, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5721, + "id": 6489, "properties": { "facing": "east", "waterlogged": "false" @@ -247027,7 +257389,7 @@ }, "states": [ { - "id": 4866, + "id": 5634, "properties": { "facing": "north", "waterlogged": "true" @@ -247035,49 +257397,49 @@ }, { "default": true, - "id": 4867, + "id": 5635, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 4868, + "id": 5636, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 4869, + "id": 5637, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 4870, + "id": 5638, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 4871, + "id": 5639, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 4872, + "id": 5640, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 4873, + "id": 5641, "properties": { "facing": "east", "waterlogged": "false" @@ -247257,21 +257619,21 @@ }, "states": [ { - "id": 12159, + "id": 13236, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12160, + "id": 13237, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12161, + "id": 13238, "properties": { "type": "bottom", "waterlogged": "true" @@ -247279,21 +257641,21 @@ }, { "default": true, - "id": 12162, + "id": 13239, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12163, + "id": 13240, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12164, + "id": 13241, "properties": { "type": "double", "waterlogged": "false" @@ -247334,7 +257696,7 @@ }, "states": [ { - "id": 7480, + "id": 8557, "properties": { "facing": "north", "half": "top", @@ -247343,7 +257705,7 @@ } }, { - "id": 7481, + "id": 8558, "properties": { "facing": "north", "half": "top", @@ -247352,7 +257714,7 @@ } }, { - "id": 7482, + "id": 8559, "properties": { "facing": "north", "half": "top", @@ -247361,7 +257723,7 @@ } }, { - "id": 7483, + "id": 8560, "properties": { "facing": "north", "half": "top", @@ -247370,7 +257732,7 @@ } }, { - "id": 7484, + "id": 8561, "properties": { "facing": "north", "half": "top", @@ -247379,7 +257741,7 @@ } }, { - "id": 7485, + "id": 8562, "properties": { "facing": "north", "half": "top", @@ -247388,7 +257750,7 @@ } }, { - "id": 7486, + "id": 8563, "properties": { "facing": "north", "half": "top", @@ -247397,7 +257759,7 @@ } }, { - "id": 7487, + "id": 8564, "properties": { "facing": "north", "half": "top", @@ -247406,7 +257768,7 @@ } }, { - "id": 7488, + "id": 8565, "properties": { "facing": "north", "half": "top", @@ -247415,7 +257777,7 @@ } }, { - "id": 7489, + "id": 8566, "properties": { "facing": "north", "half": "top", @@ -247424,7 +257786,7 @@ } }, { - "id": 7490, + "id": 8567, "properties": { "facing": "north", "half": "bottom", @@ -247434,7 +257796,7 @@ }, { "default": true, - "id": 7491, + "id": 8568, "properties": { "facing": "north", "half": "bottom", @@ -247443,7 +257805,7 @@ } }, { - "id": 7492, + "id": 8569, "properties": { "facing": "north", "half": "bottom", @@ -247452,7 +257814,7 @@ } }, { - "id": 7493, + "id": 8570, "properties": { "facing": "north", "half": "bottom", @@ -247461,7 +257823,7 @@ } }, { - "id": 7494, + "id": 8571, "properties": { "facing": "north", "half": "bottom", @@ -247470,7 +257832,7 @@ } }, { - "id": 7495, + "id": 8572, "properties": { "facing": "north", "half": "bottom", @@ -247479,7 +257841,7 @@ } }, { - "id": 7496, + "id": 8573, "properties": { "facing": "north", "half": "bottom", @@ -247488,7 +257850,7 @@ } }, { - "id": 7497, + "id": 8574, "properties": { "facing": "north", "half": "bottom", @@ -247497,7 +257859,7 @@ } }, { - "id": 7498, + "id": 8575, "properties": { "facing": "north", "half": "bottom", @@ -247506,7 +257868,7 @@ } }, { - "id": 7499, + "id": 8576, "properties": { "facing": "north", "half": "bottom", @@ -247515,7 +257877,7 @@ } }, { - "id": 7500, + "id": 8577, "properties": { "facing": "south", "half": "top", @@ -247524,7 +257886,7 @@ } }, { - "id": 7501, + "id": 8578, "properties": { "facing": "south", "half": "top", @@ -247533,7 +257895,7 @@ } }, { - "id": 7502, + "id": 8579, "properties": { "facing": "south", "half": "top", @@ -247542,7 +257904,7 @@ } }, { - "id": 7503, + "id": 8580, "properties": { "facing": "south", "half": "top", @@ -247551,7 +257913,7 @@ } }, { - "id": 7504, + "id": 8581, "properties": { "facing": "south", "half": "top", @@ -247560,7 +257922,7 @@ } }, { - "id": 7505, + "id": 8582, "properties": { "facing": "south", "half": "top", @@ -247569,7 +257931,7 @@ } }, { - "id": 7506, + "id": 8583, "properties": { "facing": "south", "half": "top", @@ -247578,7 +257940,7 @@ } }, { - "id": 7507, + "id": 8584, "properties": { "facing": "south", "half": "top", @@ -247587,7 +257949,7 @@ } }, { - "id": 7508, + "id": 8585, "properties": { "facing": "south", "half": "top", @@ -247596,7 +257958,7 @@ } }, { - "id": 7509, + "id": 8586, "properties": { "facing": "south", "half": "top", @@ -247605,7 +257967,7 @@ } }, { - "id": 7510, + "id": 8587, "properties": { "facing": "south", "half": "bottom", @@ -247614,7 +257976,7 @@ } }, { - "id": 7511, + "id": 8588, "properties": { "facing": "south", "half": "bottom", @@ -247623,7 +257985,7 @@ } }, { - "id": 7512, + "id": 8589, "properties": { "facing": "south", "half": "bottom", @@ -247632,7 +257994,7 @@ } }, { - "id": 7513, + "id": 8590, "properties": { "facing": "south", "half": "bottom", @@ -247641,7 +258003,7 @@ } }, { - "id": 7514, + "id": 8591, "properties": { "facing": "south", "half": "bottom", @@ -247650,7 +258012,7 @@ } }, { - "id": 7515, + "id": 8592, "properties": { "facing": "south", "half": "bottom", @@ -247659,7 +258021,7 @@ } }, { - "id": 7516, + "id": 8593, "properties": { "facing": "south", "half": "bottom", @@ -247668,7 +258030,7 @@ } }, { - "id": 7517, + "id": 8594, "properties": { "facing": "south", "half": "bottom", @@ -247677,7 +258039,7 @@ } }, { - "id": 7518, + "id": 8595, "properties": { "facing": "south", "half": "bottom", @@ -247686,7 +258048,7 @@ } }, { - "id": 7519, + "id": 8596, "properties": { "facing": "south", "half": "bottom", @@ -247695,7 +258057,7 @@ } }, { - "id": 7520, + "id": 8597, "properties": { "facing": "west", "half": "top", @@ -247704,7 +258066,7 @@ } }, { - "id": 7521, + "id": 8598, "properties": { "facing": "west", "half": "top", @@ -247713,7 +258075,7 @@ } }, { - "id": 7522, + "id": 8599, "properties": { "facing": "west", "half": "top", @@ -247722,7 +258084,7 @@ } }, { - "id": 7523, + "id": 8600, "properties": { "facing": "west", "half": "top", @@ -247731,7 +258093,7 @@ } }, { - "id": 7524, + "id": 8601, "properties": { "facing": "west", "half": "top", @@ -247740,7 +258102,7 @@ } }, { - "id": 7525, + "id": 8602, "properties": { "facing": "west", "half": "top", @@ -247749,7 +258111,7 @@ } }, { - "id": 7526, + "id": 8603, "properties": { "facing": "west", "half": "top", @@ -247758,7 +258120,7 @@ } }, { - "id": 7527, + "id": 8604, "properties": { "facing": "west", "half": "top", @@ -247767,7 +258129,7 @@ } }, { - "id": 7528, + "id": 8605, "properties": { "facing": "west", "half": "top", @@ -247776,7 +258138,7 @@ } }, { - "id": 7529, + "id": 8606, "properties": { "facing": "west", "half": "top", @@ -247785,7 +258147,7 @@ } }, { - "id": 7530, + "id": 8607, "properties": { "facing": "west", "half": "bottom", @@ -247794,7 +258156,7 @@ } }, { - "id": 7531, + "id": 8608, "properties": { "facing": "west", "half": "bottom", @@ -247803,7 +258165,7 @@ } }, { - "id": 7532, + "id": 8609, "properties": { "facing": "west", "half": "bottom", @@ -247812,7 +258174,7 @@ } }, { - "id": 7533, + "id": 8610, "properties": { "facing": "west", "half": "bottom", @@ -247821,7 +258183,7 @@ } }, { - "id": 7534, + "id": 8611, "properties": { "facing": "west", "half": "bottom", @@ -247830,7 +258192,7 @@ } }, { - "id": 7535, + "id": 8612, "properties": { "facing": "west", "half": "bottom", @@ -247839,7 +258201,7 @@ } }, { - "id": 7536, + "id": 8613, "properties": { "facing": "west", "half": "bottom", @@ -247848,7 +258210,7 @@ } }, { - "id": 7537, + "id": 8614, "properties": { "facing": "west", "half": "bottom", @@ -247857,7 +258219,7 @@ } }, { - "id": 7538, + "id": 8615, "properties": { "facing": "west", "half": "bottom", @@ -247866,7 +258228,7 @@ } }, { - "id": 7539, + "id": 8616, "properties": { "facing": "west", "half": "bottom", @@ -247875,7 +258237,7 @@ } }, { - "id": 7540, + "id": 8617, "properties": { "facing": "east", "half": "top", @@ -247884,7 +258246,7 @@ } }, { - "id": 7541, + "id": 8618, "properties": { "facing": "east", "half": "top", @@ -247893,7 +258255,7 @@ } }, { - "id": 7542, + "id": 8619, "properties": { "facing": "east", "half": "top", @@ -247902,7 +258264,7 @@ } }, { - "id": 7543, + "id": 8620, "properties": { "facing": "east", "half": "top", @@ -247911,7 +258273,7 @@ } }, { - "id": 7544, + "id": 8621, "properties": { "facing": "east", "half": "top", @@ -247920,7 +258282,7 @@ } }, { - "id": 7545, + "id": 8622, "properties": { "facing": "east", "half": "top", @@ -247929,7 +258291,7 @@ } }, { - "id": 7546, + "id": 8623, "properties": { "facing": "east", "half": "top", @@ -247938,7 +258300,7 @@ } }, { - "id": 7547, + "id": 8624, "properties": { "facing": "east", "half": "top", @@ -247947,7 +258309,7 @@ } }, { - "id": 7548, + "id": 8625, "properties": { "facing": "east", "half": "top", @@ -247956,7 +258318,7 @@ } }, { - "id": 7549, + "id": 8626, "properties": { "facing": "east", "half": "top", @@ -247965,7 +258327,7 @@ } }, { - "id": 7550, + "id": 8627, "properties": { "facing": "east", "half": "bottom", @@ -247974,7 +258336,7 @@ } }, { - "id": 7551, + "id": 8628, "properties": { "facing": "east", "half": "bottom", @@ -247983,7 +258345,7 @@ } }, { - "id": 7552, + "id": 8629, "properties": { "facing": "east", "half": "bottom", @@ -247992,7 +258354,7 @@ } }, { - "id": 7553, + "id": 8630, "properties": { "facing": "east", "half": "bottom", @@ -248001,7 +258363,7 @@ } }, { - "id": 7554, + "id": 8631, "properties": { "facing": "east", "half": "bottom", @@ -248010,7 +258372,7 @@ } }, { - "id": 7555, + "id": 8632, "properties": { "facing": "east", "half": "bottom", @@ -248019,7 +258381,7 @@ } }, { - "id": 7556, + "id": 8633, "properties": { "facing": "east", "half": "bottom", @@ -248028,7 +258390,7 @@ } }, { - "id": 7557, + "id": 8634, "properties": { "facing": "east", "half": "bottom", @@ -248037,7 +258399,7 @@ } }, { - "id": 7558, + "id": 8635, "properties": { "facing": "east", "half": "bottom", @@ -248046,7 +258408,7 @@ } }, { - "id": 7559, + "id": 8636, "properties": { "facing": "east", "half": "bottom", @@ -248093,7 +258455,7 @@ }, "states": [ { - "id": 16803, + "id": 17912, "properties": { "east": "none", "north": "none", @@ -248104,7 +258466,7 @@ } }, { - "id": 16804, + "id": 17913, "properties": { "east": "none", "north": "none", @@ -248115,7 +258477,7 @@ } }, { - "id": 16805, + "id": 17914, "properties": { "east": "none", "north": "none", @@ -248127,7 +258489,7 @@ }, { "default": true, - "id": 16806, + "id": 17915, "properties": { "east": "none", "north": "none", @@ -248138,7 +258500,7 @@ } }, { - "id": 16807, + "id": 17916, "properties": { "east": "none", "north": "none", @@ -248149,7 +258511,7 @@ } }, { - "id": 16808, + "id": 17917, "properties": { "east": "none", "north": "none", @@ -248160,7 +258522,7 @@ } }, { - "id": 16809, + "id": 17918, "properties": { "east": "none", "north": "none", @@ -248171,7 +258533,7 @@ } }, { - "id": 16810, + "id": 17919, "properties": { "east": "none", "north": "none", @@ -248182,7 +258544,7 @@ } }, { - "id": 16811, + "id": 17920, "properties": { "east": "none", "north": "none", @@ -248193,7 +258555,7 @@ } }, { - "id": 16812, + "id": 17921, "properties": { "east": "none", "north": "none", @@ -248204,7 +258566,7 @@ } }, { - "id": 16813, + "id": 17922, "properties": { "east": "none", "north": "none", @@ -248215,7 +258577,7 @@ } }, { - "id": 16814, + "id": 17923, "properties": { "east": "none", "north": "none", @@ -248226,7 +258588,7 @@ } }, { - "id": 16815, + "id": 17924, "properties": { "east": "none", "north": "none", @@ -248237,7 +258599,7 @@ } }, { - "id": 16816, + "id": 17925, "properties": { "east": "none", "north": "none", @@ -248248,7 +258610,7 @@ } }, { - "id": 16817, + "id": 17926, "properties": { "east": "none", "north": "none", @@ -248259,7 +258621,7 @@ } }, { - "id": 16818, + "id": 17927, "properties": { "east": "none", "north": "none", @@ -248270,7 +258632,7 @@ } }, { - "id": 16819, + "id": 17928, "properties": { "east": "none", "north": "none", @@ -248281,7 +258643,7 @@ } }, { - "id": 16820, + "id": 17929, "properties": { "east": "none", "north": "none", @@ -248292,7 +258654,7 @@ } }, { - "id": 16821, + "id": 17930, "properties": { "east": "none", "north": "none", @@ -248303,7 +258665,7 @@ } }, { - "id": 16822, + "id": 17931, "properties": { "east": "none", "north": "none", @@ -248314,7 +258676,7 @@ } }, { - "id": 16823, + "id": 17932, "properties": { "east": "none", "north": "none", @@ -248325,7 +258687,7 @@ } }, { - "id": 16824, + "id": 17933, "properties": { "east": "none", "north": "none", @@ -248336,7 +258698,7 @@ } }, { - "id": 16825, + "id": 17934, "properties": { "east": "none", "north": "none", @@ -248347,7 +258709,7 @@ } }, { - "id": 16826, + "id": 17935, "properties": { "east": "none", "north": "none", @@ -248358,7 +258720,7 @@ } }, { - "id": 16827, + "id": 17936, "properties": { "east": "none", "north": "none", @@ -248369,7 +258731,7 @@ } }, { - "id": 16828, + "id": 17937, "properties": { "east": "none", "north": "none", @@ -248380,7 +258742,7 @@ } }, { - "id": 16829, + "id": 17938, "properties": { "east": "none", "north": "none", @@ -248391,7 +258753,7 @@ } }, { - "id": 16830, + "id": 17939, "properties": { "east": "none", "north": "none", @@ -248402,7 +258764,7 @@ } }, { - "id": 16831, + "id": 17940, "properties": { "east": "none", "north": "none", @@ -248413,7 +258775,7 @@ } }, { - "id": 16832, + "id": 17941, "properties": { "east": "none", "north": "none", @@ -248424,7 +258786,7 @@ } }, { - "id": 16833, + "id": 17942, "properties": { "east": "none", "north": "none", @@ -248435,7 +258797,7 @@ } }, { - "id": 16834, + "id": 17943, "properties": { "east": "none", "north": "none", @@ -248446,7 +258808,7 @@ } }, { - "id": 16835, + "id": 17944, "properties": { "east": "none", "north": "none", @@ -248457,7 +258819,7 @@ } }, { - "id": 16836, + "id": 17945, "properties": { "east": "none", "north": "none", @@ -248468,7 +258830,7 @@ } }, { - "id": 16837, + "id": 17946, "properties": { "east": "none", "north": "none", @@ -248479,7 +258841,7 @@ } }, { - "id": 16838, + "id": 17947, "properties": { "east": "none", "north": "none", @@ -248490,7 +258852,7 @@ } }, { - "id": 16839, + "id": 17948, "properties": { "east": "none", "north": "low", @@ -248501,7 +258863,7 @@ } }, { - "id": 16840, + "id": 17949, "properties": { "east": "none", "north": "low", @@ -248512,7 +258874,7 @@ } }, { - "id": 16841, + "id": 17950, "properties": { "east": "none", "north": "low", @@ -248523,7 +258885,7 @@ } }, { - "id": 16842, + "id": 17951, "properties": { "east": "none", "north": "low", @@ -248534,7 +258896,7 @@ } }, { - "id": 16843, + "id": 17952, "properties": { "east": "none", "north": "low", @@ -248545,7 +258907,7 @@ } }, { - "id": 16844, + "id": 17953, "properties": { "east": "none", "north": "low", @@ -248556,7 +258918,7 @@ } }, { - "id": 16845, + "id": 17954, "properties": { "east": "none", "north": "low", @@ -248567,7 +258929,7 @@ } }, { - "id": 16846, + "id": 17955, "properties": { "east": "none", "north": "low", @@ -248578,7 +258940,7 @@ } }, { - "id": 16847, + "id": 17956, "properties": { "east": "none", "north": "low", @@ -248589,7 +258951,7 @@ } }, { - "id": 16848, + "id": 17957, "properties": { "east": "none", "north": "low", @@ -248600,7 +258962,7 @@ } }, { - "id": 16849, + "id": 17958, "properties": { "east": "none", "north": "low", @@ -248611,7 +258973,7 @@ } }, { - "id": 16850, + "id": 17959, "properties": { "east": "none", "north": "low", @@ -248622,7 +258984,7 @@ } }, { - "id": 16851, + "id": 17960, "properties": { "east": "none", "north": "low", @@ -248633,7 +258995,7 @@ } }, { - "id": 16852, + "id": 17961, "properties": { "east": "none", "north": "low", @@ -248644,7 +259006,7 @@ } }, { - "id": 16853, + "id": 17962, "properties": { "east": "none", "north": "low", @@ -248655,7 +259017,7 @@ } }, { - "id": 16854, + "id": 17963, "properties": { "east": "none", "north": "low", @@ -248666,7 +259028,7 @@ } }, { - "id": 16855, + "id": 17964, "properties": { "east": "none", "north": "low", @@ -248677,7 +259039,7 @@ } }, { - "id": 16856, + "id": 17965, "properties": { "east": "none", "north": "low", @@ -248688,7 +259050,7 @@ } }, { - "id": 16857, + "id": 17966, "properties": { "east": "none", "north": "low", @@ -248699,7 +259061,7 @@ } }, { - "id": 16858, + "id": 17967, "properties": { "east": "none", "north": "low", @@ -248710,7 +259072,7 @@ } }, { - "id": 16859, + "id": 17968, "properties": { "east": "none", "north": "low", @@ -248721,7 +259083,7 @@ } }, { - "id": 16860, + "id": 17969, "properties": { "east": "none", "north": "low", @@ -248732,7 +259094,7 @@ } }, { - "id": 16861, + "id": 17970, "properties": { "east": "none", "north": "low", @@ -248743,7 +259105,7 @@ } }, { - "id": 16862, + "id": 17971, "properties": { "east": "none", "north": "low", @@ -248754,7 +259116,7 @@ } }, { - "id": 16863, + "id": 17972, "properties": { "east": "none", "north": "low", @@ -248765,7 +259127,7 @@ } }, { - "id": 16864, + "id": 17973, "properties": { "east": "none", "north": "low", @@ -248776,7 +259138,7 @@ } }, { - "id": 16865, + "id": 17974, "properties": { "east": "none", "north": "low", @@ -248787,7 +259149,7 @@ } }, { - "id": 16866, + "id": 17975, "properties": { "east": "none", "north": "low", @@ -248798,7 +259160,7 @@ } }, { - "id": 16867, + "id": 17976, "properties": { "east": "none", "north": "low", @@ -248809,7 +259171,7 @@ } }, { - "id": 16868, + "id": 17977, "properties": { "east": "none", "north": "low", @@ -248820,7 +259182,7 @@ } }, { - "id": 16869, + "id": 17978, "properties": { "east": "none", "north": "low", @@ -248831,7 +259193,7 @@ } }, { - "id": 16870, + "id": 17979, "properties": { "east": "none", "north": "low", @@ -248842,7 +259204,7 @@ } }, { - "id": 16871, + "id": 17980, "properties": { "east": "none", "north": "low", @@ -248853,7 +259215,7 @@ } }, { - "id": 16872, + "id": 17981, "properties": { "east": "none", "north": "low", @@ -248864,7 +259226,7 @@ } }, { - "id": 16873, + "id": 17982, "properties": { "east": "none", "north": "low", @@ -248875,7 +259237,7 @@ } }, { - "id": 16874, + "id": 17983, "properties": { "east": "none", "north": "low", @@ -248886,7 +259248,7 @@ } }, { - "id": 16875, + "id": 17984, "properties": { "east": "none", "north": "tall", @@ -248897,7 +259259,7 @@ } }, { - "id": 16876, + "id": 17985, "properties": { "east": "none", "north": "tall", @@ -248908,7 +259270,7 @@ } }, { - "id": 16877, + "id": 17986, "properties": { "east": "none", "north": "tall", @@ -248919,7 +259281,7 @@ } }, { - "id": 16878, + "id": 17987, "properties": { "east": "none", "north": "tall", @@ -248930,7 +259292,7 @@ } }, { - "id": 16879, + "id": 17988, "properties": { "east": "none", "north": "tall", @@ -248941,7 +259303,7 @@ } }, { - "id": 16880, + "id": 17989, "properties": { "east": "none", "north": "tall", @@ -248952,7 +259314,7 @@ } }, { - "id": 16881, + "id": 17990, "properties": { "east": "none", "north": "tall", @@ -248963,7 +259325,7 @@ } }, { - "id": 16882, + "id": 17991, "properties": { "east": "none", "north": "tall", @@ -248974,7 +259336,7 @@ } }, { - "id": 16883, + "id": 17992, "properties": { "east": "none", "north": "tall", @@ -248985,7 +259347,7 @@ } }, { - "id": 16884, + "id": 17993, "properties": { "east": "none", "north": "tall", @@ -248996,7 +259358,7 @@ } }, { - "id": 16885, + "id": 17994, "properties": { "east": "none", "north": "tall", @@ -249007,7 +259369,7 @@ } }, { - "id": 16886, + "id": 17995, "properties": { "east": "none", "north": "tall", @@ -249018,7 +259380,7 @@ } }, { - "id": 16887, + "id": 17996, "properties": { "east": "none", "north": "tall", @@ -249029,7 +259391,7 @@ } }, { - "id": 16888, + "id": 17997, "properties": { "east": "none", "north": "tall", @@ -249040,7 +259402,7 @@ } }, { - "id": 16889, + "id": 17998, "properties": { "east": "none", "north": "tall", @@ -249051,7 +259413,7 @@ } }, { - "id": 16890, + "id": 17999, "properties": { "east": "none", "north": "tall", @@ -249062,7 +259424,7 @@ } }, { - "id": 16891, + "id": 18000, "properties": { "east": "none", "north": "tall", @@ -249073,7 +259435,7 @@ } }, { - "id": 16892, + "id": 18001, "properties": { "east": "none", "north": "tall", @@ -249084,7 +259446,7 @@ } }, { - "id": 16893, + "id": 18002, "properties": { "east": "none", "north": "tall", @@ -249095,7 +259457,7 @@ } }, { - "id": 16894, + "id": 18003, "properties": { "east": "none", "north": "tall", @@ -249106,7 +259468,7 @@ } }, { - "id": 16895, + "id": 18004, "properties": { "east": "none", "north": "tall", @@ -249117,7 +259479,7 @@ } }, { - "id": 16896, + "id": 18005, "properties": { "east": "none", "north": "tall", @@ -249128,7 +259490,7 @@ } }, { - "id": 16897, + "id": 18006, "properties": { "east": "none", "north": "tall", @@ -249139,7 +259501,7 @@ } }, { - "id": 16898, + "id": 18007, "properties": { "east": "none", "north": "tall", @@ -249150,7 +259512,7 @@ } }, { - "id": 16899, + "id": 18008, "properties": { "east": "none", "north": "tall", @@ -249161,7 +259523,7 @@ } }, { - "id": 16900, + "id": 18009, "properties": { "east": "none", "north": "tall", @@ -249172,7 +259534,7 @@ } }, { - "id": 16901, + "id": 18010, "properties": { "east": "none", "north": "tall", @@ -249183,7 +259545,7 @@ } }, { - "id": 16902, + "id": 18011, "properties": { "east": "none", "north": "tall", @@ -249194,7 +259556,7 @@ } }, { - "id": 16903, + "id": 18012, "properties": { "east": "none", "north": "tall", @@ -249205,7 +259567,7 @@ } }, { - "id": 16904, + "id": 18013, "properties": { "east": "none", "north": "tall", @@ -249216,7 +259578,7 @@ } }, { - "id": 16905, + "id": 18014, "properties": { "east": "none", "north": "tall", @@ -249227,7 +259589,7 @@ } }, { - "id": 16906, + "id": 18015, "properties": { "east": "none", "north": "tall", @@ -249238,7 +259600,7 @@ } }, { - "id": 16907, + "id": 18016, "properties": { "east": "none", "north": "tall", @@ -249249,7 +259611,7 @@ } }, { - "id": 16908, + "id": 18017, "properties": { "east": "none", "north": "tall", @@ -249260,7 +259622,7 @@ } }, { - "id": 16909, + "id": 18018, "properties": { "east": "none", "north": "tall", @@ -249271,7 +259633,7 @@ } }, { - "id": 16910, + "id": 18019, "properties": { "east": "none", "north": "tall", @@ -249282,7 +259644,7 @@ } }, { - "id": 16911, + "id": 18020, "properties": { "east": "low", "north": "none", @@ -249293,7 +259655,7 @@ } }, { - "id": 16912, + "id": 18021, "properties": { "east": "low", "north": "none", @@ -249304,7 +259666,7 @@ } }, { - "id": 16913, + "id": 18022, "properties": { "east": "low", "north": "none", @@ -249315,7 +259677,7 @@ } }, { - "id": 16914, + "id": 18023, "properties": { "east": "low", "north": "none", @@ -249326,7 +259688,7 @@ } }, { - "id": 16915, + "id": 18024, "properties": { "east": "low", "north": "none", @@ -249337,7 +259699,7 @@ } }, { - "id": 16916, + "id": 18025, "properties": { "east": "low", "north": "none", @@ -249348,7 +259710,7 @@ } }, { - "id": 16917, + "id": 18026, "properties": { "east": "low", "north": "none", @@ -249359,7 +259721,7 @@ } }, { - "id": 16918, + "id": 18027, "properties": { "east": "low", "north": "none", @@ -249370,7 +259732,7 @@ } }, { - "id": 16919, + "id": 18028, "properties": { "east": "low", "north": "none", @@ -249381,7 +259743,7 @@ } }, { - "id": 16920, + "id": 18029, "properties": { "east": "low", "north": "none", @@ -249392,7 +259754,7 @@ } }, { - "id": 16921, + "id": 18030, "properties": { "east": "low", "north": "none", @@ -249403,7 +259765,7 @@ } }, { - "id": 16922, + "id": 18031, "properties": { "east": "low", "north": "none", @@ -249414,7 +259776,7 @@ } }, { - "id": 16923, + "id": 18032, "properties": { "east": "low", "north": "none", @@ -249425,7 +259787,7 @@ } }, { - "id": 16924, + "id": 18033, "properties": { "east": "low", "north": "none", @@ -249436,7 +259798,7 @@ } }, { - "id": 16925, + "id": 18034, "properties": { "east": "low", "north": "none", @@ -249447,7 +259809,7 @@ } }, { - "id": 16926, + "id": 18035, "properties": { "east": "low", "north": "none", @@ -249458,7 +259820,7 @@ } }, { - "id": 16927, + "id": 18036, "properties": { "east": "low", "north": "none", @@ -249469,7 +259831,7 @@ } }, { - "id": 16928, + "id": 18037, "properties": { "east": "low", "north": "none", @@ -249480,7 +259842,7 @@ } }, { - "id": 16929, + "id": 18038, "properties": { "east": "low", "north": "none", @@ -249491,7 +259853,7 @@ } }, { - "id": 16930, + "id": 18039, "properties": { "east": "low", "north": "none", @@ -249502,7 +259864,7 @@ } }, { - "id": 16931, + "id": 18040, "properties": { "east": "low", "north": "none", @@ -249513,7 +259875,7 @@ } }, { - "id": 16932, + "id": 18041, "properties": { "east": "low", "north": "none", @@ -249524,7 +259886,7 @@ } }, { - "id": 16933, + "id": 18042, "properties": { "east": "low", "north": "none", @@ -249535,7 +259897,7 @@ } }, { - "id": 16934, + "id": 18043, "properties": { "east": "low", "north": "none", @@ -249546,7 +259908,7 @@ } }, { - "id": 16935, + "id": 18044, "properties": { "east": "low", "north": "none", @@ -249557,7 +259919,7 @@ } }, { - "id": 16936, + "id": 18045, "properties": { "east": "low", "north": "none", @@ -249568,7 +259930,7 @@ } }, { - "id": 16937, + "id": 18046, "properties": { "east": "low", "north": "none", @@ -249579,7 +259941,7 @@ } }, { - "id": 16938, + "id": 18047, "properties": { "east": "low", "north": "none", @@ -249590,7 +259952,7 @@ } }, { - "id": 16939, + "id": 18048, "properties": { "east": "low", "north": "none", @@ -249601,7 +259963,7 @@ } }, { - "id": 16940, + "id": 18049, "properties": { "east": "low", "north": "none", @@ -249612,7 +259974,7 @@ } }, { - "id": 16941, + "id": 18050, "properties": { "east": "low", "north": "none", @@ -249623,7 +259985,7 @@ } }, { - "id": 16942, + "id": 18051, "properties": { "east": "low", "north": "none", @@ -249634,7 +259996,7 @@ } }, { - "id": 16943, + "id": 18052, "properties": { "east": "low", "north": "none", @@ -249645,7 +260007,7 @@ } }, { - "id": 16944, + "id": 18053, "properties": { "east": "low", "north": "none", @@ -249656,7 +260018,7 @@ } }, { - "id": 16945, + "id": 18054, "properties": { "east": "low", "north": "none", @@ -249667,7 +260029,7 @@ } }, { - "id": 16946, + "id": 18055, "properties": { "east": "low", "north": "none", @@ -249678,7 +260040,7 @@ } }, { - "id": 16947, + "id": 18056, "properties": { "east": "low", "north": "low", @@ -249689,7 +260051,7 @@ } }, { - "id": 16948, + "id": 18057, "properties": { "east": "low", "north": "low", @@ -249700,7 +260062,7 @@ } }, { - "id": 16949, + "id": 18058, "properties": { "east": "low", "north": "low", @@ -249711,7 +260073,7 @@ } }, { - "id": 16950, + "id": 18059, "properties": { "east": "low", "north": "low", @@ -249722,7 +260084,7 @@ } }, { - "id": 16951, + "id": 18060, "properties": { "east": "low", "north": "low", @@ -249733,7 +260095,7 @@ } }, { - "id": 16952, + "id": 18061, "properties": { "east": "low", "north": "low", @@ -249744,7 +260106,7 @@ } }, { - "id": 16953, + "id": 18062, "properties": { "east": "low", "north": "low", @@ -249755,7 +260117,7 @@ } }, { - "id": 16954, + "id": 18063, "properties": { "east": "low", "north": "low", @@ -249766,7 +260128,7 @@ } }, { - "id": 16955, + "id": 18064, "properties": { "east": "low", "north": "low", @@ -249777,7 +260139,7 @@ } }, { - "id": 16956, + "id": 18065, "properties": { "east": "low", "north": "low", @@ -249788,7 +260150,7 @@ } }, { - "id": 16957, + "id": 18066, "properties": { "east": "low", "north": "low", @@ -249799,7 +260161,7 @@ } }, { - "id": 16958, + "id": 18067, "properties": { "east": "low", "north": "low", @@ -249810,7 +260172,7 @@ } }, { - "id": 16959, + "id": 18068, "properties": { "east": "low", "north": "low", @@ -249821,7 +260183,7 @@ } }, { - "id": 16960, + "id": 18069, "properties": { "east": "low", "north": "low", @@ -249832,7 +260194,7 @@ } }, { - "id": 16961, + "id": 18070, "properties": { "east": "low", "north": "low", @@ -249843,7 +260205,7 @@ } }, { - "id": 16962, + "id": 18071, "properties": { "east": "low", "north": "low", @@ -249854,7 +260216,7 @@ } }, { - "id": 16963, + "id": 18072, "properties": { "east": "low", "north": "low", @@ -249865,7 +260227,7 @@ } }, { - "id": 16964, + "id": 18073, "properties": { "east": "low", "north": "low", @@ -249876,7 +260238,7 @@ } }, { - "id": 16965, + "id": 18074, "properties": { "east": "low", "north": "low", @@ -249887,7 +260249,7 @@ } }, { - "id": 16966, + "id": 18075, "properties": { "east": "low", "north": "low", @@ -249898,7 +260260,7 @@ } }, { - "id": 16967, + "id": 18076, "properties": { "east": "low", "north": "low", @@ -249909,7 +260271,7 @@ } }, { - "id": 16968, + "id": 18077, "properties": { "east": "low", "north": "low", @@ -249920,7 +260282,7 @@ } }, { - "id": 16969, + "id": 18078, "properties": { "east": "low", "north": "low", @@ -249931,7 +260293,7 @@ } }, { - "id": 16970, + "id": 18079, "properties": { "east": "low", "north": "low", @@ -249942,7 +260304,7 @@ } }, { - "id": 16971, + "id": 18080, "properties": { "east": "low", "north": "low", @@ -249953,7 +260315,7 @@ } }, { - "id": 16972, + "id": 18081, "properties": { "east": "low", "north": "low", @@ -249964,7 +260326,7 @@ } }, { - "id": 16973, + "id": 18082, "properties": { "east": "low", "north": "low", @@ -249975,7 +260337,7 @@ } }, { - "id": 16974, + "id": 18083, "properties": { "east": "low", "north": "low", @@ -249986,7 +260348,7 @@ } }, { - "id": 16975, + "id": 18084, "properties": { "east": "low", "north": "low", @@ -249997,7 +260359,7 @@ } }, { - "id": 16976, + "id": 18085, "properties": { "east": "low", "north": "low", @@ -250008,7 +260370,7 @@ } }, { - "id": 16977, + "id": 18086, "properties": { "east": "low", "north": "low", @@ -250019,7 +260381,7 @@ } }, { - "id": 16978, + "id": 18087, "properties": { "east": "low", "north": "low", @@ -250030,7 +260392,7 @@ } }, { - "id": 16979, + "id": 18088, "properties": { "east": "low", "north": "low", @@ -250041,7 +260403,7 @@ } }, { - "id": 16980, + "id": 18089, "properties": { "east": "low", "north": "low", @@ -250052,7 +260414,7 @@ } }, { - "id": 16981, + "id": 18090, "properties": { "east": "low", "north": "low", @@ -250063,7 +260425,7 @@ } }, { - "id": 16982, + "id": 18091, "properties": { "east": "low", "north": "low", @@ -250074,7 +260436,7 @@ } }, { - "id": 16983, + "id": 18092, "properties": { "east": "low", "north": "tall", @@ -250085,7 +260447,7 @@ } }, { - "id": 16984, + "id": 18093, "properties": { "east": "low", "north": "tall", @@ -250096,7 +260458,7 @@ } }, { - "id": 16985, + "id": 18094, "properties": { "east": "low", "north": "tall", @@ -250107,7 +260469,7 @@ } }, { - "id": 16986, + "id": 18095, "properties": { "east": "low", "north": "tall", @@ -250118,7 +260480,7 @@ } }, { - "id": 16987, + "id": 18096, "properties": { "east": "low", "north": "tall", @@ -250129,7 +260491,7 @@ } }, { - "id": 16988, + "id": 18097, "properties": { "east": "low", "north": "tall", @@ -250140,7 +260502,7 @@ } }, { - "id": 16989, + "id": 18098, "properties": { "east": "low", "north": "tall", @@ -250151,7 +260513,7 @@ } }, { - "id": 16990, + "id": 18099, "properties": { "east": "low", "north": "tall", @@ -250162,7 +260524,7 @@ } }, { - "id": 16991, + "id": 18100, "properties": { "east": "low", "north": "tall", @@ -250173,7 +260535,7 @@ } }, { - "id": 16992, + "id": 18101, "properties": { "east": "low", "north": "tall", @@ -250184,7 +260546,7 @@ } }, { - "id": 16993, + "id": 18102, "properties": { "east": "low", "north": "tall", @@ -250195,7 +260557,7 @@ } }, { - "id": 16994, + "id": 18103, "properties": { "east": "low", "north": "tall", @@ -250206,7 +260568,7 @@ } }, { - "id": 16995, + "id": 18104, "properties": { "east": "low", "north": "tall", @@ -250217,7 +260579,7 @@ } }, { - "id": 16996, + "id": 18105, "properties": { "east": "low", "north": "tall", @@ -250228,7 +260590,7 @@ } }, { - "id": 16997, + "id": 18106, "properties": { "east": "low", "north": "tall", @@ -250239,7 +260601,7 @@ } }, { - "id": 16998, + "id": 18107, "properties": { "east": "low", "north": "tall", @@ -250250,7 +260612,7 @@ } }, { - "id": 16999, + "id": 18108, "properties": { "east": "low", "north": "tall", @@ -250261,7 +260623,7 @@ } }, { - "id": 17000, + "id": 18109, "properties": { "east": "low", "north": "tall", @@ -250272,7 +260634,7 @@ } }, { - "id": 17001, + "id": 18110, "properties": { "east": "low", "north": "tall", @@ -250283,7 +260645,7 @@ } }, { - "id": 17002, + "id": 18111, "properties": { "east": "low", "north": "tall", @@ -250294,7 +260656,7 @@ } }, { - "id": 17003, + "id": 18112, "properties": { "east": "low", "north": "tall", @@ -250305,7 +260667,7 @@ } }, { - "id": 17004, + "id": 18113, "properties": { "east": "low", "north": "tall", @@ -250316,7 +260678,7 @@ } }, { - "id": 17005, + "id": 18114, "properties": { "east": "low", "north": "tall", @@ -250327,7 +260689,7 @@ } }, { - "id": 17006, + "id": 18115, "properties": { "east": "low", "north": "tall", @@ -250338,7 +260700,7 @@ } }, { - "id": 17007, + "id": 18116, "properties": { "east": "low", "north": "tall", @@ -250349,7 +260711,7 @@ } }, { - "id": 17008, + "id": 18117, "properties": { "east": "low", "north": "tall", @@ -250360,7 +260722,7 @@ } }, { - "id": 17009, + "id": 18118, "properties": { "east": "low", "north": "tall", @@ -250371,7 +260733,7 @@ } }, { - "id": 17010, + "id": 18119, "properties": { "east": "low", "north": "tall", @@ -250382,7 +260744,7 @@ } }, { - "id": 17011, + "id": 18120, "properties": { "east": "low", "north": "tall", @@ -250393,7 +260755,7 @@ } }, { - "id": 17012, + "id": 18121, "properties": { "east": "low", "north": "tall", @@ -250404,7 +260766,7 @@ } }, { - "id": 17013, + "id": 18122, "properties": { "east": "low", "north": "tall", @@ -250415,7 +260777,7 @@ } }, { - "id": 17014, + "id": 18123, "properties": { "east": "low", "north": "tall", @@ -250426,7 +260788,7 @@ } }, { - "id": 17015, + "id": 18124, "properties": { "east": "low", "north": "tall", @@ -250437,7 +260799,7 @@ } }, { - "id": 17016, + "id": 18125, "properties": { "east": "low", "north": "tall", @@ -250448,7 +260810,7 @@ } }, { - "id": 17017, + "id": 18126, "properties": { "east": "low", "north": "tall", @@ -250459,7 +260821,7 @@ } }, { - "id": 17018, + "id": 18127, "properties": { "east": "low", "north": "tall", @@ -250470,7 +260832,7 @@ } }, { - "id": 17019, + "id": 18128, "properties": { "east": "tall", "north": "none", @@ -250481,7 +260843,7 @@ } }, { - "id": 17020, + "id": 18129, "properties": { "east": "tall", "north": "none", @@ -250492,7 +260854,7 @@ } }, { - "id": 17021, + "id": 18130, "properties": { "east": "tall", "north": "none", @@ -250503,7 +260865,7 @@ } }, { - "id": 17022, + "id": 18131, "properties": { "east": "tall", "north": "none", @@ -250514,7 +260876,7 @@ } }, { - "id": 17023, + "id": 18132, "properties": { "east": "tall", "north": "none", @@ -250525,7 +260887,7 @@ } }, { - "id": 17024, + "id": 18133, "properties": { "east": "tall", "north": "none", @@ -250536,7 +260898,7 @@ } }, { - "id": 17025, + "id": 18134, "properties": { "east": "tall", "north": "none", @@ -250547,7 +260909,7 @@ } }, { - "id": 17026, + "id": 18135, "properties": { "east": "tall", "north": "none", @@ -250558,7 +260920,7 @@ } }, { - "id": 17027, + "id": 18136, "properties": { "east": "tall", "north": "none", @@ -250569,7 +260931,7 @@ } }, { - "id": 17028, + "id": 18137, "properties": { "east": "tall", "north": "none", @@ -250580,7 +260942,7 @@ } }, { - "id": 17029, + "id": 18138, "properties": { "east": "tall", "north": "none", @@ -250591,7 +260953,7 @@ } }, { - "id": 17030, + "id": 18139, "properties": { "east": "tall", "north": "none", @@ -250602,7 +260964,7 @@ } }, { - "id": 17031, + "id": 18140, "properties": { "east": "tall", "north": "none", @@ -250613,7 +260975,7 @@ } }, { - "id": 17032, + "id": 18141, "properties": { "east": "tall", "north": "none", @@ -250624,7 +260986,7 @@ } }, { - "id": 17033, + "id": 18142, "properties": { "east": "tall", "north": "none", @@ -250635,7 +260997,7 @@ } }, { - "id": 17034, + "id": 18143, "properties": { "east": "tall", "north": "none", @@ -250646,7 +261008,7 @@ } }, { - "id": 17035, + "id": 18144, "properties": { "east": "tall", "north": "none", @@ -250657,7 +261019,7 @@ } }, { - "id": 17036, + "id": 18145, "properties": { "east": "tall", "north": "none", @@ -250668,7 +261030,7 @@ } }, { - "id": 17037, + "id": 18146, "properties": { "east": "tall", "north": "none", @@ -250679,7 +261041,7 @@ } }, { - "id": 17038, + "id": 18147, "properties": { "east": "tall", "north": "none", @@ -250690,7 +261052,7 @@ } }, { - "id": 17039, + "id": 18148, "properties": { "east": "tall", "north": "none", @@ -250701,7 +261063,7 @@ } }, { - "id": 17040, + "id": 18149, "properties": { "east": "tall", "north": "none", @@ -250712,7 +261074,7 @@ } }, { - "id": 17041, + "id": 18150, "properties": { "east": "tall", "north": "none", @@ -250723,7 +261085,7 @@ } }, { - "id": 17042, + "id": 18151, "properties": { "east": "tall", "north": "none", @@ -250734,7 +261096,7 @@ } }, { - "id": 17043, + "id": 18152, "properties": { "east": "tall", "north": "none", @@ -250745,7 +261107,7 @@ } }, { - "id": 17044, + "id": 18153, "properties": { "east": "tall", "north": "none", @@ -250756,7 +261118,7 @@ } }, { - "id": 17045, + "id": 18154, "properties": { "east": "tall", "north": "none", @@ -250767,7 +261129,7 @@ } }, { - "id": 17046, + "id": 18155, "properties": { "east": "tall", "north": "none", @@ -250778,7 +261140,7 @@ } }, { - "id": 17047, + "id": 18156, "properties": { "east": "tall", "north": "none", @@ -250789,7 +261151,7 @@ } }, { - "id": 17048, + "id": 18157, "properties": { "east": "tall", "north": "none", @@ -250800,7 +261162,7 @@ } }, { - "id": 17049, + "id": 18158, "properties": { "east": "tall", "north": "none", @@ -250811,7 +261173,7 @@ } }, { - "id": 17050, + "id": 18159, "properties": { "east": "tall", "north": "none", @@ -250822,7 +261184,7 @@ } }, { - "id": 17051, + "id": 18160, "properties": { "east": "tall", "north": "none", @@ -250833,7 +261195,7 @@ } }, { - "id": 17052, + "id": 18161, "properties": { "east": "tall", "north": "none", @@ -250844,7 +261206,7 @@ } }, { - "id": 17053, + "id": 18162, "properties": { "east": "tall", "north": "none", @@ -250855,7 +261217,7 @@ } }, { - "id": 17054, + "id": 18163, "properties": { "east": "tall", "north": "none", @@ -250866,7 +261228,7 @@ } }, { - "id": 17055, + "id": 18164, "properties": { "east": "tall", "north": "low", @@ -250877,7 +261239,7 @@ } }, { - "id": 17056, + "id": 18165, "properties": { "east": "tall", "north": "low", @@ -250888,7 +261250,7 @@ } }, { - "id": 17057, + "id": 18166, "properties": { "east": "tall", "north": "low", @@ -250899,7 +261261,7 @@ } }, { - "id": 17058, + "id": 18167, "properties": { "east": "tall", "north": "low", @@ -250910,7 +261272,7 @@ } }, { - "id": 17059, + "id": 18168, "properties": { "east": "tall", "north": "low", @@ -250921,7 +261283,7 @@ } }, { - "id": 17060, + "id": 18169, "properties": { "east": "tall", "north": "low", @@ -250932,7 +261294,7 @@ } }, { - "id": 17061, + "id": 18170, "properties": { "east": "tall", "north": "low", @@ -250943,7 +261305,7 @@ } }, { - "id": 17062, + "id": 18171, "properties": { "east": "tall", "north": "low", @@ -250954,7 +261316,7 @@ } }, { - "id": 17063, + "id": 18172, "properties": { "east": "tall", "north": "low", @@ -250965,7 +261327,7 @@ } }, { - "id": 17064, + "id": 18173, "properties": { "east": "tall", "north": "low", @@ -250976,7 +261338,7 @@ } }, { - "id": 17065, + "id": 18174, "properties": { "east": "tall", "north": "low", @@ -250987,7 +261349,7 @@ } }, { - "id": 17066, + "id": 18175, "properties": { "east": "tall", "north": "low", @@ -250998,7 +261360,7 @@ } }, { - "id": 17067, + "id": 18176, "properties": { "east": "tall", "north": "low", @@ -251009,7 +261371,7 @@ } }, { - "id": 17068, + "id": 18177, "properties": { "east": "tall", "north": "low", @@ -251020,7 +261382,7 @@ } }, { - "id": 17069, + "id": 18178, "properties": { "east": "tall", "north": "low", @@ -251031,7 +261393,7 @@ } }, { - "id": 17070, + "id": 18179, "properties": { "east": "tall", "north": "low", @@ -251042,7 +261404,7 @@ } }, { - "id": 17071, + "id": 18180, "properties": { "east": "tall", "north": "low", @@ -251053,7 +261415,7 @@ } }, { - "id": 17072, + "id": 18181, "properties": { "east": "tall", "north": "low", @@ -251064,7 +261426,7 @@ } }, { - "id": 17073, + "id": 18182, "properties": { "east": "tall", "north": "low", @@ -251075,7 +261437,7 @@ } }, { - "id": 17074, + "id": 18183, "properties": { "east": "tall", "north": "low", @@ -251086,7 +261448,7 @@ } }, { - "id": 17075, + "id": 18184, "properties": { "east": "tall", "north": "low", @@ -251097,7 +261459,7 @@ } }, { - "id": 17076, + "id": 18185, "properties": { "east": "tall", "north": "low", @@ -251108,7 +261470,7 @@ } }, { - "id": 17077, + "id": 18186, "properties": { "east": "tall", "north": "low", @@ -251119,7 +261481,7 @@ } }, { - "id": 17078, + "id": 18187, "properties": { "east": "tall", "north": "low", @@ -251130,7 +261492,7 @@ } }, { - "id": 17079, + "id": 18188, "properties": { "east": "tall", "north": "low", @@ -251141,7 +261503,7 @@ } }, { - "id": 17080, + "id": 18189, "properties": { "east": "tall", "north": "low", @@ -251152,7 +261514,7 @@ } }, { - "id": 17081, + "id": 18190, "properties": { "east": "tall", "north": "low", @@ -251163,7 +261525,7 @@ } }, { - "id": 17082, + "id": 18191, "properties": { "east": "tall", "north": "low", @@ -251174,7 +261536,7 @@ } }, { - "id": 17083, + "id": 18192, "properties": { "east": "tall", "north": "low", @@ -251185,7 +261547,7 @@ } }, { - "id": 17084, + "id": 18193, "properties": { "east": "tall", "north": "low", @@ -251196,7 +261558,7 @@ } }, { - "id": 17085, + "id": 18194, "properties": { "east": "tall", "north": "low", @@ -251207,7 +261569,7 @@ } }, { - "id": 17086, + "id": 18195, "properties": { "east": "tall", "north": "low", @@ -251218,7 +261580,7 @@ } }, { - "id": 17087, + "id": 18196, "properties": { "east": "tall", "north": "low", @@ -251229,7 +261591,7 @@ } }, { - "id": 17088, + "id": 18197, "properties": { "east": "tall", "north": "low", @@ -251240,7 +261602,7 @@ } }, { - "id": 17089, + "id": 18198, "properties": { "east": "tall", "north": "low", @@ -251251,7 +261613,7 @@ } }, { - "id": 17090, + "id": 18199, "properties": { "east": "tall", "north": "low", @@ -251262,7 +261624,7 @@ } }, { - "id": 17091, + "id": 18200, "properties": { "east": "tall", "north": "tall", @@ -251273,7 +261635,7 @@ } }, { - "id": 17092, + "id": 18201, "properties": { "east": "tall", "north": "tall", @@ -251284,7 +261646,7 @@ } }, { - "id": 17093, + "id": 18202, "properties": { "east": "tall", "north": "tall", @@ -251295,7 +261657,7 @@ } }, { - "id": 17094, + "id": 18203, "properties": { "east": "tall", "north": "tall", @@ -251306,7 +261668,7 @@ } }, { - "id": 17095, + "id": 18204, "properties": { "east": "tall", "north": "tall", @@ -251317,7 +261679,7 @@ } }, { - "id": 17096, + "id": 18205, "properties": { "east": "tall", "north": "tall", @@ -251328,7 +261690,7 @@ } }, { - "id": 17097, + "id": 18206, "properties": { "east": "tall", "north": "tall", @@ -251339,7 +261701,7 @@ } }, { - "id": 17098, + "id": 18207, "properties": { "east": "tall", "north": "tall", @@ -251350,7 +261712,7 @@ } }, { - "id": 17099, + "id": 18208, "properties": { "east": "tall", "north": "tall", @@ -251361,7 +261723,7 @@ } }, { - "id": 17100, + "id": 18209, "properties": { "east": "tall", "north": "tall", @@ -251372,7 +261734,7 @@ } }, { - "id": 17101, + "id": 18210, "properties": { "east": "tall", "north": "tall", @@ -251383,7 +261745,7 @@ } }, { - "id": 17102, + "id": 18211, "properties": { "east": "tall", "north": "tall", @@ -251394,7 +261756,7 @@ } }, { - "id": 17103, + "id": 18212, "properties": { "east": "tall", "north": "tall", @@ -251405,7 +261767,7 @@ } }, { - "id": 17104, + "id": 18213, "properties": { "east": "tall", "north": "tall", @@ -251416,7 +261778,7 @@ } }, { - "id": 17105, + "id": 18214, "properties": { "east": "tall", "north": "tall", @@ -251427,7 +261789,7 @@ } }, { - "id": 17106, + "id": 18215, "properties": { "east": "tall", "north": "tall", @@ -251438,7 +261800,7 @@ } }, { - "id": 17107, + "id": 18216, "properties": { "east": "tall", "north": "tall", @@ -251449,7 +261811,7 @@ } }, { - "id": 17108, + "id": 18217, "properties": { "east": "tall", "north": "tall", @@ -251460,7 +261822,7 @@ } }, { - "id": 17109, + "id": 18218, "properties": { "east": "tall", "north": "tall", @@ -251471,7 +261833,7 @@ } }, { - "id": 17110, + "id": 18219, "properties": { "east": "tall", "north": "tall", @@ -251482,7 +261844,7 @@ } }, { - "id": 17111, + "id": 18220, "properties": { "east": "tall", "north": "tall", @@ -251493,7 +261855,7 @@ } }, { - "id": 17112, + "id": 18221, "properties": { "east": "tall", "north": "tall", @@ -251504,7 +261866,7 @@ } }, { - "id": 17113, + "id": 18222, "properties": { "east": "tall", "north": "tall", @@ -251515,7 +261877,7 @@ } }, { - "id": 17114, + "id": 18223, "properties": { "east": "tall", "north": "tall", @@ -251526,7 +261888,7 @@ } }, { - "id": 17115, + "id": 18224, "properties": { "east": "tall", "north": "tall", @@ -251537,7 +261899,7 @@ } }, { - "id": 17116, + "id": 18225, "properties": { "east": "tall", "north": "tall", @@ -251548,7 +261910,7 @@ } }, { - "id": 17117, + "id": 18226, "properties": { "east": "tall", "north": "tall", @@ -251559,7 +261921,7 @@ } }, { - "id": 17118, + "id": 18227, "properties": { "east": "tall", "north": "tall", @@ -251570,7 +261932,7 @@ } }, { - "id": 17119, + "id": 18228, "properties": { "east": "tall", "north": "tall", @@ -251581,7 +261943,7 @@ } }, { - "id": 17120, + "id": 18229, "properties": { "east": "tall", "north": "tall", @@ -251592,7 +261954,7 @@ } }, { - "id": 17121, + "id": 18230, "properties": { "east": "tall", "north": "tall", @@ -251603,7 +261965,7 @@ } }, { - "id": 17122, + "id": 18231, "properties": { "east": "tall", "north": "tall", @@ -251614,7 +261976,7 @@ } }, { - "id": 17123, + "id": 18232, "properties": { "east": "tall", "north": "tall", @@ -251625,7 +261987,7 @@ } }, { - "id": 17124, + "id": 18233, "properties": { "east": "tall", "north": "tall", @@ -251636,7 +261998,7 @@ } }, { - "id": 17125, + "id": 18234, "properties": { "east": "tall", "north": "tall", @@ -251647,7 +262009,7 @@ } }, { - "id": 17126, + "id": 18235, "properties": { "east": "tall", "north": "tall", @@ -251667,7 +262029,7 @@ "states": [ { "default": true, - "id": 6780 + "id": 7553 } ] }, @@ -251697,7 +262059,7 @@ }, "states": [ { - "id": 5926, + "id": 6694, "properties": { "face": "floor", "facing": "north", @@ -251705,7 +262067,7 @@ } }, { - "id": 5927, + "id": 6695, "properties": { "face": "floor", "facing": "north", @@ -251713,7 +262075,7 @@ } }, { - "id": 5928, + "id": 6696, "properties": { "face": "floor", "facing": "south", @@ -251721,7 +262083,7 @@ } }, { - "id": 5929, + "id": 6697, "properties": { "face": "floor", "facing": "south", @@ -251729,7 +262091,7 @@ } }, { - "id": 5930, + "id": 6698, "properties": { "face": "floor", "facing": "west", @@ -251737,7 +262099,7 @@ } }, { - "id": 5931, + "id": 6699, "properties": { "face": "floor", "facing": "west", @@ -251745,7 +262107,7 @@ } }, { - "id": 5932, + "id": 6700, "properties": { "face": "floor", "facing": "east", @@ -251753,7 +262115,7 @@ } }, { - "id": 5933, + "id": 6701, "properties": { "face": "floor", "facing": "east", @@ -251761,7 +262123,7 @@ } }, { - "id": 5934, + "id": 6702, "properties": { "face": "wall", "facing": "north", @@ -251770,7 +262132,7 @@ }, { "default": true, - "id": 5935, + "id": 6703, "properties": { "face": "wall", "facing": "north", @@ -251778,7 +262140,7 @@ } }, { - "id": 5936, + "id": 6704, "properties": { "face": "wall", "facing": "south", @@ -251786,7 +262148,7 @@ } }, { - "id": 5937, + "id": 6705, "properties": { "face": "wall", "facing": "south", @@ -251794,7 +262156,7 @@ } }, { - "id": 5938, + "id": 6706, "properties": { "face": "wall", "facing": "west", @@ -251802,7 +262164,7 @@ } }, { - "id": 5939, + "id": 6707, "properties": { "face": "wall", "facing": "west", @@ -251810,7 +262172,7 @@ } }, { - "id": 5940, + "id": 6708, "properties": { "face": "wall", "facing": "east", @@ -251818,7 +262180,7 @@ } }, { - "id": 5941, + "id": 6709, "properties": { "face": "wall", "facing": "east", @@ -251826,7 +262188,7 @@ } }, { - "id": 5942, + "id": 6710, "properties": { "face": "ceiling", "facing": "north", @@ -251834,7 +262196,7 @@ } }, { - "id": 5943, + "id": 6711, "properties": { "face": "ceiling", "facing": "north", @@ -251842,7 +262204,7 @@ } }, { - "id": 5944, + "id": 6712, "properties": { "face": "ceiling", "facing": "south", @@ -251850,7 +262212,7 @@ } }, { - "id": 5945, + "id": 6713, "properties": { "face": "ceiling", "facing": "south", @@ -251858,7 +262220,7 @@ } }, { - "id": 5946, + "id": 6714, "properties": { "face": "ceiling", "facing": "west", @@ -251866,7 +262228,7 @@ } }, { - "id": 5947, + "id": 6715, "properties": { "face": "ceiling", "facing": "west", @@ -251874,7 +262236,7 @@ } }, { - "id": 5948, + "id": 6716, "properties": { "face": "ceiling", "facing": "east", @@ -251882,7 +262244,7 @@ } }, { - "id": 5949, + "id": 6717, "properties": { "face": "ceiling", "facing": "east", @@ -251905,14 +262267,14 @@ }, "states": [ { - "id": 5826, + "id": 6594, "properties": { "powered": "true" } }, { "default": true, - "id": 5827, + "id": 6595, "properties": { "powered": "false" } @@ -251937,21 +262299,21 @@ }, "states": [ { - "id": 12117, + "id": 13194, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 12118, + "id": 13195, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 12119, + "id": 13196, "properties": { "type": "bottom", "waterlogged": "true" @@ -251959,21 +262321,21 @@ }, { "default": true, - "id": 12120, + "id": 13197, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 12121, + "id": 13198, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 12122, + "id": 13199, "properties": { "type": "double", "waterlogged": "false" @@ -252014,7 +262376,7 @@ }, "states": [ { - "id": 14465, + "id": 15574, "properties": { "facing": "north", "half": "top", @@ -252023,7 +262385,7 @@ } }, { - "id": 14466, + "id": 15575, "properties": { "facing": "north", "half": "top", @@ -252032,7 +262394,7 @@ } }, { - "id": 14467, + "id": 15576, "properties": { "facing": "north", "half": "top", @@ -252041,7 +262403,7 @@ } }, { - "id": 14468, + "id": 15577, "properties": { "facing": "north", "half": "top", @@ -252050,7 +262412,7 @@ } }, { - "id": 14469, + "id": 15578, "properties": { "facing": "north", "half": "top", @@ -252059,7 +262421,7 @@ } }, { - "id": 14470, + "id": 15579, "properties": { "facing": "north", "half": "top", @@ -252068,7 +262430,7 @@ } }, { - "id": 14471, + "id": 15580, "properties": { "facing": "north", "half": "top", @@ -252077,7 +262439,7 @@ } }, { - "id": 14472, + "id": 15581, "properties": { "facing": "north", "half": "top", @@ -252086,7 +262448,7 @@ } }, { - "id": 14473, + "id": 15582, "properties": { "facing": "north", "half": "top", @@ -252095,7 +262457,7 @@ } }, { - "id": 14474, + "id": 15583, "properties": { "facing": "north", "half": "top", @@ -252104,7 +262466,7 @@ } }, { - "id": 14475, + "id": 15584, "properties": { "facing": "north", "half": "bottom", @@ -252114,7 +262476,7 @@ }, { "default": true, - "id": 14476, + "id": 15585, "properties": { "facing": "north", "half": "bottom", @@ -252123,7 +262485,7 @@ } }, { - "id": 14477, + "id": 15586, "properties": { "facing": "north", "half": "bottom", @@ -252132,7 +262494,7 @@ } }, { - "id": 14478, + "id": 15587, "properties": { "facing": "north", "half": "bottom", @@ -252141,7 +262503,7 @@ } }, { - "id": 14479, + "id": 15588, "properties": { "facing": "north", "half": "bottom", @@ -252150,7 +262512,7 @@ } }, { - "id": 14480, + "id": 15589, "properties": { "facing": "north", "half": "bottom", @@ -252159,7 +262521,7 @@ } }, { - "id": 14481, + "id": 15590, "properties": { "facing": "north", "half": "bottom", @@ -252168,7 +262530,7 @@ } }, { - "id": 14482, + "id": 15591, "properties": { "facing": "north", "half": "bottom", @@ -252177,7 +262539,7 @@ } }, { - "id": 14483, + "id": 15592, "properties": { "facing": "north", "half": "bottom", @@ -252186,7 +262548,7 @@ } }, { - "id": 14484, + "id": 15593, "properties": { "facing": "north", "half": "bottom", @@ -252195,7 +262557,7 @@ } }, { - "id": 14485, + "id": 15594, "properties": { "facing": "south", "half": "top", @@ -252204,7 +262566,7 @@ } }, { - "id": 14486, + "id": 15595, "properties": { "facing": "south", "half": "top", @@ -252213,7 +262575,7 @@ } }, { - "id": 14487, + "id": 15596, "properties": { "facing": "south", "half": "top", @@ -252222,7 +262584,7 @@ } }, { - "id": 14488, + "id": 15597, "properties": { "facing": "south", "half": "top", @@ -252231,7 +262593,7 @@ } }, { - "id": 14489, + "id": 15598, "properties": { "facing": "south", "half": "top", @@ -252240,7 +262602,7 @@ } }, { - "id": 14490, + "id": 15599, "properties": { "facing": "south", "half": "top", @@ -252249,7 +262611,7 @@ } }, { - "id": 14491, + "id": 15600, "properties": { "facing": "south", "half": "top", @@ -252258,7 +262620,7 @@ } }, { - "id": 14492, + "id": 15601, "properties": { "facing": "south", "half": "top", @@ -252267,7 +262629,7 @@ } }, { - "id": 14493, + "id": 15602, "properties": { "facing": "south", "half": "top", @@ -252276,7 +262638,7 @@ } }, { - "id": 14494, + "id": 15603, "properties": { "facing": "south", "half": "top", @@ -252285,7 +262647,7 @@ } }, { - "id": 14495, + "id": 15604, "properties": { "facing": "south", "half": "bottom", @@ -252294,7 +262656,7 @@ } }, { - "id": 14496, + "id": 15605, "properties": { "facing": "south", "half": "bottom", @@ -252303,7 +262665,7 @@ } }, { - "id": 14497, + "id": 15606, "properties": { "facing": "south", "half": "bottom", @@ -252312,7 +262674,7 @@ } }, { - "id": 14498, + "id": 15607, "properties": { "facing": "south", "half": "bottom", @@ -252321,7 +262683,7 @@ } }, { - "id": 14499, + "id": 15608, "properties": { "facing": "south", "half": "bottom", @@ -252330,7 +262692,7 @@ } }, { - "id": 14500, + "id": 15609, "properties": { "facing": "south", "half": "bottom", @@ -252339,7 +262701,7 @@ } }, { - "id": 14501, + "id": 15610, "properties": { "facing": "south", "half": "bottom", @@ -252348,7 +262710,7 @@ } }, { - "id": 14502, + "id": 15611, "properties": { "facing": "south", "half": "bottom", @@ -252357,7 +262719,7 @@ } }, { - "id": 14503, + "id": 15612, "properties": { "facing": "south", "half": "bottom", @@ -252366,7 +262728,7 @@ } }, { - "id": 14504, + "id": 15613, "properties": { "facing": "south", "half": "bottom", @@ -252375,7 +262737,7 @@ } }, { - "id": 14505, + "id": 15614, "properties": { "facing": "west", "half": "top", @@ -252384,7 +262746,7 @@ } }, { - "id": 14506, + "id": 15615, "properties": { "facing": "west", "half": "top", @@ -252393,7 +262755,7 @@ } }, { - "id": 14507, + "id": 15616, "properties": { "facing": "west", "half": "top", @@ -252402,7 +262764,7 @@ } }, { - "id": 14508, + "id": 15617, "properties": { "facing": "west", "half": "top", @@ -252411,7 +262773,7 @@ } }, { - "id": 14509, + "id": 15618, "properties": { "facing": "west", "half": "top", @@ -252420,7 +262782,7 @@ } }, { - "id": 14510, + "id": 15619, "properties": { "facing": "west", "half": "top", @@ -252429,7 +262791,7 @@ } }, { - "id": 14511, + "id": 15620, "properties": { "facing": "west", "half": "top", @@ -252438,7 +262800,7 @@ } }, { - "id": 14512, + "id": 15621, "properties": { "facing": "west", "half": "top", @@ -252447,7 +262809,7 @@ } }, { - "id": 14513, + "id": 15622, "properties": { "facing": "west", "half": "top", @@ -252456,7 +262818,7 @@ } }, { - "id": 14514, + "id": 15623, "properties": { "facing": "west", "half": "top", @@ -252465,7 +262827,7 @@ } }, { - "id": 14515, + "id": 15624, "properties": { "facing": "west", "half": "bottom", @@ -252474,7 +262836,7 @@ } }, { - "id": 14516, + "id": 15625, "properties": { "facing": "west", "half": "bottom", @@ -252483,7 +262845,7 @@ } }, { - "id": 14517, + "id": 15626, "properties": { "facing": "west", "half": "bottom", @@ -252492,7 +262854,7 @@ } }, { - "id": 14518, + "id": 15627, "properties": { "facing": "west", "half": "bottom", @@ -252501,7 +262863,7 @@ } }, { - "id": 14519, + "id": 15628, "properties": { "facing": "west", "half": "bottom", @@ -252510,7 +262872,7 @@ } }, { - "id": 14520, + "id": 15629, "properties": { "facing": "west", "half": "bottom", @@ -252519,7 +262881,7 @@ } }, { - "id": 14521, + "id": 15630, "properties": { "facing": "west", "half": "bottom", @@ -252528,7 +262890,7 @@ } }, { - "id": 14522, + "id": 15631, "properties": { "facing": "west", "half": "bottom", @@ -252537,7 +262899,7 @@ } }, { - "id": 14523, + "id": 15632, "properties": { "facing": "west", "half": "bottom", @@ -252546,7 +262908,7 @@ } }, { - "id": 14524, + "id": 15633, "properties": { "facing": "west", "half": "bottom", @@ -252555,7 +262917,7 @@ } }, { - "id": 14525, + "id": 15634, "properties": { "facing": "east", "half": "top", @@ -252564,7 +262926,7 @@ } }, { - "id": 14526, + "id": 15635, "properties": { "facing": "east", "half": "top", @@ -252573,7 +262935,7 @@ } }, { - "id": 14527, + "id": 15636, "properties": { "facing": "east", "half": "top", @@ -252582,7 +262944,7 @@ } }, { - "id": 14528, + "id": 15637, "properties": { "facing": "east", "half": "top", @@ -252591,7 +262953,7 @@ } }, { - "id": 14529, + "id": 15638, "properties": { "facing": "east", "half": "top", @@ -252600,7 +262962,7 @@ } }, { - "id": 14530, + "id": 15639, "properties": { "facing": "east", "half": "top", @@ -252609,7 +262971,7 @@ } }, { - "id": 14531, + "id": 15640, "properties": { "facing": "east", "half": "top", @@ -252618,7 +262980,7 @@ } }, { - "id": 14532, + "id": 15641, "properties": { "facing": "east", "half": "top", @@ -252627,7 +262989,7 @@ } }, { - "id": 14533, + "id": 15642, "properties": { "facing": "east", "half": "top", @@ -252636,7 +262998,7 @@ } }, { - "id": 14534, + "id": 15643, "properties": { "facing": "east", "half": "top", @@ -252645,7 +263007,7 @@ } }, { - "id": 14535, + "id": 15644, "properties": { "facing": "east", "half": "bottom", @@ -252654,7 +263016,7 @@ } }, { - "id": 14536, + "id": 15645, "properties": { "facing": "east", "half": "bottom", @@ -252663,7 +263025,7 @@ } }, { - "id": 14537, + "id": 15646, "properties": { "facing": "east", "half": "bottom", @@ -252672,7 +263034,7 @@ } }, { - "id": 14538, + "id": 15647, "properties": { "facing": "east", "half": "bottom", @@ -252681,7 +263043,7 @@ } }, { - "id": 14539, + "id": 15648, "properties": { "facing": "east", "half": "bottom", @@ -252690,7 +263052,7 @@ } }, { - "id": 14540, + "id": 15649, "properties": { "facing": "east", "half": "bottom", @@ -252699,7 +263061,7 @@ } }, { - "id": 14541, + "id": 15650, "properties": { "facing": "east", "half": "bottom", @@ -252708,7 +263070,7 @@ } }, { - "id": 14542, + "id": 15651, "properties": { "facing": "east", "half": "bottom", @@ -252717,7 +263079,7 @@ } }, { - "id": 14543, + "id": 15652, "properties": { "facing": "east", "half": "bottom", @@ -252726,7 +263088,7 @@ } }, { - "id": 14544, + "id": 15653, "properties": { "facing": "east", "half": "bottom", @@ -252752,25 +263114,25 @@ "states": [ { "default": true, - "id": 19490, + "id": 20599, "properties": { "facing": "north" } }, { - "id": 19491, + "id": 20600, "properties": { "facing": "south" } }, { - "id": 19492, + "id": 20601, "properties": { "facing": "west" } }, { - "id": 19493, + "id": 20602, "properties": { "facing": "east" } @@ -253029,20 +263391,20 @@ }, "states": [ { - "id": 19628, + "id": 20769, "properties": { "axis": "x" } }, { "default": true, - "id": 19629, + "id": 20770, "properties": { "axis": "y" } }, { - "id": 19630, + "id": 20771, "properties": { "axis": "z" } @@ -253063,20 +263425,20 @@ }, "states": [ { - "id": 19622, + "id": 20763, "properties": { "axis": "x" } }, { "default": true, - "id": 19623, + "id": 20764, "properties": { "axis": "y" } }, { - "id": 19624, + "id": 20765, "properties": { "axis": "z" } @@ -253505,20 +263867,20 @@ }, "states": [ { - "id": 19611, + "id": 20752, "properties": { "axis": "x" } }, { "default": true, - "id": 19612, + "id": 20753, "properties": { "axis": "y" } }, { - "id": 19613, + "id": 20754, "properties": { "axis": "z" } @@ -253539,20 +263901,20 @@ }, "states": [ { - "id": 19605, + "id": 20746, "properties": { "axis": "x" } }, { "default": true, - "id": 19606, + "id": 20747, "properties": { "axis": "y" } }, { - "id": 19607, + "id": 20748, "properties": { "axis": "z" } @@ -253574,26 +263936,26 @@ }, "states": [ { - "id": 20379, + "id": 21520, "properties": { "mode": "save" } }, { "default": true, - "id": 20380, + "id": 21521, "properties": { "mode": "load" } }, { - "id": 20381, + "id": 21522, "properties": { "mode": "corner" } }, { - "id": 20382, + "id": 21523, "properties": { "mode": "data" } @@ -253608,7 +263970,7 @@ "states": [ { "default": true, - "id": 13572 + "id": 14649 } ] }, @@ -253640,97 +264002,97 @@ "states": [ { "default": true, - "id": 5978, + "id": 6746, "properties": { "age": "0" } }, { - "id": 5979, + "id": 6747, "properties": { "age": "1" } }, { - "id": 5980, + "id": 6748, "properties": { "age": "2" } }, { - "id": 5981, + "id": 6749, "properties": { "age": "3" } }, { - "id": 5982, + "id": 6750, "properties": { "age": "4" } }, { - "id": 5983, + "id": 6751, "properties": { "age": "5" } }, { - "id": 5984, + "id": 6752, "properties": { "age": "6" } }, { - "id": 5985, + "id": 6753, "properties": { "age": "7" } }, { - "id": 5986, + "id": 6754, "properties": { "age": "8" } }, { - "id": 5987, + "id": 6755, "properties": { "age": "9" } }, { - "id": 5988, + "id": 6756, "properties": { "age": "10" } }, { - "id": 5989, + "id": 6757, "properties": { "age": "11" } }, { - "id": 5990, + "id": 6758, "properties": { "age": "12" } }, { - "id": 5991, + "id": 6759, "properties": { "age": "13" } }, { - "id": 5992, + "id": 6760, "properties": { "age": "14" } }, { - "id": 5993, + "id": 6761, "properties": { "age": "15" } @@ -253750,14 +264112,14 @@ }, "states": [ { - "id": 11636, + "id": 12713, "properties": { "half": "upper" } }, { "default": true, - "id": 11637, + "id": 12714, "properties": { "half": "lower" } @@ -253868,25 +264230,25 @@ "states": [ { "default": true, - "id": 19598, + "id": 20739, "properties": { "age": "0" } }, { - "id": 19599, + "id": 20740, "properties": { "age": "1" } }, { - "id": 19600, + "id": 20741, "properties": { "age": "2" } }, { - "id": 19601, + "id": 20742, "properties": { "age": "3" } @@ -253918,14 +264280,14 @@ }, "states": [ { - "id": 11644, + "id": 12721, "properties": { "half": "upper" } }, { "default": true, - "id": 11645, + "id": 12722, "properties": { "half": "lower" } @@ -253987,97 +264349,97 @@ "states": [ { "default": true, - "id": 20409, + "id": 21550, "properties": { "power": "0" } }, { - "id": 20410, + "id": 21551, "properties": { "power": "1" } }, { - "id": 20411, + "id": 21552, "properties": { "power": "2" } }, { - "id": 20412, + "id": 21553, "properties": { "power": "3" } }, { - "id": 20413, + "id": 21554, "properties": { "power": "4" } }, { - "id": 20414, + "id": 21555, "properties": { "power": "5" } }, { - "id": 20415, + "id": 21556, "properties": { "power": "6" } }, { - "id": 20416, + "id": 21557, "properties": { "power": "7" } }, { - "id": 20417, + "id": 21558, "properties": { "power": "8" } }, { - "id": 20418, + "id": 21559, "properties": { "power": "9" } }, { - "id": 20419, + "id": 21560, "properties": { "power": "10" } }, { - "id": 20420, + "id": 21561, "properties": { "power": "11" } }, { - "id": 20421, + "id": 21562, "properties": { "power": "12" } }, { - "id": 20422, + "id": 21563, "properties": { "power": "13" } }, { - "id": 20423, + "id": 21564, "properties": { "power": "14" } }, { - "id": 20424, + "id": 21565, "properties": { "power": "15" } @@ -254086,13 +264448,13 @@ }, "minecraft:terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 11633 + "id": 12710 } ] }, @@ -254112,25 +264474,25 @@ "states": [ { "default": true, - "id": 20395, + "id": 21536, "properties": { "mode": "start" } }, { - "id": 20396, + "id": 21537, "properties": { "mode": "log" } }, { - "id": 20397, + "id": 21538, "properties": { "mode": "fail" } }, { - "id": 20398, + "id": 21539, "properties": { "mode": "accept" } @@ -254145,7 +264507,7 @@ "states": [ { "default": true, - "id": 20399 + "id": 21540 } ] }, @@ -254157,7 +264519,7 @@ "states": [ { "default": true, - "id": 23345 + "id": 24486 } ] }, @@ -254197,7 +264559,7 @@ "states": [ { "default": true, - "id": 2401 + "id": 3169 } ] }, @@ -254233,13 +264595,13 @@ "states": [ { "default": true, - "id": 13518, + "id": 14595, "properties": { "age": "0" } }, { - "id": 13519, + "id": 14596, "properties": { "age": "1" } @@ -254270,7 +264632,7 @@ }, "states": [ { - "id": 9928, + "id": 11005, "properties": { "type": "single", "facing": "north", @@ -254279,7 +264641,7 @@ }, { "default": true, - "id": 9929, + "id": 11006, "properties": { "type": "single", "facing": "north", @@ -254287,7 +264649,7 @@ } }, { - "id": 9930, + "id": 11007, "properties": { "type": "left", "facing": "north", @@ -254295,7 +264657,7 @@ } }, { - "id": 9931, + "id": 11008, "properties": { "type": "left", "facing": "north", @@ -254303,7 +264665,7 @@ } }, { - "id": 9932, + "id": 11009, "properties": { "type": "right", "facing": "north", @@ -254311,7 +264673,7 @@ } }, { - "id": 9933, + "id": 11010, "properties": { "type": "right", "facing": "north", @@ -254319,7 +264681,7 @@ } }, { - "id": 9934, + "id": 11011, "properties": { "type": "single", "facing": "south", @@ -254327,7 +264689,7 @@ } }, { - "id": 9935, + "id": 11012, "properties": { "type": "single", "facing": "south", @@ -254335,7 +264697,7 @@ } }, { - "id": 9936, + "id": 11013, "properties": { "type": "left", "facing": "south", @@ -254343,7 +264705,7 @@ } }, { - "id": 9937, + "id": 11014, "properties": { "type": "left", "facing": "south", @@ -254351,7 +264713,7 @@ } }, { - "id": 9938, + "id": 11015, "properties": { "type": "right", "facing": "south", @@ -254359,7 +264721,7 @@ } }, { - "id": 9939, + "id": 11016, "properties": { "type": "right", "facing": "south", @@ -254367,7 +264729,7 @@ } }, { - "id": 9940, + "id": 11017, "properties": { "type": "single", "facing": "west", @@ -254375,7 +264737,7 @@ } }, { - "id": 9941, + "id": 11018, "properties": { "type": "single", "facing": "west", @@ -254383,7 +264745,7 @@ } }, { - "id": 9942, + "id": 11019, "properties": { "type": "left", "facing": "west", @@ -254391,7 +264753,7 @@ } }, { - "id": 9943, + "id": 11020, "properties": { "type": "left", "facing": "west", @@ -254399,7 +264761,7 @@ } }, { - "id": 9944, + "id": 11021, "properties": { "type": "right", "facing": "west", @@ -254407,7 +264769,7 @@ } }, { - "id": 9945, + "id": 11022, "properties": { "type": "right", "facing": "west", @@ -254415,7 +264777,7 @@ } }, { - "id": 9946, + "id": 11023, "properties": { "type": "single", "facing": "east", @@ -254423,7 +264785,7 @@ } }, { - "id": 9947, + "id": 11024, "properties": { "type": "single", "facing": "east", @@ -254431,7 +264793,7 @@ } }, { - "id": 9948, + "id": 11025, "properties": { "type": "left", "facing": "east", @@ -254439,7 +264801,7 @@ } }, { - "id": 9949, + "id": 11026, "properties": { "type": "left", "facing": "east", @@ -254447,7 +264809,7 @@ } }, { - "id": 9950, + "id": 11027, "properties": { "type": "right", "facing": "east", @@ -254455,7 +264817,7 @@ } }, { - "id": 9951, + "id": 11028, "properties": { "type": "right", "facing": "east", @@ -254485,42 +264847,42 @@ }, "states": [ { - "id": 27698, + "id": 29455, "properties": { "ominous": "true", "trial_spawner_state": "inactive" } }, { - "id": 27699, + "id": 29456, "properties": { "ominous": "true", "trial_spawner_state": "waiting_for_players" } }, { - "id": 27700, + "id": 29457, "properties": { "ominous": "true", "trial_spawner_state": "active" } }, { - "id": 27701, + "id": 29458, "properties": { "ominous": "true", "trial_spawner_state": "waiting_for_reward_ejection" } }, { - "id": 27702, + "id": 29459, "properties": { "ominous": "true", "trial_spawner_state": "ejecting_reward" } }, { - "id": 27703, + "id": 29460, "properties": { "ominous": "true", "trial_spawner_state": "cooldown" @@ -254528,42 +264890,42 @@ }, { "default": true, - "id": 27704, + "id": 29461, "properties": { "ominous": "false", "trial_spawner_state": "inactive" } }, { - "id": 27705, + "id": 29462, "properties": { "ominous": "false", "trial_spawner_state": "waiting_for_players" } }, { - "id": 27706, + "id": 29463, "properties": { "ominous": "false", "trial_spawner_state": "active" } }, { - "id": 27707, + "id": 29464, "properties": { "ominous": "false", "trial_spawner_state": "waiting_for_reward_ejection" } }, { - "id": 27708, + "id": 29465, "properties": { "ominous": "false", "trial_spawner_state": "ejecting_reward" } }, { - "id": 27709, + "id": 29466, "properties": { "ominous": "false", "trial_spawner_state": "cooldown" @@ -254609,7 +264971,7 @@ }, "states": [ { - "id": 8321, + "id": 9398, "properties": { "attached": "true", "disarmed": "true", @@ -254621,7 +264983,7 @@ } }, { - "id": 8322, + "id": 9399, "properties": { "attached": "true", "disarmed": "true", @@ -254633,7 +264995,7 @@ } }, { - "id": 8323, + "id": 9400, "properties": { "attached": "true", "disarmed": "true", @@ -254645,7 +265007,7 @@ } }, { - "id": 8324, + "id": 9401, "properties": { "attached": "true", "disarmed": "true", @@ -254657,7 +265019,7 @@ } }, { - "id": 8325, + "id": 9402, "properties": { "attached": "true", "disarmed": "true", @@ -254669,7 +265031,7 @@ } }, { - "id": 8326, + "id": 9403, "properties": { "attached": "true", "disarmed": "true", @@ -254681,7 +265043,7 @@ } }, { - "id": 8327, + "id": 9404, "properties": { "attached": "true", "disarmed": "true", @@ -254693,7 +265055,7 @@ } }, { - "id": 8328, + "id": 9405, "properties": { "attached": "true", "disarmed": "true", @@ -254705,7 +265067,7 @@ } }, { - "id": 8329, + "id": 9406, "properties": { "attached": "true", "disarmed": "true", @@ -254717,7 +265079,7 @@ } }, { - "id": 8330, + "id": 9407, "properties": { "attached": "true", "disarmed": "true", @@ -254729,7 +265091,7 @@ } }, { - "id": 8331, + "id": 9408, "properties": { "attached": "true", "disarmed": "true", @@ -254741,7 +265103,7 @@ } }, { - "id": 8332, + "id": 9409, "properties": { "attached": "true", "disarmed": "true", @@ -254753,7 +265115,7 @@ } }, { - "id": 8333, + "id": 9410, "properties": { "attached": "true", "disarmed": "true", @@ -254765,7 +265127,7 @@ } }, { - "id": 8334, + "id": 9411, "properties": { "attached": "true", "disarmed": "true", @@ -254777,7 +265139,7 @@ } }, { - "id": 8335, + "id": 9412, "properties": { "attached": "true", "disarmed": "true", @@ -254789,7 +265151,7 @@ } }, { - "id": 8336, + "id": 9413, "properties": { "attached": "true", "disarmed": "true", @@ -254801,7 +265163,7 @@ } }, { - "id": 8337, + "id": 9414, "properties": { "attached": "true", "disarmed": "true", @@ -254813,7 +265175,7 @@ } }, { - "id": 8338, + "id": 9415, "properties": { "attached": "true", "disarmed": "true", @@ -254825,7 +265187,7 @@ } }, { - "id": 8339, + "id": 9416, "properties": { "attached": "true", "disarmed": "true", @@ -254837,7 +265199,7 @@ } }, { - "id": 8340, + "id": 9417, "properties": { "attached": "true", "disarmed": "true", @@ -254849,7 +265211,7 @@ } }, { - "id": 8341, + "id": 9418, "properties": { "attached": "true", "disarmed": "true", @@ -254861,7 +265223,7 @@ } }, { - "id": 8342, + "id": 9419, "properties": { "attached": "true", "disarmed": "true", @@ -254873,7 +265235,7 @@ } }, { - "id": 8343, + "id": 9420, "properties": { "attached": "true", "disarmed": "true", @@ -254885,7 +265247,7 @@ } }, { - "id": 8344, + "id": 9421, "properties": { "attached": "true", "disarmed": "true", @@ -254897,7 +265259,7 @@ } }, { - "id": 8345, + "id": 9422, "properties": { "attached": "true", "disarmed": "true", @@ -254909,7 +265271,7 @@ } }, { - "id": 8346, + "id": 9423, "properties": { "attached": "true", "disarmed": "true", @@ -254921,7 +265283,7 @@ } }, { - "id": 8347, + "id": 9424, "properties": { "attached": "true", "disarmed": "true", @@ -254933,7 +265295,7 @@ } }, { - "id": 8348, + "id": 9425, "properties": { "attached": "true", "disarmed": "true", @@ -254945,7 +265307,7 @@ } }, { - "id": 8349, + "id": 9426, "properties": { "attached": "true", "disarmed": "true", @@ -254957,7 +265319,7 @@ } }, { - "id": 8350, + "id": 9427, "properties": { "attached": "true", "disarmed": "true", @@ -254969,7 +265331,7 @@ } }, { - "id": 8351, + "id": 9428, "properties": { "attached": "true", "disarmed": "true", @@ -254981,7 +265343,7 @@ } }, { - "id": 8352, + "id": 9429, "properties": { "attached": "true", "disarmed": "true", @@ -254993,7 +265355,7 @@ } }, { - "id": 8353, + "id": 9430, "properties": { "attached": "true", "disarmed": "false", @@ -255005,7 +265367,7 @@ } }, { - "id": 8354, + "id": 9431, "properties": { "attached": "true", "disarmed": "false", @@ -255017,7 +265379,7 @@ } }, { - "id": 8355, + "id": 9432, "properties": { "attached": "true", "disarmed": "false", @@ -255029,7 +265391,7 @@ } }, { - "id": 8356, + "id": 9433, "properties": { "attached": "true", "disarmed": "false", @@ -255041,7 +265403,7 @@ } }, { - "id": 8357, + "id": 9434, "properties": { "attached": "true", "disarmed": "false", @@ -255053,7 +265415,7 @@ } }, { - "id": 8358, + "id": 9435, "properties": { "attached": "true", "disarmed": "false", @@ -255065,7 +265427,7 @@ } }, { - "id": 8359, + "id": 9436, "properties": { "attached": "true", "disarmed": "false", @@ -255077,7 +265439,7 @@ } }, { - "id": 8360, + "id": 9437, "properties": { "attached": "true", "disarmed": "false", @@ -255089,7 +265451,7 @@ } }, { - "id": 8361, + "id": 9438, "properties": { "attached": "true", "disarmed": "false", @@ -255101,7 +265463,7 @@ } }, { - "id": 8362, + "id": 9439, "properties": { "attached": "true", "disarmed": "false", @@ -255113,7 +265475,7 @@ } }, { - "id": 8363, + "id": 9440, "properties": { "attached": "true", "disarmed": "false", @@ -255125,7 +265487,7 @@ } }, { - "id": 8364, + "id": 9441, "properties": { "attached": "true", "disarmed": "false", @@ -255137,7 +265499,7 @@ } }, { - "id": 8365, + "id": 9442, "properties": { "attached": "true", "disarmed": "false", @@ -255149,7 +265511,7 @@ } }, { - "id": 8366, + "id": 9443, "properties": { "attached": "true", "disarmed": "false", @@ -255161,7 +265523,7 @@ } }, { - "id": 8367, + "id": 9444, "properties": { "attached": "true", "disarmed": "false", @@ -255173,7 +265535,7 @@ } }, { - "id": 8368, + "id": 9445, "properties": { "attached": "true", "disarmed": "false", @@ -255185,7 +265547,7 @@ } }, { - "id": 8369, + "id": 9446, "properties": { "attached": "true", "disarmed": "false", @@ -255197,7 +265559,7 @@ } }, { - "id": 8370, + "id": 9447, "properties": { "attached": "true", "disarmed": "false", @@ -255209,7 +265571,7 @@ } }, { - "id": 8371, + "id": 9448, "properties": { "attached": "true", "disarmed": "false", @@ -255221,7 +265583,7 @@ } }, { - "id": 8372, + "id": 9449, "properties": { "attached": "true", "disarmed": "false", @@ -255233,7 +265595,7 @@ } }, { - "id": 8373, + "id": 9450, "properties": { "attached": "true", "disarmed": "false", @@ -255245,7 +265607,7 @@ } }, { - "id": 8374, + "id": 9451, "properties": { "attached": "true", "disarmed": "false", @@ -255257,7 +265619,7 @@ } }, { - "id": 8375, + "id": 9452, "properties": { "attached": "true", "disarmed": "false", @@ -255269,7 +265631,7 @@ } }, { - "id": 8376, + "id": 9453, "properties": { "attached": "true", "disarmed": "false", @@ -255281,7 +265643,7 @@ } }, { - "id": 8377, + "id": 9454, "properties": { "attached": "true", "disarmed": "false", @@ -255293,7 +265655,7 @@ } }, { - "id": 8378, + "id": 9455, "properties": { "attached": "true", "disarmed": "false", @@ -255305,7 +265667,7 @@ } }, { - "id": 8379, + "id": 9456, "properties": { "attached": "true", "disarmed": "false", @@ -255317,7 +265679,7 @@ } }, { - "id": 8380, + "id": 9457, "properties": { "attached": "true", "disarmed": "false", @@ -255329,7 +265691,7 @@ } }, { - "id": 8381, + "id": 9458, "properties": { "attached": "true", "disarmed": "false", @@ -255341,7 +265703,7 @@ } }, { - "id": 8382, + "id": 9459, "properties": { "attached": "true", "disarmed": "false", @@ -255353,7 +265715,7 @@ } }, { - "id": 8383, + "id": 9460, "properties": { "attached": "true", "disarmed": "false", @@ -255365,7 +265727,7 @@ } }, { - "id": 8384, + "id": 9461, "properties": { "attached": "true", "disarmed": "false", @@ -255377,7 +265739,7 @@ } }, { - "id": 8385, + "id": 9462, "properties": { "attached": "false", "disarmed": "true", @@ -255389,7 +265751,7 @@ } }, { - "id": 8386, + "id": 9463, "properties": { "attached": "false", "disarmed": "true", @@ -255401,7 +265763,7 @@ } }, { - "id": 8387, + "id": 9464, "properties": { "attached": "false", "disarmed": "true", @@ -255413,7 +265775,7 @@ } }, { - "id": 8388, + "id": 9465, "properties": { "attached": "false", "disarmed": "true", @@ -255425,7 +265787,7 @@ } }, { - "id": 8389, + "id": 9466, "properties": { "attached": "false", "disarmed": "true", @@ -255437,7 +265799,7 @@ } }, { - "id": 8390, + "id": 9467, "properties": { "attached": "false", "disarmed": "true", @@ -255449,7 +265811,7 @@ } }, { - "id": 8391, + "id": 9468, "properties": { "attached": "false", "disarmed": "true", @@ -255461,7 +265823,7 @@ } }, { - "id": 8392, + "id": 9469, "properties": { "attached": "false", "disarmed": "true", @@ -255473,7 +265835,7 @@ } }, { - "id": 8393, + "id": 9470, "properties": { "attached": "false", "disarmed": "true", @@ -255485,7 +265847,7 @@ } }, { - "id": 8394, + "id": 9471, "properties": { "attached": "false", "disarmed": "true", @@ -255497,7 +265859,7 @@ } }, { - "id": 8395, + "id": 9472, "properties": { "attached": "false", "disarmed": "true", @@ -255509,7 +265871,7 @@ } }, { - "id": 8396, + "id": 9473, "properties": { "attached": "false", "disarmed": "true", @@ -255521,7 +265883,7 @@ } }, { - "id": 8397, + "id": 9474, "properties": { "attached": "false", "disarmed": "true", @@ -255533,7 +265895,7 @@ } }, { - "id": 8398, + "id": 9475, "properties": { "attached": "false", "disarmed": "true", @@ -255545,7 +265907,7 @@ } }, { - "id": 8399, + "id": 9476, "properties": { "attached": "false", "disarmed": "true", @@ -255557,7 +265919,7 @@ } }, { - "id": 8400, + "id": 9477, "properties": { "attached": "false", "disarmed": "true", @@ -255569,7 +265931,7 @@ } }, { - "id": 8401, + "id": 9478, "properties": { "attached": "false", "disarmed": "true", @@ -255581,7 +265943,7 @@ } }, { - "id": 8402, + "id": 9479, "properties": { "attached": "false", "disarmed": "true", @@ -255593,7 +265955,7 @@ } }, { - "id": 8403, + "id": 9480, "properties": { "attached": "false", "disarmed": "true", @@ -255605,7 +265967,7 @@ } }, { - "id": 8404, + "id": 9481, "properties": { "attached": "false", "disarmed": "true", @@ -255617,7 +265979,7 @@ } }, { - "id": 8405, + "id": 9482, "properties": { "attached": "false", "disarmed": "true", @@ -255629,7 +265991,7 @@ } }, { - "id": 8406, + "id": 9483, "properties": { "attached": "false", "disarmed": "true", @@ -255641,7 +266003,7 @@ } }, { - "id": 8407, + "id": 9484, "properties": { "attached": "false", "disarmed": "true", @@ -255653,7 +266015,7 @@ } }, { - "id": 8408, + "id": 9485, "properties": { "attached": "false", "disarmed": "true", @@ -255665,7 +266027,7 @@ } }, { - "id": 8409, + "id": 9486, "properties": { "attached": "false", "disarmed": "true", @@ -255677,7 +266039,7 @@ } }, { - "id": 8410, + "id": 9487, "properties": { "attached": "false", "disarmed": "true", @@ -255689,7 +266051,7 @@ } }, { - "id": 8411, + "id": 9488, "properties": { "attached": "false", "disarmed": "true", @@ -255701,7 +266063,7 @@ } }, { - "id": 8412, + "id": 9489, "properties": { "attached": "false", "disarmed": "true", @@ -255713,7 +266075,7 @@ } }, { - "id": 8413, + "id": 9490, "properties": { "attached": "false", "disarmed": "true", @@ -255725,7 +266087,7 @@ } }, { - "id": 8414, + "id": 9491, "properties": { "attached": "false", "disarmed": "true", @@ -255737,7 +266099,7 @@ } }, { - "id": 8415, + "id": 9492, "properties": { "attached": "false", "disarmed": "true", @@ -255749,7 +266111,7 @@ } }, { - "id": 8416, + "id": 9493, "properties": { "attached": "false", "disarmed": "true", @@ -255761,7 +266123,7 @@ } }, { - "id": 8417, + "id": 9494, "properties": { "attached": "false", "disarmed": "false", @@ -255773,7 +266135,7 @@ } }, { - "id": 8418, + "id": 9495, "properties": { "attached": "false", "disarmed": "false", @@ -255785,7 +266147,7 @@ } }, { - "id": 8419, + "id": 9496, "properties": { "attached": "false", "disarmed": "false", @@ -255797,7 +266159,7 @@ } }, { - "id": 8420, + "id": 9497, "properties": { "attached": "false", "disarmed": "false", @@ -255809,7 +266171,7 @@ } }, { - "id": 8421, + "id": 9498, "properties": { "attached": "false", "disarmed": "false", @@ -255821,7 +266183,7 @@ } }, { - "id": 8422, + "id": 9499, "properties": { "attached": "false", "disarmed": "false", @@ -255833,7 +266195,7 @@ } }, { - "id": 8423, + "id": 9500, "properties": { "attached": "false", "disarmed": "false", @@ -255845,7 +266207,7 @@ } }, { - "id": 8424, + "id": 9501, "properties": { "attached": "false", "disarmed": "false", @@ -255857,7 +266219,7 @@ } }, { - "id": 8425, + "id": 9502, "properties": { "attached": "false", "disarmed": "false", @@ -255869,7 +266231,7 @@ } }, { - "id": 8426, + "id": 9503, "properties": { "attached": "false", "disarmed": "false", @@ -255881,7 +266243,7 @@ } }, { - "id": 8427, + "id": 9504, "properties": { "attached": "false", "disarmed": "false", @@ -255893,7 +266255,7 @@ } }, { - "id": 8428, + "id": 9505, "properties": { "attached": "false", "disarmed": "false", @@ -255905,7 +266267,7 @@ } }, { - "id": 8429, + "id": 9506, "properties": { "attached": "false", "disarmed": "false", @@ -255917,7 +266279,7 @@ } }, { - "id": 8430, + "id": 9507, "properties": { "attached": "false", "disarmed": "false", @@ -255929,7 +266291,7 @@ } }, { - "id": 8431, + "id": 9508, "properties": { "attached": "false", "disarmed": "false", @@ -255941,7 +266303,7 @@ } }, { - "id": 8432, + "id": 9509, "properties": { "attached": "false", "disarmed": "false", @@ -255953,7 +266315,7 @@ } }, { - "id": 8433, + "id": 9510, "properties": { "attached": "false", "disarmed": "false", @@ -255965,7 +266327,7 @@ } }, { - "id": 8434, + "id": 9511, "properties": { "attached": "false", "disarmed": "false", @@ -255977,7 +266339,7 @@ } }, { - "id": 8435, + "id": 9512, "properties": { "attached": "false", "disarmed": "false", @@ -255989,7 +266351,7 @@ } }, { - "id": 8436, + "id": 9513, "properties": { "attached": "false", "disarmed": "false", @@ -256001,7 +266363,7 @@ } }, { - "id": 8437, + "id": 9514, "properties": { "attached": "false", "disarmed": "false", @@ -256013,7 +266375,7 @@ } }, { - "id": 8438, + "id": 9515, "properties": { "attached": "false", "disarmed": "false", @@ -256025,7 +266387,7 @@ } }, { - "id": 8439, + "id": 9516, "properties": { "attached": "false", "disarmed": "false", @@ -256037,7 +266399,7 @@ } }, { - "id": 8440, + "id": 9517, "properties": { "attached": "false", "disarmed": "false", @@ -256049,7 +266411,7 @@ } }, { - "id": 8441, + "id": 9518, "properties": { "attached": "false", "disarmed": "false", @@ -256061,7 +266423,7 @@ } }, { - "id": 8442, + "id": 9519, "properties": { "attached": "false", "disarmed": "false", @@ -256073,7 +266435,7 @@ } }, { - "id": 8443, + "id": 9520, "properties": { "attached": "false", "disarmed": "false", @@ -256085,7 +266447,7 @@ } }, { - "id": 8444, + "id": 9521, "properties": { "attached": "false", "disarmed": "false", @@ -256097,7 +266459,7 @@ } }, { - "id": 8445, + "id": 9522, "properties": { "attached": "false", "disarmed": "false", @@ -256109,7 +266471,7 @@ } }, { - "id": 8446, + "id": 9523, "properties": { "attached": "false", "disarmed": "false", @@ -256121,7 +266483,7 @@ } }, { - "id": 8447, + "id": 9524, "properties": { "attached": "false", "disarmed": "false", @@ -256134,7 +266496,7 @@ }, { "default": true, - "id": 8448, + "id": 9525, "properties": { "attached": "false", "disarmed": "false", @@ -256170,7 +266532,7 @@ }, "states": [ { - "id": 8305, + "id": 9382, "properties": { "attached": "true", "facing": "north", @@ -256178,7 +266540,7 @@ } }, { - "id": 8306, + "id": 9383, "properties": { "attached": "true", "facing": "north", @@ -256186,7 +266548,7 @@ } }, { - "id": 8307, + "id": 9384, "properties": { "attached": "true", "facing": "south", @@ -256194,7 +266556,7 @@ } }, { - "id": 8308, + "id": 9385, "properties": { "attached": "true", "facing": "south", @@ -256202,7 +266564,7 @@ } }, { - "id": 8309, + "id": 9386, "properties": { "attached": "true", "facing": "west", @@ -256210,7 +266572,7 @@ } }, { - "id": 8310, + "id": 9387, "properties": { "attached": "true", "facing": "west", @@ -256218,7 +266580,7 @@ } }, { - "id": 8311, + "id": 9388, "properties": { "attached": "true", "facing": "east", @@ -256226,7 +266588,7 @@ } }, { - "id": 8312, + "id": 9389, "properties": { "attached": "true", "facing": "east", @@ -256234,7 +266596,7 @@ } }, { - "id": 8313, + "id": 9390, "properties": { "attached": "false", "facing": "north", @@ -256243,7 +266605,7 @@ }, { "default": true, - "id": 8314, + "id": 9391, "properties": { "attached": "false", "facing": "north", @@ -256251,7 +266613,7 @@ } }, { - "id": 8315, + "id": 9392, "properties": { "attached": "false", "facing": "south", @@ -256259,7 +266621,7 @@ } }, { - "id": 8316, + "id": 9393, "properties": { "attached": "false", "facing": "south", @@ -256267,7 +266629,7 @@ } }, { - "id": 8317, + "id": 9394, "properties": { "attached": "false", "facing": "west", @@ -256275,7 +266637,7 @@ } }, { - "id": 8318, + "id": 9395, "properties": { "attached": "false", "facing": "west", @@ -256283,7 +266645,7 @@ } }, { - "id": 8319, + "id": 9396, "properties": { "attached": "false", "facing": "east", @@ -256291,7 +266653,7 @@ } }, { - "id": 8320, + "id": 9397, "properties": { "attached": "false", "facing": "east", @@ -256315,13 +266677,13 @@ "states": [ { "default": true, - "id": 13846, + "id": 14955, "properties": { "waterlogged": "true" } }, { - "id": 13847, + "id": 14956, "properties": { "waterlogged": "false" } @@ -256337,7 +266699,7 @@ "states": [ { "default": true, - "id": 13831 + "id": 14940 } ] }, @@ -256356,13 +266718,13 @@ "states": [ { "default": true, - "id": 13866, + "id": 14975, "properties": { "waterlogged": "true" } }, { - "id": 13867, + "id": 14976, "properties": { "waterlogged": "false" } @@ -256390,56 +266752,56 @@ "states": [ { "default": true, - "id": 13916, + "id": 15025, "properties": { "facing": "north", "waterlogged": "true" } }, { - "id": 13917, + "id": 15026, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 13918, + "id": 15027, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 13919, + "id": 15028, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 13920, + "id": 15029, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 13921, + "id": 15030, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 13922, + "id": 15031, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 13923, + "id": 15032, "properties": { "facing": "east", "waterlogged": "false" @@ -256455,7 +266817,7 @@ "states": [ { "default": true, - "id": 22109 + "id": 23250 } ] }, @@ -256477,21 +266839,21 @@ }, "states": [ { - "id": 22933, + "id": 24074, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 22934, + "id": 24075, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 22935, + "id": 24076, "properties": { "type": "bottom", "waterlogged": "true" @@ -256499,21 +266861,21 @@ }, { "default": true, - "id": 22936, + "id": 24077, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 22937, + "id": 24078, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 22938, + "id": 24079, "properties": { "type": "double", "waterlogged": "false" @@ -256554,7 +266916,7 @@ }, "states": [ { - "id": 22939, + "id": 24080, "properties": { "facing": "north", "half": "top", @@ -256563,7 +266925,7 @@ } }, { - "id": 22940, + "id": 24081, "properties": { "facing": "north", "half": "top", @@ -256572,7 +266934,7 @@ } }, { - "id": 22941, + "id": 24082, "properties": { "facing": "north", "half": "top", @@ -256581,7 +266943,7 @@ } }, { - "id": 22942, + "id": 24083, "properties": { "facing": "north", "half": "top", @@ -256590,7 +266952,7 @@ } }, { - "id": 22943, + "id": 24084, "properties": { "facing": "north", "half": "top", @@ -256599,7 +266961,7 @@ } }, { - "id": 22944, + "id": 24085, "properties": { "facing": "north", "half": "top", @@ -256608,7 +266970,7 @@ } }, { - "id": 22945, + "id": 24086, "properties": { "facing": "north", "half": "top", @@ -256617,7 +266979,7 @@ } }, { - "id": 22946, + "id": 24087, "properties": { "facing": "north", "half": "top", @@ -256626,7 +266988,7 @@ } }, { - "id": 22947, + "id": 24088, "properties": { "facing": "north", "half": "top", @@ -256635,7 +266997,7 @@ } }, { - "id": 22948, + "id": 24089, "properties": { "facing": "north", "half": "top", @@ -256644,7 +267006,7 @@ } }, { - "id": 22949, + "id": 24090, "properties": { "facing": "north", "half": "bottom", @@ -256654,7 +267016,7 @@ }, { "default": true, - "id": 22950, + "id": 24091, "properties": { "facing": "north", "half": "bottom", @@ -256663,7 +267025,7 @@ } }, { - "id": 22951, + "id": 24092, "properties": { "facing": "north", "half": "bottom", @@ -256672,7 +267034,7 @@ } }, { - "id": 22952, + "id": 24093, "properties": { "facing": "north", "half": "bottom", @@ -256681,7 +267043,7 @@ } }, { - "id": 22953, + "id": 24094, "properties": { "facing": "north", "half": "bottom", @@ -256690,7 +267052,7 @@ } }, { - "id": 22954, + "id": 24095, "properties": { "facing": "north", "half": "bottom", @@ -256699,7 +267061,7 @@ } }, { - "id": 22955, + "id": 24096, "properties": { "facing": "north", "half": "bottom", @@ -256708,7 +267070,7 @@ } }, { - "id": 22956, + "id": 24097, "properties": { "facing": "north", "half": "bottom", @@ -256717,7 +267079,7 @@ } }, { - "id": 22957, + "id": 24098, "properties": { "facing": "north", "half": "bottom", @@ -256726,7 +267088,7 @@ } }, { - "id": 22958, + "id": 24099, "properties": { "facing": "north", "half": "bottom", @@ -256735,7 +267097,7 @@ } }, { - "id": 22959, + "id": 24100, "properties": { "facing": "south", "half": "top", @@ -256744,7 +267106,7 @@ } }, { - "id": 22960, + "id": 24101, "properties": { "facing": "south", "half": "top", @@ -256753,7 +267115,7 @@ } }, { - "id": 22961, + "id": 24102, "properties": { "facing": "south", "half": "top", @@ -256762,7 +267124,7 @@ } }, { - "id": 22962, + "id": 24103, "properties": { "facing": "south", "half": "top", @@ -256771,7 +267133,7 @@ } }, { - "id": 22963, + "id": 24104, "properties": { "facing": "south", "half": "top", @@ -256780,7 +267142,7 @@ } }, { - "id": 22964, + "id": 24105, "properties": { "facing": "south", "half": "top", @@ -256789,7 +267151,7 @@ } }, { - "id": 22965, + "id": 24106, "properties": { "facing": "south", "half": "top", @@ -256798,7 +267160,7 @@ } }, { - "id": 22966, + "id": 24107, "properties": { "facing": "south", "half": "top", @@ -256807,7 +267169,7 @@ } }, { - "id": 22967, + "id": 24108, "properties": { "facing": "south", "half": "top", @@ -256816,7 +267178,7 @@ } }, { - "id": 22968, + "id": 24109, "properties": { "facing": "south", "half": "top", @@ -256825,7 +267187,7 @@ } }, { - "id": 22969, + "id": 24110, "properties": { "facing": "south", "half": "bottom", @@ -256834,7 +267196,7 @@ } }, { - "id": 22970, + "id": 24111, "properties": { "facing": "south", "half": "bottom", @@ -256843,7 +267205,7 @@ } }, { - "id": 22971, + "id": 24112, "properties": { "facing": "south", "half": "bottom", @@ -256852,7 +267214,7 @@ } }, { - "id": 22972, + "id": 24113, "properties": { "facing": "south", "half": "bottom", @@ -256861,7 +267223,7 @@ } }, { - "id": 22973, + "id": 24114, "properties": { "facing": "south", "half": "bottom", @@ -256870,7 +267232,7 @@ } }, { - "id": 22974, + "id": 24115, "properties": { "facing": "south", "half": "bottom", @@ -256879,7 +267241,7 @@ } }, { - "id": 22975, + "id": 24116, "properties": { "facing": "south", "half": "bottom", @@ -256888,7 +267250,7 @@ } }, { - "id": 22976, + "id": 24117, "properties": { "facing": "south", "half": "bottom", @@ -256897,7 +267259,7 @@ } }, { - "id": 22977, + "id": 24118, "properties": { "facing": "south", "half": "bottom", @@ -256906,7 +267268,7 @@ } }, { - "id": 22978, + "id": 24119, "properties": { "facing": "south", "half": "bottom", @@ -256915,7 +267277,7 @@ } }, { - "id": 22979, + "id": 24120, "properties": { "facing": "west", "half": "top", @@ -256924,7 +267286,7 @@ } }, { - "id": 22980, + "id": 24121, "properties": { "facing": "west", "half": "top", @@ -256933,7 +267295,7 @@ } }, { - "id": 22981, + "id": 24122, "properties": { "facing": "west", "half": "top", @@ -256942,7 +267304,7 @@ } }, { - "id": 22982, + "id": 24123, "properties": { "facing": "west", "half": "top", @@ -256951,7 +267313,7 @@ } }, { - "id": 22983, + "id": 24124, "properties": { "facing": "west", "half": "top", @@ -256960,7 +267322,7 @@ } }, { - "id": 22984, + "id": 24125, "properties": { "facing": "west", "half": "top", @@ -256969,7 +267331,7 @@ } }, { - "id": 22985, + "id": 24126, "properties": { "facing": "west", "half": "top", @@ -256978,7 +267340,7 @@ } }, { - "id": 22986, + "id": 24127, "properties": { "facing": "west", "half": "top", @@ -256987,7 +267349,7 @@ } }, { - "id": 22987, + "id": 24128, "properties": { "facing": "west", "half": "top", @@ -256996,7 +267358,7 @@ } }, { - "id": 22988, + "id": 24129, "properties": { "facing": "west", "half": "top", @@ -257005,7 +267367,7 @@ } }, { - "id": 22989, + "id": 24130, "properties": { "facing": "west", "half": "bottom", @@ -257014,7 +267376,7 @@ } }, { - "id": 22990, + "id": 24131, "properties": { "facing": "west", "half": "bottom", @@ -257023,7 +267385,7 @@ } }, { - "id": 22991, + "id": 24132, "properties": { "facing": "west", "half": "bottom", @@ -257032,7 +267394,7 @@ } }, { - "id": 22992, + "id": 24133, "properties": { "facing": "west", "half": "bottom", @@ -257041,7 +267403,7 @@ } }, { - "id": 22993, + "id": 24134, "properties": { "facing": "west", "half": "bottom", @@ -257050,7 +267412,7 @@ } }, { - "id": 22994, + "id": 24135, "properties": { "facing": "west", "half": "bottom", @@ -257059,7 +267421,7 @@ } }, { - "id": 22995, + "id": 24136, "properties": { "facing": "west", "half": "bottom", @@ -257068,7 +267430,7 @@ } }, { - "id": 22996, + "id": 24137, "properties": { "facing": "west", "half": "bottom", @@ -257077,7 +267439,7 @@ } }, { - "id": 22997, + "id": 24138, "properties": { "facing": "west", "half": "bottom", @@ -257086,7 +267448,7 @@ } }, { - "id": 22998, + "id": 24139, "properties": { "facing": "west", "half": "bottom", @@ -257095,7 +267457,7 @@ } }, { - "id": 22999, + "id": 24140, "properties": { "facing": "east", "half": "top", @@ -257104,7 +267466,7 @@ } }, { - "id": 23000, + "id": 24141, "properties": { "facing": "east", "half": "top", @@ -257113,7 +267475,7 @@ } }, { - "id": 23001, + "id": 24142, "properties": { "facing": "east", "half": "top", @@ -257122,7 +267484,7 @@ } }, { - "id": 23002, + "id": 24143, "properties": { "facing": "east", "half": "top", @@ -257131,7 +267493,7 @@ } }, { - "id": 23003, + "id": 24144, "properties": { "facing": "east", "half": "top", @@ -257140,7 +267502,7 @@ } }, { - "id": 23004, + "id": 24145, "properties": { "facing": "east", "half": "top", @@ -257149,7 +267511,7 @@ } }, { - "id": 23005, + "id": 24146, "properties": { "facing": "east", "half": "top", @@ -257158,7 +267520,7 @@ } }, { - "id": 23006, + "id": 24147, "properties": { "facing": "east", "half": "top", @@ -257167,7 +267529,7 @@ } }, { - "id": 23007, + "id": 24148, "properties": { "facing": "east", "half": "top", @@ -257176,7 +267538,7 @@ } }, { - "id": 23008, + "id": 24149, "properties": { "facing": "east", "half": "top", @@ -257185,7 +267547,7 @@ } }, { - "id": 23009, + "id": 24150, "properties": { "facing": "east", "half": "bottom", @@ -257194,7 +267556,7 @@ } }, { - "id": 23010, + "id": 24151, "properties": { "facing": "east", "half": "bottom", @@ -257203,7 +267565,7 @@ } }, { - "id": 23011, + "id": 24152, "properties": { "facing": "east", "half": "bottom", @@ -257212,7 +267574,7 @@ } }, { - "id": 23012, + "id": 24153, "properties": { "facing": "east", "half": "bottom", @@ -257221,7 +267583,7 @@ } }, { - "id": 23013, + "id": 24154, "properties": { "facing": "east", "half": "bottom", @@ -257230,7 +267592,7 @@ } }, { - "id": 23014, + "id": 24155, "properties": { "facing": "east", "half": "bottom", @@ -257239,7 +267601,7 @@ } }, { - "id": 23015, + "id": 24156, "properties": { "facing": "east", "half": "bottom", @@ -257248,7 +267610,7 @@ } }, { - "id": 23016, + "id": 24157, "properties": { "facing": "east", "half": "bottom", @@ -257257,7 +267619,7 @@ } }, { - "id": 23017, + "id": 24158, "properties": { "facing": "east", "half": "bottom", @@ -257266,7 +267628,7 @@ } }, { - "id": 23018, + "id": 24159, "properties": { "facing": "east", "half": "bottom", @@ -257313,7 +267675,7 @@ }, "states": [ { - "id": 23019, + "id": 24160, "properties": { "east": "none", "north": "none", @@ -257324,7 +267686,7 @@ } }, { - "id": 23020, + "id": 24161, "properties": { "east": "none", "north": "none", @@ -257335,7 +267697,7 @@ } }, { - "id": 23021, + "id": 24162, "properties": { "east": "none", "north": "none", @@ -257347,7 +267709,7 @@ }, { "default": true, - "id": 23022, + "id": 24163, "properties": { "east": "none", "north": "none", @@ -257358,7 +267720,7 @@ } }, { - "id": 23023, + "id": 24164, "properties": { "east": "none", "north": "none", @@ -257369,7 +267731,7 @@ } }, { - "id": 23024, + "id": 24165, "properties": { "east": "none", "north": "none", @@ -257380,7 +267742,7 @@ } }, { - "id": 23025, + "id": 24166, "properties": { "east": "none", "north": "none", @@ -257391,7 +267753,7 @@ } }, { - "id": 23026, + "id": 24167, "properties": { "east": "none", "north": "none", @@ -257402,7 +267764,7 @@ } }, { - "id": 23027, + "id": 24168, "properties": { "east": "none", "north": "none", @@ -257413,7 +267775,7 @@ } }, { - "id": 23028, + "id": 24169, "properties": { "east": "none", "north": "none", @@ -257424,7 +267786,7 @@ } }, { - "id": 23029, + "id": 24170, "properties": { "east": "none", "north": "none", @@ -257435,7 +267797,7 @@ } }, { - "id": 23030, + "id": 24171, "properties": { "east": "none", "north": "none", @@ -257446,7 +267808,7 @@ } }, { - "id": 23031, + "id": 24172, "properties": { "east": "none", "north": "none", @@ -257457,7 +267819,7 @@ } }, { - "id": 23032, + "id": 24173, "properties": { "east": "none", "north": "none", @@ -257468,7 +267830,7 @@ } }, { - "id": 23033, + "id": 24174, "properties": { "east": "none", "north": "none", @@ -257479,7 +267841,7 @@ } }, { - "id": 23034, + "id": 24175, "properties": { "east": "none", "north": "none", @@ -257490,7 +267852,7 @@ } }, { - "id": 23035, + "id": 24176, "properties": { "east": "none", "north": "none", @@ -257501,7 +267863,7 @@ } }, { - "id": 23036, + "id": 24177, "properties": { "east": "none", "north": "none", @@ -257512,7 +267874,7 @@ } }, { - "id": 23037, + "id": 24178, "properties": { "east": "none", "north": "none", @@ -257523,7 +267885,7 @@ } }, { - "id": 23038, + "id": 24179, "properties": { "east": "none", "north": "none", @@ -257534,7 +267896,7 @@ } }, { - "id": 23039, + "id": 24180, "properties": { "east": "none", "north": "none", @@ -257545,7 +267907,7 @@ } }, { - "id": 23040, + "id": 24181, "properties": { "east": "none", "north": "none", @@ -257556,7 +267918,7 @@ } }, { - "id": 23041, + "id": 24182, "properties": { "east": "none", "north": "none", @@ -257567,7 +267929,7 @@ } }, { - "id": 23042, + "id": 24183, "properties": { "east": "none", "north": "none", @@ -257578,7 +267940,7 @@ } }, { - "id": 23043, + "id": 24184, "properties": { "east": "none", "north": "none", @@ -257589,7 +267951,7 @@ } }, { - "id": 23044, + "id": 24185, "properties": { "east": "none", "north": "none", @@ -257600,7 +267962,7 @@ } }, { - "id": 23045, + "id": 24186, "properties": { "east": "none", "north": "none", @@ -257611,7 +267973,7 @@ } }, { - "id": 23046, + "id": 24187, "properties": { "east": "none", "north": "none", @@ -257622,7 +267984,7 @@ } }, { - "id": 23047, + "id": 24188, "properties": { "east": "none", "north": "none", @@ -257633,7 +267995,7 @@ } }, { - "id": 23048, + "id": 24189, "properties": { "east": "none", "north": "none", @@ -257644,7 +268006,7 @@ } }, { - "id": 23049, + "id": 24190, "properties": { "east": "none", "north": "none", @@ -257655,7 +268017,7 @@ } }, { - "id": 23050, + "id": 24191, "properties": { "east": "none", "north": "none", @@ -257666,7 +268028,7 @@ } }, { - "id": 23051, + "id": 24192, "properties": { "east": "none", "north": "none", @@ -257677,7 +268039,7 @@ } }, { - "id": 23052, + "id": 24193, "properties": { "east": "none", "north": "none", @@ -257688,7 +268050,7 @@ } }, { - "id": 23053, + "id": 24194, "properties": { "east": "none", "north": "none", @@ -257699,7 +268061,7 @@ } }, { - "id": 23054, + "id": 24195, "properties": { "east": "none", "north": "none", @@ -257710,7 +268072,7 @@ } }, { - "id": 23055, + "id": 24196, "properties": { "east": "none", "north": "low", @@ -257721,7 +268083,7 @@ } }, { - "id": 23056, + "id": 24197, "properties": { "east": "none", "north": "low", @@ -257732,7 +268094,7 @@ } }, { - "id": 23057, + "id": 24198, "properties": { "east": "none", "north": "low", @@ -257743,7 +268105,7 @@ } }, { - "id": 23058, + "id": 24199, "properties": { "east": "none", "north": "low", @@ -257754,7 +268116,7 @@ } }, { - "id": 23059, + "id": 24200, "properties": { "east": "none", "north": "low", @@ -257765,7 +268127,7 @@ } }, { - "id": 23060, + "id": 24201, "properties": { "east": "none", "north": "low", @@ -257776,7 +268138,7 @@ } }, { - "id": 23061, + "id": 24202, "properties": { "east": "none", "north": "low", @@ -257787,7 +268149,7 @@ } }, { - "id": 23062, + "id": 24203, "properties": { "east": "none", "north": "low", @@ -257798,7 +268160,7 @@ } }, { - "id": 23063, + "id": 24204, "properties": { "east": "none", "north": "low", @@ -257809,7 +268171,7 @@ } }, { - "id": 23064, + "id": 24205, "properties": { "east": "none", "north": "low", @@ -257820,7 +268182,7 @@ } }, { - "id": 23065, + "id": 24206, "properties": { "east": "none", "north": "low", @@ -257831,7 +268193,7 @@ } }, { - "id": 23066, + "id": 24207, "properties": { "east": "none", "north": "low", @@ -257842,7 +268204,7 @@ } }, { - "id": 23067, + "id": 24208, "properties": { "east": "none", "north": "low", @@ -257853,7 +268215,7 @@ } }, { - "id": 23068, + "id": 24209, "properties": { "east": "none", "north": "low", @@ -257864,7 +268226,7 @@ } }, { - "id": 23069, + "id": 24210, "properties": { "east": "none", "north": "low", @@ -257875,7 +268237,7 @@ } }, { - "id": 23070, + "id": 24211, "properties": { "east": "none", "north": "low", @@ -257886,7 +268248,7 @@ } }, { - "id": 23071, + "id": 24212, "properties": { "east": "none", "north": "low", @@ -257897,7 +268259,7 @@ } }, { - "id": 23072, + "id": 24213, "properties": { "east": "none", "north": "low", @@ -257908,7 +268270,7 @@ } }, { - "id": 23073, + "id": 24214, "properties": { "east": "none", "north": "low", @@ -257919,7 +268281,7 @@ } }, { - "id": 23074, + "id": 24215, "properties": { "east": "none", "north": "low", @@ -257930,7 +268292,7 @@ } }, { - "id": 23075, + "id": 24216, "properties": { "east": "none", "north": "low", @@ -257941,7 +268303,7 @@ } }, { - "id": 23076, + "id": 24217, "properties": { "east": "none", "north": "low", @@ -257952,7 +268314,7 @@ } }, { - "id": 23077, + "id": 24218, "properties": { "east": "none", "north": "low", @@ -257963,7 +268325,7 @@ } }, { - "id": 23078, + "id": 24219, "properties": { "east": "none", "north": "low", @@ -257974,7 +268336,7 @@ } }, { - "id": 23079, + "id": 24220, "properties": { "east": "none", "north": "low", @@ -257985,7 +268347,7 @@ } }, { - "id": 23080, + "id": 24221, "properties": { "east": "none", "north": "low", @@ -257996,7 +268358,7 @@ } }, { - "id": 23081, + "id": 24222, "properties": { "east": "none", "north": "low", @@ -258007,7 +268369,7 @@ } }, { - "id": 23082, + "id": 24223, "properties": { "east": "none", "north": "low", @@ -258018,7 +268380,7 @@ } }, { - "id": 23083, + "id": 24224, "properties": { "east": "none", "north": "low", @@ -258029,7 +268391,7 @@ } }, { - "id": 23084, + "id": 24225, "properties": { "east": "none", "north": "low", @@ -258040,7 +268402,7 @@ } }, { - "id": 23085, + "id": 24226, "properties": { "east": "none", "north": "low", @@ -258051,7 +268413,7 @@ } }, { - "id": 23086, + "id": 24227, "properties": { "east": "none", "north": "low", @@ -258062,7 +268424,7 @@ } }, { - "id": 23087, + "id": 24228, "properties": { "east": "none", "north": "low", @@ -258073,7 +268435,7 @@ } }, { - "id": 23088, + "id": 24229, "properties": { "east": "none", "north": "low", @@ -258084,7 +268446,7 @@ } }, { - "id": 23089, + "id": 24230, "properties": { "east": "none", "north": "low", @@ -258095,7 +268457,7 @@ } }, { - "id": 23090, + "id": 24231, "properties": { "east": "none", "north": "low", @@ -258106,7 +268468,7 @@ } }, { - "id": 23091, + "id": 24232, "properties": { "east": "none", "north": "tall", @@ -258117,7 +268479,7 @@ } }, { - "id": 23092, + "id": 24233, "properties": { "east": "none", "north": "tall", @@ -258128,7 +268490,7 @@ } }, { - "id": 23093, + "id": 24234, "properties": { "east": "none", "north": "tall", @@ -258139,7 +268501,7 @@ } }, { - "id": 23094, + "id": 24235, "properties": { "east": "none", "north": "tall", @@ -258150,7 +268512,7 @@ } }, { - "id": 23095, + "id": 24236, "properties": { "east": "none", "north": "tall", @@ -258161,7 +268523,7 @@ } }, { - "id": 23096, + "id": 24237, "properties": { "east": "none", "north": "tall", @@ -258172,7 +268534,7 @@ } }, { - "id": 23097, + "id": 24238, "properties": { "east": "none", "north": "tall", @@ -258183,7 +268545,7 @@ } }, { - "id": 23098, + "id": 24239, "properties": { "east": "none", "north": "tall", @@ -258194,7 +268556,7 @@ } }, { - "id": 23099, + "id": 24240, "properties": { "east": "none", "north": "tall", @@ -258205,7 +268567,7 @@ } }, { - "id": 23100, + "id": 24241, "properties": { "east": "none", "north": "tall", @@ -258216,7 +268578,7 @@ } }, { - "id": 23101, + "id": 24242, "properties": { "east": "none", "north": "tall", @@ -258227,7 +268589,7 @@ } }, { - "id": 23102, + "id": 24243, "properties": { "east": "none", "north": "tall", @@ -258238,7 +268600,7 @@ } }, { - "id": 23103, + "id": 24244, "properties": { "east": "none", "north": "tall", @@ -258249,7 +268611,7 @@ } }, { - "id": 23104, + "id": 24245, "properties": { "east": "none", "north": "tall", @@ -258260,7 +268622,7 @@ } }, { - "id": 23105, + "id": 24246, "properties": { "east": "none", "north": "tall", @@ -258271,7 +268633,7 @@ } }, { - "id": 23106, + "id": 24247, "properties": { "east": "none", "north": "tall", @@ -258282,7 +268644,7 @@ } }, { - "id": 23107, + "id": 24248, "properties": { "east": "none", "north": "tall", @@ -258293,7 +268655,7 @@ } }, { - "id": 23108, + "id": 24249, "properties": { "east": "none", "north": "tall", @@ -258304,7 +268666,7 @@ } }, { - "id": 23109, + "id": 24250, "properties": { "east": "none", "north": "tall", @@ -258315,7 +268677,7 @@ } }, { - "id": 23110, + "id": 24251, "properties": { "east": "none", "north": "tall", @@ -258326,7 +268688,7 @@ } }, { - "id": 23111, + "id": 24252, "properties": { "east": "none", "north": "tall", @@ -258337,7 +268699,7 @@ } }, { - "id": 23112, + "id": 24253, "properties": { "east": "none", "north": "tall", @@ -258348,7 +268710,7 @@ } }, { - "id": 23113, + "id": 24254, "properties": { "east": "none", "north": "tall", @@ -258359,7 +268721,7 @@ } }, { - "id": 23114, + "id": 24255, "properties": { "east": "none", "north": "tall", @@ -258370,7 +268732,7 @@ } }, { - "id": 23115, + "id": 24256, "properties": { "east": "none", "north": "tall", @@ -258381,7 +268743,7 @@ } }, { - "id": 23116, + "id": 24257, "properties": { "east": "none", "north": "tall", @@ -258392,7 +268754,7 @@ } }, { - "id": 23117, + "id": 24258, "properties": { "east": "none", "north": "tall", @@ -258403,7 +268765,7 @@ } }, { - "id": 23118, + "id": 24259, "properties": { "east": "none", "north": "tall", @@ -258414,7 +268776,7 @@ } }, { - "id": 23119, + "id": 24260, "properties": { "east": "none", "north": "tall", @@ -258425,7 +268787,7 @@ } }, { - "id": 23120, + "id": 24261, "properties": { "east": "none", "north": "tall", @@ -258436,7 +268798,7 @@ } }, { - "id": 23121, + "id": 24262, "properties": { "east": "none", "north": "tall", @@ -258447,7 +268809,7 @@ } }, { - "id": 23122, + "id": 24263, "properties": { "east": "none", "north": "tall", @@ -258458,7 +268820,7 @@ } }, { - "id": 23123, + "id": 24264, "properties": { "east": "none", "north": "tall", @@ -258469,7 +268831,7 @@ } }, { - "id": 23124, + "id": 24265, "properties": { "east": "none", "north": "tall", @@ -258480,7 +268842,7 @@ } }, { - "id": 23125, + "id": 24266, "properties": { "east": "none", "north": "tall", @@ -258491,7 +268853,7 @@ } }, { - "id": 23126, + "id": 24267, "properties": { "east": "none", "north": "tall", @@ -258502,7 +268864,7 @@ } }, { - "id": 23127, + "id": 24268, "properties": { "east": "low", "north": "none", @@ -258513,7 +268875,7 @@ } }, { - "id": 23128, + "id": 24269, "properties": { "east": "low", "north": "none", @@ -258524,7 +268886,7 @@ } }, { - "id": 23129, + "id": 24270, "properties": { "east": "low", "north": "none", @@ -258535,7 +268897,7 @@ } }, { - "id": 23130, + "id": 24271, "properties": { "east": "low", "north": "none", @@ -258546,7 +268908,7 @@ } }, { - "id": 23131, + "id": 24272, "properties": { "east": "low", "north": "none", @@ -258557,7 +268919,7 @@ } }, { - "id": 23132, + "id": 24273, "properties": { "east": "low", "north": "none", @@ -258568,7 +268930,7 @@ } }, { - "id": 23133, + "id": 24274, "properties": { "east": "low", "north": "none", @@ -258579,7 +268941,7 @@ } }, { - "id": 23134, + "id": 24275, "properties": { "east": "low", "north": "none", @@ -258590,7 +268952,7 @@ } }, { - "id": 23135, + "id": 24276, "properties": { "east": "low", "north": "none", @@ -258601,7 +268963,7 @@ } }, { - "id": 23136, + "id": 24277, "properties": { "east": "low", "north": "none", @@ -258612,7 +268974,7 @@ } }, { - "id": 23137, + "id": 24278, "properties": { "east": "low", "north": "none", @@ -258623,7 +268985,7 @@ } }, { - "id": 23138, + "id": 24279, "properties": { "east": "low", "north": "none", @@ -258634,7 +268996,7 @@ } }, { - "id": 23139, + "id": 24280, "properties": { "east": "low", "north": "none", @@ -258645,7 +269007,7 @@ } }, { - "id": 23140, + "id": 24281, "properties": { "east": "low", "north": "none", @@ -258656,7 +269018,7 @@ } }, { - "id": 23141, + "id": 24282, "properties": { "east": "low", "north": "none", @@ -258667,7 +269029,7 @@ } }, { - "id": 23142, + "id": 24283, "properties": { "east": "low", "north": "none", @@ -258678,7 +269040,7 @@ } }, { - "id": 23143, + "id": 24284, "properties": { "east": "low", "north": "none", @@ -258689,7 +269051,7 @@ } }, { - "id": 23144, + "id": 24285, "properties": { "east": "low", "north": "none", @@ -258700,7 +269062,7 @@ } }, { - "id": 23145, + "id": 24286, "properties": { "east": "low", "north": "none", @@ -258711,7 +269073,7 @@ } }, { - "id": 23146, + "id": 24287, "properties": { "east": "low", "north": "none", @@ -258722,7 +269084,7 @@ } }, { - "id": 23147, + "id": 24288, "properties": { "east": "low", "north": "none", @@ -258733,7 +269095,7 @@ } }, { - "id": 23148, + "id": 24289, "properties": { "east": "low", "north": "none", @@ -258744,7 +269106,7 @@ } }, { - "id": 23149, + "id": 24290, "properties": { "east": "low", "north": "none", @@ -258755,7 +269117,7 @@ } }, { - "id": 23150, + "id": 24291, "properties": { "east": "low", "north": "none", @@ -258766,7 +269128,7 @@ } }, { - "id": 23151, + "id": 24292, "properties": { "east": "low", "north": "none", @@ -258777,7 +269139,7 @@ } }, { - "id": 23152, + "id": 24293, "properties": { "east": "low", "north": "none", @@ -258788,7 +269150,7 @@ } }, { - "id": 23153, + "id": 24294, "properties": { "east": "low", "north": "none", @@ -258799,7 +269161,7 @@ } }, { - "id": 23154, + "id": 24295, "properties": { "east": "low", "north": "none", @@ -258810,7 +269172,7 @@ } }, { - "id": 23155, + "id": 24296, "properties": { "east": "low", "north": "none", @@ -258821,7 +269183,7 @@ } }, { - "id": 23156, + "id": 24297, "properties": { "east": "low", "north": "none", @@ -258832,7 +269194,7 @@ } }, { - "id": 23157, + "id": 24298, "properties": { "east": "low", "north": "none", @@ -258843,7 +269205,7 @@ } }, { - "id": 23158, + "id": 24299, "properties": { "east": "low", "north": "none", @@ -258854,7 +269216,7 @@ } }, { - "id": 23159, + "id": 24300, "properties": { "east": "low", "north": "none", @@ -258865,7 +269227,7 @@ } }, { - "id": 23160, + "id": 24301, "properties": { "east": "low", "north": "none", @@ -258876,7 +269238,7 @@ } }, { - "id": 23161, + "id": 24302, "properties": { "east": "low", "north": "none", @@ -258887,7 +269249,7 @@ } }, { - "id": 23162, + "id": 24303, "properties": { "east": "low", "north": "none", @@ -258898,7 +269260,7 @@ } }, { - "id": 23163, + "id": 24304, "properties": { "east": "low", "north": "low", @@ -258909,7 +269271,7 @@ } }, { - "id": 23164, + "id": 24305, "properties": { "east": "low", "north": "low", @@ -258920,7 +269282,7 @@ } }, { - "id": 23165, + "id": 24306, "properties": { "east": "low", "north": "low", @@ -258931,7 +269293,7 @@ } }, { - "id": 23166, + "id": 24307, "properties": { "east": "low", "north": "low", @@ -258942,7 +269304,7 @@ } }, { - "id": 23167, + "id": 24308, "properties": { "east": "low", "north": "low", @@ -258953,7 +269315,7 @@ } }, { - "id": 23168, + "id": 24309, "properties": { "east": "low", "north": "low", @@ -258964,7 +269326,7 @@ } }, { - "id": 23169, + "id": 24310, "properties": { "east": "low", "north": "low", @@ -258975,7 +269337,7 @@ } }, { - "id": 23170, + "id": 24311, "properties": { "east": "low", "north": "low", @@ -258986,7 +269348,7 @@ } }, { - "id": 23171, + "id": 24312, "properties": { "east": "low", "north": "low", @@ -258997,7 +269359,7 @@ } }, { - "id": 23172, + "id": 24313, "properties": { "east": "low", "north": "low", @@ -259008,7 +269370,7 @@ } }, { - "id": 23173, + "id": 24314, "properties": { "east": "low", "north": "low", @@ -259019,7 +269381,7 @@ } }, { - "id": 23174, + "id": 24315, "properties": { "east": "low", "north": "low", @@ -259030,7 +269392,7 @@ } }, { - "id": 23175, + "id": 24316, "properties": { "east": "low", "north": "low", @@ -259041,7 +269403,7 @@ } }, { - "id": 23176, + "id": 24317, "properties": { "east": "low", "north": "low", @@ -259052,7 +269414,7 @@ } }, { - "id": 23177, + "id": 24318, "properties": { "east": "low", "north": "low", @@ -259063,7 +269425,7 @@ } }, { - "id": 23178, + "id": 24319, "properties": { "east": "low", "north": "low", @@ -259074,7 +269436,7 @@ } }, { - "id": 23179, + "id": 24320, "properties": { "east": "low", "north": "low", @@ -259085,7 +269447,7 @@ } }, { - "id": 23180, + "id": 24321, "properties": { "east": "low", "north": "low", @@ -259096,7 +269458,7 @@ } }, { - "id": 23181, + "id": 24322, "properties": { "east": "low", "north": "low", @@ -259107,7 +269469,7 @@ } }, { - "id": 23182, + "id": 24323, "properties": { "east": "low", "north": "low", @@ -259118,7 +269480,7 @@ } }, { - "id": 23183, + "id": 24324, "properties": { "east": "low", "north": "low", @@ -259129,7 +269491,7 @@ } }, { - "id": 23184, + "id": 24325, "properties": { "east": "low", "north": "low", @@ -259140,7 +269502,7 @@ } }, { - "id": 23185, + "id": 24326, "properties": { "east": "low", "north": "low", @@ -259151,7 +269513,7 @@ } }, { - "id": 23186, + "id": 24327, "properties": { "east": "low", "north": "low", @@ -259162,7 +269524,7 @@ } }, { - "id": 23187, + "id": 24328, "properties": { "east": "low", "north": "low", @@ -259173,7 +269535,7 @@ } }, { - "id": 23188, + "id": 24329, "properties": { "east": "low", "north": "low", @@ -259184,7 +269546,7 @@ } }, { - "id": 23189, + "id": 24330, "properties": { "east": "low", "north": "low", @@ -259195,7 +269557,7 @@ } }, { - "id": 23190, + "id": 24331, "properties": { "east": "low", "north": "low", @@ -259206,7 +269568,7 @@ } }, { - "id": 23191, + "id": 24332, "properties": { "east": "low", "north": "low", @@ -259217,7 +269579,7 @@ } }, { - "id": 23192, + "id": 24333, "properties": { "east": "low", "north": "low", @@ -259228,7 +269590,7 @@ } }, { - "id": 23193, + "id": 24334, "properties": { "east": "low", "north": "low", @@ -259239,7 +269601,7 @@ } }, { - "id": 23194, + "id": 24335, "properties": { "east": "low", "north": "low", @@ -259250,7 +269612,7 @@ } }, { - "id": 23195, + "id": 24336, "properties": { "east": "low", "north": "low", @@ -259261,7 +269623,7 @@ } }, { - "id": 23196, + "id": 24337, "properties": { "east": "low", "north": "low", @@ -259272,7 +269634,7 @@ } }, { - "id": 23197, + "id": 24338, "properties": { "east": "low", "north": "low", @@ -259283,7 +269645,7 @@ } }, { - "id": 23198, + "id": 24339, "properties": { "east": "low", "north": "low", @@ -259294,7 +269656,7 @@ } }, { - "id": 23199, + "id": 24340, "properties": { "east": "low", "north": "tall", @@ -259305,7 +269667,7 @@ } }, { - "id": 23200, + "id": 24341, "properties": { "east": "low", "north": "tall", @@ -259316,7 +269678,7 @@ } }, { - "id": 23201, + "id": 24342, "properties": { "east": "low", "north": "tall", @@ -259327,7 +269689,7 @@ } }, { - "id": 23202, + "id": 24343, "properties": { "east": "low", "north": "tall", @@ -259338,7 +269700,7 @@ } }, { - "id": 23203, + "id": 24344, "properties": { "east": "low", "north": "tall", @@ -259349,7 +269711,7 @@ } }, { - "id": 23204, + "id": 24345, "properties": { "east": "low", "north": "tall", @@ -259360,7 +269722,7 @@ } }, { - "id": 23205, + "id": 24346, "properties": { "east": "low", "north": "tall", @@ -259371,7 +269733,7 @@ } }, { - "id": 23206, + "id": 24347, "properties": { "east": "low", "north": "tall", @@ -259382,7 +269744,7 @@ } }, { - "id": 23207, + "id": 24348, "properties": { "east": "low", "north": "tall", @@ -259393,7 +269755,7 @@ } }, { - "id": 23208, + "id": 24349, "properties": { "east": "low", "north": "tall", @@ -259404,7 +269766,7 @@ } }, { - "id": 23209, + "id": 24350, "properties": { "east": "low", "north": "tall", @@ -259415,7 +269777,7 @@ } }, { - "id": 23210, + "id": 24351, "properties": { "east": "low", "north": "tall", @@ -259426,7 +269788,7 @@ } }, { - "id": 23211, + "id": 24352, "properties": { "east": "low", "north": "tall", @@ -259437,7 +269799,7 @@ } }, { - "id": 23212, + "id": 24353, "properties": { "east": "low", "north": "tall", @@ -259448,7 +269810,7 @@ } }, { - "id": 23213, + "id": 24354, "properties": { "east": "low", "north": "tall", @@ -259459,7 +269821,7 @@ } }, { - "id": 23214, + "id": 24355, "properties": { "east": "low", "north": "tall", @@ -259470,7 +269832,7 @@ } }, { - "id": 23215, + "id": 24356, "properties": { "east": "low", "north": "tall", @@ -259481,7 +269843,7 @@ } }, { - "id": 23216, + "id": 24357, "properties": { "east": "low", "north": "tall", @@ -259492,7 +269854,7 @@ } }, { - "id": 23217, + "id": 24358, "properties": { "east": "low", "north": "tall", @@ -259503,7 +269865,7 @@ } }, { - "id": 23218, + "id": 24359, "properties": { "east": "low", "north": "tall", @@ -259514,7 +269876,7 @@ } }, { - "id": 23219, + "id": 24360, "properties": { "east": "low", "north": "tall", @@ -259525,7 +269887,7 @@ } }, { - "id": 23220, + "id": 24361, "properties": { "east": "low", "north": "tall", @@ -259536,7 +269898,7 @@ } }, { - "id": 23221, + "id": 24362, "properties": { "east": "low", "north": "tall", @@ -259547,7 +269909,7 @@ } }, { - "id": 23222, + "id": 24363, "properties": { "east": "low", "north": "tall", @@ -259558,7 +269920,7 @@ } }, { - "id": 23223, + "id": 24364, "properties": { "east": "low", "north": "tall", @@ -259569,7 +269931,7 @@ } }, { - "id": 23224, + "id": 24365, "properties": { "east": "low", "north": "tall", @@ -259580,7 +269942,7 @@ } }, { - "id": 23225, + "id": 24366, "properties": { "east": "low", "north": "tall", @@ -259591,7 +269953,7 @@ } }, { - "id": 23226, + "id": 24367, "properties": { "east": "low", "north": "tall", @@ -259602,7 +269964,7 @@ } }, { - "id": 23227, + "id": 24368, "properties": { "east": "low", "north": "tall", @@ -259613,7 +269975,7 @@ } }, { - "id": 23228, + "id": 24369, "properties": { "east": "low", "north": "tall", @@ -259624,7 +269986,7 @@ } }, { - "id": 23229, + "id": 24370, "properties": { "east": "low", "north": "tall", @@ -259635,7 +269997,7 @@ } }, { - "id": 23230, + "id": 24371, "properties": { "east": "low", "north": "tall", @@ -259646,7 +270008,7 @@ } }, { - "id": 23231, + "id": 24372, "properties": { "east": "low", "north": "tall", @@ -259657,7 +270019,7 @@ } }, { - "id": 23232, + "id": 24373, "properties": { "east": "low", "north": "tall", @@ -259668,7 +270030,7 @@ } }, { - "id": 23233, + "id": 24374, "properties": { "east": "low", "north": "tall", @@ -259679,7 +270041,7 @@ } }, { - "id": 23234, + "id": 24375, "properties": { "east": "low", "north": "tall", @@ -259690,7 +270052,7 @@ } }, { - "id": 23235, + "id": 24376, "properties": { "east": "tall", "north": "none", @@ -259701,7 +270063,7 @@ } }, { - "id": 23236, + "id": 24377, "properties": { "east": "tall", "north": "none", @@ -259712,7 +270074,7 @@ } }, { - "id": 23237, + "id": 24378, "properties": { "east": "tall", "north": "none", @@ -259723,7 +270085,7 @@ } }, { - "id": 23238, + "id": 24379, "properties": { "east": "tall", "north": "none", @@ -259734,7 +270096,7 @@ } }, { - "id": 23239, + "id": 24380, "properties": { "east": "tall", "north": "none", @@ -259745,7 +270107,7 @@ } }, { - "id": 23240, + "id": 24381, "properties": { "east": "tall", "north": "none", @@ -259756,7 +270118,7 @@ } }, { - "id": 23241, + "id": 24382, "properties": { "east": "tall", "north": "none", @@ -259767,7 +270129,7 @@ } }, { - "id": 23242, + "id": 24383, "properties": { "east": "tall", "north": "none", @@ -259778,7 +270140,7 @@ } }, { - "id": 23243, + "id": 24384, "properties": { "east": "tall", "north": "none", @@ -259789,7 +270151,7 @@ } }, { - "id": 23244, + "id": 24385, "properties": { "east": "tall", "north": "none", @@ -259800,7 +270162,7 @@ } }, { - "id": 23245, + "id": 24386, "properties": { "east": "tall", "north": "none", @@ -259811,7 +270173,7 @@ } }, { - "id": 23246, + "id": 24387, "properties": { "east": "tall", "north": "none", @@ -259822,7 +270184,7 @@ } }, { - "id": 23247, + "id": 24388, "properties": { "east": "tall", "north": "none", @@ -259833,7 +270195,7 @@ } }, { - "id": 23248, + "id": 24389, "properties": { "east": "tall", "north": "none", @@ -259844,7 +270206,7 @@ } }, { - "id": 23249, + "id": 24390, "properties": { "east": "tall", "north": "none", @@ -259855,7 +270217,7 @@ } }, { - "id": 23250, + "id": 24391, "properties": { "east": "tall", "north": "none", @@ -259866,7 +270228,7 @@ } }, { - "id": 23251, + "id": 24392, "properties": { "east": "tall", "north": "none", @@ -259877,7 +270239,7 @@ } }, { - "id": 23252, + "id": 24393, "properties": { "east": "tall", "north": "none", @@ -259888,7 +270250,7 @@ } }, { - "id": 23253, + "id": 24394, "properties": { "east": "tall", "north": "none", @@ -259899,7 +270261,7 @@ } }, { - "id": 23254, + "id": 24395, "properties": { "east": "tall", "north": "none", @@ -259910,7 +270272,7 @@ } }, { - "id": 23255, + "id": 24396, "properties": { "east": "tall", "north": "none", @@ -259921,7 +270283,7 @@ } }, { - "id": 23256, + "id": 24397, "properties": { "east": "tall", "north": "none", @@ -259932,7 +270294,7 @@ } }, { - "id": 23257, + "id": 24398, "properties": { "east": "tall", "north": "none", @@ -259943,7 +270305,7 @@ } }, { - "id": 23258, + "id": 24399, "properties": { "east": "tall", "north": "none", @@ -259954,7 +270316,7 @@ } }, { - "id": 23259, + "id": 24400, "properties": { "east": "tall", "north": "none", @@ -259965,7 +270327,7 @@ } }, { - "id": 23260, + "id": 24401, "properties": { "east": "tall", "north": "none", @@ -259976,7 +270338,7 @@ } }, { - "id": 23261, + "id": 24402, "properties": { "east": "tall", "north": "none", @@ -259987,7 +270349,7 @@ } }, { - "id": 23262, + "id": 24403, "properties": { "east": "tall", "north": "none", @@ -259998,7 +270360,7 @@ } }, { - "id": 23263, + "id": 24404, "properties": { "east": "tall", "north": "none", @@ -260009,7 +270371,7 @@ } }, { - "id": 23264, + "id": 24405, "properties": { "east": "tall", "north": "none", @@ -260020,7 +270382,7 @@ } }, { - "id": 23265, + "id": 24406, "properties": { "east": "tall", "north": "none", @@ -260031,7 +270393,7 @@ } }, { - "id": 23266, + "id": 24407, "properties": { "east": "tall", "north": "none", @@ -260042,7 +270404,7 @@ } }, { - "id": 23267, + "id": 24408, "properties": { "east": "tall", "north": "none", @@ -260053,7 +270415,7 @@ } }, { - "id": 23268, + "id": 24409, "properties": { "east": "tall", "north": "none", @@ -260064,7 +270426,7 @@ } }, { - "id": 23269, + "id": 24410, "properties": { "east": "tall", "north": "none", @@ -260075,7 +270437,7 @@ } }, { - "id": 23270, + "id": 24411, "properties": { "east": "tall", "north": "none", @@ -260086,7 +270448,7 @@ } }, { - "id": 23271, + "id": 24412, "properties": { "east": "tall", "north": "low", @@ -260097,7 +270459,7 @@ } }, { - "id": 23272, + "id": 24413, "properties": { "east": "tall", "north": "low", @@ -260108,7 +270470,7 @@ } }, { - "id": 23273, + "id": 24414, "properties": { "east": "tall", "north": "low", @@ -260119,7 +270481,7 @@ } }, { - "id": 23274, + "id": 24415, "properties": { "east": "tall", "north": "low", @@ -260130,7 +270492,7 @@ } }, { - "id": 23275, + "id": 24416, "properties": { "east": "tall", "north": "low", @@ -260141,7 +270503,7 @@ } }, { - "id": 23276, + "id": 24417, "properties": { "east": "tall", "north": "low", @@ -260152,7 +270514,7 @@ } }, { - "id": 23277, + "id": 24418, "properties": { "east": "tall", "north": "low", @@ -260163,7 +270525,7 @@ } }, { - "id": 23278, + "id": 24419, "properties": { "east": "tall", "north": "low", @@ -260174,7 +270536,7 @@ } }, { - "id": 23279, + "id": 24420, "properties": { "east": "tall", "north": "low", @@ -260185,7 +270547,7 @@ } }, { - "id": 23280, + "id": 24421, "properties": { "east": "tall", "north": "low", @@ -260196,7 +270558,7 @@ } }, { - "id": 23281, + "id": 24422, "properties": { "east": "tall", "north": "low", @@ -260207,7 +270569,7 @@ } }, { - "id": 23282, + "id": 24423, "properties": { "east": "tall", "north": "low", @@ -260218,7 +270580,7 @@ } }, { - "id": 23283, + "id": 24424, "properties": { "east": "tall", "north": "low", @@ -260229,7 +270591,7 @@ } }, { - "id": 23284, + "id": 24425, "properties": { "east": "tall", "north": "low", @@ -260240,7 +270602,7 @@ } }, { - "id": 23285, + "id": 24426, "properties": { "east": "tall", "north": "low", @@ -260251,7 +270613,7 @@ } }, { - "id": 23286, + "id": 24427, "properties": { "east": "tall", "north": "low", @@ -260262,7 +270624,7 @@ } }, { - "id": 23287, + "id": 24428, "properties": { "east": "tall", "north": "low", @@ -260273,7 +270635,7 @@ } }, { - "id": 23288, + "id": 24429, "properties": { "east": "tall", "north": "low", @@ -260284,7 +270646,7 @@ } }, { - "id": 23289, + "id": 24430, "properties": { "east": "tall", "north": "low", @@ -260295,7 +270657,7 @@ } }, { - "id": 23290, + "id": 24431, "properties": { "east": "tall", "north": "low", @@ -260306,7 +270668,7 @@ } }, { - "id": 23291, + "id": 24432, "properties": { "east": "tall", "north": "low", @@ -260317,7 +270679,7 @@ } }, { - "id": 23292, + "id": 24433, "properties": { "east": "tall", "north": "low", @@ -260328,7 +270690,7 @@ } }, { - "id": 23293, + "id": 24434, "properties": { "east": "tall", "north": "low", @@ -260339,7 +270701,7 @@ } }, { - "id": 23294, + "id": 24435, "properties": { "east": "tall", "north": "low", @@ -260350,7 +270712,7 @@ } }, { - "id": 23295, + "id": 24436, "properties": { "east": "tall", "north": "low", @@ -260361,7 +270723,7 @@ } }, { - "id": 23296, + "id": 24437, "properties": { "east": "tall", "north": "low", @@ -260372,7 +270734,7 @@ } }, { - "id": 23297, + "id": 24438, "properties": { "east": "tall", "north": "low", @@ -260383,7 +270745,7 @@ } }, { - "id": 23298, + "id": 24439, "properties": { "east": "tall", "north": "low", @@ -260394,7 +270756,7 @@ } }, { - "id": 23299, + "id": 24440, "properties": { "east": "tall", "north": "low", @@ -260405,7 +270767,7 @@ } }, { - "id": 23300, + "id": 24441, "properties": { "east": "tall", "north": "low", @@ -260416,7 +270778,7 @@ } }, { - "id": 23301, + "id": 24442, "properties": { "east": "tall", "north": "low", @@ -260427,7 +270789,7 @@ } }, { - "id": 23302, + "id": 24443, "properties": { "east": "tall", "north": "low", @@ -260438,7 +270800,7 @@ } }, { - "id": 23303, + "id": 24444, "properties": { "east": "tall", "north": "low", @@ -260449,7 +270811,7 @@ } }, { - "id": 23304, + "id": 24445, "properties": { "east": "tall", "north": "low", @@ -260460,7 +270822,7 @@ } }, { - "id": 23305, + "id": 24446, "properties": { "east": "tall", "north": "low", @@ -260471,7 +270833,7 @@ } }, { - "id": 23306, + "id": 24447, "properties": { "east": "tall", "north": "low", @@ -260482,7 +270844,7 @@ } }, { - "id": 23307, + "id": 24448, "properties": { "east": "tall", "north": "tall", @@ -260493,7 +270855,7 @@ } }, { - "id": 23308, + "id": 24449, "properties": { "east": "tall", "north": "tall", @@ -260504,7 +270866,7 @@ } }, { - "id": 23309, + "id": 24450, "properties": { "east": "tall", "north": "tall", @@ -260515,7 +270877,7 @@ } }, { - "id": 23310, + "id": 24451, "properties": { "east": "tall", "north": "tall", @@ -260526,7 +270888,7 @@ } }, { - "id": 23311, + "id": 24452, "properties": { "east": "tall", "north": "tall", @@ -260537,7 +270899,7 @@ } }, { - "id": 23312, + "id": 24453, "properties": { "east": "tall", "north": "tall", @@ -260548,7 +270910,7 @@ } }, { - "id": 23313, + "id": 24454, "properties": { "east": "tall", "north": "tall", @@ -260559,7 +270921,7 @@ } }, { - "id": 23314, + "id": 24455, "properties": { "east": "tall", "north": "tall", @@ -260570,7 +270932,7 @@ } }, { - "id": 23315, + "id": 24456, "properties": { "east": "tall", "north": "tall", @@ -260581,7 +270943,7 @@ } }, { - "id": 23316, + "id": 24457, "properties": { "east": "tall", "north": "tall", @@ -260592,7 +270954,7 @@ } }, { - "id": 23317, + "id": 24458, "properties": { "east": "tall", "north": "tall", @@ -260603,7 +270965,7 @@ } }, { - "id": 23318, + "id": 24459, "properties": { "east": "tall", "north": "tall", @@ -260614,7 +270976,7 @@ } }, { - "id": 23319, + "id": 24460, "properties": { "east": "tall", "north": "tall", @@ -260625,7 +270987,7 @@ } }, { - "id": 23320, + "id": 24461, "properties": { "east": "tall", "north": "tall", @@ -260636,7 +270998,7 @@ } }, { - "id": 23321, + "id": 24462, "properties": { "east": "tall", "north": "tall", @@ -260647,7 +271009,7 @@ } }, { - "id": 23322, + "id": 24463, "properties": { "east": "tall", "north": "tall", @@ -260658,7 +271020,7 @@ } }, { - "id": 23323, + "id": 24464, "properties": { "east": "tall", "north": "tall", @@ -260669,7 +271031,7 @@ } }, { - "id": 23324, + "id": 24465, "properties": { "east": "tall", "north": "tall", @@ -260680,7 +271042,7 @@ } }, { - "id": 23325, + "id": 24466, "properties": { "east": "tall", "north": "tall", @@ -260691,7 +271053,7 @@ } }, { - "id": 23326, + "id": 24467, "properties": { "east": "tall", "north": "tall", @@ -260702,7 +271064,7 @@ } }, { - "id": 23327, + "id": 24468, "properties": { "east": "tall", "north": "tall", @@ -260713,7 +271075,7 @@ } }, { - "id": 23328, + "id": 24469, "properties": { "east": "tall", "north": "tall", @@ -260724,7 +271086,7 @@ } }, { - "id": 23329, + "id": 24470, "properties": { "east": "tall", "north": "tall", @@ -260735,7 +271097,7 @@ } }, { - "id": 23330, + "id": 24471, "properties": { "east": "tall", "north": "tall", @@ -260746,7 +271108,7 @@ } }, { - "id": 23331, + "id": 24472, "properties": { "east": "tall", "north": "tall", @@ -260757,7 +271119,7 @@ } }, { - "id": 23332, + "id": 24473, "properties": { "east": "tall", "north": "tall", @@ -260768,7 +271130,7 @@ } }, { - "id": 23333, + "id": 24474, "properties": { "east": "tall", "north": "tall", @@ -260779,7 +271141,7 @@ } }, { - "id": 23334, + "id": 24475, "properties": { "east": "tall", "north": "tall", @@ -260790,7 +271152,7 @@ } }, { - "id": 23335, + "id": 24476, "properties": { "east": "tall", "north": "tall", @@ -260801,7 +271163,7 @@ } }, { - "id": 23336, + "id": 24477, "properties": { "east": "tall", "north": "tall", @@ -260812,7 +271174,7 @@ } }, { - "id": 23337, + "id": 24478, "properties": { "east": "tall", "north": "tall", @@ -260823,7 +271185,7 @@ } }, { - "id": 23338, + "id": 24479, "properties": { "east": "tall", "north": "tall", @@ -260834,7 +271196,7 @@ } }, { - "id": 23339, + "id": 24480, "properties": { "east": "tall", "north": "tall", @@ -260845,7 +271207,7 @@ } }, { - "id": 23340, + "id": 24481, "properties": { "east": "tall", "north": "tall", @@ -260856,7 +271218,7 @@ } }, { - "id": 23341, + "id": 24482, "properties": { "east": "tall", "north": "tall", @@ -260867,7 +271229,7 @@ } }, { - "id": 23342, + "id": 24483, "properties": { "east": "tall", "north": "tall", @@ -260887,7 +271249,7 @@ "states": [ { "default": true, - "id": 22932 + "id": 24073 } ] }, @@ -260909,21 +271271,21 @@ }, "states": [ { - "id": 22110, + "id": 23251, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 22111, + "id": 23252, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 22112, + "id": 23253, "properties": { "type": "bottom", "waterlogged": "true" @@ -260931,21 +271293,21 @@ }, { "default": true, - "id": 22113, + "id": 23254, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 22114, + "id": 23255, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 22115, + "id": 23256, "properties": { "type": "double", "waterlogged": "false" @@ -260986,7 +271348,7 @@ }, "states": [ { - "id": 22116, + "id": 23257, "properties": { "facing": "north", "half": "top", @@ -260995,7 +271357,7 @@ } }, { - "id": 22117, + "id": 23258, "properties": { "facing": "north", "half": "top", @@ -261004,7 +271366,7 @@ } }, { - "id": 22118, + "id": 23259, "properties": { "facing": "north", "half": "top", @@ -261013,7 +271375,7 @@ } }, { - "id": 22119, + "id": 23260, "properties": { "facing": "north", "half": "top", @@ -261022,7 +271384,7 @@ } }, { - "id": 22120, + "id": 23261, "properties": { "facing": "north", "half": "top", @@ -261031,7 +271393,7 @@ } }, { - "id": 22121, + "id": 23262, "properties": { "facing": "north", "half": "top", @@ -261040,7 +271402,7 @@ } }, { - "id": 22122, + "id": 23263, "properties": { "facing": "north", "half": "top", @@ -261049,7 +271411,7 @@ } }, { - "id": 22123, + "id": 23264, "properties": { "facing": "north", "half": "top", @@ -261058,7 +271420,7 @@ } }, { - "id": 22124, + "id": 23265, "properties": { "facing": "north", "half": "top", @@ -261067,7 +271429,7 @@ } }, { - "id": 22125, + "id": 23266, "properties": { "facing": "north", "half": "top", @@ -261076,7 +271438,7 @@ } }, { - "id": 22126, + "id": 23267, "properties": { "facing": "north", "half": "bottom", @@ -261086,7 +271448,7 @@ }, { "default": true, - "id": 22127, + "id": 23268, "properties": { "facing": "north", "half": "bottom", @@ -261095,7 +271457,7 @@ } }, { - "id": 22128, + "id": 23269, "properties": { "facing": "north", "half": "bottom", @@ -261104,7 +271466,7 @@ } }, { - "id": 22129, + "id": 23270, "properties": { "facing": "north", "half": "bottom", @@ -261113,7 +271475,7 @@ } }, { - "id": 22130, + "id": 23271, "properties": { "facing": "north", "half": "bottom", @@ -261122,7 +271484,7 @@ } }, { - "id": 22131, + "id": 23272, "properties": { "facing": "north", "half": "bottom", @@ -261131,7 +271493,7 @@ } }, { - "id": 22132, + "id": 23273, "properties": { "facing": "north", "half": "bottom", @@ -261140,7 +271502,7 @@ } }, { - "id": 22133, + "id": 23274, "properties": { "facing": "north", "half": "bottom", @@ -261149,7 +271511,7 @@ } }, { - "id": 22134, + "id": 23275, "properties": { "facing": "north", "half": "bottom", @@ -261158,7 +271520,7 @@ } }, { - "id": 22135, + "id": 23276, "properties": { "facing": "north", "half": "bottom", @@ -261167,7 +271529,7 @@ } }, { - "id": 22136, + "id": 23277, "properties": { "facing": "south", "half": "top", @@ -261176,7 +271538,7 @@ } }, { - "id": 22137, + "id": 23278, "properties": { "facing": "south", "half": "top", @@ -261185,7 +271547,7 @@ } }, { - "id": 22138, + "id": 23279, "properties": { "facing": "south", "half": "top", @@ -261194,7 +271556,7 @@ } }, { - "id": 22139, + "id": 23280, "properties": { "facing": "south", "half": "top", @@ -261203,7 +271565,7 @@ } }, { - "id": 22140, + "id": 23281, "properties": { "facing": "south", "half": "top", @@ -261212,7 +271574,7 @@ } }, { - "id": 22141, + "id": 23282, "properties": { "facing": "south", "half": "top", @@ -261221,7 +271583,7 @@ } }, { - "id": 22142, + "id": 23283, "properties": { "facing": "south", "half": "top", @@ -261230,7 +271592,7 @@ } }, { - "id": 22143, + "id": 23284, "properties": { "facing": "south", "half": "top", @@ -261239,7 +271601,7 @@ } }, { - "id": 22144, + "id": 23285, "properties": { "facing": "south", "half": "top", @@ -261248,7 +271610,7 @@ } }, { - "id": 22145, + "id": 23286, "properties": { "facing": "south", "half": "top", @@ -261257,7 +271619,7 @@ } }, { - "id": 22146, + "id": 23287, "properties": { "facing": "south", "half": "bottom", @@ -261266,7 +271628,7 @@ } }, { - "id": 22147, + "id": 23288, "properties": { "facing": "south", "half": "bottom", @@ -261275,7 +271637,7 @@ } }, { - "id": 22148, + "id": 23289, "properties": { "facing": "south", "half": "bottom", @@ -261284,7 +271646,7 @@ } }, { - "id": 22149, + "id": 23290, "properties": { "facing": "south", "half": "bottom", @@ -261293,7 +271655,7 @@ } }, { - "id": 22150, + "id": 23291, "properties": { "facing": "south", "half": "bottom", @@ -261302,7 +271664,7 @@ } }, { - "id": 22151, + "id": 23292, "properties": { "facing": "south", "half": "bottom", @@ -261311,7 +271673,7 @@ } }, { - "id": 22152, + "id": 23293, "properties": { "facing": "south", "half": "bottom", @@ -261320,7 +271682,7 @@ } }, { - "id": 22153, + "id": 23294, "properties": { "facing": "south", "half": "bottom", @@ -261329,7 +271691,7 @@ } }, { - "id": 22154, + "id": 23295, "properties": { "facing": "south", "half": "bottom", @@ -261338,7 +271700,7 @@ } }, { - "id": 22155, + "id": 23296, "properties": { "facing": "south", "half": "bottom", @@ -261347,7 +271709,7 @@ } }, { - "id": 22156, + "id": 23297, "properties": { "facing": "west", "half": "top", @@ -261356,7 +271718,7 @@ } }, { - "id": 22157, + "id": 23298, "properties": { "facing": "west", "half": "top", @@ -261365,7 +271727,7 @@ } }, { - "id": 22158, + "id": 23299, "properties": { "facing": "west", "half": "top", @@ -261374,7 +271736,7 @@ } }, { - "id": 22159, + "id": 23300, "properties": { "facing": "west", "half": "top", @@ -261383,7 +271745,7 @@ } }, { - "id": 22160, + "id": 23301, "properties": { "facing": "west", "half": "top", @@ -261392,7 +271754,7 @@ } }, { - "id": 22161, + "id": 23302, "properties": { "facing": "west", "half": "top", @@ -261401,7 +271763,7 @@ } }, { - "id": 22162, + "id": 23303, "properties": { "facing": "west", "half": "top", @@ -261410,7 +271772,7 @@ } }, { - "id": 22163, + "id": 23304, "properties": { "facing": "west", "half": "top", @@ -261419,7 +271781,7 @@ } }, { - "id": 22164, + "id": 23305, "properties": { "facing": "west", "half": "top", @@ -261428,7 +271790,7 @@ } }, { - "id": 22165, + "id": 23306, "properties": { "facing": "west", "half": "top", @@ -261437,7 +271799,7 @@ } }, { - "id": 22166, + "id": 23307, "properties": { "facing": "west", "half": "bottom", @@ -261446,7 +271808,7 @@ } }, { - "id": 22167, + "id": 23308, "properties": { "facing": "west", "half": "bottom", @@ -261455,7 +271817,7 @@ } }, { - "id": 22168, + "id": 23309, "properties": { "facing": "west", "half": "bottom", @@ -261464,7 +271826,7 @@ } }, { - "id": 22169, + "id": 23310, "properties": { "facing": "west", "half": "bottom", @@ -261473,7 +271835,7 @@ } }, { - "id": 22170, + "id": 23311, "properties": { "facing": "west", "half": "bottom", @@ -261482,7 +271844,7 @@ } }, { - "id": 22171, + "id": 23312, "properties": { "facing": "west", "half": "bottom", @@ -261491,7 +271853,7 @@ } }, { - "id": 22172, + "id": 23313, "properties": { "facing": "west", "half": "bottom", @@ -261500,7 +271862,7 @@ } }, { - "id": 22173, + "id": 23314, "properties": { "facing": "west", "half": "bottom", @@ -261509,7 +271871,7 @@ } }, { - "id": 22174, + "id": 23315, "properties": { "facing": "west", "half": "bottom", @@ -261518,7 +271880,7 @@ } }, { - "id": 22175, + "id": 23316, "properties": { "facing": "west", "half": "bottom", @@ -261527,7 +271889,7 @@ } }, { - "id": 22176, + "id": 23317, "properties": { "facing": "east", "half": "top", @@ -261536,7 +271898,7 @@ } }, { - "id": 22177, + "id": 23318, "properties": { "facing": "east", "half": "top", @@ -261545,7 +271907,7 @@ } }, { - "id": 22178, + "id": 23319, "properties": { "facing": "east", "half": "top", @@ -261554,7 +271916,7 @@ } }, { - "id": 22179, + "id": 23320, "properties": { "facing": "east", "half": "top", @@ -261563,7 +271925,7 @@ } }, { - "id": 22180, + "id": 23321, "properties": { "facing": "east", "half": "top", @@ -261572,7 +271934,7 @@ } }, { - "id": 22181, + "id": 23322, "properties": { "facing": "east", "half": "top", @@ -261581,7 +271943,7 @@ } }, { - "id": 22182, + "id": 23323, "properties": { "facing": "east", "half": "top", @@ -261590,7 +271952,7 @@ } }, { - "id": 22183, + "id": 23324, "properties": { "facing": "east", "half": "top", @@ -261599,7 +271961,7 @@ } }, { - "id": 22184, + "id": 23325, "properties": { "facing": "east", "half": "top", @@ -261608,7 +271970,7 @@ } }, { - "id": 22185, + "id": 23326, "properties": { "facing": "east", "half": "top", @@ -261617,7 +271979,7 @@ } }, { - "id": 22186, + "id": 23327, "properties": { "facing": "east", "half": "bottom", @@ -261626,7 +271988,7 @@ } }, { - "id": 22187, + "id": 23328, "properties": { "facing": "east", "half": "bottom", @@ -261635,7 +271997,7 @@ } }, { - "id": 22188, + "id": 23329, "properties": { "facing": "east", "half": "bottom", @@ -261644,7 +272006,7 @@ } }, { - "id": 22189, + "id": 23330, "properties": { "facing": "east", "half": "bottom", @@ -261653,7 +272015,7 @@ } }, { - "id": 22190, + "id": 23331, "properties": { "facing": "east", "half": "bottom", @@ -261662,7 +272024,7 @@ } }, { - "id": 22191, + "id": 23332, "properties": { "facing": "east", "half": "bottom", @@ -261671,7 +272033,7 @@ } }, { - "id": 22192, + "id": 23333, "properties": { "facing": "east", "half": "bottom", @@ -261680,7 +272042,7 @@ } }, { - "id": 22193, + "id": 23334, "properties": { "facing": "east", "half": "bottom", @@ -261689,7 +272051,7 @@ } }, { - "id": 22194, + "id": 23335, "properties": { "facing": "east", "half": "bottom", @@ -261698,7 +272060,7 @@ } }, { - "id": 22195, + "id": 23336, "properties": { "facing": "east", "half": "bottom", @@ -261745,7 +272107,7 @@ }, "states": [ { - "id": 22196, + "id": 23337, "properties": { "east": "none", "north": "none", @@ -261756,7 +272118,7 @@ } }, { - "id": 22197, + "id": 23338, "properties": { "east": "none", "north": "none", @@ -261767,7 +272129,7 @@ } }, { - "id": 22198, + "id": 23339, "properties": { "east": "none", "north": "none", @@ -261779,7 +272141,7 @@ }, { "default": true, - "id": 22199, + "id": 23340, "properties": { "east": "none", "north": "none", @@ -261790,7 +272152,7 @@ } }, { - "id": 22200, + "id": 23341, "properties": { "east": "none", "north": "none", @@ -261801,7 +272163,7 @@ } }, { - "id": 22201, + "id": 23342, "properties": { "east": "none", "north": "none", @@ -261812,7 +272174,7 @@ } }, { - "id": 22202, + "id": 23343, "properties": { "east": "none", "north": "none", @@ -261823,7 +272185,7 @@ } }, { - "id": 22203, + "id": 23344, "properties": { "east": "none", "north": "none", @@ -261834,7 +272196,7 @@ } }, { - "id": 22204, + "id": 23345, "properties": { "east": "none", "north": "none", @@ -261845,7 +272207,7 @@ } }, { - "id": 22205, + "id": 23346, "properties": { "east": "none", "north": "none", @@ -261856,7 +272218,7 @@ } }, { - "id": 22206, + "id": 23347, "properties": { "east": "none", "north": "none", @@ -261867,7 +272229,7 @@ } }, { - "id": 22207, + "id": 23348, "properties": { "east": "none", "north": "none", @@ -261878,7 +272240,7 @@ } }, { - "id": 22208, + "id": 23349, "properties": { "east": "none", "north": "none", @@ -261889,7 +272251,7 @@ } }, { - "id": 22209, + "id": 23350, "properties": { "east": "none", "north": "none", @@ -261900,7 +272262,7 @@ } }, { - "id": 22210, + "id": 23351, "properties": { "east": "none", "north": "none", @@ -261911,7 +272273,7 @@ } }, { - "id": 22211, + "id": 23352, "properties": { "east": "none", "north": "none", @@ -261922,7 +272284,7 @@ } }, { - "id": 22212, + "id": 23353, "properties": { "east": "none", "north": "none", @@ -261933,7 +272295,7 @@ } }, { - "id": 22213, + "id": 23354, "properties": { "east": "none", "north": "none", @@ -261944,7 +272306,7 @@ } }, { - "id": 22214, + "id": 23355, "properties": { "east": "none", "north": "none", @@ -261955,7 +272317,7 @@ } }, { - "id": 22215, + "id": 23356, "properties": { "east": "none", "north": "none", @@ -261966,7 +272328,7 @@ } }, { - "id": 22216, + "id": 23357, "properties": { "east": "none", "north": "none", @@ -261977,7 +272339,7 @@ } }, { - "id": 22217, + "id": 23358, "properties": { "east": "none", "north": "none", @@ -261988,7 +272350,7 @@ } }, { - "id": 22218, + "id": 23359, "properties": { "east": "none", "north": "none", @@ -261999,7 +272361,7 @@ } }, { - "id": 22219, + "id": 23360, "properties": { "east": "none", "north": "none", @@ -262010,7 +272372,7 @@ } }, { - "id": 22220, + "id": 23361, "properties": { "east": "none", "north": "none", @@ -262021,7 +272383,7 @@ } }, { - "id": 22221, + "id": 23362, "properties": { "east": "none", "north": "none", @@ -262032,7 +272394,7 @@ } }, { - "id": 22222, + "id": 23363, "properties": { "east": "none", "north": "none", @@ -262043,7 +272405,7 @@ } }, { - "id": 22223, + "id": 23364, "properties": { "east": "none", "north": "none", @@ -262054,7 +272416,7 @@ } }, { - "id": 22224, + "id": 23365, "properties": { "east": "none", "north": "none", @@ -262065,7 +272427,7 @@ } }, { - "id": 22225, + "id": 23366, "properties": { "east": "none", "north": "none", @@ -262076,7 +272438,7 @@ } }, { - "id": 22226, + "id": 23367, "properties": { "east": "none", "north": "none", @@ -262087,7 +272449,7 @@ } }, { - "id": 22227, + "id": 23368, "properties": { "east": "none", "north": "none", @@ -262098,7 +272460,7 @@ } }, { - "id": 22228, + "id": 23369, "properties": { "east": "none", "north": "none", @@ -262109,7 +272471,7 @@ } }, { - "id": 22229, + "id": 23370, "properties": { "east": "none", "north": "none", @@ -262120,7 +272482,7 @@ } }, { - "id": 22230, + "id": 23371, "properties": { "east": "none", "north": "none", @@ -262131,7 +272493,7 @@ } }, { - "id": 22231, + "id": 23372, "properties": { "east": "none", "north": "none", @@ -262142,7 +272504,7 @@ } }, { - "id": 22232, + "id": 23373, "properties": { "east": "none", "north": "low", @@ -262153,7 +272515,7 @@ } }, { - "id": 22233, + "id": 23374, "properties": { "east": "none", "north": "low", @@ -262164,7 +272526,7 @@ } }, { - "id": 22234, + "id": 23375, "properties": { "east": "none", "north": "low", @@ -262175,7 +272537,7 @@ } }, { - "id": 22235, + "id": 23376, "properties": { "east": "none", "north": "low", @@ -262186,7 +272548,7 @@ } }, { - "id": 22236, + "id": 23377, "properties": { "east": "none", "north": "low", @@ -262197,7 +272559,7 @@ } }, { - "id": 22237, + "id": 23378, "properties": { "east": "none", "north": "low", @@ -262208,7 +272570,7 @@ } }, { - "id": 22238, + "id": 23379, "properties": { "east": "none", "north": "low", @@ -262219,7 +272581,7 @@ } }, { - "id": 22239, + "id": 23380, "properties": { "east": "none", "north": "low", @@ -262230,7 +272592,7 @@ } }, { - "id": 22240, + "id": 23381, "properties": { "east": "none", "north": "low", @@ -262241,7 +272603,7 @@ } }, { - "id": 22241, + "id": 23382, "properties": { "east": "none", "north": "low", @@ -262252,7 +272614,7 @@ } }, { - "id": 22242, + "id": 23383, "properties": { "east": "none", "north": "low", @@ -262263,7 +272625,7 @@ } }, { - "id": 22243, + "id": 23384, "properties": { "east": "none", "north": "low", @@ -262274,7 +272636,7 @@ } }, { - "id": 22244, + "id": 23385, "properties": { "east": "none", "north": "low", @@ -262285,7 +272647,7 @@ } }, { - "id": 22245, + "id": 23386, "properties": { "east": "none", "north": "low", @@ -262296,7 +272658,7 @@ } }, { - "id": 22246, + "id": 23387, "properties": { "east": "none", "north": "low", @@ -262307,7 +272669,7 @@ } }, { - "id": 22247, + "id": 23388, "properties": { "east": "none", "north": "low", @@ -262318,7 +272680,7 @@ } }, { - "id": 22248, + "id": 23389, "properties": { "east": "none", "north": "low", @@ -262329,7 +272691,7 @@ } }, { - "id": 22249, + "id": 23390, "properties": { "east": "none", "north": "low", @@ -262340,7 +272702,7 @@ } }, { - "id": 22250, + "id": 23391, "properties": { "east": "none", "north": "low", @@ -262351,7 +272713,7 @@ } }, { - "id": 22251, + "id": 23392, "properties": { "east": "none", "north": "low", @@ -262362,7 +272724,7 @@ } }, { - "id": 22252, + "id": 23393, "properties": { "east": "none", "north": "low", @@ -262373,7 +272735,7 @@ } }, { - "id": 22253, + "id": 23394, "properties": { "east": "none", "north": "low", @@ -262384,7 +272746,7 @@ } }, { - "id": 22254, + "id": 23395, "properties": { "east": "none", "north": "low", @@ -262395,7 +272757,7 @@ } }, { - "id": 22255, + "id": 23396, "properties": { "east": "none", "north": "low", @@ -262406,7 +272768,7 @@ } }, { - "id": 22256, + "id": 23397, "properties": { "east": "none", "north": "low", @@ -262417,7 +272779,7 @@ } }, { - "id": 22257, + "id": 23398, "properties": { "east": "none", "north": "low", @@ -262428,7 +272790,7 @@ } }, { - "id": 22258, + "id": 23399, "properties": { "east": "none", "north": "low", @@ -262439,7 +272801,7 @@ } }, { - "id": 22259, + "id": 23400, "properties": { "east": "none", "north": "low", @@ -262450,7 +272812,7 @@ } }, { - "id": 22260, + "id": 23401, "properties": { "east": "none", "north": "low", @@ -262461,7 +272823,7 @@ } }, { - "id": 22261, + "id": 23402, "properties": { "east": "none", "north": "low", @@ -262472,7 +272834,7 @@ } }, { - "id": 22262, + "id": 23403, "properties": { "east": "none", "north": "low", @@ -262483,7 +272845,7 @@ } }, { - "id": 22263, + "id": 23404, "properties": { "east": "none", "north": "low", @@ -262494,7 +272856,7 @@ } }, { - "id": 22264, + "id": 23405, "properties": { "east": "none", "north": "low", @@ -262505,7 +272867,7 @@ } }, { - "id": 22265, + "id": 23406, "properties": { "east": "none", "north": "low", @@ -262516,7 +272878,7 @@ } }, { - "id": 22266, + "id": 23407, "properties": { "east": "none", "north": "low", @@ -262527,7 +272889,7 @@ } }, { - "id": 22267, + "id": 23408, "properties": { "east": "none", "north": "low", @@ -262538,7 +272900,7 @@ } }, { - "id": 22268, + "id": 23409, "properties": { "east": "none", "north": "tall", @@ -262549,7 +272911,7 @@ } }, { - "id": 22269, + "id": 23410, "properties": { "east": "none", "north": "tall", @@ -262560,7 +272922,7 @@ } }, { - "id": 22270, + "id": 23411, "properties": { "east": "none", "north": "tall", @@ -262571,7 +272933,7 @@ } }, { - "id": 22271, + "id": 23412, "properties": { "east": "none", "north": "tall", @@ -262582,7 +272944,7 @@ } }, { - "id": 22272, + "id": 23413, "properties": { "east": "none", "north": "tall", @@ -262593,7 +272955,7 @@ } }, { - "id": 22273, + "id": 23414, "properties": { "east": "none", "north": "tall", @@ -262604,7 +272966,7 @@ } }, { - "id": 22274, + "id": 23415, "properties": { "east": "none", "north": "tall", @@ -262615,7 +272977,7 @@ } }, { - "id": 22275, + "id": 23416, "properties": { "east": "none", "north": "tall", @@ -262626,7 +272988,7 @@ } }, { - "id": 22276, + "id": 23417, "properties": { "east": "none", "north": "tall", @@ -262637,7 +272999,7 @@ } }, { - "id": 22277, + "id": 23418, "properties": { "east": "none", "north": "tall", @@ -262648,7 +273010,7 @@ } }, { - "id": 22278, + "id": 23419, "properties": { "east": "none", "north": "tall", @@ -262659,7 +273021,7 @@ } }, { - "id": 22279, + "id": 23420, "properties": { "east": "none", "north": "tall", @@ -262670,7 +273032,7 @@ } }, { - "id": 22280, + "id": 23421, "properties": { "east": "none", "north": "tall", @@ -262681,7 +273043,7 @@ } }, { - "id": 22281, + "id": 23422, "properties": { "east": "none", "north": "tall", @@ -262692,7 +273054,7 @@ } }, { - "id": 22282, + "id": 23423, "properties": { "east": "none", "north": "tall", @@ -262703,7 +273065,7 @@ } }, { - "id": 22283, + "id": 23424, "properties": { "east": "none", "north": "tall", @@ -262714,7 +273076,7 @@ } }, { - "id": 22284, + "id": 23425, "properties": { "east": "none", "north": "tall", @@ -262725,7 +273087,7 @@ } }, { - "id": 22285, + "id": 23426, "properties": { "east": "none", "north": "tall", @@ -262736,7 +273098,7 @@ } }, { - "id": 22286, + "id": 23427, "properties": { "east": "none", "north": "tall", @@ -262747,7 +273109,7 @@ } }, { - "id": 22287, + "id": 23428, "properties": { "east": "none", "north": "tall", @@ -262758,7 +273120,7 @@ } }, { - "id": 22288, + "id": 23429, "properties": { "east": "none", "north": "tall", @@ -262769,7 +273131,7 @@ } }, { - "id": 22289, + "id": 23430, "properties": { "east": "none", "north": "tall", @@ -262780,7 +273142,7 @@ } }, { - "id": 22290, + "id": 23431, "properties": { "east": "none", "north": "tall", @@ -262791,7 +273153,7 @@ } }, { - "id": 22291, + "id": 23432, "properties": { "east": "none", "north": "tall", @@ -262802,7 +273164,7 @@ } }, { - "id": 22292, + "id": 23433, "properties": { "east": "none", "north": "tall", @@ -262813,7 +273175,7 @@ } }, { - "id": 22293, + "id": 23434, "properties": { "east": "none", "north": "tall", @@ -262824,7 +273186,7 @@ } }, { - "id": 22294, + "id": 23435, "properties": { "east": "none", "north": "tall", @@ -262835,7 +273197,7 @@ } }, { - "id": 22295, + "id": 23436, "properties": { "east": "none", "north": "tall", @@ -262846,7 +273208,7 @@ } }, { - "id": 22296, + "id": 23437, "properties": { "east": "none", "north": "tall", @@ -262857,7 +273219,7 @@ } }, { - "id": 22297, + "id": 23438, "properties": { "east": "none", "north": "tall", @@ -262868,7 +273230,7 @@ } }, { - "id": 22298, + "id": 23439, "properties": { "east": "none", "north": "tall", @@ -262879,7 +273241,7 @@ } }, { - "id": 22299, + "id": 23440, "properties": { "east": "none", "north": "tall", @@ -262890,7 +273252,7 @@ } }, { - "id": 22300, + "id": 23441, "properties": { "east": "none", "north": "tall", @@ -262901,7 +273263,7 @@ } }, { - "id": 22301, + "id": 23442, "properties": { "east": "none", "north": "tall", @@ -262912,7 +273274,7 @@ } }, { - "id": 22302, + "id": 23443, "properties": { "east": "none", "north": "tall", @@ -262923,7 +273285,7 @@ } }, { - "id": 22303, + "id": 23444, "properties": { "east": "none", "north": "tall", @@ -262934,7 +273296,7 @@ } }, { - "id": 22304, + "id": 23445, "properties": { "east": "low", "north": "none", @@ -262945,7 +273307,7 @@ } }, { - "id": 22305, + "id": 23446, "properties": { "east": "low", "north": "none", @@ -262956,7 +273318,7 @@ } }, { - "id": 22306, + "id": 23447, "properties": { "east": "low", "north": "none", @@ -262967,7 +273329,7 @@ } }, { - "id": 22307, + "id": 23448, "properties": { "east": "low", "north": "none", @@ -262978,7 +273340,7 @@ } }, { - "id": 22308, + "id": 23449, "properties": { "east": "low", "north": "none", @@ -262989,7 +273351,7 @@ } }, { - "id": 22309, + "id": 23450, "properties": { "east": "low", "north": "none", @@ -263000,7 +273362,7 @@ } }, { - "id": 22310, + "id": 23451, "properties": { "east": "low", "north": "none", @@ -263011,7 +273373,7 @@ } }, { - "id": 22311, + "id": 23452, "properties": { "east": "low", "north": "none", @@ -263022,7 +273384,7 @@ } }, { - "id": 22312, + "id": 23453, "properties": { "east": "low", "north": "none", @@ -263033,7 +273395,7 @@ } }, { - "id": 22313, + "id": 23454, "properties": { "east": "low", "north": "none", @@ -263044,7 +273406,7 @@ } }, { - "id": 22314, + "id": 23455, "properties": { "east": "low", "north": "none", @@ -263055,7 +273417,7 @@ } }, { - "id": 22315, + "id": 23456, "properties": { "east": "low", "north": "none", @@ -263066,7 +273428,7 @@ } }, { - "id": 22316, + "id": 23457, "properties": { "east": "low", "north": "none", @@ -263077,7 +273439,7 @@ } }, { - "id": 22317, + "id": 23458, "properties": { "east": "low", "north": "none", @@ -263088,7 +273450,7 @@ } }, { - "id": 22318, + "id": 23459, "properties": { "east": "low", "north": "none", @@ -263099,7 +273461,7 @@ } }, { - "id": 22319, + "id": 23460, "properties": { "east": "low", "north": "none", @@ -263110,7 +273472,7 @@ } }, { - "id": 22320, + "id": 23461, "properties": { "east": "low", "north": "none", @@ -263121,7 +273483,7 @@ } }, { - "id": 22321, + "id": 23462, "properties": { "east": "low", "north": "none", @@ -263132,7 +273494,7 @@ } }, { - "id": 22322, + "id": 23463, "properties": { "east": "low", "north": "none", @@ -263143,7 +273505,7 @@ } }, { - "id": 22323, + "id": 23464, "properties": { "east": "low", "north": "none", @@ -263154,7 +273516,7 @@ } }, { - "id": 22324, + "id": 23465, "properties": { "east": "low", "north": "none", @@ -263165,7 +273527,7 @@ } }, { - "id": 22325, + "id": 23466, "properties": { "east": "low", "north": "none", @@ -263176,7 +273538,7 @@ } }, { - "id": 22326, + "id": 23467, "properties": { "east": "low", "north": "none", @@ -263187,7 +273549,7 @@ } }, { - "id": 22327, + "id": 23468, "properties": { "east": "low", "north": "none", @@ -263198,7 +273560,7 @@ } }, { - "id": 22328, + "id": 23469, "properties": { "east": "low", "north": "none", @@ -263209,7 +273571,7 @@ } }, { - "id": 22329, + "id": 23470, "properties": { "east": "low", "north": "none", @@ -263220,7 +273582,7 @@ } }, { - "id": 22330, + "id": 23471, "properties": { "east": "low", "north": "none", @@ -263231,7 +273593,7 @@ } }, { - "id": 22331, + "id": 23472, "properties": { "east": "low", "north": "none", @@ -263242,7 +273604,7 @@ } }, { - "id": 22332, + "id": 23473, "properties": { "east": "low", "north": "none", @@ -263253,7 +273615,7 @@ } }, { - "id": 22333, + "id": 23474, "properties": { "east": "low", "north": "none", @@ -263264,7 +273626,7 @@ } }, { - "id": 22334, + "id": 23475, "properties": { "east": "low", "north": "none", @@ -263275,7 +273637,7 @@ } }, { - "id": 22335, + "id": 23476, "properties": { "east": "low", "north": "none", @@ -263286,7 +273648,7 @@ } }, { - "id": 22336, + "id": 23477, "properties": { "east": "low", "north": "none", @@ -263297,7 +273659,7 @@ } }, { - "id": 22337, + "id": 23478, "properties": { "east": "low", "north": "none", @@ -263308,7 +273670,7 @@ } }, { - "id": 22338, + "id": 23479, "properties": { "east": "low", "north": "none", @@ -263319,7 +273681,7 @@ } }, { - "id": 22339, + "id": 23480, "properties": { "east": "low", "north": "none", @@ -263330,7 +273692,7 @@ } }, { - "id": 22340, + "id": 23481, "properties": { "east": "low", "north": "low", @@ -263341,7 +273703,7 @@ } }, { - "id": 22341, + "id": 23482, "properties": { "east": "low", "north": "low", @@ -263352,7 +273714,7 @@ } }, { - "id": 22342, + "id": 23483, "properties": { "east": "low", "north": "low", @@ -263363,7 +273725,7 @@ } }, { - "id": 22343, + "id": 23484, "properties": { "east": "low", "north": "low", @@ -263374,7 +273736,7 @@ } }, { - "id": 22344, + "id": 23485, "properties": { "east": "low", "north": "low", @@ -263385,7 +273747,7 @@ } }, { - "id": 22345, + "id": 23486, "properties": { "east": "low", "north": "low", @@ -263396,7 +273758,7 @@ } }, { - "id": 22346, + "id": 23487, "properties": { "east": "low", "north": "low", @@ -263407,7 +273769,7 @@ } }, { - "id": 22347, + "id": 23488, "properties": { "east": "low", "north": "low", @@ -263418,7 +273780,7 @@ } }, { - "id": 22348, + "id": 23489, "properties": { "east": "low", "north": "low", @@ -263429,7 +273791,7 @@ } }, { - "id": 22349, + "id": 23490, "properties": { "east": "low", "north": "low", @@ -263440,7 +273802,7 @@ } }, { - "id": 22350, + "id": 23491, "properties": { "east": "low", "north": "low", @@ -263451,7 +273813,7 @@ } }, { - "id": 22351, + "id": 23492, "properties": { "east": "low", "north": "low", @@ -263462,7 +273824,7 @@ } }, { - "id": 22352, + "id": 23493, "properties": { "east": "low", "north": "low", @@ -263473,7 +273835,7 @@ } }, { - "id": 22353, + "id": 23494, "properties": { "east": "low", "north": "low", @@ -263484,7 +273846,7 @@ } }, { - "id": 22354, + "id": 23495, "properties": { "east": "low", "north": "low", @@ -263495,7 +273857,7 @@ } }, { - "id": 22355, + "id": 23496, "properties": { "east": "low", "north": "low", @@ -263506,7 +273868,7 @@ } }, { - "id": 22356, + "id": 23497, "properties": { "east": "low", "north": "low", @@ -263517,7 +273879,7 @@ } }, { - "id": 22357, + "id": 23498, "properties": { "east": "low", "north": "low", @@ -263528,7 +273890,7 @@ } }, { - "id": 22358, + "id": 23499, "properties": { "east": "low", "north": "low", @@ -263539,7 +273901,7 @@ } }, { - "id": 22359, + "id": 23500, "properties": { "east": "low", "north": "low", @@ -263550,7 +273912,7 @@ } }, { - "id": 22360, + "id": 23501, "properties": { "east": "low", "north": "low", @@ -263561,7 +273923,7 @@ } }, { - "id": 22361, + "id": 23502, "properties": { "east": "low", "north": "low", @@ -263572,7 +273934,7 @@ } }, { - "id": 22362, + "id": 23503, "properties": { "east": "low", "north": "low", @@ -263583,7 +273945,7 @@ } }, { - "id": 22363, + "id": 23504, "properties": { "east": "low", "north": "low", @@ -263594,7 +273956,7 @@ } }, { - "id": 22364, + "id": 23505, "properties": { "east": "low", "north": "low", @@ -263605,7 +273967,7 @@ } }, { - "id": 22365, + "id": 23506, "properties": { "east": "low", "north": "low", @@ -263616,7 +273978,7 @@ } }, { - "id": 22366, + "id": 23507, "properties": { "east": "low", "north": "low", @@ -263627,7 +273989,7 @@ } }, { - "id": 22367, + "id": 23508, "properties": { "east": "low", "north": "low", @@ -263638,7 +274000,7 @@ } }, { - "id": 22368, + "id": 23509, "properties": { "east": "low", "north": "low", @@ -263649,7 +274011,7 @@ } }, { - "id": 22369, + "id": 23510, "properties": { "east": "low", "north": "low", @@ -263660,7 +274022,7 @@ } }, { - "id": 22370, + "id": 23511, "properties": { "east": "low", "north": "low", @@ -263671,7 +274033,7 @@ } }, { - "id": 22371, + "id": 23512, "properties": { "east": "low", "north": "low", @@ -263682,7 +274044,7 @@ } }, { - "id": 22372, + "id": 23513, "properties": { "east": "low", "north": "low", @@ -263693,7 +274055,7 @@ } }, { - "id": 22373, + "id": 23514, "properties": { "east": "low", "north": "low", @@ -263704,7 +274066,7 @@ } }, { - "id": 22374, + "id": 23515, "properties": { "east": "low", "north": "low", @@ -263715,7 +274077,7 @@ } }, { - "id": 22375, + "id": 23516, "properties": { "east": "low", "north": "low", @@ -263726,7 +274088,7 @@ } }, { - "id": 22376, + "id": 23517, "properties": { "east": "low", "north": "tall", @@ -263737,7 +274099,7 @@ } }, { - "id": 22377, + "id": 23518, "properties": { "east": "low", "north": "tall", @@ -263748,7 +274110,7 @@ } }, { - "id": 22378, + "id": 23519, "properties": { "east": "low", "north": "tall", @@ -263759,7 +274121,7 @@ } }, { - "id": 22379, + "id": 23520, "properties": { "east": "low", "north": "tall", @@ -263770,7 +274132,7 @@ } }, { - "id": 22380, + "id": 23521, "properties": { "east": "low", "north": "tall", @@ -263781,7 +274143,7 @@ } }, { - "id": 22381, + "id": 23522, "properties": { "east": "low", "north": "tall", @@ -263792,7 +274154,7 @@ } }, { - "id": 22382, + "id": 23523, "properties": { "east": "low", "north": "tall", @@ -263803,7 +274165,7 @@ } }, { - "id": 22383, + "id": 23524, "properties": { "east": "low", "north": "tall", @@ -263814,7 +274176,7 @@ } }, { - "id": 22384, + "id": 23525, "properties": { "east": "low", "north": "tall", @@ -263825,7 +274187,7 @@ } }, { - "id": 22385, + "id": 23526, "properties": { "east": "low", "north": "tall", @@ -263836,7 +274198,7 @@ } }, { - "id": 22386, + "id": 23527, "properties": { "east": "low", "north": "tall", @@ -263847,7 +274209,7 @@ } }, { - "id": 22387, + "id": 23528, "properties": { "east": "low", "north": "tall", @@ -263858,7 +274220,7 @@ } }, { - "id": 22388, + "id": 23529, "properties": { "east": "low", "north": "tall", @@ -263869,7 +274231,7 @@ } }, { - "id": 22389, + "id": 23530, "properties": { "east": "low", "north": "tall", @@ -263880,7 +274242,7 @@ } }, { - "id": 22390, + "id": 23531, "properties": { "east": "low", "north": "tall", @@ -263891,7 +274253,7 @@ } }, { - "id": 22391, + "id": 23532, "properties": { "east": "low", "north": "tall", @@ -263902,7 +274264,7 @@ } }, { - "id": 22392, + "id": 23533, "properties": { "east": "low", "north": "tall", @@ -263913,7 +274275,7 @@ } }, { - "id": 22393, + "id": 23534, "properties": { "east": "low", "north": "tall", @@ -263924,7 +274286,7 @@ } }, { - "id": 22394, + "id": 23535, "properties": { "east": "low", "north": "tall", @@ -263935,7 +274297,7 @@ } }, { - "id": 22395, + "id": 23536, "properties": { "east": "low", "north": "tall", @@ -263946,7 +274308,7 @@ } }, { - "id": 22396, + "id": 23537, "properties": { "east": "low", "north": "tall", @@ -263957,7 +274319,7 @@ } }, { - "id": 22397, + "id": 23538, "properties": { "east": "low", "north": "tall", @@ -263968,7 +274330,7 @@ } }, { - "id": 22398, + "id": 23539, "properties": { "east": "low", "north": "tall", @@ -263979,7 +274341,7 @@ } }, { - "id": 22399, + "id": 23540, "properties": { "east": "low", "north": "tall", @@ -263990,7 +274352,7 @@ } }, { - "id": 22400, + "id": 23541, "properties": { "east": "low", "north": "tall", @@ -264001,7 +274363,7 @@ } }, { - "id": 22401, + "id": 23542, "properties": { "east": "low", "north": "tall", @@ -264012,7 +274374,7 @@ } }, { - "id": 22402, + "id": 23543, "properties": { "east": "low", "north": "tall", @@ -264023,7 +274385,7 @@ } }, { - "id": 22403, + "id": 23544, "properties": { "east": "low", "north": "tall", @@ -264034,7 +274396,7 @@ } }, { - "id": 22404, + "id": 23545, "properties": { "east": "low", "north": "tall", @@ -264045,7 +274407,7 @@ } }, { - "id": 22405, + "id": 23546, "properties": { "east": "low", "north": "tall", @@ -264056,7 +274418,7 @@ } }, { - "id": 22406, + "id": 23547, "properties": { "east": "low", "north": "tall", @@ -264067,7 +274429,7 @@ } }, { - "id": 22407, + "id": 23548, "properties": { "east": "low", "north": "tall", @@ -264078,7 +274440,7 @@ } }, { - "id": 22408, + "id": 23549, "properties": { "east": "low", "north": "tall", @@ -264089,7 +274451,7 @@ } }, { - "id": 22409, + "id": 23550, "properties": { "east": "low", "north": "tall", @@ -264100,7 +274462,7 @@ } }, { - "id": 22410, + "id": 23551, "properties": { "east": "low", "north": "tall", @@ -264111,7 +274473,7 @@ } }, { - "id": 22411, + "id": 23552, "properties": { "east": "low", "north": "tall", @@ -264122,7 +274484,7 @@ } }, { - "id": 22412, + "id": 23553, "properties": { "east": "tall", "north": "none", @@ -264133,7 +274495,7 @@ } }, { - "id": 22413, + "id": 23554, "properties": { "east": "tall", "north": "none", @@ -264144,7 +274506,7 @@ } }, { - "id": 22414, + "id": 23555, "properties": { "east": "tall", "north": "none", @@ -264155,7 +274517,7 @@ } }, { - "id": 22415, + "id": 23556, "properties": { "east": "tall", "north": "none", @@ -264166,7 +274528,7 @@ } }, { - "id": 22416, + "id": 23557, "properties": { "east": "tall", "north": "none", @@ -264177,7 +274539,7 @@ } }, { - "id": 22417, + "id": 23558, "properties": { "east": "tall", "north": "none", @@ -264188,7 +274550,7 @@ } }, { - "id": 22418, + "id": 23559, "properties": { "east": "tall", "north": "none", @@ -264199,7 +274561,7 @@ } }, { - "id": 22419, + "id": 23560, "properties": { "east": "tall", "north": "none", @@ -264210,7 +274572,7 @@ } }, { - "id": 22420, + "id": 23561, "properties": { "east": "tall", "north": "none", @@ -264221,7 +274583,7 @@ } }, { - "id": 22421, + "id": 23562, "properties": { "east": "tall", "north": "none", @@ -264232,7 +274594,7 @@ } }, { - "id": 22422, + "id": 23563, "properties": { "east": "tall", "north": "none", @@ -264243,7 +274605,7 @@ } }, { - "id": 22423, + "id": 23564, "properties": { "east": "tall", "north": "none", @@ -264254,7 +274616,7 @@ } }, { - "id": 22424, + "id": 23565, "properties": { "east": "tall", "north": "none", @@ -264265,7 +274627,7 @@ } }, { - "id": 22425, + "id": 23566, "properties": { "east": "tall", "north": "none", @@ -264276,7 +274638,7 @@ } }, { - "id": 22426, + "id": 23567, "properties": { "east": "tall", "north": "none", @@ -264287,7 +274649,7 @@ } }, { - "id": 22427, + "id": 23568, "properties": { "east": "tall", "north": "none", @@ -264298,7 +274660,7 @@ } }, { - "id": 22428, + "id": 23569, "properties": { "east": "tall", "north": "none", @@ -264309,7 +274671,7 @@ } }, { - "id": 22429, + "id": 23570, "properties": { "east": "tall", "north": "none", @@ -264320,7 +274682,7 @@ } }, { - "id": 22430, + "id": 23571, "properties": { "east": "tall", "north": "none", @@ -264331,7 +274693,7 @@ } }, { - "id": 22431, + "id": 23572, "properties": { "east": "tall", "north": "none", @@ -264342,7 +274704,7 @@ } }, { - "id": 22432, + "id": 23573, "properties": { "east": "tall", "north": "none", @@ -264353,7 +274715,7 @@ } }, { - "id": 22433, + "id": 23574, "properties": { "east": "tall", "north": "none", @@ -264364,7 +274726,7 @@ } }, { - "id": 22434, + "id": 23575, "properties": { "east": "tall", "north": "none", @@ -264375,7 +274737,7 @@ } }, { - "id": 22435, + "id": 23576, "properties": { "east": "tall", "north": "none", @@ -264386,7 +274748,7 @@ } }, { - "id": 22436, + "id": 23577, "properties": { "east": "tall", "north": "none", @@ -264397,7 +274759,7 @@ } }, { - "id": 22437, + "id": 23578, "properties": { "east": "tall", "north": "none", @@ -264408,7 +274770,7 @@ } }, { - "id": 22438, + "id": 23579, "properties": { "east": "tall", "north": "none", @@ -264419,7 +274781,7 @@ } }, { - "id": 22439, + "id": 23580, "properties": { "east": "tall", "north": "none", @@ -264430,7 +274792,7 @@ } }, { - "id": 22440, + "id": 23581, "properties": { "east": "tall", "north": "none", @@ -264441,7 +274803,7 @@ } }, { - "id": 22441, + "id": 23582, "properties": { "east": "tall", "north": "none", @@ -264452,7 +274814,7 @@ } }, { - "id": 22442, + "id": 23583, "properties": { "east": "tall", "north": "none", @@ -264463,7 +274825,7 @@ } }, { - "id": 22443, + "id": 23584, "properties": { "east": "tall", "north": "none", @@ -264474,7 +274836,7 @@ } }, { - "id": 22444, + "id": 23585, "properties": { "east": "tall", "north": "none", @@ -264485,7 +274847,7 @@ } }, { - "id": 22445, + "id": 23586, "properties": { "east": "tall", "north": "none", @@ -264496,7 +274858,7 @@ } }, { - "id": 22446, + "id": 23587, "properties": { "east": "tall", "north": "none", @@ -264507,7 +274869,7 @@ } }, { - "id": 22447, + "id": 23588, "properties": { "east": "tall", "north": "none", @@ -264518,7 +274880,7 @@ } }, { - "id": 22448, + "id": 23589, "properties": { "east": "tall", "north": "low", @@ -264529,7 +274891,7 @@ } }, { - "id": 22449, + "id": 23590, "properties": { "east": "tall", "north": "low", @@ -264540,7 +274902,7 @@ } }, { - "id": 22450, + "id": 23591, "properties": { "east": "tall", "north": "low", @@ -264551,7 +274913,7 @@ } }, { - "id": 22451, + "id": 23592, "properties": { "east": "tall", "north": "low", @@ -264562,7 +274924,7 @@ } }, { - "id": 22452, + "id": 23593, "properties": { "east": "tall", "north": "low", @@ -264573,7 +274935,7 @@ } }, { - "id": 22453, + "id": 23594, "properties": { "east": "tall", "north": "low", @@ -264584,7 +274946,7 @@ } }, { - "id": 22454, + "id": 23595, "properties": { "east": "tall", "north": "low", @@ -264595,7 +274957,7 @@ } }, { - "id": 22455, + "id": 23596, "properties": { "east": "tall", "north": "low", @@ -264606,7 +274968,7 @@ } }, { - "id": 22456, + "id": 23597, "properties": { "east": "tall", "north": "low", @@ -264617,7 +274979,7 @@ } }, { - "id": 22457, + "id": 23598, "properties": { "east": "tall", "north": "low", @@ -264628,7 +274990,7 @@ } }, { - "id": 22458, + "id": 23599, "properties": { "east": "tall", "north": "low", @@ -264639,7 +275001,7 @@ } }, { - "id": 22459, + "id": 23600, "properties": { "east": "tall", "north": "low", @@ -264650,7 +275012,7 @@ } }, { - "id": 22460, + "id": 23601, "properties": { "east": "tall", "north": "low", @@ -264661,7 +275023,7 @@ } }, { - "id": 22461, + "id": 23602, "properties": { "east": "tall", "north": "low", @@ -264672,7 +275034,7 @@ } }, { - "id": 22462, + "id": 23603, "properties": { "east": "tall", "north": "low", @@ -264683,7 +275045,7 @@ } }, { - "id": 22463, + "id": 23604, "properties": { "east": "tall", "north": "low", @@ -264694,7 +275056,7 @@ } }, { - "id": 22464, + "id": 23605, "properties": { "east": "tall", "north": "low", @@ -264705,7 +275067,7 @@ } }, { - "id": 22465, + "id": 23606, "properties": { "east": "tall", "north": "low", @@ -264716,7 +275078,7 @@ } }, { - "id": 22466, + "id": 23607, "properties": { "east": "tall", "north": "low", @@ -264727,7 +275089,7 @@ } }, { - "id": 22467, + "id": 23608, "properties": { "east": "tall", "north": "low", @@ -264738,7 +275100,7 @@ } }, { - "id": 22468, + "id": 23609, "properties": { "east": "tall", "north": "low", @@ -264749,7 +275111,7 @@ } }, { - "id": 22469, + "id": 23610, "properties": { "east": "tall", "north": "low", @@ -264760,7 +275122,7 @@ } }, { - "id": 22470, + "id": 23611, "properties": { "east": "tall", "north": "low", @@ -264771,7 +275133,7 @@ } }, { - "id": 22471, + "id": 23612, "properties": { "east": "tall", "north": "low", @@ -264782,7 +275144,7 @@ } }, { - "id": 22472, + "id": 23613, "properties": { "east": "tall", "north": "low", @@ -264793,7 +275155,7 @@ } }, { - "id": 22473, + "id": 23614, "properties": { "east": "tall", "north": "low", @@ -264804,7 +275166,7 @@ } }, { - "id": 22474, + "id": 23615, "properties": { "east": "tall", "north": "low", @@ -264815,7 +275177,7 @@ } }, { - "id": 22475, + "id": 23616, "properties": { "east": "tall", "north": "low", @@ -264826,7 +275188,7 @@ } }, { - "id": 22476, + "id": 23617, "properties": { "east": "tall", "north": "low", @@ -264837,7 +275199,7 @@ } }, { - "id": 22477, + "id": 23618, "properties": { "east": "tall", "north": "low", @@ -264848,7 +275210,7 @@ } }, { - "id": 22478, + "id": 23619, "properties": { "east": "tall", "north": "low", @@ -264859,7 +275221,7 @@ } }, { - "id": 22479, + "id": 23620, "properties": { "east": "tall", "north": "low", @@ -264870,7 +275232,7 @@ } }, { - "id": 22480, + "id": 23621, "properties": { "east": "tall", "north": "low", @@ -264881,7 +275243,7 @@ } }, { - "id": 22481, + "id": 23622, "properties": { "east": "tall", "north": "low", @@ -264892,7 +275254,7 @@ } }, { - "id": 22482, + "id": 23623, "properties": { "east": "tall", "north": "low", @@ -264903,7 +275265,7 @@ } }, { - "id": 22483, + "id": 23624, "properties": { "east": "tall", "north": "low", @@ -264914,7 +275276,7 @@ } }, { - "id": 22484, + "id": 23625, "properties": { "east": "tall", "north": "tall", @@ -264925,7 +275287,7 @@ } }, { - "id": 22485, + "id": 23626, "properties": { "east": "tall", "north": "tall", @@ -264936,7 +275298,7 @@ } }, { - "id": 22486, + "id": 23627, "properties": { "east": "tall", "north": "tall", @@ -264947,7 +275309,7 @@ } }, { - "id": 22487, + "id": 23628, "properties": { "east": "tall", "north": "tall", @@ -264958,7 +275320,7 @@ } }, { - "id": 22488, + "id": 23629, "properties": { "east": "tall", "north": "tall", @@ -264969,7 +275331,7 @@ } }, { - "id": 22489, + "id": 23630, "properties": { "east": "tall", "north": "tall", @@ -264980,7 +275342,7 @@ } }, { - "id": 22490, + "id": 23631, "properties": { "east": "tall", "north": "tall", @@ -264991,7 +275353,7 @@ } }, { - "id": 22491, + "id": 23632, "properties": { "east": "tall", "north": "tall", @@ -265002,7 +275364,7 @@ } }, { - "id": 22492, + "id": 23633, "properties": { "east": "tall", "north": "tall", @@ -265013,7 +275375,7 @@ } }, { - "id": 22493, + "id": 23634, "properties": { "east": "tall", "north": "tall", @@ -265024,7 +275386,7 @@ } }, { - "id": 22494, + "id": 23635, "properties": { "east": "tall", "north": "tall", @@ -265035,7 +275397,7 @@ } }, { - "id": 22495, + "id": 23636, "properties": { "east": "tall", "north": "tall", @@ -265046,7 +275408,7 @@ } }, { - "id": 22496, + "id": 23637, "properties": { "east": "tall", "north": "tall", @@ -265057,7 +275419,7 @@ } }, { - "id": 22497, + "id": 23638, "properties": { "east": "tall", "north": "tall", @@ -265068,7 +275430,7 @@ } }, { - "id": 22498, + "id": 23639, "properties": { "east": "tall", "north": "tall", @@ -265079,7 +275441,7 @@ } }, { - "id": 22499, + "id": 23640, "properties": { "east": "tall", "north": "tall", @@ -265090,7 +275452,7 @@ } }, { - "id": 22500, + "id": 23641, "properties": { "east": "tall", "north": "tall", @@ -265101,7 +275463,7 @@ } }, { - "id": 22501, + "id": 23642, "properties": { "east": "tall", "north": "tall", @@ -265112,7 +275474,7 @@ } }, { - "id": 22502, + "id": 23643, "properties": { "east": "tall", "north": "tall", @@ -265123,7 +275485,7 @@ } }, { - "id": 22503, + "id": 23644, "properties": { "east": "tall", "north": "tall", @@ -265134,7 +275496,7 @@ } }, { - "id": 22504, + "id": 23645, "properties": { "east": "tall", "north": "tall", @@ -265145,7 +275507,7 @@ } }, { - "id": 22505, + "id": 23646, "properties": { "east": "tall", "north": "tall", @@ -265156,7 +275518,7 @@ } }, { - "id": 22506, + "id": 23647, "properties": { "east": "tall", "north": "tall", @@ -265167,7 +275529,7 @@ } }, { - "id": 22507, + "id": 23648, "properties": { "east": "tall", "north": "tall", @@ -265178,7 +275540,7 @@ } }, { - "id": 22508, + "id": 23649, "properties": { "east": "tall", "north": "tall", @@ -265189,7 +275551,7 @@ } }, { - "id": 22509, + "id": 23650, "properties": { "east": "tall", "north": "tall", @@ -265200,7 +275562,7 @@ } }, { - "id": 22510, + "id": 23651, "properties": { "east": "tall", "north": "tall", @@ -265211,7 +275573,7 @@ } }, { - "id": 22511, + "id": 23652, "properties": { "east": "tall", "north": "tall", @@ -265222,7 +275584,7 @@ } }, { - "id": 22512, + "id": 23653, "properties": { "east": "tall", "north": "tall", @@ -265233,7 +275595,7 @@ } }, { - "id": 22513, + "id": 23654, "properties": { "east": "tall", "north": "tall", @@ -265244,7 +275606,7 @@ } }, { - "id": 22514, + "id": 23655, "properties": { "east": "tall", "north": "tall", @@ -265255,7 +275617,7 @@ } }, { - "id": 22515, + "id": 23656, "properties": { "east": "tall", "north": "tall", @@ -265266,7 +275628,7 @@ } }, { - "id": 22516, + "id": 23657, "properties": { "east": "tall", "north": "tall", @@ -265277,7 +275639,7 @@ } }, { - "id": 22517, + "id": 23658, "properties": { "east": "tall", "north": "tall", @@ -265288,7 +275650,7 @@ } }, { - "id": 22518, + "id": 23659, "properties": { "east": "tall", "north": "tall", @@ -265299,7 +275661,7 @@ } }, { - "id": 22519, + "id": 23660, "properties": { "east": "tall", "north": "tall", @@ -265332,84 +275694,84 @@ "states": [ { "default": true, - "id": 13811, + "id": 14888, "properties": { "eggs": "1", "hatch": "0" } }, { - "id": 13812, + "id": 14889, "properties": { "eggs": "1", "hatch": "1" } }, { - "id": 13813, + "id": 14890, "properties": { "eggs": "1", "hatch": "2" } }, { - "id": 13814, + "id": 14891, "properties": { "eggs": "2", "hatch": "0" } }, { - "id": 13815, + "id": 14892, "properties": { "eggs": "2", "hatch": "1" } }, { - "id": 13816, + "id": 14893, "properties": { "eggs": "2", "hatch": "2" } }, { - "id": 13817, + "id": 14894, "properties": { "eggs": "3", "hatch": "0" } }, { - "id": 13818, + "id": 14895, "properties": { "eggs": "3", "hatch": "1" } }, { - "id": 13819, + "id": 14896, "properties": { "eggs": "3", "hatch": "2" } }, { - "id": 13820, + "id": 14897, "properties": { "eggs": "4", "hatch": "0" } }, { - "id": 13821, + "id": 14898, "properties": { "eggs": "4", "hatch": "1" } }, { - "id": 13822, + "id": 14899, "properties": { "eggs": "4", "hatch": "2" @@ -265455,157 +275817,157 @@ "states": [ { "default": true, - "id": 19661, + "id": 20802, "properties": { "age": "0" } }, { - "id": 19662, + "id": 20803, "properties": { "age": "1" } }, { - "id": 19663, + "id": 20804, "properties": { "age": "2" } }, { - "id": 19664, + "id": 20805, "properties": { "age": "3" } }, { - "id": 19665, + "id": 20806, "properties": { "age": "4" } }, { - "id": 19666, + "id": 20807, "properties": { "age": "5" } }, { - "id": 19667, + "id": 20808, "properties": { "age": "6" } }, { - "id": 19668, + "id": 20809, "properties": { "age": "7" } }, { - "id": 19669, + "id": 20810, "properties": { "age": "8" } }, { - "id": 19670, + "id": 20811, "properties": { "age": "9" } }, { - "id": 19671, + "id": 20812, "properties": { "age": "10" } }, { - "id": 19672, + "id": 20813, "properties": { "age": "11" } }, { - "id": 19673, + "id": 20814, "properties": { "age": "12" } }, { - "id": 19674, + "id": 20815, "properties": { "age": "13" } }, { - "id": 19675, + "id": 20816, "properties": { "age": "14" } }, { - "id": 19676, + "id": 20817, "properties": { "age": "15" } }, { - "id": 19677, + "id": 20818, "properties": { "age": "16" } }, { - "id": 19678, + "id": 20819, "properties": { "age": "17" } }, { - "id": 19679, + "id": 20820, "properties": { "age": "18" } }, { - "id": 19680, + "id": 20821, "properties": { "age": "19" } }, { - "id": 19681, + "id": 20822, "properties": { "age": "20" } }, { - "id": 19682, + "id": 20823, "properties": { "age": "21" } }, { - "id": 19683, + "id": 20824, "properties": { "age": "22" } }, { - "id": 19684, + "id": 20825, "properties": { "age": "23" } }, { - "id": 19685, + "id": 20826, "properties": { "age": "24" } }, { - "id": 19686, + "id": 20827, "properties": { "age": "25" } @@ -265620,7 +275982,7 @@ "states": [ { "default": true, - "id": 19687 + "id": 20828 } ] }, @@ -265649,7 +276011,7 @@ }, "states": [ { - "id": 27710, + "id": 29467, "properties": { "facing": "north", "ominous": "true", @@ -265657,7 +276019,7 @@ } }, { - "id": 27711, + "id": 29468, "properties": { "facing": "north", "ominous": "true", @@ -265665,7 +276027,7 @@ } }, { - "id": 27712, + "id": 29469, "properties": { "facing": "north", "ominous": "true", @@ -265673,7 +276035,7 @@ } }, { - "id": 27713, + "id": 29470, "properties": { "facing": "north", "ominous": "true", @@ -265682,7 +276044,7 @@ }, { "default": true, - "id": 27714, + "id": 29471, "properties": { "facing": "north", "ominous": "false", @@ -265690,7 +276052,7 @@ } }, { - "id": 27715, + "id": 29472, "properties": { "facing": "north", "ominous": "false", @@ -265698,7 +276060,7 @@ } }, { - "id": 27716, + "id": 29473, "properties": { "facing": "north", "ominous": "false", @@ -265706,7 +276068,7 @@ } }, { - "id": 27717, + "id": 29474, "properties": { "facing": "north", "ominous": "false", @@ -265714,7 +276076,7 @@ } }, { - "id": 27718, + "id": 29475, "properties": { "facing": "south", "ominous": "true", @@ -265722,7 +276084,7 @@ } }, { - "id": 27719, + "id": 29476, "properties": { "facing": "south", "ominous": "true", @@ -265730,7 +276092,7 @@ } }, { - "id": 27720, + "id": 29477, "properties": { "facing": "south", "ominous": "true", @@ -265738,7 +276100,7 @@ } }, { - "id": 27721, + "id": 29478, "properties": { "facing": "south", "ominous": "true", @@ -265746,7 +276108,7 @@ } }, { - "id": 27722, + "id": 29479, "properties": { "facing": "south", "ominous": "false", @@ -265754,7 +276116,7 @@ } }, { - "id": 27723, + "id": 29480, "properties": { "facing": "south", "ominous": "false", @@ -265762,7 +276124,7 @@ } }, { - "id": 27724, + "id": 29481, "properties": { "facing": "south", "ominous": "false", @@ -265770,7 +276132,7 @@ } }, { - "id": 27725, + "id": 29482, "properties": { "facing": "south", "ominous": "false", @@ -265778,7 +276140,7 @@ } }, { - "id": 27726, + "id": 29483, "properties": { "facing": "west", "ominous": "true", @@ -265786,7 +276148,7 @@ } }, { - "id": 27727, + "id": 29484, "properties": { "facing": "west", "ominous": "true", @@ -265794,7 +276156,7 @@ } }, { - "id": 27728, + "id": 29485, "properties": { "facing": "west", "ominous": "true", @@ -265802,7 +276164,7 @@ } }, { - "id": 27729, + "id": 29486, "properties": { "facing": "west", "ominous": "true", @@ -265810,7 +276172,7 @@ } }, { - "id": 27730, + "id": 29487, "properties": { "facing": "west", "ominous": "false", @@ -265818,7 +276180,7 @@ } }, { - "id": 27731, + "id": 29488, "properties": { "facing": "west", "ominous": "false", @@ -265826,7 +276188,7 @@ } }, { - "id": 27732, + "id": 29489, "properties": { "facing": "west", "ominous": "false", @@ -265834,7 +276196,7 @@ } }, { - "id": 27733, + "id": 29490, "properties": { "facing": "west", "ominous": "false", @@ -265842,7 +276204,7 @@ } }, { - "id": 27734, + "id": 29491, "properties": { "facing": "east", "ominous": "true", @@ -265850,7 +276212,7 @@ } }, { - "id": 27735, + "id": 29492, "properties": { "facing": "east", "ominous": "true", @@ -265858,7 +276220,7 @@ } }, { - "id": 27736, + "id": 29493, "properties": { "facing": "east", "ominous": "true", @@ -265866,7 +276228,7 @@ } }, { - "id": 27737, + "id": 29494, "properties": { "facing": "east", "ominous": "true", @@ -265874,7 +276236,7 @@ } }, { - "id": 27738, + "id": 29495, "properties": { "facing": "east", "ominous": "false", @@ -265882,7 +276244,7 @@ } }, { - "id": 27739, + "id": 29496, "properties": { "facing": "east", "ominous": "false", @@ -265890,7 +276252,7 @@ } }, { - "id": 27740, + "id": 29497, "properties": { "facing": "east", "ominous": "false", @@ -265898,7 +276260,7 @@ } }, { - "id": 27741, + "id": 29498, "properties": { "facing": "east", "ominous": "false", @@ -265921,20 +276283,20 @@ }, "states": [ { - "id": 27626, + "id": 29383, "properties": { "axis": "x" } }, { "default": true, - "id": 27627, + "id": 29384, "properties": { "axis": "y" } }, { - "id": 27628, + "id": 29385, "properties": { "axis": "z" } @@ -265970,7 +276332,7 @@ }, "states": [ { - "id": 7080, + "id": 8157, "properties": { "east": "true", "north": "true", @@ -265980,7 +276342,7 @@ } }, { - "id": 7081, + "id": 8158, "properties": { "east": "true", "north": "true", @@ -265990,7 +276352,7 @@ } }, { - "id": 7082, + "id": 8159, "properties": { "east": "true", "north": "true", @@ -266000,7 +276362,7 @@ } }, { - "id": 7083, + "id": 8160, "properties": { "east": "true", "north": "true", @@ -266010,7 +276372,7 @@ } }, { - "id": 7084, + "id": 8161, "properties": { "east": "true", "north": "true", @@ -266020,7 +276382,7 @@ } }, { - "id": 7085, + "id": 8162, "properties": { "east": "true", "north": "true", @@ -266030,7 +276392,7 @@ } }, { - "id": 7086, + "id": 8163, "properties": { "east": "true", "north": "true", @@ -266040,7 +276402,7 @@ } }, { - "id": 7087, + "id": 8164, "properties": { "east": "true", "north": "true", @@ -266050,7 +276412,7 @@ } }, { - "id": 7088, + "id": 8165, "properties": { "east": "true", "north": "false", @@ -266060,7 +276422,7 @@ } }, { - "id": 7089, + "id": 8166, "properties": { "east": "true", "north": "false", @@ -266070,7 +276432,7 @@ } }, { - "id": 7090, + "id": 8167, "properties": { "east": "true", "north": "false", @@ -266080,7 +276442,7 @@ } }, { - "id": 7091, + "id": 8168, "properties": { "east": "true", "north": "false", @@ -266090,7 +276452,7 @@ } }, { - "id": 7092, + "id": 8169, "properties": { "east": "true", "north": "false", @@ -266100,7 +276462,7 @@ } }, { - "id": 7093, + "id": 8170, "properties": { "east": "true", "north": "false", @@ -266110,7 +276472,7 @@ } }, { - "id": 7094, + "id": 8171, "properties": { "east": "true", "north": "false", @@ -266120,7 +276482,7 @@ } }, { - "id": 7095, + "id": 8172, "properties": { "east": "true", "north": "false", @@ -266130,7 +276492,7 @@ } }, { - "id": 7096, + "id": 8173, "properties": { "east": "false", "north": "true", @@ -266140,7 +276502,7 @@ } }, { - "id": 7097, + "id": 8174, "properties": { "east": "false", "north": "true", @@ -266150,7 +276512,7 @@ } }, { - "id": 7098, + "id": 8175, "properties": { "east": "false", "north": "true", @@ -266160,7 +276522,7 @@ } }, { - "id": 7099, + "id": 8176, "properties": { "east": "false", "north": "true", @@ -266170,7 +276532,7 @@ } }, { - "id": 7100, + "id": 8177, "properties": { "east": "false", "north": "true", @@ -266180,7 +276542,7 @@ } }, { - "id": 7101, + "id": 8178, "properties": { "east": "false", "north": "true", @@ -266190,7 +276552,7 @@ } }, { - "id": 7102, + "id": 8179, "properties": { "east": "false", "north": "true", @@ -266200,7 +276562,7 @@ } }, { - "id": 7103, + "id": 8180, "properties": { "east": "false", "north": "true", @@ -266210,7 +276572,7 @@ } }, { - "id": 7104, + "id": 8181, "properties": { "east": "false", "north": "false", @@ -266220,7 +276582,7 @@ } }, { - "id": 7105, + "id": 8182, "properties": { "east": "false", "north": "false", @@ -266230,7 +276592,7 @@ } }, { - "id": 7106, + "id": 8183, "properties": { "east": "false", "north": "false", @@ -266240,7 +276602,7 @@ } }, { - "id": 7107, + "id": 8184, "properties": { "east": "false", "north": "false", @@ -266250,7 +276612,7 @@ } }, { - "id": 7108, + "id": 8185, "properties": { "east": "false", "north": "false", @@ -266260,7 +276622,7 @@ } }, { - "id": 7109, + "id": 8186, "properties": { "east": "false", "north": "false", @@ -266270,7 +276632,7 @@ } }, { - "id": 7110, + "id": 8187, "properties": { "east": "false", "north": "false", @@ -266281,7 +276643,7 @@ }, { "default": true, - "id": 7111, + "id": 8188, "properties": { "east": "false", "north": "false", @@ -266300,7 +276662,7 @@ "states": [ { "default": true, - "id": 13981 + "id": 15090 } ] }, @@ -266321,25 +276683,25 @@ "states": [ { "default": true, - "id": 2402, + "id": 3170, "properties": { "facing": "north" } }, { - "id": 2403, + "id": 3171, "properties": { "facing": "south" } }, { - "id": 2404, + "id": 3172, "properties": { "facing": "west" } }, { - "id": 2405, + "id": 3173, "properties": { "facing": "east" } @@ -266372,7 +276734,7 @@ }, "states": [ { - "id": 20147, + "id": 21288, "properties": { "face": "floor", "facing": "north", @@ -266380,7 +276742,7 @@ } }, { - "id": 20148, + "id": 21289, "properties": { "face": "floor", "facing": "north", @@ -266388,7 +276750,7 @@ } }, { - "id": 20149, + "id": 21290, "properties": { "face": "floor", "facing": "south", @@ -266396,7 +276758,7 @@ } }, { - "id": 20150, + "id": 21291, "properties": { "face": "floor", "facing": "south", @@ -266404,7 +276766,7 @@ } }, { - "id": 20151, + "id": 21292, "properties": { "face": "floor", "facing": "west", @@ -266412,7 +276774,7 @@ } }, { - "id": 20152, + "id": 21293, "properties": { "face": "floor", "facing": "west", @@ -266420,7 +276782,7 @@ } }, { - "id": 20153, + "id": 21294, "properties": { "face": "floor", "facing": "east", @@ -266428,7 +276790,7 @@ } }, { - "id": 20154, + "id": 21295, "properties": { "face": "floor", "facing": "east", @@ -266436,7 +276798,7 @@ } }, { - "id": 20155, + "id": 21296, "properties": { "face": "wall", "facing": "north", @@ -266445,7 +276807,7 @@ }, { "default": true, - "id": 20156, + "id": 21297, "properties": { "face": "wall", "facing": "north", @@ -266453,7 +276815,7 @@ } }, { - "id": 20157, + "id": 21298, "properties": { "face": "wall", "facing": "south", @@ -266461,7 +276823,7 @@ } }, { - "id": 20158, + "id": 21299, "properties": { "face": "wall", "facing": "south", @@ -266469,7 +276831,7 @@ } }, { - "id": 20159, + "id": 21300, "properties": { "face": "wall", "facing": "west", @@ -266477,7 +276839,7 @@ } }, { - "id": 20160, + "id": 21301, "properties": { "face": "wall", "facing": "west", @@ -266485,7 +276847,7 @@ } }, { - "id": 20161, + "id": 21302, "properties": { "face": "wall", "facing": "east", @@ -266493,7 +276855,7 @@ } }, { - "id": 20162, + "id": 21303, "properties": { "face": "wall", "facing": "east", @@ -266501,7 +276863,7 @@ } }, { - "id": 20163, + "id": 21304, "properties": { "face": "ceiling", "facing": "north", @@ -266509,7 +276871,7 @@ } }, { - "id": 20164, + "id": 21305, "properties": { "face": "ceiling", "facing": "north", @@ -266517,7 +276879,7 @@ } }, { - "id": 20165, + "id": 21306, "properties": { "face": "ceiling", "facing": "south", @@ -266525,7 +276887,7 @@ } }, { - "id": 20166, + "id": 21307, "properties": { "face": "ceiling", "facing": "south", @@ -266533,7 +276895,7 @@ } }, { - "id": 20167, + "id": 21308, "properties": { "face": "ceiling", "facing": "west", @@ -266541,7 +276903,7 @@ } }, { - "id": 20168, + "id": 21309, "properties": { "face": "ceiling", "facing": "west", @@ -266549,7 +276911,7 @@ } }, { - "id": 20169, + "id": 21310, "properties": { "face": "ceiling", "facing": "east", @@ -266557,7 +276919,7 @@ } }, { - "id": 20170, + "id": 21311, "properties": { "face": "ceiling", "facing": "east", @@ -266598,7 +276960,7 @@ }, "states": [ { - "id": 20235, + "id": 21376, "properties": { "facing": "north", "half": "upper", @@ -266608,7 +276970,7 @@ } }, { - "id": 20236, + "id": 21377, "properties": { "facing": "north", "half": "upper", @@ -266618,7 +276980,7 @@ } }, { - "id": 20237, + "id": 21378, "properties": { "facing": "north", "half": "upper", @@ -266628,7 +276990,7 @@ } }, { - "id": 20238, + "id": 21379, "properties": { "facing": "north", "half": "upper", @@ -266638,7 +277000,7 @@ } }, { - "id": 20239, + "id": 21380, "properties": { "facing": "north", "half": "upper", @@ -266648,7 +277010,7 @@ } }, { - "id": 20240, + "id": 21381, "properties": { "facing": "north", "half": "upper", @@ -266658,7 +277020,7 @@ } }, { - "id": 20241, + "id": 21382, "properties": { "facing": "north", "half": "upper", @@ -266668,7 +277030,7 @@ } }, { - "id": 20242, + "id": 21383, "properties": { "facing": "north", "half": "upper", @@ -266678,7 +277040,7 @@ } }, { - "id": 20243, + "id": 21384, "properties": { "facing": "north", "half": "lower", @@ -266688,7 +277050,7 @@ } }, { - "id": 20244, + "id": 21385, "properties": { "facing": "north", "half": "lower", @@ -266698,7 +277060,7 @@ } }, { - "id": 20245, + "id": 21386, "properties": { "facing": "north", "half": "lower", @@ -266709,7 +277071,7 @@ }, { "default": true, - "id": 20246, + "id": 21387, "properties": { "facing": "north", "half": "lower", @@ -266719,7 +277081,7 @@ } }, { - "id": 20247, + "id": 21388, "properties": { "facing": "north", "half": "lower", @@ -266729,7 +277091,7 @@ } }, { - "id": 20248, + "id": 21389, "properties": { "facing": "north", "half": "lower", @@ -266739,7 +277101,7 @@ } }, { - "id": 20249, + "id": 21390, "properties": { "facing": "north", "half": "lower", @@ -266749,7 +277111,7 @@ } }, { - "id": 20250, + "id": 21391, "properties": { "facing": "north", "half": "lower", @@ -266759,7 +277121,7 @@ } }, { - "id": 20251, + "id": 21392, "properties": { "facing": "south", "half": "upper", @@ -266769,7 +277131,7 @@ } }, { - "id": 20252, + "id": 21393, "properties": { "facing": "south", "half": "upper", @@ -266779,7 +277141,7 @@ } }, { - "id": 20253, + "id": 21394, "properties": { "facing": "south", "half": "upper", @@ -266789,7 +277151,7 @@ } }, { - "id": 20254, + "id": 21395, "properties": { "facing": "south", "half": "upper", @@ -266799,7 +277161,7 @@ } }, { - "id": 20255, + "id": 21396, "properties": { "facing": "south", "half": "upper", @@ -266809,7 +277171,7 @@ } }, { - "id": 20256, + "id": 21397, "properties": { "facing": "south", "half": "upper", @@ -266819,7 +277181,7 @@ } }, { - "id": 20257, + "id": 21398, "properties": { "facing": "south", "half": "upper", @@ -266829,7 +277191,7 @@ } }, { - "id": 20258, + "id": 21399, "properties": { "facing": "south", "half": "upper", @@ -266839,7 +277201,7 @@ } }, { - "id": 20259, + "id": 21400, "properties": { "facing": "south", "half": "lower", @@ -266849,7 +277211,7 @@ } }, { - "id": 20260, + "id": 21401, "properties": { "facing": "south", "half": "lower", @@ -266859,7 +277221,7 @@ } }, { - "id": 20261, + "id": 21402, "properties": { "facing": "south", "half": "lower", @@ -266869,7 +277231,7 @@ } }, { - "id": 20262, + "id": 21403, "properties": { "facing": "south", "half": "lower", @@ -266879,7 +277241,7 @@ } }, { - "id": 20263, + "id": 21404, "properties": { "facing": "south", "half": "lower", @@ -266889,7 +277251,7 @@ } }, { - "id": 20264, + "id": 21405, "properties": { "facing": "south", "half": "lower", @@ -266899,7 +277261,7 @@ } }, { - "id": 20265, + "id": 21406, "properties": { "facing": "south", "half": "lower", @@ -266909,7 +277271,7 @@ } }, { - "id": 20266, + "id": 21407, "properties": { "facing": "south", "half": "lower", @@ -266919,7 +277281,7 @@ } }, { - "id": 20267, + "id": 21408, "properties": { "facing": "west", "half": "upper", @@ -266929,7 +277291,7 @@ } }, { - "id": 20268, + "id": 21409, "properties": { "facing": "west", "half": "upper", @@ -266939,7 +277301,7 @@ } }, { - "id": 20269, + "id": 21410, "properties": { "facing": "west", "half": "upper", @@ -266949,7 +277311,7 @@ } }, { - "id": 20270, + "id": 21411, "properties": { "facing": "west", "half": "upper", @@ -266959,7 +277321,7 @@ } }, { - "id": 20271, + "id": 21412, "properties": { "facing": "west", "half": "upper", @@ -266969,7 +277331,7 @@ } }, { - "id": 20272, + "id": 21413, "properties": { "facing": "west", "half": "upper", @@ -266979,7 +277341,7 @@ } }, { - "id": 20273, + "id": 21414, "properties": { "facing": "west", "half": "upper", @@ -266989,7 +277351,7 @@ } }, { - "id": 20274, + "id": 21415, "properties": { "facing": "west", "half": "upper", @@ -266999,7 +277361,7 @@ } }, { - "id": 20275, + "id": 21416, "properties": { "facing": "west", "half": "lower", @@ -267009,7 +277371,7 @@ } }, { - "id": 20276, + "id": 21417, "properties": { "facing": "west", "half": "lower", @@ -267019,7 +277381,7 @@ } }, { - "id": 20277, + "id": 21418, "properties": { "facing": "west", "half": "lower", @@ -267029,7 +277391,7 @@ } }, { - "id": 20278, + "id": 21419, "properties": { "facing": "west", "half": "lower", @@ -267039,7 +277401,7 @@ } }, { - "id": 20279, + "id": 21420, "properties": { "facing": "west", "half": "lower", @@ -267049,7 +277411,7 @@ } }, { - "id": 20280, + "id": 21421, "properties": { "facing": "west", "half": "lower", @@ -267059,7 +277421,7 @@ } }, { - "id": 20281, + "id": 21422, "properties": { "facing": "west", "half": "lower", @@ -267069,7 +277431,7 @@ } }, { - "id": 20282, + "id": 21423, "properties": { "facing": "west", "half": "lower", @@ -267079,7 +277441,7 @@ } }, { - "id": 20283, + "id": 21424, "properties": { "facing": "east", "half": "upper", @@ -267089,7 +277451,7 @@ } }, { - "id": 20284, + "id": 21425, "properties": { "facing": "east", "half": "upper", @@ -267099,7 +277461,7 @@ } }, { - "id": 20285, + "id": 21426, "properties": { "facing": "east", "half": "upper", @@ -267109,7 +277471,7 @@ } }, { - "id": 20286, + "id": 21427, "properties": { "facing": "east", "half": "upper", @@ -267119,7 +277481,7 @@ } }, { - "id": 20287, + "id": 21428, "properties": { "facing": "east", "half": "upper", @@ -267129,7 +277491,7 @@ } }, { - "id": 20288, + "id": 21429, "properties": { "facing": "east", "half": "upper", @@ -267139,7 +277501,7 @@ } }, { - "id": 20289, + "id": 21430, "properties": { "facing": "east", "half": "upper", @@ -267149,7 +277511,7 @@ } }, { - "id": 20290, + "id": 21431, "properties": { "facing": "east", "half": "upper", @@ -267159,7 +277521,7 @@ } }, { - "id": 20291, + "id": 21432, "properties": { "facing": "east", "half": "lower", @@ -267169,7 +277531,7 @@ } }, { - "id": 20292, + "id": 21433, "properties": { "facing": "east", "half": "lower", @@ -267179,7 +277541,7 @@ } }, { - "id": 20293, + "id": 21434, "properties": { "facing": "east", "half": "lower", @@ -267189,7 +277551,7 @@ } }, { - "id": 20294, + "id": 21435, "properties": { "facing": "east", "half": "lower", @@ -267199,7 +277561,7 @@ } }, { - "id": 20295, + "id": 21436, "properties": { "facing": "east", "half": "lower", @@ -267209,7 +277571,7 @@ } }, { - "id": 20296, + "id": 21437, "properties": { "facing": "east", "half": "lower", @@ -267219,7 +277581,7 @@ } }, { - "id": 20297, + "id": 21438, "properties": { "facing": "east", "half": "lower", @@ -267229,7 +277591,7 @@ } }, { - "id": 20298, + "id": 21439, "properties": { "facing": "east", "half": "lower", @@ -267269,7 +277631,7 @@ }, "states": [ { - "id": 19739, + "id": 20880, "properties": { "east": "true", "north": "true", @@ -267279,7 +277641,7 @@ } }, { - "id": 19740, + "id": 20881, "properties": { "east": "true", "north": "true", @@ -267289,7 +277651,7 @@ } }, { - "id": 19741, + "id": 20882, "properties": { "east": "true", "north": "true", @@ -267299,7 +277661,7 @@ } }, { - "id": 19742, + "id": 20883, "properties": { "east": "true", "north": "true", @@ -267309,7 +277671,7 @@ } }, { - "id": 19743, + "id": 20884, "properties": { "east": "true", "north": "true", @@ -267319,7 +277681,7 @@ } }, { - "id": 19744, + "id": 20885, "properties": { "east": "true", "north": "true", @@ -267329,7 +277691,7 @@ } }, { - "id": 19745, + "id": 20886, "properties": { "east": "true", "north": "true", @@ -267339,7 +277701,7 @@ } }, { - "id": 19746, + "id": 20887, "properties": { "east": "true", "north": "true", @@ -267349,7 +277711,7 @@ } }, { - "id": 19747, + "id": 20888, "properties": { "east": "true", "north": "false", @@ -267359,7 +277721,7 @@ } }, { - "id": 19748, + "id": 20889, "properties": { "east": "true", "north": "false", @@ -267369,7 +277731,7 @@ } }, { - "id": 19749, + "id": 20890, "properties": { "east": "true", "north": "false", @@ -267379,7 +277741,7 @@ } }, { - "id": 19750, + "id": 20891, "properties": { "east": "true", "north": "false", @@ -267389,7 +277751,7 @@ } }, { - "id": 19751, + "id": 20892, "properties": { "east": "true", "north": "false", @@ -267399,7 +277761,7 @@ } }, { - "id": 19752, + "id": 20893, "properties": { "east": "true", "north": "false", @@ -267409,7 +277771,7 @@ } }, { - "id": 19753, + "id": 20894, "properties": { "east": "true", "north": "false", @@ -267419,7 +277781,7 @@ } }, { - "id": 19754, + "id": 20895, "properties": { "east": "true", "north": "false", @@ -267429,7 +277791,7 @@ } }, { - "id": 19755, + "id": 20896, "properties": { "east": "false", "north": "true", @@ -267439,7 +277801,7 @@ } }, { - "id": 19756, + "id": 20897, "properties": { "east": "false", "north": "true", @@ -267449,7 +277811,7 @@ } }, { - "id": 19757, + "id": 20898, "properties": { "east": "false", "north": "true", @@ -267459,7 +277821,7 @@ } }, { - "id": 19758, + "id": 20899, "properties": { "east": "false", "north": "true", @@ -267469,7 +277831,7 @@ } }, { - "id": 19759, + "id": 20900, "properties": { "east": "false", "north": "true", @@ -267479,7 +277841,7 @@ } }, { - "id": 19760, + "id": 20901, "properties": { "east": "false", "north": "true", @@ -267489,7 +277851,7 @@ } }, { - "id": 19761, + "id": 20902, "properties": { "east": "false", "north": "true", @@ -267499,7 +277861,7 @@ } }, { - "id": 19762, + "id": 20903, "properties": { "east": "false", "north": "true", @@ -267509,7 +277871,7 @@ } }, { - "id": 19763, + "id": 20904, "properties": { "east": "false", "north": "false", @@ -267519,7 +277881,7 @@ } }, { - "id": 19764, + "id": 20905, "properties": { "east": "false", "north": "false", @@ -267529,7 +277891,7 @@ } }, { - "id": 19765, + "id": 20906, "properties": { "east": "false", "north": "false", @@ -267539,7 +277901,7 @@ } }, { - "id": 19766, + "id": 20907, "properties": { "east": "false", "north": "false", @@ -267549,7 +277911,7 @@ } }, { - "id": 19767, + "id": 20908, "properties": { "east": "false", "north": "false", @@ -267559,7 +277921,7 @@ } }, { - "id": 19768, + "id": 20909, "properties": { "east": "false", "north": "false", @@ -267569,7 +277931,7 @@ } }, { - "id": 19769, + "id": 20910, "properties": { "east": "false", "north": "false", @@ -267580,7 +277942,7 @@ }, { "default": true, - "id": 19770, + "id": 20911, "properties": { "east": "false", "north": "false", @@ -267619,7 +277981,7 @@ }, "states": [ { - "id": 19931, + "id": 21072, "properties": { "facing": "north", "in_wall": "true", @@ -267628,7 +277990,7 @@ } }, { - "id": 19932, + "id": 21073, "properties": { "facing": "north", "in_wall": "true", @@ -267637,7 +277999,7 @@ } }, { - "id": 19933, + "id": 21074, "properties": { "facing": "north", "in_wall": "true", @@ -267646,7 +278008,7 @@ } }, { - "id": 19934, + "id": 21075, "properties": { "facing": "north", "in_wall": "true", @@ -267655,7 +278017,7 @@ } }, { - "id": 19935, + "id": 21076, "properties": { "facing": "north", "in_wall": "false", @@ -267664,7 +278026,7 @@ } }, { - "id": 19936, + "id": 21077, "properties": { "facing": "north", "in_wall": "false", @@ -267673,7 +278035,7 @@ } }, { - "id": 19937, + "id": 21078, "properties": { "facing": "north", "in_wall": "false", @@ -267683,7 +278045,7 @@ }, { "default": true, - "id": 19938, + "id": 21079, "properties": { "facing": "north", "in_wall": "false", @@ -267692,7 +278054,7 @@ } }, { - "id": 19939, + "id": 21080, "properties": { "facing": "south", "in_wall": "true", @@ -267701,7 +278063,7 @@ } }, { - "id": 19940, + "id": 21081, "properties": { "facing": "south", "in_wall": "true", @@ -267710,7 +278072,7 @@ } }, { - "id": 19941, + "id": 21082, "properties": { "facing": "south", "in_wall": "true", @@ -267719,7 +278081,7 @@ } }, { - "id": 19942, + "id": 21083, "properties": { "facing": "south", "in_wall": "true", @@ -267728,7 +278090,7 @@ } }, { - "id": 19943, + "id": 21084, "properties": { "facing": "south", "in_wall": "false", @@ -267737,7 +278099,7 @@ } }, { - "id": 19944, + "id": 21085, "properties": { "facing": "south", "in_wall": "false", @@ -267746,7 +278108,7 @@ } }, { - "id": 19945, + "id": 21086, "properties": { "facing": "south", "in_wall": "false", @@ -267755,7 +278117,7 @@ } }, { - "id": 19946, + "id": 21087, "properties": { "facing": "south", "in_wall": "false", @@ -267764,7 +278126,7 @@ } }, { - "id": 19947, + "id": 21088, "properties": { "facing": "west", "in_wall": "true", @@ -267773,7 +278135,7 @@ } }, { - "id": 19948, + "id": 21089, "properties": { "facing": "west", "in_wall": "true", @@ -267782,7 +278144,7 @@ } }, { - "id": 19949, + "id": 21090, "properties": { "facing": "west", "in_wall": "true", @@ -267791,7 +278153,7 @@ } }, { - "id": 19950, + "id": 21091, "properties": { "facing": "west", "in_wall": "true", @@ -267800,7 +278162,7 @@ } }, { - "id": 19951, + "id": 21092, "properties": { "facing": "west", "in_wall": "false", @@ -267809,7 +278171,7 @@ } }, { - "id": 19952, + "id": 21093, "properties": { "facing": "west", "in_wall": "false", @@ -267818,7 +278180,7 @@ } }, { - "id": 19953, + "id": 21094, "properties": { "facing": "west", "in_wall": "false", @@ -267827,7 +278189,7 @@ } }, { - "id": 19954, + "id": 21095, "properties": { "facing": "west", "in_wall": "false", @@ -267836,7 +278198,7 @@ } }, { - "id": 19955, + "id": 21096, "properties": { "facing": "east", "in_wall": "true", @@ -267845,7 +278207,7 @@ } }, { - "id": 19956, + "id": 21097, "properties": { "facing": "east", "in_wall": "true", @@ -267854,7 +278216,7 @@ } }, { - "id": 19957, + "id": 21098, "properties": { "facing": "east", "in_wall": "true", @@ -267863,7 +278225,7 @@ } }, { - "id": 19958, + "id": 21099, "properties": { "facing": "east", "in_wall": "true", @@ -267872,7 +278234,7 @@ } }, { - "id": 19959, + "id": 21100, "properties": { "facing": "east", "in_wall": "false", @@ -267881,7 +278243,7 @@ } }, { - "id": 19960, + "id": 21101, "properties": { "facing": "east", "in_wall": "false", @@ -267890,7 +278252,7 @@ } }, { - "id": 19961, + "id": 21102, "properties": { "facing": "east", "in_wall": "false", @@ -267899,7 +278261,7 @@ } }, { - "id": 19962, + "id": 21103, "properties": { "facing": "east", "in_wall": "false", @@ -267919,7 +278281,7 @@ "states": [ { "default": true, - "id": 19615 + "id": 20756 } ] }, @@ -267959,7 +278321,7 @@ }, "states": [ { - "id": 5514, + "id": 6282, "properties": { "attached": "true", "rotation": "0", @@ -267967,7 +278329,7 @@ } }, { - "id": 5515, + "id": 6283, "properties": { "attached": "true", "rotation": "0", @@ -267975,7 +278337,7 @@ } }, { - "id": 5516, + "id": 6284, "properties": { "attached": "true", "rotation": "1", @@ -267983,7 +278345,7 @@ } }, { - "id": 5517, + "id": 6285, "properties": { "attached": "true", "rotation": "1", @@ -267991,7 +278353,7 @@ } }, { - "id": 5518, + "id": 6286, "properties": { "attached": "true", "rotation": "2", @@ -267999,7 +278361,7 @@ } }, { - "id": 5519, + "id": 6287, "properties": { "attached": "true", "rotation": "2", @@ -268007,7 +278369,7 @@ } }, { - "id": 5520, + "id": 6288, "properties": { "attached": "true", "rotation": "3", @@ -268015,7 +278377,7 @@ } }, { - "id": 5521, + "id": 6289, "properties": { "attached": "true", "rotation": "3", @@ -268023,7 +278385,7 @@ } }, { - "id": 5522, + "id": 6290, "properties": { "attached": "true", "rotation": "4", @@ -268031,7 +278393,7 @@ } }, { - "id": 5523, + "id": 6291, "properties": { "attached": "true", "rotation": "4", @@ -268039,7 +278401,7 @@ } }, { - "id": 5524, + "id": 6292, "properties": { "attached": "true", "rotation": "5", @@ -268047,7 +278409,7 @@ } }, { - "id": 5525, + "id": 6293, "properties": { "attached": "true", "rotation": "5", @@ -268055,7 +278417,7 @@ } }, { - "id": 5526, + "id": 6294, "properties": { "attached": "true", "rotation": "6", @@ -268063,7 +278425,7 @@ } }, { - "id": 5527, + "id": 6295, "properties": { "attached": "true", "rotation": "6", @@ -268071,7 +278433,7 @@ } }, { - "id": 5528, + "id": 6296, "properties": { "attached": "true", "rotation": "7", @@ -268079,7 +278441,7 @@ } }, { - "id": 5529, + "id": 6297, "properties": { "attached": "true", "rotation": "7", @@ -268087,7 +278449,7 @@ } }, { - "id": 5530, + "id": 6298, "properties": { "attached": "true", "rotation": "8", @@ -268095,7 +278457,7 @@ } }, { - "id": 5531, + "id": 6299, "properties": { "attached": "true", "rotation": "8", @@ -268103,7 +278465,7 @@ } }, { - "id": 5532, + "id": 6300, "properties": { "attached": "true", "rotation": "9", @@ -268111,7 +278473,7 @@ } }, { - "id": 5533, + "id": 6301, "properties": { "attached": "true", "rotation": "9", @@ -268119,7 +278481,7 @@ } }, { - "id": 5534, + "id": 6302, "properties": { "attached": "true", "rotation": "10", @@ -268127,7 +278489,7 @@ } }, { - "id": 5535, + "id": 6303, "properties": { "attached": "true", "rotation": "10", @@ -268135,7 +278497,7 @@ } }, { - "id": 5536, + "id": 6304, "properties": { "attached": "true", "rotation": "11", @@ -268143,7 +278505,7 @@ } }, { - "id": 5537, + "id": 6305, "properties": { "attached": "true", "rotation": "11", @@ -268151,7 +278513,7 @@ } }, { - "id": 5538, + "id": 6306, "properties": { "attached": "true", "rotation": "12", @@ -268159,7 +278521,7 @@ } }, { - "id": 5539, + "id": 6307, "properties": { "attached": "true", "rotation": "12", @@ -268167,7 +278529,7 @@ } }, { - "id": 5540, + "id": 6308, "properties": { "attached": "true", "rotation": "13", @@ -268175,7 +278537,7 @@ } }, { - "id": 5541, + "id": 6309, "properties": { "attached": "true", "rotation": "13", @@ -268183,7 +278545,7 @@ } }, { - "id": 5542, + "id": 6310, "properties": { "attached": "true", "rotation": "14", @@ -268191,7 +278553,7 @@ } }, { - "id": 5543, + "id": 6311, "properties": { "attached": "true", "rotation": "14", @@ -268199,7 +278561,7 @@ } }, { - "id": 5544, + "id": 6312, "properties": { "attached": "true", "rotation": "15", @@ -268207,7 +278569,7 @@ } }, { - "id": 5545, + "id": 6313, "properties": { "attached": "true", "rotation": "15", @@ -268215,7 +278577,7 @@ } }, { - "id": 5546, + "id": 6314, "properties": { "attached": "false", "rotation": "0", @@ -268224,7 +278586,7 @@ }, { "default": true, - "id": 5547, + "id": 6315, "properties": { "attached": "false", "rotation": "0", @@ -268232,7 +278594,7 @@ } }, { - "id": 5548, + "id": 6316, "properties": { "attached": "false", "rotation": "1", @@ -268240,7 +278602,7 @@ } }, { - "id": 5549, + "id": 6317, "properties": { "attached": "false", "rotation": "1", @@ -268248,7 +278610,7 @@ } }, { - "id": 5550, + "id": 6318, "properties": { "attached": "false", "rotation": "2", @@ -268256,7 +278618,7 @@ } }, { - "id": 5551, + "id": 6319, "properties": { "attached": "false", "rotation": "2", @@ -268264,7 +278626,7 @@ } }, { - "id": 5552, + "id": 6320, "properties": { "attached": "false", "rotation": "3", @@ -268272,7 +278634,7 @@ } }, { - "id": 5553, + "id": 6321, "properties": { "attached": "false", "rotation": "3", @@ -268280,7 +278642,7 @@ } }, { - "id": 5554, + "id": 6322, "properties": { "attached": "false", "rotation": "4", @@ -268288,7 +278650,7 @@ } }, { - "id": 5555, + "id": 6323, "properties": { "attached": "false", "rotation": "4", @@ -268296,7 +278658,7 @@ } }, { - "id": 5556, + "id": 6324, "properties": { "attached": "false", "rotation": "5", @@ -268304,7 +278666,7 @@ } }, { - "id": 5557, + "id": 6325, "properties": { "attached": "false", "rotation": "5", @@ -268312,7 +278674,7 @@ } }, { - "id": 5558, + "id": 6326, "properties": { "attached": "false", "rotation": "6", @@ -268320,7 +278682,7 @@ } }, { - "id": 5559, + "id": 6327, "properties": { "attached": "false", "rotation": "6", @@ -268328,7 +278690,7 @@ } }, { - "id": 5560, + "id": 6328, "properties": { "attached": "false", "rotation": "7", @@ -268336,7 +278698,7 @@ } }, { - "id": 5561, + "id": 6329, "properties": { "attached": "false", "rotation": "7", @@ -268344,7 +278706,7 @@ } }, { - "id": 5562, + "id": 6330, "properties": { "attached": "false", "rotation": "8", @@ -268352,7 +278714,7 @@ } }, { - "id": 5563, + "id": 6331, "properties": { "attached": "false", "rotation": "8", @@ -268360,7 +278722,7 @@ } }, { - "id": 5564, + "id": 6332, "properties": { "attached": "false", "rotation": "9", @@ -268368,7 +278730,7 @@ } }, { - "id": 5565, + "id": 6333, "properties": { "attached": "false", "rotation": "9", @@ -268376,7 +278738,7 @@ } }, { - "id": 5566, + "id": 6334, "properties": { "attached": "false", "rotation": "10", @@ -268384,7 +278746,7 @@ } }, { - "id": 5567, + "id": 6335, "properties": { "attached": "false", "rotation": "10", @@ -268392,7 +278754,7 @@ } }, { - "id": 5568, + "id": 6336, "properties": { "attached": "false", "rotation": "11", @@ -268400,7 +278762,7 @@ } }, { - "id": 5569, + "id": 6337, "properties": { "attached": "false", "rotation": "11", @@ -268408,7 +278770,7 @@ } }, { - "id": 5570, + "id": 6338, "properties": { "attached": "false", "rotation": "12", @@ -268416,7 +278778,7 @@ } }, { - "id": 5571, + "id": 6339, "properties": { "attached": "false", "rotation": "12", @@ -268424,7 +278786,7 @@ } }, { - "id": 5572, + "id": 6340, "properties": { "attached": "false", "rotation": "13", @@ -268432,7 +278794,7 @@ } }, { - "id": 5573, + "id": 6341, "properties": { "attached": "false", "rotation": "13", @@ -268440,7 +278802,7 @@ } }, { - "id": 5574, + "id": 6342, "properties": { "attached": "false", "rotation": "14", @@ -268448,7 +278810,7 @@ } }, { - "id": 5575, + "id": 6343, "properties": { "attached": "false", "rotation": "14", @@ -268456,7 +278818,7 @@ } }, { - "id": 5576, + "id": 6344, "properties": { "attached": "false", "rotation": "15", @@ -268464,7 +278826,7 @@ } }, { - "id": 5577, + "id": 6345, "properties": { "attached": "false", "rotation": "15", @@ -268487,20 +278849,20 @@ }, "states": [ { - "id": 19608, + "id": 20749, "properties": { "axis": "x" } }, { "default": true, - "id": 19609, + "id": 20750, "properties": { "axis": "y" } }, { - "id": 19610, + "id": 20751, "properties": { "axis": "z" } @@ -268515,7 +278877,7 @@ "states": [ { "default": true, - "id": 19614 + "id": 20755 } ] }, @@ -268527,7 +278889,7 @@ "states": [ { "default": true, - "id": 19690 + "id": 20831 } ] }, @@ -268545,14 +278907,14 @@ }, "states": [ { - "id": 19705, + "id": 20846, "properties": { "powered": "true" } }, { "default": true, - "id": 19706, + "id": 20847, "properties": { "powered": "false" } @@ -268567,7 +278929,614 @@ "states": [ { "default": true, - "id": 19617 + "id": 20758 + } + ] + }, + "minecraft:warped_shelf": { + "definition": { + "type": "minecraft:shelf", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "powered": [ + "true", + "false" + ], + "side_chain": [ + "unconnected", + "right", + "center", + "left" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 3103, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3104, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3105, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3106, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3107, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3108, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3109, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3110, + "properties": { + "facing": "north", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3111, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 3112, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3113, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3114, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3115, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3116, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3117, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3118, + "properties": { + "facing": "north", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3119, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3120, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3121, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3122, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3123, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3124, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3125, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3126, + "properties": { + "facing": "south", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3127, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3128, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3129, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3130, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3131, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3132, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3133, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3134, + "properties": { + "facing": "south", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3135, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3136, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3137, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3138, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3139, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3140, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3141, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3142, + "properties": { + "facing": "west", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3143, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3144, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3145, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3146, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3147, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3148, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3149, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3150, + "properties": { + "facing": "west", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3151, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3152, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3153, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3154, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3155, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3156, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3157, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3158, + "properties": { + "facing": "east", + "powered": "true", + "side_chain": "left", + "waterlogged": "false" + } + }, + { + "id": 3159, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "true" + } + }, + { + "id": 3160, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "unconnected", + "waterlogged": "false" + } + }, + { + "id": 3161, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "true" + } + }, + { + "id": 3162, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "right", + "waterlogged": "false" + } + }, + { + "id": 3163, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "true" + } + }, + { + "id": 3164, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "center", + "waterlogged": "false" + } + }, + { + "id": 3165, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "true" + } + }, + { + "id": 3166, + "properties": { + "facing": "east", + "powered": "false", + "side_chain": "left", + "waterlogged": "false" + } } ] }, @@ -268603,7 +279572,7 @@ }, "states": [ { - "id": 20331, + "id": 21472, "properties": { "rotation": "0", "waterlogged": "true" @@ -268611,217 +279580,217 @@ }, { "default": true, - "id": 20332, + "id": 21473, "properties": { "rotation": "0", "waterlogged": "false" } }, { - "id": 20333, + "id": 21474, "properties": { "rotation": "1", "waterlogged": "true" } }, { - "id": 20334, + "id": 21475, "properties": { "rotation": "1", "waterlogged": "false" } }, { - "id": 20335, + "id": 21476, "properties": { "rotation": "2", "waterlogged": "true" } }, { - "id": 20336, + "id": 21477, "properties": { "rotation": "2", "waterlogged": "false" } }, { - "id": 20337, + "id": 21478, "properties": { "rotation": "3", "waterlogged": "true" } }, { - "id": 20338, + "id": 21479, "properties": { "rotation": "3", "waterlogged": "false" } }, { - "id": 20339, + "id": 21480, "properties": { "rotation": "4", "waterlogged": "true" } }, { - "id": 20340, + "id": 21481, "properties": { "rotation": "4", "waterlogged": "false" } }, { - "id": 20341, + "id": 21482, "properties": { "rotation": "5", "waterlogged": "true" } }, { - "id": 20342, + "id": 21483, "properties": { "rotation": "5", "waterlogged": "false" } }, { - "id": 20343, + "id": 21484, "properties": { "rotation": "6", "waterlogged": "true" } }, { - "id": 20344, + "id": 21485, "properties": { "rotation": "6", "waterlogged": "false" } }, { - "id": 20345, + "id": 21486, "properties": { "rotation": "7", "waterlogged": "true" } }, { - "id": 20346, + "id": 21487, "properties": { "rotation": "7", "waterlogged": "false" } }, { - "id": 20347, + "id": 21488, "properties": { "rotation": "8", "waterlogged": "true" } }, { - "id": 20348, + "id": 21489, "properties": { "rotation": "8", "waterlogged": "false" } }, { - "id": 20349, + "id": 21490, "properties": { "rotation": "9", "waterlogged": "true" } }, { - "id": 20350, + "id": 21491, "properties": { "rotation": "9", "waterlogged": "false" } }, { - "id": 20351, + "id": 21492, "properties": { "rotation": "10", "waterlogged": "true" } }, { - "id": 20352, + "id": 21493, "properties": { "rotation": "10", "waterlogged": "false" } }, { - "id": 20353, + "id": 21494, "properties": { "rotation": "11", "waterlogged": "true" } }, { - "id": 20354, + "id": 21495, "properties": { "rotation": "11", "waterlogged": "false" } }, { - "id": 20355, + "id": 21496, "properties": { "rotation": "12", "waterlogged": "true" } }, { - "id": 20356, + "id": 21497, "properties": { "rotation": "12", "waterlogged": "false" } }, { - "id": 20357, + "id": 21498, "properties": { "rotation": "13", "waterlogged": "true" } }, { - "id": 20358, + "id": 21499, "properties": { "rotation": "13", "waterlogged": "false" } }, { - "id": 20359, + "id": 21500, "properties": { "rotation": "14", "waterlogged": "true" } }, { - "id": 20360, + "id": 21501, "properties": { "rotation": "14", "waterlogged": "false" } }, { - "id": 20361, + "id": 21502, "properties": { "rotation": "15", "waterlogged": "true" } }, { - "id": 20362, + "id": 21503, "properties": { "rotation": "15", "waterlogged": "false" @@ -268847,21 +279816,21 @@ }, "states": [ { - "id": 19697, + "id": 20838, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 19698, + "id": 20839, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 19699, + "id": 20840, "properties": { "type": "bottom", "waterlogged": "true" @@ -268869,21 +279838,21 @@ }, { "default": true, - "id": 19700, + "id": 20841, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 19701, + "id": 20842, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 19702, + "id": 20843, "properties": { "type": "double", "waterlogged": "false" @@ -268924,7 +279893,7 @@ }, "states": [ { - "id": 20043, + "id": 21184, "properties": { "facing": "north", "half": "top", @@ -268933,7 +279902,7 @@ } }, { - "id": 20044, + "id": 21185, "properties": { "facing": "north", "half": "top", @@ -268942,7 +279911,7 @@ } }, { - "id": 20045, + "id": 21186, "properties": { "facing": "north", "half": "top", @@ -268951,7 +279920,7 @@ } }, { - "id": 20046, + "id": 21187, "properties": { "facing": "north", "half": "top", @@ -268960,7 +279929,7 @@ } }, { - "id": 20047, + "id": 21188, "properties": { "facing": "north", "half": "top", @@ -268969,7 +279938,7 @@ } }, { - "id": 20048, + "id": 21189, "properties": { "facing": "north", "half": "top", @@ -268978,7 +279947,7 @@ } }, { - "id": 20049, + "id": 21190, "properties": { "facing": "north", "half": "top", @@ -268987,7 +279956,7 @@ } }, { - "id": 20050, + "id": 21191, "properties": { "facing": "north", "half": "top", @@ -268996,7 +279965,7 @@ } }, { - "id": 20051, + "id": 21192, "properties": { "facing": "north", "half": "top", @@ -269005,7 +279974,7 @@ } }, { - "id": 20052, + "id": 21193, "properties": { "facing": "north", "half": "top", @@ -269014,7 +279983,7 @@ } }, { - "id": 20053, + "id": 21194, "properties": { "facing": "north", "half": "bottom", @@ -269024,7 +279993,7 @@ }, { "default": true, - "id": 20054, + "id": 21195, "properties": { "facing": "north", "half": "bottom", @@ -269033,7 +280002,7 @@ } }, { - "id": 20055, + "id": 21196, "properties": { "facing": "north", "half": "bottom", @@ -269042,7 +280011,7 @@ } }, { - "id": 20056, + "id": 21197, "properties": { "facing": "north", "half": "bottom", @@ -269051,7 +280020,7 @@ } }, { - "id": 20057, + "id": 21198, "properties": { "facing": "north", "half": "bottom", @@ -269060,7 +280029,7 @@ } }, { - "id": 20058, + "id": 21199, "properties": { "facing": "north", "half": "bottom", @@ -269069,7 +280038,7 @@ } }, { - "id": 20059, + "id": 21200, "properties": { "facing": "north", "half": "bottom", @@ -269078,7 +280047,7 @@ } }, { - "id": 20060, + "id": 21201, "properties": { "facing": "north", "half": "bottom", @@ -269087,7 +280056,7 @@ } }, { - "id": 20061, + "id": 21202, "properties": { "facing": "north", "half": "bottom", @@ -269096,7 +280065,7 @@ } }, { - "id": 20062, + "id": 21203, "properties": { "facing": "north", "half": "bottom", @@ -269105,7 +280074,7 @@ } }, { - "id": 20063, + "id": 21204, "properties": { "facing": "south", "half": "top", @@ -269114,7 +280083,7 @@ } }, { - "id": 20064, + "id": 21205, "properties": { "facing": "south", "half": "top", @@ -269123,7 +280092,7 @@ } }, { - "id": 20065, + "id": 21206, "properties": { "facing": "south", "half": "top", @@ -269132,7 +280101,7 @@ } }, { - "id": 20066, + "id": 21207, "properties": { "facing": "south", "half": "top", @@ -269141,7 +280110,7 @@ } }, { - "id": 20067, + "id": 21208, "properties": { "facing": "south", "half": "top", @@ -269150,7 +280119,7 @@ } }, { - "id": 20068, + "id": 21209, "properties": { "facing": "south", "half": "top", @@ -269159,7 +280128,7 @@ } }, { - "id": 20069, + "id": 21210, "properties": { "facing": "south", "half": "top", @@ -269168,7 +280137,7 @@ } }, { - "id": 20070, + "id": 21211, "properties": { "facing": "south", "half": "top", @@ -269177,7 +280146,7 @@ } }, { - "id": 20071, + "id": 21212, "properties": { "facing": "south", "half": "top", @@ -269186,7 +280155,7 @@ } }, { - "id": 20072, + "id": 21213, "properties": { "facing": "south", "half": "top", @@ -269195,7 +280164,7 @@ } }, { - "id": 20073, + "id": 21214, "properties": { "facing": "south", "half": "bottom", @@ -269204,7 +280173,7 @@ } }, { - "id": 20074, + "id": 21215, "properties": { "facing": "south", "half": "bottom", @@ -269213,7 +280182,7 @@ } }, { - "id": 20075, + "id": 21216, "properties": { "facing": "south", "half": "bottom", @@ -269222,7 +280191,7 @@ } }, { - "id": 20076, + "id": 21217, "properties": { "facing": "south", "half": "bottom", @@ -269231,7 +280200,7 @@ } }, { - "id": 20077, + "id": 21218, "properties": { "facing": "south", "half": "bottom", @@ -269240,7 +280209,7 @@ } }, { - "id": 20078, + "id": 21219, "properties": { "facing": "south", "half": "bottom", @@ -269249,7 +280218,7 @@ } }, { - "id": 20079, + "id": 21220, "properties": { "facing": "south", "half": "bottom", @@ -269258,7 +280227,7 @@ } }, { - "id": 20080, + "id": 21221, "properties": { "facing": "south", "half": "bottom", @@ -269267,7 +280236,7 @@ } }, { - "id": 20081, + "id": 21222, "properties": { "facing": "south", "half": "bottom", @@ -269276,7 +280245,7 @@ } }, { - "id": 20082, + "id": 21223, "properties": { "facing": "south", "half": "bottom", @@ -269285,7 +280254,7 @@ } }, { - "id": 20083, + "id": 21224, "properties": { "facing": "west", "half": "top", @@ -269294,7 +280263,7 @@ } }, { - "id": 20084, + "id": 21225, "properties": { "facing": "west", "half": "top", @@ -269303,7 +280272,7 @@ } }, { - "id": 20085, + "id": 21226, "properties": { "facing": "west", "half": "top", @@ -269312,7 +280281,7 @@ } }, { - "id": 20086, + "id": 21227, "properties": { "facing": "west", "half": "top", @@ -269321,7 +280290,7 @@ } }, { - "id": 20087, + "id": 21228, "properties": { "facing": "west", "half": "top", @@ -269330,7 +280299,7 @@ } }, { - "id": 20088, + "id": 21229, "properties": { "facing": "west", "half": "top", @@ -269339,7 +280308,7 @@ } }, { - "id": 20089, + "id": 21230, "properties": { "facing": "west", "half": "top", @@ -269348,7 +280317,7 @@ } }, { - "id": 20090, + "id": 21231, "properties": { "facing": "west", "half": "top", @@ -269357,7 +280326,7 @@ } }, { - "id": 20091, + "id": 21232, "properties": { "facing": "west", "half": "top", @@ -269366,7 +280335,7 @@ } }, { - "id": 20092, + "id": 21233, "properties": { "facing": "west", "half": "top", @@ -269375,7 +280344,7 @@ } }, { - "id": 20093, + "id": 21234, "properties": { "facing": "west", "half": "bottom", @@ -269384,7 +280353,7 @@ } }, { - "id": 20094, + "id": 21235, "properties": { "facing": "west", "half": "bottom", @@ -269393,7 +280362,7 @@ } }, { - "id": 20095, + "id": 21236, "properties": { "facing": "west", "half": "bottom", @@ -269402,7 +280371,7 @@ } }, { - "id": 20096, + "id": 21237, "properties": { "facing": "west", "half": "bottom", @@ -269411,7 +280380,7 @@ } }, { - "id": 20097, + "id": 21238, "properties": { "facing": "west", "half": "bottom", @@ -269420,7 +280389,7 @@ } }, { - "id": 20098, + "id": 21239, "properties": { "facing": "west", "half": "bottom", @@ -269429,7 +280398,7 @@ } }, { - "id": 20099, + "id": 21240, "properties": { "facing": "west", "half": "bottom", @@ -269438,7 +280407,7 @@ } }, { - "id": 20100, + "id": 21241, "properties": { "facing": "west", "half": "bottom", @@ -269447,7 +280416,7 @@ } }, { - "id": 20101, + "id": 21242, "properties": { "facing": "west", "half": "bottom", @@ -269456,7 +280425,7 @@ } }, { - "id": 20102, + "id": 21243, "properties": { "facing": "west", "half": "bottom", @@ -269465,7 +280434,7 @@ } }, { - "id": 20103, + "id": 21244, "properties": { "facing": "east", "half": "top", @@ -269474,7 +280443,7 @@ } }, { - "id": 20104, + "id": 21245, "properties": { "facing": "east", "half": "top", @@ -269483,7 +280452,7 @@ } }, { - "id": 20105, + "id": 21246, "properties": { "facing": "east", "half": "top", @@ -269492,7 +280461,7 @@ } }, { - "id": 20106, + "id": 21247, "properties": { "facing": "east", "half": "top", @@ -269501,7 +280470,7 @@ } }, { - "id": 20107, + "id": 21248, "properties": { "facing": "east", "half": "top", @@ -269510,7 +280479,7 @@ } }, { - "id": 20108, + "id": 21249, "properties": { "facing": "east", "half": "top", @@ -269519,7 +280488,7 @@ } }, { - "id": 20109, + "id": 21250, "properties": { "facing": "east", "half": "top", @@ -269528,7 +280497,7 @@ } }, { - "id": 20110, + "id": 21251, "properties": { "facing": "east", "half": "top", @@ -269537,7 +280506,7 @@ } }, { - "id": 20111, + "id": 21252, "properties": { "facing": "east", "half": "top", @@ -269546,7 +280515,7 @@ } }, { - "id": 20112, + "id": 21253, "properties": { "facing": "east", "half": "top", @@ -269555,7 +280524,7 @@ } }, { - "id": 20113, + "id": 21254, "properties": { "facing": "east", "half": "bottom", @@ -269564,7 +280533,7 @@ } }, { - "id": 20114, + "id": 21255, "properties": { "facing": "east", "half": "bottom", @@ -269573,7 +280542,7 @@ } }, { - "id": 20115, + "id": 21256, "properties": { "facing": "east", "half": "bottom", @@ -269582,7 +280551,7 @@ } }, { - "id": 20116, + "id": 21257, "properties": { "facing": "east", "half": "bottom", @@ -269591,7 +280560,7 @@ } }, { - "id": 20117, + "id": 21258, "properties": { "facing": "east", "half": "bottom", @@ -269600,7 +280569,7 @@ } }, { - "id": 20118, + "id": 21259, "properties": { "facing": "east", "half": "bottom", @@ -269609,7 +280578,7 @@ } }, { - "id": 20119, + "id": 21260, "properties": { "facing": "east", "half": "bottom", @@ -269618,7 +280587,7 @@ } }, { - "id": 20120, + "id": 21261, "properties": { "facing": "east", "half": "bottom", @@ -269627,7 +280596,7 @@ } }, { - "id": 20121, + "id": 21262, "properties": { "facing": "east", "half": "bottom", @@ -269636,7 +280605,7 @@ } }, { - "id": 20122, + "id": 21263, "properties": { "facing": "east", "half": "bottom", @@ -269660,20 +280629,20 @@ }, "states": [ { - "id": 19602, + "id": 20743, "properties": { "axis": "x" } }, { "default": true, - "id": 19603, + "id": 20744, "properties": { "axis": "y" } }, { - "id": 19604, + "id": 20745, "properties": { "axis": "z" } @@ -269712,7 +280681,7 @@ }, "states": [ { - "id": 19835, + "id": 20976, "properties": { "facing": "north", "half": "top", @@ -269722,7 +280691,7 @@ } }, { - "id": 19836, + "id": 20977, "properties": { "facing": "north", "half": "top", @@ -269732,7 +280701,7 @@ } }, { - "id": 19837, + "id": 20978, "properties": { "facing": "north", "half": "top", @@ -269742,7 +280711,7 @@ } }, { - "id": 19838, + "id": 20979, "properties": { "facing": "north", "half": "top", @@ -269752,7 +280721,7 @@ } }, { - "id": 19839, + "id": 20980, "properties": { "facing": "north", "half": "top", @@ -269762,7 +280731,7 @@ } }, { - "id": 19840, + "id": 20981, "properties": { "facing": "north", "half": "top", @@ -269772,7 +280741,7 @@ } }, { - "id": 19841, + "id": 20982, "properties": { "facing": "north", "half": "top", @@ -269782,7 +280751,7 @@ } }, { - "id": 19842, + "id": 20983, "properties": { "facing": "north", "half": "top", @@ -269792,7 +280761,7 @@ } }, { - "id": 19843, + "id": 20984, "properties": { "facing": "north", "half": "bottom", @@ -269802,7 +280771,7 @@ } }, { - "id": 19844, + "id": 20985, "properties": { "facing": "north", "half": "bottom", @@ -269812,7 +280781,7 @@ } }, { - "id": 19845, + "id": 20986, "properties": { "facing": "north", "half": "bottom", @@ -269822,7 +280791,7 @@ } }, { - "id": 19846, + "id": 20987, "properties": { "facing": "north", "half": "bottom", @@ -269832,7 +280801,7 @@ } }, { - "id": 19847, + "id": 20988, "properties": { "facing": "north", "half": "bottom", @@ -269842,7 +280811,7 @@ } }, { - "id": 19848, + "id": 20989, "properties": { "facing": "north", "half": "bottom", @@ -269852,7 +280821,7 @@ } }, { - "id": 19849, + "id": 20990, "properties": { "facing": "north", "half": "bottom", @@ -269863,7 +280832,7 @@ }, { "default": true, - "id": 19850, + "id": 20991, "properties": { "facing": "north", "half": "bottom", @@ -269873,7 +280842,7 @@ } }, { - "id": 19851, + "id": 20992, "properties": { "facing": "south", "half": "top", @@ -269883,7 +280852,7 @@ } }, { - "id": 19852, + "id": 20993, "properties": { "facing": "south", "half": "top", @@ -269893,7 +280862,7 @@ } }, { - "id": 19853, + "id": 20994, "properties": { "facing": "south", "half": "top", @@ -269903,7 +280872,7 @@ } }, { - "id": 19854, + "id": 20995, "properties": { "facing": "south", "half": "top", @@ -269913,7 +280882,7 @@ } }, { - "id": 19855, + "id": 20996, "properties": { "facing": "south", "half": "top", @@ -269923,7 +280892,7 @@ } }, { - "id": 19856, + "id": 20997, "properties": { "facing": "south", "half": "top", @@ -269933,7 +280902,7 @@ } }, { - "id": 19857, + "id": 20998, "properties": { "facing": "south", "half": "top", @@ -269943,7 +280912,7 @@ } }, { - "id": 19858, + "id": 20999, "properties": { "facing": "south", "half": "top", @@ -269953,7 +280922,7 @@ } }, { - "id": 19859, + "id": 21000, "properties": { "facing": "south", "half": "bottom", @@ -269963,7 +280932,7 @@ } }, { - "id": 19860, + "id": 21001, "properties": { "facing": "south", "half": "bottom", @@ -269973,7 +280942,7 @@ } }, { - "id": 19861, + "id": 21002, "properties": { "facing": "south", "half": "bottom", @@ -269983,7 +280952,7 @@ } }, { - "id": 19862, + "id": 21003, "properties": { "facing": "south", "half": "bottom", @@ -269993,7 +280962,7 @@ } }, { - "id": 19863, + "id": 21004, "properties": { "facing": "south", "half": "bottom", @@ -270003,7 +280972,7 @@ } }, { - "id": 19864, + "id": 21005, "properties": { "facing": "south", "half": "bottom", @@ -270013,7 +280982,7 @@ } }, { - "id": 19865, + "id": 21006, "properties": { "facing": "south", "half": "bottom", @@ -270023,7 +280992,7 @@ } }, { - "id": 19866, + "id": 21007, "properties": { "facing": "south", "half": "bottom", @@ -270033,7 +281002,7 @@ } }, { - "id": 19867, + "id": 21008, "properties": { "facing": "west", "half": "top", @@ -270043,7 +281012,7 @@ } }, { - "id": 19868, + "id": 21009, "properties": { "facing": "west", "half": "top", @@ -270053,7 +281022,7 @@ } }, { - "id": 19869, + "id": 21010, "properties": { "facing": "west", "half": "top", @@ -270063,7 +281032,7 @@ } }, { - "id": 19870, + "id": 21011, "properties": { "facing": "west", "half": "top", @@ -270073,7 +281042,7 @@ } }, { - "id": 19871, + "id": 21012, "properties": { "facing": "west", "half": "top", @@ -270083,7 +281052,7 @@ } }, { - "id": 19872, + "id": 21013, "properties": { "facing": "west", "half": "top", @@ -270093,7 +281062,7 @@ } }, { - "id": 19873, + "id": 21014, "properties": { "facing": "west", "half": "top", @@ -270103,7 +281072,7 @@ } }, { - "id": 19874, + "id": 21015, "properties": { "facing": "west", "half": "top", @@ -270113,7 +281082,7 @@ } }, { - "id": 19875, + "id": 21016, "properties": { "facing": "west", "half": "bottom", @@ -270123,7 +281092,7 @@ } }, { - "id": 19876, + "id": 21017, "properties": { "facing": "west", "half": "bottom", @@ -270133,7 +281102,7 @@ } }, { - "id": 19877, + "id": 21018, "properties": { "facing": "west", "half": "bottom", @@ -270143,7 +281112,7 @@ } }, { - "id": 19878, + "id": 21019, "properties": { "facing": "west", "half": "bottom", @@ -270153,7 +281122,7 @@ } }, { - "id": 19879, + "id": 21020, "properties": { "facing": "west", "half": "bottom", @@ -270163,7 +281132,7 @@ } }, { - "id": 19880, + "id": 21021, "properties": { "facing": "west", "half": "bottom", @@ -270173,7 +281142,7 @@ } }, { - "id": 19881, + "id": 21022, "properties": { "facing": "west", "half": "bottom", @@ -270183,7 +281152,7 @@ } }, { - "id": 19882, + "id": 21023, "properties": { "facing": "west", "half": "bottom", @@ -270193,7 +281162,7 @@ } }, { - "id": 19883, + "id": 21024, "properties": { "facing": "east", "half": "top", @@ -270203,7 +281172,7 @@ } }, { - "id": 19884, + "id": 21025, "properties": { "facing": "east", "half": "top", @@ -270213,7 +281182,7 @@ } }, { - "id": 19885, + "id": 21026, "properties": { "facing": "east", "half": "top", @@ -270223,7 +281192,7 @@ } }, { - "id": 19886, + "id": 21027, "properties": { "facing": "east", "half": "top", @@ -270233,7 +281202,7 @@ } }, { - "id": 19887, + "id": 21028, "properties": { "facing": "east", "half": "top", @@ -270243,7 +281212,7 @@ } }, { - "id": 19888, + "id": 21029, "properties": { "facing": "east", "half": "top", @@ -270253,7 +281222,7 @@ } }, { - "id": 19889, + "id": 21030, "properties": { "facing": "east", "half": "top", @@ -270263,7 +281232,7 @@ } }, { - "id": 19890, + "id": 21031, "properties": { "facing": "east", "half": "top", @@ -270273,7 +281242,7 @@ } }, { - "id": 19891, + "id": 21032, "properties": { "facing": "east", "half": "bottom", @@ -270283,7 +281252,7 @@ } }, { - "id": 19892, + "id": 21033, "properties": { "facing": "east", "half": "bottom", @@ -270293,7 +281262,7 @@ } }, { - "id": 19893, + "id": 21034, "properties": { "facing": "east", "half": "bottom", @@ -270303,7 +281272,7 @@ } }, { - "id": 19894, + "id": 21035, "properties": { "facing": "east", "half": "bottom", @@ -270313,7 +281282,7 @@ } }, { - "id": 19895, + "id": 21036, "properties": { "facing": "east", "half": "bottom", @@ -270323,7 +281292,7 @@ } }, { - "id": 19896, + "id": 21037, "properties": { "facing": "east", "half": "bottom", @@ -270333,7 +281302,7 @@ } }, { - "id": 19897, + "id": 21038, "properties": { "facing": "east", "half": "bottom", @@ -270343,7 +281312,7 @@ } }, { - "id": 19898, + "id": 21039, "properties": { "facing": "east", "half": "bottom", @@ -270374,7 +281343,7 @@ }, "states": [ { - "id": 5786, + "id": 6554, "properties": { "facing": "north", "waterlogged": "true" @@ -270382,49 +281351,49 @@ }, { "default": true, - "id": 5787, + "id": 6555, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 5788, + "id": 6556, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 5789, + "id": 6557, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 5790, + "id": 6558, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 5791, + "id": 6559, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 5792, + "id": 6560, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 5793, + "id": 6561, "properties": { "facing": "east", "waterlogged": "false" @@ -270452,7 +281421,7 @@ }, "states": [ { - "id": 20371, + "id": 21512, "properties": { "facing": "north", "waterlogged": "true" @@ -270460,49 +281429,49 @@ }, { "default": true, - "id": 20372, + "id": 21513, "properties": { "facing": "north", "waterlogged": "false" } }, { - "id": 20373, + "id": 21514, "properties": { "facing": "south", "waterlogged": "true" } }, { - "id": 20374, + "id": 21515, "properties": { "facing": "south", "waterlogged": "false" } }, { - "id": 20375, + "id": 21516, "properties": { "facing": "west", "waterlogged": "true" } }, { - "id": 20376, + "id": 21517, "properties": { "facing": "west", "waterlogged": "false" } }, { - "id": 20377, + "id": 21518, "properties": { "facing": "east", "waterlogged": "true" } }, { - "id": 20378, + "id": 21519, "properties": { "facing": "east", "waterlogged": "false" @@ -270518,7 +281487,7 @@ "states": [ { "default": true, - "id": 19616 + "id": 20757 } ] }, @@ -270665,19 +281634,19 @@ "states": [ { "default": true, - "id": 8183, + "id": 9260, "properties": { "level": "1" } }, { - "id": 8184, + "id": 9261, "properties": { "level": "2" } }, { - "id": 8185, + "id": 9262, "properties": { "level": "3" } @@ -270692,7 +281661,358 @@ "states": [ { "default": true, - "id": 23983 + "id": 25124 + } + ] + }, + "minecraft:waxed_copper_bars": { + "definition": { + "type": "minecraft:iron_bars", + "properties": {} + }, + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 7917, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7918, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7919, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7920, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7921, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7922, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7923, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7924, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7925, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7926, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7927, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7928, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7929, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7930, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7931, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7932, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7933, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7934, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7935, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7936, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7937, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7938, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7939, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7940, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7941, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7942, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7943, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7944, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7945, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7946, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7947, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 7948, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } } ] }, @@ -270704,7 +282024,7 @@ "states": [ { "default": true, - "id": 24328 + "id": 25469 } ] }, @@ -270725,21 +282045,21 @@ }, "states": [ { - "id": 25736, + "id": 26877, "properties": { "lit": "true", "powered": "true" } }, { - "id": 25737, + "id": 26878, "properties": { "lit": "true", "powered": "false" } }, { - "id": 25738, + "id": 26879, "properties": { "lit": "false", "powered": "true" @@ -270747,7 +282067,7 @@ }, { "default": true, - "id": 25739, + "id": 26880, "properties": { "lit": "false", "powered": "false" @@ -270755,6 +282075,289 @@ } ] }, + "minecraft:waxed_copper_chain": { + "definition": { + "type": "minecraft:chain", + "properties": {} + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8075, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8076, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8077, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8078, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8079, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8080, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_copper_chest": { + "definition": { + "type": "minecraft:copper_chest", + "close_sound": "minecraft:block.copper_chest.close", + "open_sound": "minecraft:block.copper_chest.open", + "properties": {}, + "weathering_state": "unaffected" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26989, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26990, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26991, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26992, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26993, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26994, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26995, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26996, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26997, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26998, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26999, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27000, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27001, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27002, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27003, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27004, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27005, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27006, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27007, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27008, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27009, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27010, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27011, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27012, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_copper_door": { "definition": { "type": "minecraft:door", @@ -270787,7 +282390,7 @@ }, "states": [ { - "id": 24936, + "id": 26077, "properties": { "facing": "north", "half": "upper", @@ -270797,7 +282400,7 @@ } }, { - "id": 24937, + "id": 26078, "properties": { "facing": "north", "half": "upper", @@ -270807,7 +282410,7 @@ } }, { - "id": 24938, + "id": 26079, "properties": { "facing": "north", "half": "upper", @@ -270817,7 +282420,7 @@ } }, { - "id": 24939, + "id": 26080, "properties": { "facing": "north", "half": "upper", @@ -270827,7 +282430,7 @@ } }, { - "id": 24940, + "id": 26081, "properties": { "facing": "north", "half": "upper", @@ -270837,7 +282440,7 @@ } }, { - "id": 24941, + "id": 26082, "properties": { "facing": "north", "half": "upper", @@ -270847,7 +282450,7 @@ } }, { - "id": 24942, + "id": 26083, "properties": { "facing": "north", "half": "upper", @@ -270857,7 +282460,7 @@ } }, { - "id": 24943, + "id": 26084, "properties": { "facing": "north", "half": "upper", @@ -270867,7 +282470,7 @@ } }, { - "id": 24944, + "id": 26085, "properties": { "facing": "north", "half": "lower", @@ -270877,7 +282480,7 @@ } }, { - "id": 24945, + "id": 26086, "properties": { "facing": "north", "half": "lower", @@ -270887,7 +282490,7 @@ } }, { - "id": 24946, + "id": 26087, "properties": { "facing": "north", "half": "lower", @@ -270898,7 +282501,7 @@ }, { "default": true, - "id": 24947, + "id": 26088, "properties": { "facing": "north", "half": "lower", @@ -270908,7 +282511,7 @@ } }, { - "id": 24948, + "id": 26089, "properties": { "facing": "north", "half": "lower", @@ -270918,7 +282521,7 @@ } }, { - "id": 24949, + "id": 26090, "properties": { "facing": "north", "half": "lower", @@ -270928,7 +282531,7 @@ } }, { - "id": 24950, + "id": 26091, "properties": { "facing": "north", "half": "lower", @@ -270938,7 +282541,7 @@ } }, { - "id": 24951, + "id": 26092, "properties": { "facing": "north", "half": "lower", @@ -270948,7 +282551,7 @@ } }, { - "id": 24952, + "id": 26093, "properties": { "facing": "south", "half": "upper", @@ -270958,7 +282561,7 @@ } }, { - "id": 24953, + "id": 26094, "properties": { "facing": "south", "half": "upper", @@ -270968,7 +282571,7 @@ } }, { - "id": 24954, + "id": 26095, "properties": { "facing": "south", "half": "upper", @@ -270978,7 +282581,7 @@ } }, { - "id": 24955, + "id": 26096, "properties": { "facing": "south", "half": "upper", @@ -270988,7 +282591,7 @@ } }, { - "id": 24956, + "id": 26097, "properties": { "facing": "south", "half": "upper", @@ -270998,7 +282601,7 @@ } }, { - "id": 24957, + "id": 26098, "properties": { "facing": "south", "half": "upper", @@ -271008,7 +282611,7 @@ } }, { - "id": 24958, + "id": 26099, "properties": { "facing": "south", "half": "upper", @@ -271018,7 +282621,7 @@ } }, { - "id": 24959, + "id": 26100, "properties": { "facing": "south", "half": "upper", @@ -271028,7 +282631,7 @@ } }, { - "id": 24960, + "id": 26101, "properties": { "facing": "south", "half": "lower", @@ -271038,7 +282641,7 @@ } }, { - "id": 24961, + "id": 26102, "properties": { "facing": "south", "half": "lower", @@ -271048,7 +282651,7 @@ } }, { - "id": 24962, + "id": 26103, "properties": { "facing": "south", "half": "lower", @@ -271058,7 +282661,7 @@ } }, { - "id": 24963, + "id": 26104, "properties": { "facing": "south", "half": "lower", @@ -271068,7 +282671,7 @@ } }, { - "id": 24964, + "id": 26105, "properties": { "facing": "south", "half": "lower", @@ -271078,7 +282681,7 @@ } }, { - "id": 24965, + "id": 26106, "properties": { "facing": "south", "half": "lower", @@ -271088,7 +282691,7 @@ } }, { - "id": 24966, + "id": 26107, "properties": { "facing": "south", "half": "lower", @@ -271098,7 +282701,7 @@ } }, { - "id": 24967, + "id": 26108, "properties": { "facing": "south", "half": "lower", @@ -271108,7 +282711,7 @@ } }, { - "id": 24968, + "id": 26109, "properties": { "facing": "west", "half": "upper", @@ -271118,7 +282721,7 @@ } }, { - "id": 24969, + "id": 26110, "properties": { "facing": "west", "half": "upper", @@ -271128,7 +282731,7 @@ } }, { - "id": 24970, + "id": 26111, "properties": { "facing": "west", "half": "upper", @@ -271138,7 +282741,7 @@ } }, { - "id": 24971, + "id": 26112, "properties": { "facing": "west", "half": "upper", @@ -271148,7 +282751,7 @@ } }, { - "id": 24972, + "id": 26113, "properties": { "facing": "west", "half": "upper", @@ -271158,7 +282761,7 @@ } }, { - "id": 24973, + "id": 26114, "properties": { "facing": "west", "half": "upper", @@ -271168,7 +282771,7 @@ } }, { - "id": 24974, + "id": 26115, "properties": { "facing": "west", "half": "upper", @@ -271178,7 +282781,7 @@ } }, { - "id": 24975, + "id": 26116, "properties": { "facing": "west", "half": "upper", @@ -271188,7 +282791,7 @@ } }, { - "id": 24976, + "id": 26117, "properties": { "facing": "west", "half": "lower", @@ -271198,7 +282801,7 @@ } }, { - "id": 24977, + "id": 26118, "properties": { "facing": "west", "half": "lower", @@ -271208,7 +282811,7 @@ } }, { - "id": 24978, + "id": 26119, "properties": { "facing": "west", "half": "lower", @@ -271218,7 +282821,7 @@ } }, { - "id": 24979, + "id": 26120, "properties": { "facing": "west", "half": "lower", @@ -271228,7 +282831,7 @@ } }, { - "id": 24980, + "id": 26121, "properties": { "facing": "west", "half": "lower", @@ -271238,7 +282841,7 @@ } }, { - "id": 24981, + "id": 26122, "properties": { "facing": "west", "half": "lower", @@ -271248,7 +282851,7 @@ } }, { - "id": 24982, + "id": 26123, "properties": { "facing": "west", "half": "lower", @@ -271258,7 +282861,7 @@ } }, { - "id": 24983, + "id": 26124, "properties": { "facing": "west", "half": "lower", @@ -271268,7 +282871,7 @@ } }, { - "id": 24984, + "id": 26125, "properties": { "facing": "east", "half": "upper", @@ -271278,7 +282881,7 @@ } }, { - "id": 24985, + "id": 26126, "properties": { "facing": "east", "half": "upper", @@ -271288,7 +282891,7 @@ } }, { - "id": 24986, + "id": 26127, "properties": { "facing": "east", "half": "upper", @@ -271298,7 +282901,7 @@ } }, { - "id": 24987, + "id": 26128, "properties": { "facing": "east", "half": "upper", @@ -271308,7 +282911,7 @@ } }, { - "id": 24988, + "id": 26129, "properties": { "facing": "east", "half": "upper", @@ -271318,7 +282921,7 @@ } }, { - "id": 24989, + "id": 26130, "properties": { "facing": "east", "half": "upper", @@ -271328,7 +282931,7 @@ } }, { - "id": 24990, + "id": 26131, "properties": { "facing": "east", "half": "upper", @@ -271338,7 +282941,7 @@ } }, { - "id": 24991, + "id": 26132, "properties": { "facing": "east", "half": "upper", @@ -271348,7 +282951,7 @@ } }, { - "id": 24992, + "id": 26133, "properties": { "facing": "east", "half": "lower", @@ -271358,7 +282961,7 @@ } }, { - "id": 24993, + "id": 26134, "properties": { "facing": "east", "half": "lower", @@ -271368,7 +282971,7 @@ } }, { - "id": 24994, + "id": 26135, "properties": { "facing": "east", "half": "lower", @@ -271378,7 +282981,7 @@ } }, { - "id": 24995, + "id": 26136, "properties": { "facing": "east", "half": "lower", @@ -271388,7 +282991,7 @@ } }, { - "id": 24996, + "id": 26137, "properties": { "facing": "east", "half": "lower", @@ -271398,7 +283001,7 @@ } }, { - "id": 24997, + "id": 26138, "properties": { "facing": "east", "half": "lower", @@ -271408,7 +283011,7 @@ } }, { - "id": 24998, + "id": 26139, "properties": { "facing": "east", "half": "lower", @@ -271418,7 +283021,7 @@ } }, { - "id": 24999, + "id": 26140, "properties": { "facing": "east", "half": "lower", @@ -271429,58 +283032,25 @@ } ] }, - "minecraft:waxed_copper_grate": { - "definition": { - "type": "minecraft:waterlogged_transparent", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25712, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25713, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_copper_trapdoor": { + "minecraft:waxed_copper_golem_statue": { "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "copper", - "properties": {} + "type": "minecraft:copper_golem_statue", + "properties": {}, + "weathering_state": "unaffected" }, "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], "facing": [ "north", "south", "west", "east" ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], "waterlogged": [ "true", "false" @@ -271488,290 +283058,493 @@ }, "states": [ { - "id": 25448, + "id": 27213, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25449, + "default": true, + "id": 27214, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25450, + "id": 27215, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "true" } }, { - "id": 25451, + "id": 27216, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "false" } }, { - "id": 25452, + "id": 27217, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "true" } }, { - "id": 25453, + "id": 27218, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "false" } }, { - "id": 25454, + "id": 27219, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "true" } }, { - "id": 25455, + "id": 27220, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "false" } }, { - "id": 25456, + "id": 27221, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25457, + "id": 27222, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25458, + "id": 27223, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "true" } }, { - "id": 25459, + "id": 27224, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "false" } }, { - "id": 25460, + "id": 27225, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "true" } }, { - "id": 25461, + "id": 27226, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "false" } }, { - "id": 25462, + "id": 27227, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "true" } }, { - "default": true, - "id": 25463, + "id": 27228, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "false" } }, { - "id": 25464, + "id": 27229, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "true" } }, { - "id": 25465, + "id": 27230, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "false" } }, { - "id": 25466, + "id": 27231, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "true" } }, { - "id": 25467, + "id": 27232, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "false" } }, { - "id": 25468, + "id": 27233, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "running", + "facing": "west", "waterlogged": "true" } }, { - "id": 25469, + "id": 27234, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "running", + "facing": "west", "waterlogged": "false" } }, { - "id": 25470, + "id": 27235, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "running", + "facing": "east", "waterlogged": "true" } }, { - "id": 25471, + "id": 27236, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "running", + "facing": "east", "waterlogged": "false" } }, { - "id": 25472, + "id": 27237, "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", + "copper_golem_pose": "star", + "facing": "north", "waterlogged": "true" } }, { - "id": 25473, + "id": 27238, "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", + "copper_golem_pose": "star", + "facing": "north", "waterlogged": "false" } }, { - "id": 25474, + "id": 27239, "properties": { + "copper_golem_pose": "star", "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", "waterlogged": "true" } }, { - "id": 25475, + "id": 27240, "properties": { + "copper_golem_pose": "star", "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", "waterlogged": "false" } }, { - "id": 25476, + "id": 27241, "properties": { - "facing": "south", + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27242, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27243, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27244, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_copper_grate": { + "definition": { + "type": "minecraft:waterlogged_transparent", + "properties": {} + }, + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26853, + "properties": { + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26854, + "properties": { + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_copper_lantern": { + "definition": { + "type": "minecraft:lantern", + "properties": {} + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20659, + "properties": { + "hanging": "true", + "waterlogged": "true" + } + }, + { + "id": 20660, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20661, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20662, + "properties": { + "hanging": "false", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_copper_trapdoor": { + "definition": { + "type": "minecraft:trapdoor", + "block_set_type": "copper", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26589, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26590, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26591, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26592, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26593, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26594, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26595, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26596, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26597, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26598, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26599, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26600, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26601, + "properties": { + "facing": "north", "half": "bottom", "open": "false", "powered": "true", @@ -271779,7 +283552,168 @@ } }, { - "id": 25477, + "id": 26602, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26603, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26604, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26605, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26606, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26607, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26608, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26609, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26610, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26611, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26612, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26613, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26614, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26615, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26616, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26617, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26618, "properties": { "facing": "south", "half": "bottom", @@ -271789,7 +283723,7 @@ } }, { - "id": 25478, + "id": 26619, "properties": { "facing": "south", "half": "bottom", @@ -271799,7 +283733,7 @@ } }, { - "id": 25479, + "id": 26620, "properties": { "facing": "south", "half": "bottom", @@ -271809,7 +283743,7 @@ } }, { - "id": 25480, + "id": 26621, "properties": { "facing": "west", "half": "top", @@ -271819,7 +283753,7 @@ } }, { - "id": 25481, + "id": 26622, "properties": { "facing": "west", "half": "top", @@ -271829,7 +283763,7 @@ } }, { - "id": 25482, + "id": 26623, "properties": { "facing": "west", "half": "top", @@ -271839,7 +283773,7 @@ } }, { - "id": 25483, + "id": 26624, "properties": { "facing": "west", "half": "top", @@ -271849,7 +283783,7 @@ } }, { - "id": 25484, + "id": 26625, "properties": { "facing": "west", "half": "top", @@ -271859,7 +283793,7 @@ } }, { - "id": 25485, + "id": 26626, "properties": { "facing": "west", "half": "top", @@ -271869,7 +283803,7 @@ } }, { - "id": 25486, + "id": 26627, "properties": { "facing": "west", "half": "top", @@ -271879,7 +283813,7 @@ } }, { - "id": 25487, + "id": 26628, "properties": { "facing": "west", "half": "top", @@ -271889,7 +283823,7 @@ } }, { - "id": 25488, + "id": 26629, "properties": { "facing": "west", "half": "bottom", @@ -271899,7 +283833,7 @@ } }, { - "id": 25489, + "id": 26630, "properties": { "facing": "west", "half": "bottom", @@ -271909,7 +283843,7 @@ } }, { - "id": 25490, + "id": 26631, "properties": { "facing": "west", "half": "bottom", @@ -271919,7 +283853,7 @@ } }, { - "id": 25491, + "id": 26632, "properties": { "facing": "west", "half": "bottom", @@ -271929,7 +283863,7 @@ } }, { - "id": 25492, + "id": 26633, "properties": { "facing": "west", "half": "bottom", @@ -271939,7 +283873,7 @@ } }, { - "id": 25493, + "id": 26634, "properties": { "facing": "west", "half": "bottom", @@ -271949,7 +283883,7 @@ } }, { - "id": 25494, + "id": 26635, "properties": { "facing": "west", "half": "bottom", @@ -271959,7 +283893,7 @@ } }, { - "id": 25495, + "id": 26636, "properties": { "facing": "west", "half": "bottom", @@ -271969,7 +283903,7 @@ } }, { - "id": 25496, + "id": 26637, "properties": { "facing": "east", "half": "top", @@ -271979,7 +283913,7 @@ } }, { - "id": 25497, + "id": 26638, "properties": { "facing": "east", "half": "top", @@ -271989,7 +283923,7 @@ } }, { - "id": 25498, + "id": 26639, "properties": { "facing": "east", "half": "top", @@ -271999,7 +283933,7 @@ } }, { - "id": 25499, + "id": 26640, "properties": { "facing": "east", "half": "top", @@ -272009,7 +283943,7 @@ } }, { - "id": 25500, + "id": 26641, "properties": { "facing": "east", "half": "top", @@ -272019,7 +283953,7 @@ } }, { - "id": 25501, + "id": 26642, "properties": { "facing": "east", "half": "top", @@ -272029,7 +283963,7 @@ } }, { - "id": 25502, + "id": 26643, "properties": { "facing": "east", "half": "top", @@ -272039,7 +283973,7 @@ } }, { - "id": 25503, + "id": 26644, "properties": { "facing": "east", "half": "top", @@ -272049,7 +283983,7 @@ } }, { - "id": 25504, + "id": 26645, "properties": { "facing": "east", "half": "bottom", @@ -272059,7 +283993,7 @@ } }, { - "id": 25505, + "id": 26646, "properties": { "facing": "east", "half": "bottom", @@ -272069,7 +284003,7 @@ } }, { - "id": 25506, + "id": 26647, "properties": { "facing": "east", "half": "bottom", @@ -272079,7 +284013,7 @@ } }, { - "id": 25507, + "id": 26648, "properties": { "facing": "east", "half": "bottom", @@ -272089,7 +284023,7 @@ } }, { - "id": 25508, + "id": 26649, "properties": { "facing": "east", "half": "bottom", @@ -272099,7 +284033,7 @@ } }, { - "id": 25509, + "id": 26650, "properties": { "facing": "east", "half": "bottom", @@ -272109,7 +284043,7 @@ } }, { - "id": 25510, + "id": 26651, "properties": { "facing": "east", "half": "bottom", @@ -272119,7 +284053,7 @@ } }, { - "id": 25511, + "id": 26652, "properties": { "facing": "east", "half": "bottom", @@ -272138,7 +284072,7 @@ "states": [ { "default": true, - "id": 24335 + "id": 25476 } ] }, @@ -272160,21 +284094,21 @@ }, "states": [ { - "id": 24674, + "id": 25815, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24675, + "id": 25816, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24676, + "id": 25817, "properties": { "type": "bottom", "waterlogged": "true" @@ -272182,21 +284116,21 @@ }, { "default": true, - "id": 24677, + "id": 25818, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24678, + "id": 25819, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24679, + "id": 25820, "properties": { "type": "double", "waterlogged": "false" @@ -272237,7 +284171,7 @@ }, "states": [ { - "id": 24576, + "id": 25717, "properties": { "facing": "north", "half": "top", @@ -272246,7 +284180,7 @@ } }, { - "id": 24577, + "id": 25718, "properties": { "facing": "north", "half": "top", @@ -272255,7 +284189,7 @@ } }, { - "id": 24578, + "id": 25719, "properties": { "facing": "north", "half": "top", @@ -272264,7 +284198,7 @@ } }, { - "id": 24579, + "id": 25720, "properties": { "facing": "north", "half": "top", @@ -272273,7 +284207,7 @@ } }, { - "id": 24580, + "id": 25721, "properties": { "facing": "north", "half": "top", @@ -272282,7 +284216,7 @@ } }, { - "id": 24581, + "id": 25722, "properties": { "facing": "north", "half": "top", @@ -272291,7 +284225,7 @@ } }, { - "id": 24582, + "id": 25723, "properties": { "facing": "north", "half": "top", @@ -272300,7 +284234,7 @@ } }, { - "id": 24583, + "id": 25724, "properties": { "facing": "north", "half": "top", @@ -272309,7 +284243,7 @@ } }, { - "id": 24584, + "id": 25725, "properties": { "facing": "north", "half": "top", @@ -272318,7 +284252,7 @@ } }, { - "id": 24585, + "id": 25726, "properties": { "facing": "north", "half": "top", @@ -272327,7 +284261,7 @@ } }, { - "id": 24586, + "id": 25727, "properties": { "facing": "north", "half": "bottom", @@ -272337,7 +284271,7 @@ }, { "default": true, - "id": 24587, + "id": 25728, "properties": { "facing": "north", "half": "bottom", @@ -272346,7 +284280,7 @@ } }, { - "id": 24588, + "id": 25729, "properties": { "facing": "north", "half": "bottom", @@ -272355,7 +284289,7 @@ } }, { - "id": 24589, + "id": 25730, "properties": { "facing": "north", "half": "bottom", @@ -272364,7 +284298,7 @@ } }, { - "id": 24590, + "id": 25731, "properties": { "facing": "north", "half": "bottom", @@ -272373,7 +284307,7 @@ } }, { - "id": 24591, + "id": 25732, "properties": { "facing": "north", "half": "bottom", @@ -272382,7 +284316,7 @@ } }, { - "id": 24592, + "id": 25733, "properties": { "facing": "north", "half": "bottom", @@ -272391,7 +284325,7 @@ } }, { - "id": 24593, + "id": 25734, "properties": { "facing": "north", "half": "bottom", @@ -272400,7 +284334,7 @@ } }, { - "id": 24594, + "id": 25735, "properties": { "facing": "north", "half": "bottom", @@ -272409,7 +284343,7 @@ } }, { - "id": 24595, + "id": 25736, "properties": { "facing": "north", "half": "bottom", @@ -272418,7 +284352,7 @@ } }, { - "id": 24596, + "id": 25737, "properties": { "facing": "south", "half": "top", @@ -272427,7 +284361,7 @@ } }, { - "id": 24597, + "id": 25738, "properties": { "facing": "south", "half": "top", @@ -272436,7 +284370,7 @@ } }, { - "id": 24598, + "id": 25739, "properties": { "facing": "south", "half": "top", @@ -272445,7 +284379,7 @@ } }, { - "id": 24599, + "id": 25740, "properties": { "facing": "south", "half": "top", @@ -272454,7 +284388,7 @@ } }, { - "id": 24600, + "id": 25741, "properties": { "facing": "south", "half": "top", @@ -272463,7 +284397,7 @@ } }, { - "id": 24601, + "id": 25742, "properties": { "facing": "south", "half": "top", @@ -272472,7 +284406,7 @@ } }, { - "id": 24602, + "id": 25743, "properties": { "facing": "south", "half": "top", @@ -272481,7 +284415,7 @@ } }, { - "id": 24603, + "id": 25744, "properties": { "facing": "south", "half": "top", @@ -272490,7 +284424,7 @@ } }, { - "id": 24604, + "id": 25745, "properties": { "facing": "south", "half": "top", @@ -272499,7 +284433,7 @@ } }, { - "id": 24605, + "id": 25746, "properties": { "facing": "south", "half": "top", @@ -272508,7 +284442,7 @@ } }, { - "id": 24606, + "id": 25747, "properties": { "facing": "south", "half": "bottom", @@ -272517,7 +284451,7 @@ } }, { - "id": 24607, + "id": 25748, "properties": { "facing": "south", "half": "bottom", @@ -272526,7 +284460,7 @@ } }, { - "id": 24608, + "id": 25749, "properties": { "facing": "south", "half": "bottom", @@ -272535,7 +284469,7 @@ } }, { - "id": 24609, + "id": 25750, "properties": { "facing": "south", "half": "bottom", @@ -272544,7 +284478,7 @@ } }, { - "id": 24610, + "id": 25751, "properties": { "facing": "south", "half": "bottom", @@ -272553,7 +284487,7 @@ } }, { - "id": 24611, + "id": 25752, "properties": { "facing": "south", "half": "bottom", @@ -272562,7 +284496,7 @@ } }, { - "id": 24612, + "id": 25753, "properties": { "facing": "south", "half": "bottom", @@ -272571,7 +284505,7 @@ } }, { - "id": 24613, + "id": 25754, "properties": { "facing": "south", "half": "bottom", @@ -272580,7 +284514,7 @@ } }, { - "id": 24614, + "id": 25755, "properties": { "facing": "south", "half": "bottom", @@ -272589,7 +284523,7 @@ } }, { - "id": 24615, + "id": 25756, "properties": { "facing": "south", "half": "bottom", @@ -272598,7 +284532,7 @@ } }, { - "id": 24616, + "id": 25757, "properties": { "facing": "west", "half": "top", @@ -272607,7 +284541,7 @@ } }, { - "id": 24617, + "id": 25758, "properties": { "facing": "west", "half": "top", @@ -272616,7 +284550,7 @@ } }, { - "id": 24618, + "id": 25759, "properties": { "facing": "west", "half": "top", @@ -272625,7 +284559,7 @@ } }, { - "id": 24619, + "id": 25760, "properties": { "facing": "west", "half": "top", @@ -272634,7 +284568,7 @@ } }, { - "id": 24620, + "id": 25761, "properties": { "facing": "west", "half": "top", @@ -272643,7 +284577,7 @@ } }, { - "id": 24621, + "id": 25762, "properties": { "facing": "west", "half": "top", @@ -272652,7 +284586,7 @@ } }, { - "id": 24622, + "id": 25763, "properties": { "facing": "west", "half": "top", @@ -272661,7 +284595,7 @@ } }, { - "id": 24623, + "id": 25764, "properties": { "facing": "west", "half": "top", @@ -272670,7 +284604,7 @@ } }, { - "id": 24624, + "id": 25765, "properties": { "facing": "west", "half": "top", @@ -272679,7 +284613,7 @@ } }, { - "id": 24625, + "id": 25766, "properties": { "facing": "west", "half": "top", @@ -272688,7 +284622,7 @@ } }, { - "id": 24626, + "id": 25767, "properties": { "facing": "west", "half": "bottom", @@ -272697,7 +284631,7 @@ } }, { - "id": 24627, + "id": 25768, "properties": { "facing": "west", "half": "bottom", @@ -272706,7 +284640,7 @@ } }, { - "id": 24628, + "id": 25769, "properties": { "facing": "west", "half": "bottom", @@ -272715,7 +284649,7 @@ } }, { - "id": 24629, + "id": 25770, "properties": { "facing": "west", "half": "bottom", @@ -272724,7 +284658,7 @@ } }, { - "id": 24630, + "id": 25771, "properties": { "facing": "west", "half": "bottom", @@ -272733,7 +284667,7 @@ } }, { - "id": 24631, + "id": 25772, "properties": { "facing": "west", "half": "bottom", @@ -272742,7 +284676,7 @@ } }, { - "id": 24632, + "id": 25773, "properties": { "facing": "west", "half": "bottom", @@ -272751,7 +284685,7 @@ } }, { - "id": 24633, + "id": 25774, "properties": { "facing": "west", "half": "bottom", @@ -272760,7 +284694,7 @@ } }, { - "id": 24634, + "id": 25775, "properties": { "facing": "west", "half": "bottom", @@ -272769,7 +284703,7 @@ } }, { - "id": 24635, + "id": 25776, "properties": { "facing": "west", "half": "bottom", @@ -272778,7 +284712,7 @@ } }, { - "id": 24636, + "id": 25777, "properties": { "facing": "east", "half": "top", @@ -272787,7 +284721,7 @@ } }, { - "id": 24637, + "id": 25778, "properties": { "facing": "east", "half": "top", @@ -272796,7 +284730,7 @@ } }, { - "id": 24638, + "id": 25779, "properties": { "facing": "east", "half": "top", @@ -272805,7 +284739,7 @@ } }, { - "id": 24639, + "id": 25780, "properties": { "facing": "east", "half": "top", @@ -272814,7 +284748,7 @@ } }, { - "id": 24640, + "id": 25781, "properties": { "facing": "east", "half": "top", @@ -272823,7 +284757,7 @@ } }, { - "id": 24641, + "id": 25782, "properties": { "facing": "east", "half": "top", @@ -272832,7 +284766,7 @@ } }, { - "id": 24642, + "id": 25783, "properties": { "facing": "east", "half": "top", @@ -272841,7 +284775,7 @@ } }, { - "id": 24643, + "id": 25784, "properties": { "facing": "east", "half": "top", @@ -272850,7 +284784,7 @@ } }, { - "id": 24644, + "id": 25785, "properties": { "facing": "east", "half": "top", @@ -272859,7 +284793,7 @@ } }, { - "id": 24645, + "id": 25786, "properties": { "facing": "east", "half": "top", @@ -272868,7 +284802,7 @@ } }, { - "id": 24646, + "id": 25787, "properties": { "facing": "east", "half": "bottom", @@ -272877,7 +284811,7 @@ } }, { - "id": 24647, + "id": 25788, "properties": { "facing": "east", "half": "bottom", @@ -272886,7 +284820,7 @@ } }, { - "id": 24648, + "id": 25789, "properties": { "facing": "east", "half": "bottom", @@ -272895,7 +284829,7 @@ } }, { - "id": 24649, + "id": 25790, "properties": { "facing": "east", "half": "bottom", @@ -272904,7 +284838,7 @@ } }, { - "id": 24650, + "id": 25791, "properties": { "facing": "east", "half": "bottom", @@ -272913,7 +284847,7 @@ } }, { - "id": 24651, + "id": 25792, "properties": { "facing": "east", "half": "bottom", @@ -272922,7 +284856,7 @@ } }, { - "id": 24652, + "id": 25793, "properties": { "facing": "east", "half": "bottom", @@ -272931,7 +284865,7 @@ } }, { - "id": 24653, + "id": 25794, "properties": { "facing": "east", "half": "bottom", @@ -272940,7 +284874,7 @@ } }, { - "id": 24654, + "id": 25795, "properties": { "facing": "east", "half": "bottom", @@ -272949,7 +284883,7 @@ } }, { - "id": 24655, + "id": 25796, "properties": { "facing": "east", "half": "bottom", @@ -272967,7 +284901,7 @@ "states": [ { "default": true, - "id": 23982 + "id": 25123 } ] }, @@ -272979,323 +284913,796 @@ "states": [ { "default": true, - "id": 24330 + "id": 25471 } ] }, - "minecraft:waxed_exposed_copper_bulb": { + "minecraft:waxed_exposed_copper_bars": { "definition": { - "type": "minecraft:copper_bulb_block", + "type": "minecraft:iron_bars", "properties": {} }, "properties": { - "lit": [ + "east": [ "true", "false" ], - "powered": [ + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ "true", "false" ] }, "states": [ { - "id": 25740, + "id": 7949, "properties": { - "lit": "true", - "powered": "true" + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" } }, { - "id": 25741, + "id": 7950, "properties": { - "lit": "true", - "powered": "false" + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" } }, { - "id": 25742, + "id": 7951, "properties": { - "lit": "false", - "powered": "true" + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" } }, { - "default": true, - "id": 25743, - "properties": { - "lit": "false", - "powered": "false" - } - } - ] - }, - "minecraft:waxed_exposed_copper_door": { - "definition": { - "type": "minecraft:door", - "block_set_type": "copper", - "properties": {} - }, - "properties": { - "facing": [ - "north", - "south", - "west", - "east" - ], - "half": [ - "upper", - "lower" - ], - "hinge": [ - "left", - "right" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25000, + "id": 7952, "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" } }, { - "id": 25001, + "id": 7953, "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" } }, { - "id": 25002, + "id": 7954, "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" } }, { - "id": 25003, + "id": 7955, "properties": { - "facing": "north", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" } }, { - "id": 25004, + "id": 7956, "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" } }, { - "id": 25005, + "id": 7957, "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" } }, { - "id": 25006, + "id": 7958, "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" } }, { - "id": 25007, + "id": 7959, "properties": { - "facing": "north", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "false" + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" } }, { - "id": 25008, + "id": 7960, "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "true" + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" } }, { - "id": 25009, + "id": 7961, "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "true", - "powered": "false" + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" } }, { - "id": 25010, + "id": 7962, "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "true" + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" } }, { - "default": true, - "id": 25011, + "id": 7963, "properties": { - "facing": "north", - "half": "lower", - "hinge": "left", - "open": "false", - "powered": "false" + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" } }, { - "id": 25012, + "id": 7964, "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "true" + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" } }, { - "id": 25013, + "id": 7965, "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "true", - "powered": "false" + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" } }, { - "id": 25014, + "id": 7966, "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "true" + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" } }, { - "id": 25015, + "id": 7967, "properties": { - "facing": "north", - "half": "lower", - "hinge": "right", - "open": "false", - "powered": "false" + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" } }, { - "id": 25016, + "id": 7968, "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "true" + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" } }, { - "id": 25017, + "id": 7969, "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "true", - "powered": "false" + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" } }, { - "id": 25018, + "id": 7970, "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "true" + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" } }, { - "id": 25019, + "id": 7971, "properties": { - "facing": "south", - "half": "upper", - "hinge": "left", - "open": "false", - "powered": "false" + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" } }, { - "id": 25020, + "id": 7972, "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "true" + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" } }, { - "id": 25021, + "id": 7973, "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "true", - "powered": "false" + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" } }, { - "id": 25022, + "id": 7974, "properties": { - "facing": "south", - "half": "upper", - "hinge": "right", - "open": "false", - "powered": "true" + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" } }, { - "id": 25023, + "id": 7975, "properties": { - "facing": "south", + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7976, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7977, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7978, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7979, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 7980, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + } + ] + }, + "minecraft:waxed_exposed_copper_bulb": { + "definition": { + "type": "minecraft:copper_bulb_block", + "properties": {} + }, + "properties": { + "lit": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26881, + "properties": { + "lit": "true", + "powered": "true" + } + }, + { + "id": 26882, + "properties": { + "lit": "true", + "powered": "false" + } + }, + { + "id": 26883, + "properties": { + "lit": "false", + "powered": "true" + } + }, + { + "default": true, + "id": 26884, + "properties": { + "lit": "false", + "powered": "false" + } + } + ] + }, + "minecraft:waxed_exposed_copper_chain": { + "definition": { + "type": "minecraft:chain", + "properties": {} + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8081, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8082, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8083, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8084, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8085, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8086, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_exposed_copper_chest": { + "definition": { + "type": "minecraft:copper_chest", + "close_sound": "minecraft:block.copper_chest.close", + "open_sound": "minecraft:block.copper_chest.open", + "properties": {}, + "weathering_state": "exposed" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27013, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27014, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27015, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27016, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27017, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27018, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27019, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27020, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27021, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27022, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27023, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27024, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27025, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27026, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27027, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27028, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27029, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27030, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27031, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27032, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27033, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27034, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27035, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27036, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_exposed_copper_door": { + "definition": { + "type": "minecraft:door", + "block_set_type": "copper", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "upper", + "lower" + ], + "hinge": [ + "left", + "right" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26141, + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + } + }, + { + "id": 26142, + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + } + }, + { + "id": 26143, + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + } + }, + { + "id": 26144, + "properties": { + "facing": "north", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + } + }, + { + "id": 26145, + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + } + }, + { + "id": 26146, + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + } + }, + { + "id": 26147, + "properties": { + "facing": "north", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + } + }, + { + "id": 26148, + "properties": { + "facing": "north", "half": "upper", "hinge": "right", "open": "false", @@ -273303,7 +285710,168 @@ } }, { - "id": 25024, + "id": 26149, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "true" + } + }, + { + "id": 26150, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "true", + "powered": "false" + } + }, + { + "id": 26151, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "true" + } + }, + { + "default": true, + "id": 26152, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "left", + "open": "false", + "powered": "false" + } + }, + { + "id": 26153, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "true" + } + }, + { + "id": 26154, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "true", + "powered": "false" + } + }, + { + "id": 26155, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "true" + } + }, + { + "id": 26156, + "properties": { + "facing": "north", + "half": "lower", + "hinge": "right", + "open": "false", + "powered": "false" + } + }, + { + "id": 26157, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "true" + } + }, + { + "id": 26158, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "true", + "powered": "false" + } + }, + { + "id": 26159, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "true" + } + }, + { + "id": 26160, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "left", + "open": "false", + "powered": "false" + } + }, + { + "id": 26161, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "true" + } + }, + { + "id": 26162, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "true", + "powered": "false" + } + }, + { + "id": 26163, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "true" + } + }, + { + "id": 26164, + "properties": { + "facing": "south", + "half": "upper", + "hinge": "right", + "open": "false", + "powered": "false" + } + }, + { + "id": 26165, "properties": { "facing": "south", "half": "lower", @@ -273313,7 +285881,7 @@ } }, { - "id": 25025, + "id": 26166, "properties": { "facing": "south", "half": "lower", @@ -273323,7 +285891,7 @@ } }, { - "id": 25026, + "id": 26167, "properties": { "facing": "south", "half": "lower", @@ -273333,7 +285901,7 @@ } }, { - "id": 25027, + "id": 26168, "properties": { "facing": "south", "half": "lower", @@ -273343,7 +285911,7 @@ } }, { - "id": 25028, + "id": 26169, "properties": { "facing": "south", "half": "lower", @@ -273353,7 +285921,7 @@ } }, { - "id": 25029, + "id": 26170, "properties": { "facing": "south", "half": "lower", @@ -273363,7 +285931,7 @@ } }, { - "id": 25030, + "id": 26171, "properties": { "facing": "south", "half": "lower", @@ -273373,7 +285941,7 @@ } }, { - "id": 25031, + "id": 26172, "properties": { "facing": "south", "half": "lower", @@ -273383,7 +285951,7 @@ } }, { - "id": 25032, + "id": 26173, "properties": { "facing": "west", "half": "upper", @@ -273393,7 +285961,7 @@ } }, { - "id": 25033, + "id": 26174, "properties": { "facing": "west", "half": "upper", @@ -273403,7 +285971,7 @@ } }, { - "id": 25034, + "id": 26175, "properties": { "facing": "west", "half": "upper", @@ -273413,7 +285981,7 @@ } }, { - "id": 25035, + "id": 26176, "properties": { "facing": "west", "half": "upper", @@ -273423,7 +285991,7 @@ } }, { - "id": 25036, + "id": 26177, "properties": { "facing": "west", "half": "upper", @@ -273433,7 +286001,7 @@ } }, { - "id": 25037, + "id": 26178, "properties": { "facing": "west", "half": "upper", @@ -273443,7 +286011,7 @@ } }, { - "id": 25038, + "id": 26179, "properties": { "facing": "west", "half": "upper", @@ -273453,7 +286021,7 @@ } }, { - "id": 25039, + "id": 26180, "properties": { "facing": "west", "half": "upper", @@ -273463,7 +286031,7 @@ } }, { - "id": 25040, + "id": 26181, "properties": { "facing": "west", "half": "lower", @@ -273473,7 +286041,7 @@ } }, { - "id": 25041, + "id": 26182, "properties": { "facing": "west", "half": "lower", @@ -273483,7 +286051,7 @@ } }, { - "id": 25042, + "id": 26183, "properties": { "facing": "west", "half": "lower", @@ -273493,7 +286061,7 @@ } }, { - "id": 25043, + "id": 26184, "properties": { "facing": "west", "half": "lower", @@ -273503,7 +286071,7 @@ } }, { - "id": 25044, + "id": 26185, "properties": { "facing": "west", "half": "lower", @@ -273513,7 +286081,7 @@ } }, { - "id": 25045, + "id": 26186, "properties": { "facing": "west", "half": "lower", @@ -273523,7 +286091,7 @@ } }, { - "id": 25046, + "id": 26187, "properties": { "facing": "west", "half": "lower", @@ -273533,7 +286101,7 @@ } }, { - "id": 25047, + "id": 26188, "properties": { "facing": "west", "half": "lower", @@ -273543,7 +286111,7 @@ } }, { - "id": 25048, + "id": 26189, "properties": { "facing": "east", "half": "upper", @@ -273553,7 +286121,7 @@ } }, { - "id": 25049, + "id": 26190, "properties": { "facing": "east", "half": "upper", @@ -273563,7 +286131,7 @@ } }, { - "id": 25050, + "id": 26191, "properties": { "facing": "east", "half": "upper", @@ -273573,7 +286141,7 @@ } }, { - "id": 25051, + "id": 26192, "properties": { "facing": "east", "half": "upper", @@ -273583,7 +286151,7 @@ } }, { - "id": 25052, + "id": 26193, "properties": { "facing": "east", "half": "upper", @@ -273593,7 +286161,7 @@ } }, { - "id": 25053, + "id": 26194, "properties": { "facing": "east", "half": "upper", @@ -273603,7 +286171,7 @@ } }, { - "id": 25054, + "id": 26195, "properties": { "facing": "east", "half": "upper", @@ -273613,7 +286181,7 @@ } }, { - "id": 25055, + "id": 26196, "properties": { "facing": "east", "half": "upper", @@ -273623,7 +286191,7 @@ } }, { - "id": 25056, + "id": 26197, "properties": { "facing": "east", "half": "lower", @@ -273633,7 +286201,7 @@ } }, { - "id": 25057, + "id": 26198, "properties": { "facing": "east", "half": "lower", @@ -273643,7 +286211,7 @@ } }, { - "id": 25058, + "id": 26199, "properties": { "facing": "east", "half": "lower", @@ -273653,7 +286221,7 @@ } }, { - "id": 25059, + "id": 26200, "properties": { "facing": "east", "half": "lower", @@ -273663,7 +286231,7 @@ } }, { - "id": 25060, + "id": 26201, "properties": { "facing": "east", "half": "lower", @@ -273673,7 +286241,7 @@ } }, { - "id": 25061, + "id": 26202, "properties": { "facing": "east", "half": "lower", @@ -273683,7 +286251,7 @@ } }, { - "id": 25062, + "id": 26203, "properties": { "facing": "east", "half": "lower", @@ -273693,7 +286261,7 @@ } }, { - "id": 25063, + "id": 26204, "properties": { "facing": "east", "half": "lower", @@ -273704,58 +286272,25 @@ } ] }, - "minecraft:waxed_exposed_copper_grate": { - "definition": { - "type": "minecraft:waterlogged_transparent", - "properties": {} - }, - "properties": { - "waterlogged": [ - "true", - "false" - ] - }, - "states": [ - { - "id": 25714, - "properties": { - "waterlogged": "true" - } - }, - { - "default": true, - "id": 25715, - "properties": { - "waterlogged": "false" - } - } - ] - }, - "minecraft:waxed_exposed_copper_trapdoor": { + "minecraft:waxed_exposed_copper_golem_statue": { "definition": { - "type": "minecraft:trapdoor", - "block_set_type": "copper", - "properties": {} + "type": "minecraft:copper_golem_statue", + "properties": {}, + "weathering_state": "exposed" }, "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], "facing": [ "north", "south", "west", "east" ], - "half": [ - "top", - "bottom" - ], - "open": [ - "true", - "false" - ], - "powered": [ - "true", - "false" - ], "waterlogged": [ "true", "false" @@ -273763,358 +286298,722 @@ }, "states": [ { - "id": 25512, + "id": 27245, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25513, + "default": true, + "id": 27246, "properties": { + "copper_golem_pose": "standing", "facing": "north", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25514, + "id": 27247, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "true" } }, { - "id": 25515, + "id": 27248, "properties": { - "facing": "north", - "half": "top", - "open": "true", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "south", "waterlogged": "false" } }, { - "id": 25516, + "id": 27249, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "true" } }, { - "id": 25517, + "id": 27250, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "standing", + "facing": "west", "waterlogged": "false" } }, { - "id": 25518, + "id": 27251, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "true" } }, { - "id": 25519, + "id": 27252, "properties": { - "facing": "north", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "standing", + "facing": "east", "waterlogged": "false" } }, { - "id": 25520, + "id": 27253, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25521, + "id": 27254, "properties": { + "copper_golem_pose": "sitting", "facing": "north", - "half": "bottom", - "open": "true", - "powered": "true", "waterlogged": "false" } }, { - "id": 25522, + "id": 27255, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "true" } }, { - "id": 25523, + "id": 27256, "properties": { - "facing": "north", - "half": "bottom", - "open": "true", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "south", "waterlogged": "false" } }, { - "id": 25524, + "id": 27257, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "true" } }, { - "id": 25525, + "id": 27258, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "sitting", + "facing": "west", "waterlogged": "false" } }, { - "id": 25526, + "id": 27259, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "true" } }, { - "default": true, - "id": 25527, + "id": 27260, "properties": { - "facing": "north", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "sitting", + "facing": "east", "waterlogged": "false" } }, { - "id": 25528, + "id": 27261, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "true" } }, { - "id": 25529, + "id": 27262, "properties": { - "facing": "south", - "half": "top", - "open": "true", - "powered": "true", + "copper_golem_pose": "running", + "facing": "north", "waterlogged": "false" } }, { - "id": 25530, + "id": 27263, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "true" } }, { - "id": 25531, + "id": 27264, "properties": { + "copper_golem_pose": "running", "facing": "south", - "half": "top", - "open": "true", - "powered": "false", "waterlogged": "false" } }, { - "id": 25532, + "id": 27265, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "running", + "facing": "west", "waterlogged": "true" } }, { - "id": 25533, + "id": 27266, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "true", + "copper_golem_pose": "running", + "facing": "west", "waterlogged": "false" } }, { - "id": 25534, + "id": 27267, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "running", + "facing": "east", "waterlogged": "true" } }, { - "id": 25535, + "id": 27268, "properties": { - "facing": "south", - "half": "top", - "open": "false", - "powered": "false", + "copper_golem_pose": "running", + "facing": "east", "waterlogged": "false" } }, { - "id": 25536, + "id": 27269, "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", + "copper_golem_pose": "star", + "facing": "north", "waterlogged": "true" } }, { - "id": 25537, + "id": 27270, "properties": { - "facing": "south", - "half": "bottom", - "open": "true", - "powered": "true", + "copper_golem_pose": "star", + "facing": "north", "waterlogged": "false" } }, { - "id": 25538, + "id": 27271, "properties": { + "copper_golem_pose": "star", "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", "waterlogged": "true" } }, { - "id": 25539, + "id": 27272, "properties": { + "copper_golem_pose": "star", "facing": "south", - "half": "bottom", - "open": "true", - "powered": "false", "waterlogged": "false" } }, { - "id": 25540, + "id": 27273, "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "star", + "facing": "west", "waterlogged": "true" } }, { - "id": 25541, + "id": 27274, "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "true", + "copper_golem_pose": "star", + "facing": "west", "waterlogged": "false" } }, { - "id": 25542, + "id": 27275, "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "star", + "facing": "east", "waterlogged": "true" } }, { - "id": 25543, + "id": 27276, "properties": { - "facing": "south", - "half": "bottom", - "open": "false", - "powered": "false", + "copper_golem_pose": "star", + "facing": "east", "waterlogged": "false" } - }, + } + ] + }, + "minecraft:waxed_exposed_copper_grate": { + "definition": { + "type": "minecraft:waterlogged_transparent", + "properties": {} + }, + "properties": { + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ { - "id": 25544, + "id": 26855, "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "true" } }, { - "id": 25545, + "default": true, + "id": 26856, "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "true", "waterlogged": "false" } - }, - { - "id": 25546, - "properties": { - "facing": "west", - "half": "top", - "open": "true", - "powered": "false", + } + ] + }, + "minecraft:waxed_exposed_copper_lantern": { + "definition": { + "type": "minecraft:lantern", + "properties": {} + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20663, + "properties": { + "hanging": "true", "waterlogged": "true" } }, { - "id": 25547, + "id": 20664, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20665, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20666, + "properties": { + "hanging": "false", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_exposed_copper_trapdoor": { + "definition": { + "type": "minecraft:trapdoor", + "block_set_type": "copper", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "south", + "west", + "east" + ], + "half": [ + "top", + "bottom" + ], + "open": [ + "true", + "false" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26653, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26654, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26655, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26656, + "properties": { + "facing": "north", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26657, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26658, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26659, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26660, + "properties": { + "facing": "north", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26661, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26662, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26663, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26664, + "properties": { + "facing": "north", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26665, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26666, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26667, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26668, + "properties": { + "facing": "north", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26669, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26670, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26671, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26672, + "properties": { + "facing": "south", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26673, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26674, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26675, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26676, + "properties": { + "facing": "south", + "half": "top", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26677, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26678, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26679, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26680, + "properties": { + "facing": "south", + "half": "bottom", + "open": "true", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26681, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26682, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26683, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26684, + "properties": { + "facing": "south", + "half": "bottom", + "open": "false", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 26685, + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 26686, + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 26687, + "properties": { + "facing": "west", + "half": "top", + "open": "true", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 26688, "properties": { "facing": "west", "half": "top", @@ -274124,7 +287023,7 @@ } }, { - "id": 25548, + "id": 26689, "properties": { "facing": "west", "half": "top", @@ -274134,7 +287033,7 @@ } }, { - "id": 25549, + "id": 26690, "properties": { "facing": "west", "half": "top", @@ -274144,7 +287043,7 @@ } }, { - "id": 25550, + "id": 26691, "properties": { "facing": "west", "half": "top", @@ -274154,7 +287053,7 @@ } }, { - "id": 25551, + "id": 26692, "properties": { "facing": "west", "half": "top", @@ -274164,7 +287063,7 @@ } }, { - "id": 25552, + "id": 26693, "properties": { "facing": "west", "half": "bottom", @@ -274174,7 +287073,7 @@ } }, { - "id": 25553, + "id": 26694, "properties": { "facing": "west", "half": "bottom", @@ -274184,7 +287083,7 @@ } }, { - "id": 25554, + "id": 26695, "properties": { "facing": "west", "half": "bottom", @@ -274194,7 +287093,7 @@ } }, { - "id": 25555, + "id": 26696, "properties": { "facing": "west", "half": "bottom", @@ -274204,7 +287103,7 @@ } }, { - "id": 25556, + "id": 26697, "properties": { "facing": "west", "half": "bottom", @@ -274214,7 +287113,7 @@ } }, { - "id": 25557, + "id": 26698, "properties": { "facing": "west", "half": "bottom", @@ -274224,7 +287123,7 @@ } }, { - "id": 25558, + "id": 26699, "properties": { "facing": "west", "half": "bottom", @@ -274234,7 +287133,7 @@ } }, { - "id": 25559, + "id": 26700, "properties": { "facing": "west", "half": "bottom", @@ -274244,7 +287143,7 @@ } }, { - "id": 25560, + "id": 26701, "properties": { "facing": "east", "half": "top", @@ -274254,7 +287153,7 @@ } }, { - "id": 25561, + "id": 26702, "properties": { "facing": "east", "half": "top", @@ -274264,7 +287163,7 @@ } }, { - "id": 25562, + "id": 26703, "properties": { "facing": "east", "half": "top", @@ -274274,7 +287173,7 @@ } }, { - "id": 25563, + "id": 26704, "properties": { "facing": "east", "half": "top", @@ -274284,7 +287183,7 @@ } }, { - "id": 25564, + "id": 26705, "properties": { "facing": "east", "half": "top", @@ -274294,7 +287193,7 @@ } }, { - "id": 25565, + "id": 26706, "properties": { "facing": "east", "half": "top", @@ -274304,7 +287203,7 @@ } }, { - "id": 25566, + "id": 26707, "properties": { "facing": "east", "half": "top", @@ -274314,7 +287213,7 @@ } }, { - "id": 25567, + "id": 26708, "properties": { "facing": "east", "half": "top", @@ -274324,7 +287223,7 @@ } }, { - "id": 25568, + "id": 26709, "properties": { "facing": "east", "half": "bottom", @@ -274334,7 +287233,7 @@ } }, { - "id": 25569, + "id": 26710, "properties": { "facing": "east", "half": "bottom", @@ -274344,7 +287243,7 @@ } }, { - "id": 25570, + "id": 26711, "properties": { "facing": "east", "half": "bottom", @@ -274354,7 +287253,7 @@ } }, { - "id": 25571, + "id": 26712, "properties": { "facing": "east", "half": "bottom", @@ -274364,7 +287263,7 @@ } }, { - "id": 25572, + "id": 26713, "properties": { "facing": "east", "half": "bottom", @@ -274374,7 +287273,7 @@ } }, { - "id": 25573, + "id": 26714, "properties": { "facing": "east", "half": "bottom", @@ -274384,7 +287283,7 @@ } }, { - "id": 25574, + "id": 26715, "properties": { "facing": "east", "half": "bottom", @@ -274394,7 +287293,7 @@ } }, { - "id": 25575, + "id": 26716, "properties": { "facing": "east", "half": "bottom", @@ -274413,7 +287312,7 @@ "states": [ { "default": true, - "id": 24334 + "id": 25475 } ] }, @@ -274435,21 +287334,21 @@ }, "states": [ { - "id": 24668, + "id": 25809, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24669, + "id": 25810, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24670, + "id": 25811, "properties": { "type": "bottom", "waterlogged": "true" @@ -274457,21 +287356,21 @@ }, { "default": true, - "id": 24671, + "id": 25812, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24672, + "id": 25813, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24673, + "id": 25814, "properties": { "type": "double", "waterlogged": "false" @@ -274512,7 +287411,7 @@ }, "states": [ { - "id": 24496, + "id": 25637, "properties": { "facing": "north", "half": "top", @@ -274521,7 +287420,7 @@ } }, { - "id": 24497, + "id": 25638, "properties": { "facing": "north", "half": "top", @@ -274530,7 +287429,7 @@ } }, { - "id": 24498, + "id": 25639, "properties": { "facing": "north", "half": "top", @@ -274539,7 +287438,7 @@ } }, { - "id": 24499, + "id": 25640, "properties": { "facing": "north", "half": "top", @@ -274548,7 +287447,7 @@ } }, { - "id": 24500, + "id": 25641, "properties": { "facing": "north", "half": "top", @@ -274557,7 +287456,7 @@ } }, { - "id": 24501, + "id": 25642, "properties": { "facing": "north", "half": "top", @@ -274566,7 +287465,7 @@ } }, { - "id": 24502, + "id": 25643, "properties": { "facing": "north", "half": "top", @@ -274575,7 +287474,7 @@ } }, { - "id": 24503, + "id": 25644, "properties": { "facing": "north", "half": "top", @@ -274584,7 +287483,7 @@ } }, { - "id": 24504, + "id": 25645, "properties": { "facing": "north", "half": "top", @@ -274593,7 +287492,7 @@ } }, { - "id": 24505, + "id": 25646, "properties": { "facing": "north", "half": "top", @@ -274602,7 +287501,7 @@ } }, { - "id": 24506, + "id": 25647, "properties": { "facing": "north", "half": "bottom", @@ -274612,7 +287511,7 @@ }, { "default": true, - "id": 24507, + "id": 25648, "properties": { "facing": "north", "half": "bottom", @@ -274621,7 +287520,7 @@ } }, { - "id": 24508, + "id": 25649, "properties": { "facing": "north", "half": "bottom", @@ -274630,7 +287529,7 @@ } }, { - "id": 24509, + "id": 25650, "properties": { "facing": "north", "half": "bottom", @@ -274639,7 +287538,7 @@ } }, { - "id": 24510, + "id": 25651, "properties": { "facing": "north", "half": "bottom", @@ -274648,7 +287547,7 @@ } }, { - "id": 24511, + "id": 25652, "properties": { "facing": "north", "half": "bottom", @@ -274657,7 +287556,7 @@ } }, { - "id": 24512, + "id": 25653, "properties": { "facing": "north", "half": "bottom", @@ -274666,7 +287565,7 @@ } }, { - "id": 24513, + "id": 25654, "properties": { "facing": "north", "half": "bottom", @@ -274675,7 +287574,7 @@ } }, { - "id": 24514, + "id": 25655, "properties": { "facing": "north", "half": "bottom", @@ -274684,7 +287583,7 @@ } }, { - "id": 24515, + "id": 25656, "properties": { "facing": "north", "half": "bottom", @@ -274693,7 +287592,7 @@ } }, { - "id": 24516, + "id": 25657, "properties": { "facing": "south", "half": "top", @@ -274702,7 +287601,7 @@ } }, { - "id": 24517, + "id": 25658, "properties": { "facing": "south", "half": "top", @@ -274711,7 +287610,7 @@ } }, { - "id": 24518, + "id": 25659, "properties": { "facing": "south", "half": "top", @@ -274720,7 +287619,7 @@ } }, { - "id": 24519, + "id": 25660, "properties": { "facing": "south", "half": "top", @@ -274729,7 +287628,7 @@ } }, { - "id": 24520, + "id": 25661, "properties": { "facing": "south", "half": "top", @@ -274738,7 +287637,7 @@ } }, { - "id": 24521, + "id": 25662, "properties": { "facing": "south", "half": "top", @@ -274747,7 +287646,7 @@ } }, { - "id": 24522, + "id": 25663, "properties": { "facing": "south", "half": "top", @@ -274756,7 +287655,7 @@ } }, { - "id": 24523, + "id": 25664, "properties": { "facing": "south", "half": "top", @@ -274765,7 +287664,7 @@ } }, { - "id": 24524, + "id": 25665, "properties": { "facing": "south", "half": "top", @@ -274774,7 +287673,7 @@ } }, { - "id": 24525, + "id": 25666, "properties": { "facing": "south", "half": "top", @@ -274783,7 +287682,7 @@ } }, { - "id": 24526, + "id": 25667, "properties": { "facing": "south", "half": "bottom", @@ -274792,7 +287691,7 @@ } }, { - "id": 24527, + "id": 25668, "properties": { "facing": "south", "half": "bottom", @@ -274801,7 +287700,7 @@ } }, { - "id": 24528, + "id": 25669, "properties": { "facing": "south", "half": "bottom", @@ -274810,7 +287709,7 @@ } }, { - "id": 24529, + "id": 25670, "properties": { "facing": "south", "half": "bottom", @@ -274819,7 +287718,7 @@ } }, { - "id": 24530, + "id": 25671, "properties": { "facing": "south", "half": "bottom", @@ -274828,7 +287727,7 @@ } }, { - "id": 24531, + "id": 25672, "properties": { "facing": "south", "half": "bottom", @@ -274837,7 +287736,7 @@ } }, { - "id": 24532, + "id": 25673, "properties": { "facing": "south", "half": "bottom", @@ -274846,7 +287745,7 @@ } }, { - "id": 24533, + "id": 25674, "properties": { "facing": "south", "half": "bottom", @@ -274855,7 +287754,7 @@ } }, { - "id": 24534, + "id": 25675, "properties": { "facing": "south", "half": "bottom", @@ -274864,7 +287763,7 @@ } }, { - "id": 24535, + "id": 25676, "properties": { "facing": "south", "half": "bottom", @@ -274873,7 +287772,7 @@ } }, { - "id": 24536, + "id": 25677, "properties": { "facing": "west", "half": "top", @@ -274882,7 +287781,7 @@ } }, { - "id": 24537, + "id": 25678, "properties": { "facing": "west", "half": "top", @@ -274891,7 +287790,7 @@ } }, { - "id": 24538, + "id": 25679, "properties": { "facing": "west", "half": "top", @@ -274900,7 +287799,7 @@ } }, { - "id": 24539, + "id": 25680, "properties": { "facing": "west", "half": "top", @@ -274909,7 +287808,7 @@ } }, { - "id": 24540, + "id": 25681, "properties": { "facing": "west", "half": "top", @@ -274918,7 +287817,7 @@ } }, { - "id": 24541, + "id": 25682, "properties": { "facing": "west", "half": "top", @@ -274927,7 +287826,7 @@ } }, { - "id": 24542, + "id": 25683, "properties": { "facing": "west", "half": "top", @@ -274936,7 +287835,7 @@ } }, { - "id": 24543, + "id": 25684, "properties": { "facing": "west", "half": "top", @@ -274945,7 +287844,7 @@ } }, { - "id": 24544, + "id": 25685, "properties": { "facing": "west", "half": "top", @@ -274954,7 +287853,7 @@ } }, { - "id": 24545, + "id": 25686, "properties": { "facing": "west", "half": "top", @@ -274963,7 +287862,7 @@ } }, { - "id": 24546, + "id": 25687, "properties": { "facing": "west", "half": "bottom", @@ -274972,7 +287871,7 @@ } }, { - "id": 24547, + "id": 25688, "properties": { "facing": "west", "half": "bottom", @@ -274981,7 +287880,7 @@ } }, { - "id": 24548, + "id": 25689, "properties": { "facing": "west", "half": "bottom", @@ -274990,7 +287889,7 @@ } }, { - "id": 24549, + "id": 25690, "properties": { "facing": "west", "half": "bottom", @@ -274999,7 +287898,7 @@ } }, { - "id": 24550, + "id": 25691, "properties": { "facing": "west", "half": "bottom", @@ -275008,7 +287907,7 @@ } }, { - "id": 24551, + "id": 25692, "properties": { "facing": "west", "half": "bottom", @@ -275017,7 +287916,7 @@ } }, { - "id": 24552, + "id": 25693, "properties": { "facing": "west", "half": "bottom", @@ -275026,7 +287925,7 @@ } }, { - "id": 24553, + "id": 25694, "properties": { "facing": "west", "half": "bottom", @@ -275035,7 +287934,7 @@ } }, { - "id": 24554, + "id": 25695, "properties": { "facing": "west", "half": "bottom", @@ -275044,7 +287943,7 @@ } }, { - "id": 24555, + "id": 25696, "properties": { "facing": "west", "half": "bottom", @@ -275053,7 +287952,7 @@ } }, { - "id": 24556, + "id": 25697, "properties": { "facing": "east", "half": "top", @@ -275062,7 +287961,7 @@ } }, { - "id": 24557, + "id": 25698, "properties": { "facing": "east", "half": "top", @@ -275071,7 +287970,7 @@ } }, { - "id": 24558, + "id": 25699, "properties": { "facing": "east", "half": "top", @@ -275080,7 +287979,7 @@ } }, { - "id": 24559, + "id": 25700, "properties": { "facing": "east", "half": "top", @@ -275089,7 +287988,7 @@ } }, { - "id": 24560, + "id": 25701, "properties": { "facing": "east", "half": "top", @@ -275098,7 +287997,7 @@ } }, { - "id": 24561, + "id": 25702, "properties": { "facing": "east", "half": "top", @@ -275107,7 +288006,7 @@ } }, { - "id": 24562, + "id": 25703, "properties": { "facing": "east", "half": "top", @@ -275116,7 +288015,7 @@ } }, { - "id": 24563, + "id": 25704, "properties": { "facing": "east", "half": "top", @@ -275125,7 +288024,7 @@ } }, { - "id": 24564, + "id": 25705, "properties": { "facing": "east", "half": "top", @@ -275134,7 +288033,7 @@ } }, { - "id": 24565, + "id": 25706, "properties": { "facing": "east", "half": "top", @@ -275143,7 +288042,7 @@ } }, { - "id": 24566, + "id": 25707, "properties": { "facing": "east", "half": "bottom", @@ -275152,7 +288051,7 @@ } }, { - "id": 24567, + "id": 25708, "properties": { "facing": "east", "half": "bottom", @@ -275161,7 +288060,7 @@ } }, { - "id": 24568, + "id": 25709, "properties": { "facing": "east", "half": "bottom", @@ -275170,7 +288069,7 @@ } }, { - "id": 24569, + "id": 25710, "properties": { "facing": "east", "half": "bottom", @@ -275179,7 +288078,7 @@ } }, { - "id": 24570, + "id": 25711, "properties": { "facing": "east", "half": "bottom", @@ -275188,7 +288087,7 @@ } }, { - "id": 24571, + "id": 25712, "properties": { "facing": "east", "half": "bottom", @@ -275197,7 +288096,7 @@ } }, { - "id": 24572, + "id": 25713, "properties": { "facing": "east", "half": "bottom", @@ -275206,7 +288105,7 @@ } }, { - "id": 24573, + "id": 25714, "properties": { "facing": "east", "half": "bottom", @@ -275215,7 +288114,7 @@ } }, { - "id": 24574, + "id": 25715, "properties": { "facing": "east", "half": "bottom", @@ -275224,7 +288123,7 @@ } }, { - "id": 24575, + "id": 25716, "properties": { "facing": "east", "half": "bottom", @@ -275234,6 +288133,444 @@ } ] }, + "minecraft:waxed_exposed_lightning_rod": { + "definition": { + "type": "minecraft:lightning_rod", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27461, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27462, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27463, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27464, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27465, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27466, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27467, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27468, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27469, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27470, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27471, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27472, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27473, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27474, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27475, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27476, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27477, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27478, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27479, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27480, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27481, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27482, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27483, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27484, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_lightning_rod": { + "definition": { + "type": "minecraft:lightning_rod", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27437, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27438, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27439, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27440, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27441, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27442, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27443, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27444, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27445, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27446, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27447, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27448, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27449, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27450, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27451, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27452, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27453, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27454, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27455, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27456, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27457, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27458, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27459, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27460, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_oxidized_chiseled_copper": { "definition": { "type": "minecraft:block", @@ -275242,7 +288579,7 @@ "states": [ { "default": true, - "id": 23980 + "id": 25121 } ] }, @@ -275254,7 +288591,358 @@ "states": [ { "default": true, - "id": 24331 + "id": 25472 + } + ] + }, + "minecraft:waxed_oxidized_copper_bars": { + "definition": { + "type": "minecraft:iron_bars", + "properties": {} + }, + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8013, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8014, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8015, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8016, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8017, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8018, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8019, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8020, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8021, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8022, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8023, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8024, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8025, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8026, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8027, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8028, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8029, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8030, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8031, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8032, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8033, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8034, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8035, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8036, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8037, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8038, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8039, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8040, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8041, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8042, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8043, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 8044, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } } ] }, @@ -275275,21 +288963,21 @@ }, "states": [ { - "id": 25748, + "id": 26889, "properties": { "lit": "true", "powered": "true" } }, { - "id": 25749, + "id": 26890, "properties": { "lit": "true", "powered": "false" } }, { - "id": 25750, + "id": 26891, "properties": { "lit": "false", "powered": "true" @@ -275297,7 +288985,7 @@ }, { "default": true, - "id": 25751, + "id": 26892, "properties": { "lit": "false", "powered": "false" @@ -275305,6 +288993,289 @@ } ] }, + "minecraft:waxed_oxidized_copper_chain": { + "definition": { + "type": "minecraft:chain", + "properties": {} + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8093, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8094, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8095, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8096, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8097, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8098, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_oxidized_copper_chest": { + "definition": { + "type": "minecraft:copper_chest", + "close_sound": "minecraft:block.copper_chest_oxidized.close", + "open_sound": "minecraft:block.copper_chest_oxidized.open", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27061, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27062, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27063, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27064, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27065, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27066, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27067, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27068, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27069, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27070, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27071, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27072, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27073, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27074, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27075, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27076, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27077, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27078, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27079, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27080, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27081, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27082, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27083, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27084, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_oxidized_copper_door": { "definition": { "type": "minecraft:door", @@ -275337,7 +289308,7 @@ }, "states": [ { - "id": 25064, + "id": 26205, "properties": { "facing": "north", "half": "upper", @@ -275347,7 +289318,7 @@ } }, { - "id": 25065, + "id": 26206, "properties": { "facing": "north", "half": "upper", @@ -275357,7 +289328,7 @@ } }, { - "id": 25066, + "id": 26207, "properties": { "facing": "north", "half": "upper", @@ -275367,7 +289338,7 @@ } }, { - "id": 25067, + "id": 26208, "properties": { "facing": "north", "half": "upper", @@ -275377,7 +289348,7 @@ } }, { - "id": 25068, + "id": 26209, "properties": { "facing": "north", "half": "upper", @@ -275387,7 +289358,7 @@ } }, { - "id": 25069, + "id": 26210, "properties": { "facing": "north", "half": "upper", @@ -275397,7 +289368,7 @@ } }, { - "id": 25070, + "id": 26211, "properties": { "facing": "north", "half": "upper", @@ -275407,7 +289378,7 @@ } }, { - "id": 25071, + "id": 26212, "properties": { "facing": "north", "half": "upper", @@ -275417,7 +289388,7 @@ } }, { - "id": 25072, + "id": 26213, "properties": { "facing": "north", "half": "lower", @@ -275427,7 +289398,7 @@ } }, { - "id": 25073, + "id": 26214, "properties": { "facing": "north", "half": "lower", @@ -275437,7 +289408,7 @@ } }, { - "id": 25074, + "id": 26215, "properties": { "facing": "north", "half": "lower", @@ -275448,7 +289419,7 @@ }, { "default": true, - "id": 25075, + "id": 26216, "properties": { "facing": "north", "half": "lower", @@ -275458,7 +289429,7 @@ } }, { - "id": 25076, + "id": 26217, "properties": { "facing": "north", "half": "lower", @@ -275468,7 +289439,7 @@ } }, { - "id": 25077, + "id": 26218, "properties": { "facing": "north", "half": "lower", @@ -275478,7 +289449,7 @@ } }, { - "id": 25078, + "id": 26219, "properties": { "facing": "north", "half": "lower", @@ -275488,7 +289459,7 @@ } }, { - "id": 25079, + "id": 26220, "properties": { "facing": "north", "half": "lower", @@ -275498,7 +289469,7 @@ } }, { - "id": 25080, + "id": 26221, "properties": { "facing": "south", "half": "upper", @@ -275508,7 +289479,7 @@ } }, { - "id": 25081, + "id": 26222, "properties": { "facing": "south", "half": "upper", @@ -275518,7 +289489,7 @@ } }, { - "id": 25082, + "id": 26223, "properties": { "facing": "south", "half": "upper", @@ -275528,7 +289499,7 @@ } }, { - "id": 25083, + "id": 26224, "properties": { "facing": "south", "half": "upper", @@ -275538,7 +289509,7 @@ } }, { - "id": 25084, + "id": 26225, "properties": { "facing": "south", "half": "upper", @@ -275548,7 +289519,7 @@ } }, { - "id": 25085, + "id": 26226, "properties": { "facing": "south", "half": "upper", @@ -275558,7 +289529,7 @@ } }, { - "id": 25086, + "id": 26227, "properties": { "facing": "south", "half": "upper", @@ -275568,7 +289539,7 @@ } }, { - "id": 25087, + "id": 26228, "properties": { "facing": "south", "half": "upper", @@ -275578,7 +289549,7 @@ } }, { - "id": 25088, + "id": 26229, "properties": { "facing": "south", "half": "lower", @@ -275588,7 +289559,7 @@ } }, { - "id": 25089, + "id": 26230, "properties": { "facing": "south", "half": "lower", @@ -275598,7 +289569,7 @@ } }, { - "id": 25090, + "id": 26231, "properties": { "facing": "south", "half": "lower", @@ -275608,7 +289579,7 @@ } }, { - "id": 25091, + "id": 26232, "properties": { "facing": "south", "half": "lower", @@ -275618,7 +289589,7 @@ } }, { - "id": 25092, + "id": 26233, "properties": { "facing": "south", "half": "lower", @@ -275628,7 +289599,7 @@ } }, { - "id": 25093, + "id": 26234, "properties": { "facing": "south", "half": "lower", @@ -275638,7 +289609,7 @@ } }, { - "id": 25094, + "id": 26235, "properties": { "facing": "south", "half": "lower", @@ -275648,7 +289619,7 @@ } }, { - "id": 25095, + "id": 26236, "properties": { "facing": "south", "half": "lower", @@ -275658,7 +289629,7 @@ } }, { - "id": 25096, + "id": 26237, "properties": { "facing": "west", "half": "upper", @@ -275668,7 +289639,7 @@ } }, { - "id": 25097, + "id": 26238, "properties": { "facing": "west", "half": "upper", @@ -275678,7 +289649,7 @@ } }, { - "id": 25098, + "id": 26239, "properties": { "facing": "west", "half": "upper", @@ -275688,7 +289659,7 @@ } }, { - "id": 25099, + "id": 26240, "properties": { "facing": "west", "half": "upper", @@ -275698,7 +289669,7 @@ } }, { - "id": 25100, + "id": 26241, "properties": { "facing": "west", "half": "upper", @@ -275708,7 +289679,7 @@ } }, { - "id": 25101, + "id": 26242, "properties": { "facing": "west", "half": "upper", @@ -275718,7 +289689,7 @@ } }, { - "id": 25102, + "id": 26243, "properties": { "facing": "west", "half": "upper", @@ -275728,7 +289699,7 @@ } }, { - "id": 25103, + "id": 26244, "properties": { "facing": "west", "half": "upper", @@ -275738,7 +289709,7 @@ } }, { - "id": 25104, + "id": 26245, "properties": { "facing": "west", "half": "lower", @@ -275748,7 +289719,7 @@ } }, { - "id": 25105, + "id": 26246, "properties": { "facing": "west", "half": "lower", @@ -275758,7 +289729,7 @@ } }, { - "id": 25106, + "id": 26247, "properties": { "facing": "west", "half": "lower", @@ -275768,7 +289739,7 @@ } }, { - "id": 25107, + "id": 26248, "properties": { "facing": "west", "half": "lower", @@ -275778,7 +289749,7 @@ } }, { - "id": 25108, + "id": 26249, "properties": { "facing": "west", "half": "lower", @@ -275788,7 +289759,7 @@ } }, { - "id": 25109, + "id": 26250, "properties": { "facing": "west", "half": "lower", @@ -275798,7 +289769,7 @@ } }, { - "id": 25110, + "id": 26251, "properties": { "facing": "west", "half": "lower", @@ -275808,7 +289779,7 @@ } }, { - "id": 25111, + "id": 26252, "properties": { "facing": "west", "half": "lower", @@ -275818,7 +289789,7 @@ } }, { - "id": 25112, + "id": 26253, "properties": { "facing": "east", "half": "upper", @@ -275828,7 +289799,7 @@ } }, { - "id": 25113, + "id": 26254, "properties": { "facing": "east", "half": "upper", @@ -275838,7 +289809,7 @@ } }, { - "id": 25114, + "id": 26255, "properties": { "facing": "east", "half": "upper", @@ -275848,7 +289819,7 @@ } }, { - "id": 25115, + "id": 26256, "properties": { "facing": "east", "half": "upper", @@ -275858,7 +289829,7 @@ } }, { - "id": 25116, + "id": 26257, "properties": { "facing": "east", "half": "upper", @@ -275868,7 +289839,7 @@ } }, { - "id": 25117, + "id": 26258, "properties": { "facing": "east", "half": "upper", @@ -275878,7 +289849,7 @@ } }, { - "id": 25118, + "id": 26259, "properties": { "facing": "east", "half": "upper", @@ -275888,7 +289859,7 @@ } }, { - "id": 25119, + "id": 26260, "properties": { "facing": "east", "half": "upper", @@ -275898,7 +289869,7 @@ } }, { - "id": 25120, + "id": 26261, "properties": { "facing": "east", "half": "lower", @@ -275908,7 +289879,7 @@ } }, { - "id": 25121, + "id": 26262, "properties": { "facing": "east", "half": "lower", @@ -275918,7 +289889,7 @@ } }, { - "id": 25122, + "id": 26263, "properties": { "facing": "east", "half": "lower", @@ -275928,7 +289899,7 @@ } }, { - "id": 25123, + "id": 26264, "properties": { "facing": "east", "half": "lower", @@ -275938,7 +289909,7 @@ } }, { - "id": 25124, + "id": 26265, "properties": { "facing": "east", "half": "lower", @@ -275948,7 +289919,7 @@ } }, { - "id": 25125, + "id": 26266, "properties": { "facing": "east", "half": "lower", @@ -275958,7 +289929,7 @@ } }, { - "id": 25126, + "id": 26267, "properties": { "facing": "east", "half": "lower", @@ -275968,7 +289939,7 @@ } }, { - "id": 25127, + "id": 26268, "properties": { "facing": "east", "half": "lower", @@ -275979,6 +289950,290 @@ } ] }, + "minecraft:waxed_oxidized_copper_golem_statue": { + "definition": { + "type": "minecraft:copper_golem_statue", + "properties": {}, + "weathering_state": "oxidized" + }, + "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27309, + "properties": { + "copper_golem_pose": "standing", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27310, + "properties": { + "copper_golem_pose": "standing", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27311, + "properties": { + "copper_golem_pose": "standing", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27312, + "properties": { + "copper_golem_pose": "standing", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27313, + "properties": { + "copper_golem_pose": "standing", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27314, + "properties": { + "copper_golem_pose": "standing", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27315, + "properties": { + "copper_golem_pose": "standing", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27316, + "properties": { + "copper_golem_pose": "standing", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27317, + "properties": { + "copper_golem_pose": "sitting", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27318, + "properties": { + "copper_golem_pose": "sitting", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27319, + "properties": { + "copper_golem_pose": "sitting", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27320, + "properties": { + "copper_golem_pose": "sitting", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27321, + "properties": { + "copper_golem_pose": "sitting", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27322, + "properties": { + "copper_golem_pose": "sitting", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27323, + "properties": { + "copper_golem_pose": "sitting", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27324, + "properties": { + "copper_golem_pose": "sitting", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27325, + "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27326, + "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27327, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27328, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27329, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27330, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27331, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27332, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27333, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27334, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27335, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27336, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27337, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27338, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27339, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27340, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_oxidized_copper_grate": { "definition": { "type": "minecraft:waterlogged_transparent", @@ -275992,20 +290247,67 @@ }, "states": [ { - "id": 25718, + "id": 26859, "properties": { "waterlogged": "true" } }, { "default": true, - "id": 25719, + "id": 26860, "properties": { "waterlogged": "false" } } ] }, + "minecraft:waxed_oxidized_copper_lantern": { + "definition": { + "type": "minecraft:lantern", + "properties": {} + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20671, + "properties": { + "hanging": "true", + "waterlogged": "true" + } + }, + { + "id": 20672, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20673, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20674, + "properties": { + "hanging": "false", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_oxidized_copper_trapdoor": { "definition": { "type": "minecraft:trapdoor", @@ -276038,7 +290340,7 @@ }, "states": [ { - "id": 25576, + "id": 26717, "properties": { "facing": "north", "half": "top", @@ -276048,7 +290350,7 @@ } }, { - "id": 25577, + "id": 26718, "properties": { "facing": "north", "half": "top", @@ -276058,7 +290360,7 @@ } }, { - "id": 25578, + "id": 26719, "properties": { "facing": "north", "half": "top", @@ -276068,7 +290370,7 @@ } }, { - "id": 25579, + "id": 26720, "properties": { "facing": "north", "half": "top", @@ -276078,7 +290380,7 @@ } }, { - "id": 25580, + "id": 26721, "properties": { "facing": "north", "half": "top", @@ -276088,7 +290390,7 @@ } }, { - "id": 25581, + "id": 26722, "properties": { "facing": "north", "half": "top", @@ -276098,7 +290400,7 @@ } }, { - "id": 25582, + "id": 26723, "properties": { "facing": "north", "half": "top", @@ -276108,7 +290410,7 @@ } }, { - "id": 25583, + "id": 26724, "properties": { "facing": "north", "half": "top", @@ -276118,7 +290420,7 @@ } }, { - "id": 25584, + "id": 26725, "properties": { "facing": "north", "half": "bottom", @@ -276128,7 +290430,7 @@ } }, { - "id": 25585, + "id": 26726, "properties": { "facing": "north", "half": "bottom", @@ -276138,7 +290440,7 @@ } }, { - "id": 25586, + "id": 26727, "properties": { "facing": "north", "half": "bottom", @@ -276148,7 +290450,7 @@ } }, { - "id": 25587, + "id": 26728, "properties": { "facing": "north", "half": "bottom", @@ -276158,7 +290460,7 @@ } }, { - "id": 25588, + "id": 26729, "properties": { "facing": "north", "half": "bottom", @@ -276168,7 +290470,7 @@ } }, { - "id": 25589, + "id": 26730, "properties": { "facing": "north", "half": "bottom", @@ -276178,7 +290480,7 @@ } }, { - "id": 25590, + "id": 26731, "properties": { "facing": "north", "half": "bottom", @@ -276189,7 +290491,7 @@ }, { "default": true, - "id": 25591, + "id": 26732, "properties": { "facing": "north", "half": "bottom", @@ -276199,7 +290501,7 @@ } }, { - "id": 25592, + "id": 26733, "properties": { "facing": "south", "half": "top", @@ -276209,7 +290511,7 @@ } }, { - "id": 25593, + "id": 26734, "properties": { "facing": "south", "half": "top", @@ -276219,7 +290521,7 @@ } }, { - "id": 25594, + "id": 26735, "properties": { "facing": "south", "half": "top", @@ -276229,7 +290531,7 @@ } }, { - "id": 25595, + "id": 26736, "properties": { "facing": "south", "half": "top", @@ -276239,7 +290541,7 @@ } }, { - "id": 25596, + "id": 26737, "properties": { "facing": "south", "half": "top", @@ -276249,7 +290551,7 @@ } }, { - "id": 25597, + "id": 26738, "properties": { "facing": "south", "half": "top", @@ -276259,7 +290561,7 @@ } }, { - "id": 25598, + "id": 26739, "properties": { "facing": "south", "half": "top", @@ -276269,7 +290571,7 @@ } }, { - "id": 25599, + "id": 26740, "properties": { "facing": "south", "half": "top", @@ -276279,7 +290581,7 @@ } }, { - "id": 25600, + "id": 26741, "properties": { "facing": "south", "half": "bottom", @@ -276289,7 +290591,7 @@ } }, { - "id": 25601, + "id": 26742, "properties": { "facing": "south", "half": "bottom", @@ -276299,7 +290601,7 @@ } }, { - "id": 25602, + "id": 26743, "properties": { "facing": "south", "half": "bottom", @@ -276309,7 +290611,7 @@ } }, { - "id": 25603, + "id": 26744, "properties": { "facing": "south", "half": "bottom", @@ -276319,7 +290621,7 @@ } }, { - "id": 25604, + "id": 26745, "properties": { "facing": "south", "half": "bottom", @@ -276329,7 +290631,7 @@ } }, { - "id": 25605, + "id": 26746, "properties": { "facing": "south", "half": "bottom", @@ -276339,7 +290641,7 @@ } }, { - "id": 25606, + "id": 26747, "properties": { "facing": "south", "half": "bottom", @@ -276349,7 +290651,7 @@ } }, { - "id": 25607, + "id": 26748, "properties": { "facing": "south", "half": "bottom", @@ -276359,7 +290661,7 @@ } }, { - "id": 25608, + "id": 26749, "properties": { "facing": "west", "half": "top", @@ -276369,7 +290671,7 @@ } }, { - "id": 25609, + "id": 26750, "properties": { "facing": "west", "half": "top", @@ -276379,7 +290681,7 @@ } }, { - "id": 25610, + "id": 26751, "properties": { "facing": "west", "half": "top", @@ -276389,7 +290691,7 @@ } }, { - "id": 25611, + "id": 26752, "properties": { "facing": "west", "half": "top", @@ -276399,7 +290701,7 @@ } }, { - "id": 25612, + "id": 26753, "properties": { "facing": "west", "half": "top", @@ -276409,7 +290711,7 @@ } }, { - "id": 25613, + "id": 26754, "properties": { "facing": "west", "half": "top", @@ -276419,7 +290721,7 @@ } }, { - "id": 25614, + "id": 26755, "properties": { "facing": "west", "half": "top", @@ -276429,7 +290731,7 @@ } }, { - "id": 25615, + "id": 26756, "properties": { "facing": "west", "half": "top", @@ -276439,7 +290741,7 @@ } }, { - "id": 25616, + "id": 26757, "properties": { "facing": "west", "half": "bottom", @@ -276449,7 +290751,7 @@ } }, { - "id": 25617, + "id": 26758, "properties": { "facing": "west", "half": "bottom", @@ -276459,7 +290761,7 @@ } }, { - "id": 25618, + "id": 26759, "properties": { "facing": "west", "half": "bottom", @@ -276469,7 +290771,7 @@ } }, { - "id": 25619, + "id": 26760, "properties": { "facing": "west", "half": "bottom", @@ -276479,7 +290781,7 @@ } }, { - "id": 25620, + "id": 26761, "properties": { "facing": "west", "half": "bottom", @@ -276489,7 +290791,7 @@ } }, { - "id": 25621, + "id": 26762, "properties": { "facing": "west", "half": "bottom", @@ -276499,7 +290801,7 @@ } }, { - "id": 25622, + "id": 26763, "properties": { "facing": "west", "half": "bottom", @@ -276509,7 +290811,7 @@ } }, { - "id": 25623, + "id": 26764, "properties": { "facing": "west", "half": "bottom", @@ -276519,7 +290821,7 @@ } }, { - "id": 25624, + "id": 26765, "properties": { "facing": "east", "half": "top", @@ -276529,7 +290831,7 @@ } }, { - "id": 25625, + "id": 26766, "properties": { "facing": "east", "half": "top", @@ -276539,7 +290841,7 @@ } }, { - "id": 25626, + "id": 26767, "properties": { "facing": "east", "half": "top", @@ -276549,7 +290851,7 @@ } }, { - "id": 25627, + "id": 26768, "properties": { "facing": "east", "half": "top", @@ -276559,7 +290861,7 @@ } }, { - "id": 25628, + "id": 26769, "properties": { "facing": "east", "half": "top", @@ -276569,7 +290871,7 @@ } }, { - "id": 25629, + "id": 26770, "properties": { "facing": "east", "half": "top", @@ -276579,7 +290881,7 @@ } }, { - "id": 25630, + "id": 26771, "properties": { "facing": "east", "half": "top", @@ -276589,7 +290891,7 @@ } }, { - "id": 25631, + "id": 26772, "properties": { "facing": "east", "half": "top", @@ -276599,7 +290901,7 @@ } }, { - "id": 25632, + "id": 26773, "properties": { "facing": "east", "half": "bottom", @@ -276609,7 +290911,7 @@ } }, { - "id": 25633, + "id": 26774, "properties": { "facing": "east", "half": "bottom", @@ -276619,7 +290921,7 @@ } }, { - "id": 25634, + "id": 26775, "properties": { "facing": "east", "half": "bottom", @@ -276629,7 +290931,7 @@ } }, { - "id": 25635, + "id": 26776, "properties": { "facing": "east", "half": "bottom", @@ -276639,7 +290941,7 @@ } }, { - "id": 25636, + "id": 26777, "properties": { "facing": "east", "half": "bottom", @@ -276649,7 +290951,7 @@ } }, { - "id": 25637, + "id": 26778, "properties": { "facing": "east", "half": "bottom", @@ -276659,7 +290961,7 @@ } }, { - "id": 25638, + "id": 26779, "properties": { "facing": "east", "half": "bottom", @@ -276669,7 +290971,7 @@ } }, { - "id": 25639, + "id": 26780, "properties": { "facing": "east", "half": "bottom", @@ -276688,7 +290990,7 @@ "states": [ { "default": true, - "id": 24332 + "id": 25473 } ] }, @@ -276710,21 +291012,21 @@ }, "states": [ { - "id": 24656, + "id": 25797, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24657, + "id": 25798, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24658, + "id": 25799, "properties": { "type": "bottom", "waterlogged": "true" @@ -276732,21 +291034,21 @@ }, { "default": true, - "id": 24659, + "id": 25800, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24660, + "id": 25801, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24661, + "id": 25802, "properties": { "type": "double", "waterlogged": "false" @@ -276787,7 +291089,7 @@ }, "states": [ { - "id": 24336, + "id": 25477, "properties": { "facing": "north", "half": "top", @@ -276796,7 +291098,7 @@ } }, { - "id": 24337, + "id": 25478, "properties": { "facing": "north", "half": "top", @@ -276805,7 +291107,7 @@ } }, { - "id": 24338, + "id": 25479, "properties": { "facing": "north", "half": "top", @@ -276814,7 +291116,7 @@ } }, { - "id": 24339, + "id": 25480, "properties": { "facing": "north", "half": "top", @@ -276823,7 +291125,7 @@ } }, { - "id": 24340, + "id": 25481, "properties": { "facing": "north", "half": "top", @@ -276832,7 +291134,7 @@ } }, { - "id": 24341, + "id": 25482, "properties": { "facing": "north", "half": "top", @@ -276841,7 +291143,7 @@ } }, { - "id": 24342, + "id": 25483, "properties": { "facing": "north", "half": "top", @@ -276850,7 +291152,7 @@ } }, { - "id": 24343, + "id": 25484, "properties": { "facing": "north", "half": "top", @@ -276859,7 +291161,7 @@ } }, { - "id": 24344, + "id": 25485, "properties": { "facing": "north", "half": "top", @@ -276868,7 +291170,7 @@ } }, { - "id": 24345, + "id": 25486, "properties": { "facing": "north", "half": "top", @@ -276877,7 +291179,7 @@ } }, { - "id": 24346, + "id": 25487, "properties": { "facing": "north", "half": "bottom", @@ -276887,7 +291189,7 @@ }, { "default": true, - "id": 24347, + "id": 25488, "properties": { "facing": "north", "half": "bottom", @@ -276896,7 +291198,7 @@ } }, { - "id": 24348, + "id": 25489, "properties": { "facing": "north", "half": "bottom", @@ -276905,7 +291207,7 @@ } }, { - "id": 24349, + "id": 25490, "properties": { "facing": "north", "half": "bottom", @@ -276914,7 +291216,7 @@ } }, { - "id": 24350, + "id": 25491, "properties": { "facing": "north", "half": "bottom", @@ -276923,7 +291225,7 @@ } }, { - "id": 24351, + "id": 25492, "properties": { "facing": "north", "half": "bottom", @@ -276932,7 +291234,7 @@ } }, { - "id": 24352, + "id": 25493, "properties": { "facing": "north", "half": "bottom", @@ -276941,7 +291243,7 @@ } }, { - "id": 24353, + "id": 25494, "properties": { "facing": "north", "half": "bottom", @@ -276950,7 +291252,7 @@ } }, { - "id": 24354, + "id": 25495, "properties": { "facing": "north", "half": "bottom", @@ -276959,7 +291261,7 @@ } }, { - "id": 24355, + "id": 25496, "properties": { "facing": "north", "half": "bottom", @@ -276968,7 +291270,7 @@ } }, { - "id": 24356, + "id": 25497, "properties": { "facing": "south", "half": "top", @@ -276977,7 +291279,7 @@ } }, { - "id": 24357, + "id": 25498, "properties": { "facing": "south", "half": "top", @@ -276986,7 +291288,7 @@ } }, { - "id": 24358, + "id": 25499, "properties": { "facing": "south", "half": "top", @@ -276995,7 +291297,7 @@ } }, { - "id": 24359, + "id": 25500, "properties": { "facing": "south", "half": "top", @@ -277004,7 +291306,7 @@ } }, { - "id": 24360, + "id": 25501, "properties": { "facing": "south", "half": "top", @@ -277013,7 +291315,7 @@ } }, { - "id": 24361, + "id": 25502, "properties": { "facing": "south", "half": "top", @@ -277022,7 +291324,7 @@ } }, { - "id": 24362, + "id": 25503, "properties": { "facing": "south", "half": "top", @@ -277031,7 +291333,7 @@ } }, { - "id": 24363, + "id": 25504, "properties": { "facing": "south", "half": "top", @@ -277040,7 +291342,7 @@ } }, { - "id": 24364, + "id": 25505, "properties": { "facing": "south", "half": "top", @@ -277049,7 +291351,7 @@ } }, { - "id": 24365, + "id": 25506, "properties": { "facing": "south", "half": "top", @@ -277058,7 +291360,7 @@ } }, { - "id": 24366, + "id": 25507, "properties": { "facing": "south", "half": "bottom", @@ -277067,7 +291369,7 @@ } }, { - "id": 24367, + "id": 25508, "properties": { "facing": "south", "half": "bottom", @@ -277076,7 +291378,7 @@ } }, { - "id": 24368, + "id": 25509, "properties": { "facing": "south", "half": "bottom", @@ -277085,7 +291387,7 @@ } }, { - "id": 24369, + "id": 25510, "properties": { "facing": "south", "half": "bottom", @@ -277094,7 +291396,7 @@ } }, { - "id": 24370, + "id": 25511, "properties": { "facing": "south", "half": "bottom", @@ -277103,7 +291405,7 @@ } }, { - "id": 24371, + "id": 25512, "properties": { "facing": "south", "half": "bottom", @@ -277112,7 +291414,7 @@ } }, { - "id": 24372, + "id": 25513, "properties": { "facing": "south", "half": "bottom", @@ -277121,7 +291423,7 @@ } }, { - "id": 24373, + "id": 25514, "properties": { "facing": "south", "half": "bottom", @@ -277130,7 +291432,7 @@ } }, { - "id": 24374, + "id": 25515, "properties": { "facing": "south", "half": "bottom", @@ -277139,7 +291441,7 @@ } }, { - "id": 24375, + "id": 25516, "properties": { "facing": "south", "half": "bottom", @@ -277148,7 +291450,7 @@ } }, { - "id": 24376, + "id": 25517, "properties": { "facing": "west", "half": "top", @@ -277157,7 +291459,7 @@ } }, { - "id": 24377, + "id": 25518, "properties": { "facing": "west", "half": "top", @@ -277166,7 +291468,7 @@ } }, { - "id": 24378, + "id": 25519, "properties": { "facing": "west", "half": "top", @@ -277175,7 +291477,7 @@ } }, { - "id": 24379, + "id": 25520, "properties": { "facing": "west", "half": "top", @@ -277184,7 +291486,7 @@ } }, { - "id": 24380, + "id": 25521, "properties": { "facing": "west", "half": "top", @@ -277193,7 +291495,7 @@ } }, { - "id": 24381, + "id": 25522, "properties": { "facing": "west", "half": "top", @@ -277202,7 +291504,7 @@ } }, { - "id": 24382, + "id": 25523, "properties": { "facing": "west", "half": "top", @@ -277211,7 +291513,7 @@ } }, { - "id": 24383, + "id": 25524, "properties": { "facing": "west", "half": "top", @@ -277220,7 +291522,7 @@ } }, { - "id": 24384, + "id": 25525, "properties": { "facing": "west", "half": "top", @@ -277229,7 +291531,7 @@ } }, { - "id": 24385, + "id": 25526, "properties": { "facing": "west", "half": "top", @@ -277238,7 +291540,7 @@ } }, { - "id": 24386, + "id": 25527, "properties": { "facing": "west", "half": "bottom", @@ -277247,7 +291549,7 @@ } }, { - "id": 24387, + "id": 25528, "properties": { "facing": "west", "half": "bottom", @@ -277256,7 +291558,7 @@ } }, { - "id": 24388, + "id": 25529, "properties": { "facing": "west", "half": "bottom", @@ -277265,7 +291567,7 @@ } }, { - "id": 24389, + "id": 25530, "properties": { "facing": "west", "half": "bottom", @@ -277274,7 +291576,7 @@ } }, { - "id": 24390, + "id": 25531, "properties": { "facing": "west", "half": "bottom", @@ -277283,7 +291585,7 @@ } }, { - "id": 24391, + "id": 25532, "properties": { "facing": "west", "half": "bottom", @@ -277292,7 +291594,7 @@ } }, { - "id": 24392, + "id": 25533, "properties": { "facing": "west", "half": "bottom", @@ -277301,7 +291603,7 @@ } }, { - "id": 24393, + "id": 25534, "properties": { "facing": "west", "half": "bottom", @@ -277310,7 +291612,7 @@ } }, { - "id": 24394, + "id": 25535, "properties": { "facing": "west", "half": "bottom", @@ -277319,7 +291621,7 @@ } }, { - "id": 24395, + "id": 25536, "properties": { "facing": "west", "half": "bottom", @@ -277328,7 +291630,7 @@ } }, { - "id": 24396, + "id": 25537, "properties": { "facing": "east", "half": "top", @@ -277337,7 +291639,7 @@ } }, { - "id": 24397, + "id": 25538, "properties": { "facing": "east", "half": "top", @@ -277346,7 +291648,7 @@ } }, { - "id": 24398, + "id": 25539, "properties": { "facing": "east", "half": "top", @@ -277355,7 +291657,7 @@ } }, { - "id": 24399, + "id": 25540, "properties": { "facing": "east", "half": "top", @@ -277364,7 +291666,7 @@ } }, { - "id": 24400, + "id": 25541, "properties": { "facing": "east", "half": "top", @@ -277373,7 +291675,7 @@ } }, { - "id": 24401, + "id": 25542, "properties": { "facing": "east", "half": "top", @@ -277382,7 +291684,7 @@ } }, { - "id": 24402, + "id": 25543, "properties": { "facing": "east", "half": "top", @@ -277391,7 +291693,7 @@ } }, { - "id": 24403, + "id": 25544, "properties": { "facing": "east", "half": "top", @@ -277400,7 +291702,7 @@ } }, { - "id": 24404, + "id": 25545, "properties": { "facing": "east", "half": "top", @@ -277409,7 +291711,7 @@ } }, { - "id": 24405, + "id": 25546, "properties": { "facing": "east", "half": "top", @@ -277418,7 +291720,7 @@ } }, { - "id": 24406, + "id": 25547, "properties": { "facing": "east", "half": "bottom", @@ -277427,7 +291729,7 @@ } }, { - "id": 24407, + "id": 25548, "properties": { "facing": "east", "half": "bottom", @@ -277436,7 +291738,7 @@ } }, { - "id": 24408, + "id": 25549, "properties": { "facing": "east", "half": "bottom", @@ -277445,7 +291747,7 @@ } }, { - "id": 24409, + "id": 25550, "properties": { "facing": "east", "half": "bottom", @@ -277454,7 +291756,7 @@ } }, { - "id": 24410, + "id": 25551, "properties": { "facing": "east", "half": "bottom", @@ -277463,7 +291765,7 @@ } }, { - "id": 24411, + "id": 25552, "properties": { "facing": "east", "half": "bottom", @@ -277472,7 +291774,7 @@ } }, { - "id": 24412, + "id": 25553, "properties": { "facing": "east", "half": "bottom", @@ -277481,7 +291783,7 @@ } }, { - "id": 24413, + "id": 25554, "properties": { "facing": "east", "half": "bottom", @@ -277490,7 +291792,7 @@ } }, { - "id": 24414, + "id": 25555, "properties": { "facing": "east", "half": "bottom", @@ -277499,7 +291801,7 @@ } }, { - "id": 24415, + "id": 25556, "properties": { "facing": "east", "half": "bottom", @@ -277509,6 +291811,225 @@ } ] }, + "minecraft:waxed_oxidized_lightning_rod": { + "definition": { + "type": "minecraft:lightning_rod", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27509, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27510, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27511, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27512, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27513, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27514, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27515, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27516, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27517, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27518, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27519, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27520, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27521, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27522, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27523, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27524, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27525, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27526, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27527, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27528, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27529, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27530, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27531, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27532, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_weathered_chiseled_copper": { "definition": { "type": "minecraft:block", @@ -277517,7 +292038,7 @@ "states": [ { "default": true, - "id": 23981 + "id": 25122 } ] }, @@ -277529,7 +292050,358 @@ "states": [ { "default": true, - "id": 24329 + "id": 25470 + } + ] + }, + "minecraft:waxed_weathered_copper_bars": { + "definition": { + "type": "minecraft:iron_bars", + "properties": {} + }, + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 7981, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7982, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7983, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7984, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7985, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7986, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7987, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7988, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7989, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7990, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7991, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7992, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7993, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7994, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7995, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7996, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7997, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7998, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7999, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8000, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8001, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8002, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8003, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8004, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8005, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8006, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8007, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 8008, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 8009, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 8010, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 8011, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 8012, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } } ] }, @@ -277550,21 +292422,21 @@ }, "states": [ { - "id": 25744, + "id": 26885, "properties": { "lit": "true", "powered": "true" } }, { - "id": 25745, + "id": 26886, "properties": { "lit": "true", "powered": "false" } }, { - "id": 25746, + "id": 26887, "properties": { "lit": "false", "powered": "true" @@ -277572,7 +292444,7 @@ }, { "default": true, - "id": 25747, + "id": 26888, "properties": { "lit": "false", "powered": "false" @@ -277580,6 +292452,289 @@ } ] }, + "minecraft:waxed_weathered_copper_chain": { + "definition": { + "type": "minecraft:chain", + "properties": {} + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8087, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8088, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8089, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8090, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8091, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8092, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_weathered_copper_chest": { + "definition": { + "type": "minecraft:copper_chest", + "close_sound": "minecraft:block.copper_chest_weathered.close", + "open_sound": "minecraft:block.copper_chest_weathered.open", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27037, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27038, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27039, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27040, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27041, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27042, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27043, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27044, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27045, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27046, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27047, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27048, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27049, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27050, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27051, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27052, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27053, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27054, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27055, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27056, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27057, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27058, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27059, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27060, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_weathered_copper_door": { "definition": { "type": "minecraft:door", @@ -277612,7 +292767,7 @@ }, "states": [ { - "id": 25128, + "id": 26269, "properties": { "facing": "north", "half": "upper", @@ -277622,7 +292777,7 @@ } }, { - "id": 25129, + "id": 26270, "properties": { "facing": "north", "half": "upper", @@ -277632,7 +292787,7 @@ } }, { - "id": 25130, + "id": 26271, "properties": { "facing": "north", "half": "upper", @@ -277642,7 +292797,7 @@ } }, { - "id": 25131, + "id": 26272, "properties": { "facing": "north", "half": "upper", @@ -277652,7 +292807,7 @@ } }, { - "id": 25132, + "id": 26273, "properties": { "facing": "north", "half": "upper", @@ -277662,7 +292817,7 @@ } }, { - "id": 25133, + "id": 26274, "properties": { "facing": "north", "half": "upper", @@ -277672,7 +292827,7 @@ } }, { - "id": 25134, + "id": 26275, "properties": { "facing": "north", "half": "upper", @@ -277682,7 +292837,7 @@ } }, { - "id": 25135, + "id": 26276, "properties": { "facing": "north", "half": "upper", @@ -277692,7 +292847,7 @@ } }, { - "id": 25136, + "id": 26277, "properties": { "facing": "north", "half": "lower", @@ -277702,7 +292857,7 @@ } }, { - "id": 25137, + "id": 26278, "properties": { "facing": "north", "half": "lower", @@ -277712,7 +292867,7 @@ } }, { - "id": 25138, + "id": 26279, "properties": { "facing": "north", "half": "lower", @@ -277723,7 +292878,7 @@ }, { "default": true, - "id": 25139, + "id": 26280, "properties": { "facing": "north", "half": "lower", @@ -277733,7 +292888,7 @@ } }, { - "id": 25140, + "id": 26281, "properties": { "facing": "north", "half": "lower", @@ -277743,7 +292898,7 @@ } }, { - "id": 25141, + "id": 26282, "properties": { "facing": "north", "half": "lower", @@ -277753,7 +292908,7 @@ } }, { - "id": 25142, + "id": 26283, "properties": { "facing": "north", "half": "lower", @@ -277763,7 +292918,7 @@ } }, { - "id": 25143, + "id": 26284, "properties": { "facing": "north", "half": "lower", @@ -277773,7 +292928,7 @@ } }, { - "id": 25144, + "id": 26285, "properties": { "facing": "south", "half": "upper", @@ -277783,7 +292938,7 @@ } }, { - "id": 25145, + "id": 26286, "properties": { "facing": "south", "half": "upper", @@ -277793,7 +292948,7 @@ } }, { - "id": 25146, + "id": 26287, "properties": { "facing": "south", "half": "upper", @@ -277803,7 +292958,7 @@ } }, { - "id": 25147, + "id": 26288, "properties": { "facing": "south", "half": "upper", @@ -277813,7 +292968,7 @@ } }, { - "id": 25148, + "id": 26289, "properties": { "facing": "south", "half": "upper", @@ -277823,7 +292978,7 @@ } }, { - "id": 25149, + "id": 26290, "properties": { "facing": "south", "half": "upper", @@ -277833,7 +292988,7 @@ } }, { - "id": 25150, + "id": 26291, "properties": { "facing": "south", "half": "upper", @@ -277843,7 +292998,7 @@ } }, { - "id": 25151, + "id": 26292, "properties": { "facing": "south", "half": "upper", @@ -277853,7 +293008,7 @@ } }, { - "id": 25152, + "id": 26293, "properties": { "facing": "south", "half": "lower", @@ -277863,7 +293018,7 @@ } }, { - "id": 25153, + "id": 26294, "properties": { "facing": "south", "half": "lower", @@ -277873,7 +293028,7 @@ } }, { - "id": 25154, + "id": 26295, "properties": { "facing": "south", "half": "lower", @@ -277883,7 +293038,7 @@ } }, { - "id": 25155, + "id": 26296, "properties": { "facing": "south", "half": "lower", @@ -277893,7 +293048,7 @@ } }, { - "id": 25156, + "id": 26297, "properties": { "facing": "south", "half": "lower", @@ -277903,7 +293058,7 @@ } }, { - "id": 25157, + "id": 26298, "properties": { "facing": "south", "half": "lower", @@ -277913,7 +293068,7 @@ } }, { - "id": 25158, + "id": 26299, "properties": { "facing": "south", "half": "lower", @@ -277923,7 +293078,7 @@ } }, { - "id": 25159, + "id": 26300, "properties": { "facing": "south", "half": "lower", @@ -277933,7 +293088,7 @@ } }, { - "id": 25160, + "id": 26301, "properties": { "facing": "west", "half": "upper", @@ -277943,7 +293098,7 @@ } }, { - "id": 25161, + "id": 26302, "properties": { "facing": "west", "half": "upper", @@ -277953,7 +293108,7 @@ } }, { - "id": 25162, + "id": 26303, "properties": { "facing": "west", "half": "upper", @@ -277963,7 +293118,7 @@ } }, { - "id": 25163, + "id": 26304, "properties": { "facing": "west", "half": "upper", @@ -277973,7 +293128,7 @@ } }, { - "id": 25164, + "id": 26305, "properties": { "facing": "west", "half": "upper", @@ -277983,7 +293138,7 @@ } }, { - "id": 25165, + "id": 26306, "properties": { "facing": "west", "half": "upper", @@ -277993,7 +293148,7 @@ } }, { - "id": 25166, + "id": 26307, "properties": { "facing": "west", "half": "upper", @@ -278003,7 +293158,7 @@ } }, { - "id": 25167, + "id": 26308, "properties": { "facing": "west", "half": "upper", @@ -278013,7 +293168,7 @@ } }, { - "id": 25168, + "id": 26309, "properties": { "facing": "west", "half": "lower", @@ -278023,7 +293178,7 @@ } }, { - "id": 25169, + "id": 26310, "properties": { "facing": "west", "half": "lower", @@ -278033,7 +293188,7 @@ } }, { - "id": 25170, + "id": 26311, "properties": { "facing": "west", "half": "lower", @@ -278043,7 +293198,7 @@ } }, { - "id": 25171, + "id": 26312, "properties": { "facing": "west", "half": "lower", @@ -278053,7 +293208,7 @@ } }, { - "id": 25172, + "id": 26313, "properties": { "facing": "west", "half": "lower", @@ -278063,7 +293218,7 @@ } }, { - "id": 25173, + "id": 26314, "properties": { "facing": "west", "half": "lower", @@ -278073,7 +293228,7 @@ } }, { - "id": 25174, + "id": 26315, "properties": { "facing": "west", "half": "lower", @@ -278083,7 +293238,7 @@ } }, { - "id": 25175, + "id": 26316, "properties": { "facing": "west", "half": "lower", @@ -278093,7 +293248,7 @@ } }, { - "id": 25176, + "id": 26317, "properties": { "facing": "east", "half": "upper", @@ -278103,7 +293258,7 @@ } }, { - "id": 25177, + "id": 26318, "properties": { "facing": "east", "half": "upper", @@ -278113,7 +293268,7 @@ } }, { - "id": 25178, + "id": 26319, "properties": { "facing": "east", "half": "upper", @@ -278123,7 +293278,7 @@ } }, { - "id": 25179, + "id": 26320, "properties": { "facing": "east", "half": "upper", @@ -278133,7 +293288,7 @@ } }, { - "id": 25180, + "id": 26321, "properties": { "facing": "east", "half": "upper", @@ -278143,7 +293298,7 @@ } }, { - "id": 25181, + "id": 26322, "properties": { "facing": "east", "half": "upper", @@ -278153,7 +293308,7 @@ } }, { - "id": 25182, + "id": 26323, "properties": { "facing": "east", "half": "upper", @@ -278163,7 +293318,7 @@ } }, { - "id": 25183, + "id": 26324, "properties": { "facing": "east", "half": "upper", @@ -278173,7 +293328,7 @@ } }, { - "id": 25184, + "id": 26325, "properties": { "facing": "east", "half": "lower", @@ -278183,7 +293338,7 @@ } }, { - "id": 25185, + "id": 26326, "properties": { "facing": "east", "half": "lower", @@ -278193,7 +293348,7 @@ } }, { - "id": 25186, + "id": 26327, "properties": { "facing": "east", "half": "lower", @@ -278203,7 +293358,7 @@ } }, { - "id": 25187, + "id": 26328, "properties": { "facing": "east", "half": "lower", @@ -278213,7 +293368,7 @@ } }, { - "id": 25188, + "id": 26329, "properties": { "facing": "east", "half": "lower", @@ -278223,7 +293378,7 @@ } }, { - "id": 25189, + "id": 26330, "properties": { "facing": "east", "half": "lower", @@ -278233,7 +293388,7 @@ } }, { - "id": 25190, + "id": 26331, "properties": { "facing": "east", "half": "lower", @@ -278243,7 +293398,7 @@ } }, { - "id": 25191, + "id": 26332, "properties": { "facing": "east", "half": "lower", @@ -278254,6 +293409,290 @@ } ] }, + "minecraft:waxed_weathered_copper_golem_statue": { + "definition": { + "type": "minecraft:copper_golem_statue", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27277, + "properties": { + "copper_golem_pose": "standing", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27278, + "properties": { + "copper_golem_pose": "standing", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27279, + "properties": { + "copper_golem_pose": "standing", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27280, + "properties": { + "copper_golem_pose": "standing", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27281, + "properties": { + "copper_golem_pose": "standing", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27282, + "properties": { + "copper_golem_pose": "standing", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27283, + "properties": { + "copper_golem_pose": "standing", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27284, + "properties": { + "copper_golem_pose": "standing", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27285, + "properties": { + "copper_golem_pose": "sitting", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27286, + "properties": { + "copper_golem_pose": "sitting", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27287, + "properties": { + "copper_golem_pose": "sitting", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27288, + "properties": { + "copper_golem_pose": "sitting", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27289, + "properties": { + "copper_golem_pose": "sitting", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27290, + "properties": { + "copper_golem_pose": "sitting", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27291, + "properties": { + "copper_golem_pose": "sitting", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27292, + "properties": { + "copper_golem_pose": "sitting", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27293, + "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27294, + "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27295, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27296, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27297, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27298, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27299, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27300, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27301, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27302, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27303, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27304, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27305, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27306, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27307, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27308, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:waxed_weathered_copper_grate": { "definition": { "type": "minecraft:waterlogged_transparent", @@ -278267,15 +293706,62 @@ }, "states": [ { - "id": 25716, + "id": 26857, "properties": { "waterlogged": "true" } }, { "default": true, - "id": 25717, + "id": 26858, + "properties": { + "waterlogged": "false" + } + } + ] + }, + "minecraft:waxed_weathered_copper_lantern": { + "definition": { + "type": "minecraft:lantern", + "properties": {} + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20667, + "properties": { + "hanging": "true", + "waterlogged": "true" + } + }, + { + "id": 20668, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20669, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20670, "properties": { + "hanging": "false", "waterlogged": "false" } } @@ -278313,7 +293799,7 @@ }, "states": [ { - "id": 25640, + "id": 26781, "properties": { "facing": "north", "half": "top", @@ -278323,7 +293809,7 @@ } }, { - "id": 25641, + "id": 26782, "properties": { "facing": "north", "half": "top", @@ -278333,7 +293819,7 @@ } }, { - "id": 25642, + "id": 26783, "properties": { "facing": "north", "half": "top", @@ -278343,7 +293829,7 @@ } }, { - "id": 25643, + "id": 26784, "properties": { "facing": "north", "half": "top", @@ -278353,7 +293839,7 @@ } }, { - "id": 25644, + "id": 26785, "properties": { "facing": "north", "half": "top", @@ -278363,7 +293849,7 @@ } }, { - "id": 25645, + "id": 26786, "properties": { "facing": "north", "half": "top", @@ -278373,7 +293859,7 @@ } }, { - "id": 25646, + "id": 26787, "properties": { "facing": "north", "half": "top", @@ -278383,7 +293869,7 @@ } }, { - "id": 25647, + "id": 26788, "properties": { "facing": "north", "half": "top", @@ -278393,7 +293879,7 @@ } }, { - "id": 25648, + "id": 26789, "properties": { "facing": "north", "half": "bottom", @@ -278403,7 +293889,7 @@ } }, { - "id": 25649, + "id": 26790, "properties": { "facing": "north", "half": "bottom", @@ -278413,7 +293899,7 @@ } }, { - "id": 25650, + "id": 26791, "properties": { "facing": "north", "half": "bottom", @@ -278423,7 +293909,7 @@ } }, { - "id": 25651, + "id": 26792, "properties": { "facing": "north", "half": "bottom", @@ -278433,7 +293919,7 @@ } }, { - "id": 25652, + "id": 26793, "properties": { "facing": "north", "half": "bottom", @@ -278443,7 +293929,7 @@ } }, { - "id": 25653, + "id": 26794, "properties": { "facing": "north", "half": "bottom", @@ -278453,7 +293939,7 @@ } }, { - "id": 25654, + "id": 26795, "properties": { "facing": "north", "half": "bottom", @@ -278464,7 +293950,7 @@ }, { "default": true, - "id": 25655, + "id": 26796, "properties": { "facing": "north", "half": "bottom", @@ -278474,7 +293960,7 @@ } }, { - "id": 25656, + "id": 26797, "properties": { "facing": "south", "half": "top", @@ -278484,7 +293970,7 @@ } }, { - "id": 25657, + "id": 26798, "properties": { "facing": "south", "half": "top", @@ -278494,7 +293980,7 @@ } }, { - "id": 25658, + "id": 26799, "properties": { "facing": "south", "half": "top", @@ -278504,7 +293990,7 @@ } }, { - "id": 25659, + "id": 26800, "properties": { "facing": "south", "half": "top", @@ -278514,7 +294000,7 @@ } }, { - "id": 25660, + "id": 26801, "properties": { "facing": "south", "half": "top", @@ -278524,7 +294010,7 @@ } }, { - "id": 25661, + "id": 26802, "properties": { "facing": "south", "half": "top", @@ -278534,7 +294020,7 @@ } }, { - "id": 25662, + "id": 26803, "properties": { "facing": "south", "half": "top", @@ -278544,7 +294030,7 @@ } }, { - "id": 25663, + "id": 26804, "properties": { "facing": "south", "half": "top", @@ -278554,7 +294040,7 @@ } }, { - "id": 25664, + "id": 26805, "properties": { "facing": "south", "half": "bottom", @@ -278564,7 +294050,7 @@ } }, { - "id": 25665, + "id": 26806, "properties": { "facing": "south", "half": "bottom", @@ -278574,7 +294060,7 @@ } }, { - "id": 25666, + "id": 26807, "properties": { "facing": "south", "half": "bottom", @@ -278584,7 +294070,7 @@ } }, { - "id": 25667, + "id": 26808, "properties": { "facing": "south", "half": "bottom", @@ -278594,7 +294080,7 @@ } }, { - "id": 25668, + "id": 26809, "properties": { "facing": "south", "half": "bottom", @@ -278604,7 +294090,7 @@ } }, { - "id": 25669, + "id": 26810, "properties": { "facing": "south", "half": "bottom", @@ -278614,7 +294100,7 @@ } }, { - "id": 25670, + "id": 26811, "properties": { "facing": "south", "half": "bottom", @@ -278624,7 +294110,7 @@ } }, { - "id": 25671, + "id": 26812, "properties": { "facing": "south", "half": "bottom", @@ -278634,7 +294120,7 @@ } }, { - "id": 25672, + "id": 26813, "properties": { "facing": "west", "half": "top", @@ -278644,7 +294130,7 @@ } }, { - "id": 25673, + "id": 26814, "properties": { "facing": "west", "half": "top", @@ -278654,7 +294140,7 @@ } }, { - "id": 25674, + "id": 26815, "properties": { "facing": "west", "half": "top", @@ -278664,7 +294150,7 @@ } }, { - "id": 25675, + "id": 26816, "properties": { "facing": "west", "half": "top", @@ -278674,7 +294160,7 @@ } }, { - "id": 25676, + "id": 26817, "properties": { "facing": "west", "half": "top", @@ -278684,7 +294170,7 @@ } }, { - "id": 25677, + "id": 26818, "properties": { "facing": "west", "half": "top", @@ -278694,7 +294180,7 @@ } }, { - "id": 25678, + "id": 26819, "properties": { "facing": "west", "half": "top", @@ -278704,7 +294190,7 @@ } }, { - "id": 25679, + "id": 26820, "properties": { "facing": "west", "half": "top", @@ -278714,7 +294200,7 @@ } }, { - "id": 25680, + "id": 26821, "properties": { "facing": "west", "half": "bottom", @@ -278724,7 +294210,7 @@ } }, { - "id": 25681, + "id": 26822, "properties": { "facing": "west", "half": "bottom", @@ -278734,7 +294220,7 @@ } }, { - "id": 25682, + "id": 26823, "properties": { "facing": "west", "half": "bottom", @@ -278744,7 +294230,7 @@ } }, { - "id": 25683, + "id": 26824, "properties": { "facing": "west", "half": "bottom", @@ -278754,7 +294240,7 @@ } }, { - "id": 25684, + "id": 26825, "properties": { "facing": "west", "half": "bottom", @@ -278764,7 +294250,7 @@ } }, { - "id": 25685, + "id": 26826, "properties": { "facing": "west", "half": "bottom", @@ -278774,7 +294260,7 @@ } }, { - "id": 25686, + "id": 26827, "properties": { "facing": "west", "half": "bottom", @@ -278784,7 +294270,7 @@ } }, { - "id": 25687, + "id": 26828, "properties": { "facing": "west", "half": "bottom", @@ -278794,7 +294280,7 @@ } }, { - "id": 25688, + "id": 26829, "properties": { "facing": "east", "half": "top", @@ -278804,7 +294290,7 @@ } }, { - "id": 25689, + "id": 26830, "properties": { "facing": "east", "half": "top", @@ -278814,7 +294300,7 @@ } }, { - "id": 25690, + "id": 26831, "properties": { "facing": "east", "half": "top", @@ -278824,7 +294310,7 @@ } }, { - "id": 25691, + "id": 26832, "properties": { "facing": "east", "half": "top", @@ -278834,7 +294320,7 @@ } }, { - "id": 25692, + "id": 26833, "properties": { "facing": "east", "half": "top", @@ -278844,7 +294330,7 @@ } }, { - "id": 25693, + "id": 26834, "properties": { "facing": "east", "half": "top", @@ -278854,7 +294340,7 @@ } }, { - "id": 25694, + "id": 26835, "properties": { "facing": "east", "half": "top", @@ -278864,7 +294350,7 @@ } }, { - "id": 25695, + "id": 26836, "properties": { "facing": "east", "half": "top", @@ -278874,7 +294360,7 @@ } }, { - "id": 25696, + "id": 26837, "properties": { "facing": "east", "half": "bottom", @@ -278884,7 +294370,7 @@ } }, { - "id": 25697, + "id": 26838, "properties": { "facing": "east", "half": "bottom", @@ -278894,7 +294380,7 @@ } }, { - "id": 25698, + "id": 26839, "properties": { "facing": "east", "half": "bottom", @@ -278904,7 +294390,7 @@ } }, { - "id": 25699, + "id": 26840, "properties": { "facing": "east", "half": "bottom", @@ -278914,7 +294400,7 @@ } }, { - "id": 25700, + "id": 26841, "properties": { "facing": "east", "half": "bottom", @@ -278924,7 +294410,7 @@ } }, { - "id": 25701, + "id": 26842, "properties": { "facing": "east", "half": "bottom", @@ -278934,7 +294420,7 @@ } }, { - "id": 25702, + "id": 26843, "properties": { "facing": "east", "half": "bottom", @@ -278944,7 +294430,7 @@ } }, { - "id": 25703, + "id": 26844, "properties": { "facing": "east", "half": "bottom", @@ -278963,7 +294449,7 @@ "states": [ { "default": true, - "id": 24333 + "id": 25474 } ] }, @@ -278985,21 +294471,21 @@ }, "states": [ { - "id": 24662, + "id": 25803, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24663, + "id": 25804, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24664, + "id": 25805, "properties": { "type": "bottom", "waterlogged": "true" @@ -279007,21 +294493,21 @@ }, { "default": true, - "id": 24665, + "id": 25806, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24666, + "id": 25807, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24667, + "id": 25808, "properties": { "type": "double", "waterlogged": "false" @@ -279062,7 +294548,7 @@ }, "states": [ { - "id": 24416, + "id": 25557, "properties": { "facing": "north", "half": "top", @@ -279071,7 +294557,7 @@ } }, { - "id": 24417, + "id": 25558, "properties": { "facing": "north", "half": "top", @@ -279080,7 +294566,7 @@ } }, { - "id": 24418, + "id": 25559, "properties": { "facing": "north", "half": "top", @@ -279089,7 +294575,7 @@ } }, { - "id": 24419, + "id": 25560, "properties": { "facing": "north", "half": "top", @@ -279098,7 +294584,7 @@ } }, { - "id": 24420, + "id": 25561, "properties": { "facing": "north", "half": "top", @@ -279107,7 +294593,7 @@ } }, { - "id": 24421, + "id": 25562, "properties": { "facing": "north", "half": "top", @@ -279116,7 +294602,7 @@ } }, { - "id": 24422, + "id": 25563, "properties": { "facing": "north", "half": "top", @@ -279125,7 +294611,7 @@ } }, { - "id": 24423, + "id": 25564, "properties": { "facing": "north", "half": "top", @@ -279134,7 +294620,7 @@ } }, { - "id": 24424, + "id": 25565, "properties": { "facing": "north", "half": "top", @@ -279143,7 +294629,7 @@ } }, { - "id": 24425, + "id": 25566, "properties": { "facing": "north", "half": "top", @@ -279152,7 +294638,7 @@ } }, { - "id": 24426, + "id": 25567, "properties": { "facing": "north", "half": "bottom", @@ -279162,7 +294648,7 @@ }, { "default": true, - "id": 24427, + "id": 25568, "properties": { "facing": "north", "half": "bottom", @@ -279171,7 +294657,7 @@ } }, { - "id": 24428, + "id": 25569, "properties": { "facing": "north", "half": "bottom", @@ -279180,7 +294666,7 @@ } }, { - "id": 24429, + "id": 25570, "properties": { "facing": "north", "half": "bottom", @@ -279189,7 +294675,7 @@ } }, { - "id": 24430, + "id": 25571, "properties": { "facing": "north", "half": "bottom", @@ -279198,7 +294684,7 @@ } }, { - "id": 24431, + "id": 25572, "properties": { "facing": "north", "half": "bottom", @@ -279207,7 +294693,7 @@ } }, { - "id": 24432, + "id": 25573, "properties": { "facing": "north", "half": "bottom", @@ -279216,7 +294702,7 @@ } }, { - "id": 24433, + "id": 25574, "properties": { "facing": "north", "half": "bottom", @@ -279225,7 +294711,7 @@ } }, { - "id": 24434, + "id": 25575, "properties": { "facing": "north", "half": "bottom", @@ -279234,7 +294720,7 @@ } }, { - "id": 24435, + "id": 25576, "properties": { "facing": "north", "half": "bottom", @@ -279243,7 +294729,7 @@ } }, { - "id": 24436, + "id": 25577, "properties": { "facing": "south", "half": "top", @@ -279252,7 +294738,7 @@ } }, { - "id": 24437, + "id": 25578, "properties": { "facing": "south", "half": "top", @@ -279261,7 +294747,7 @@ } }, { - "id": 24438, + "id": 25579, "properties": { "facing": "south", "half": "top", @@ -279270,7 +294756,7 @@ } }, { - "id": 24439, + "id": 25580, "properties": { "facing": "south", "half": "top", @@ -279279,7 +294765,7 @@ } }, { - "id": 24440, + "id": 25581, "properties": { "facing": "south", "half": "top", @@ -279288,7 +294774,7 @@ } }, { - "id": 24441, + "id": 25582, "properties": { "facing": "south", "half": "top", @@ -279297,7 +294783,7 @@ } }, { - "id": 24442, + "id": 25583, "properties": { "facing": "south", "half": "top", @@ -279306,7 +294792,7 @@ } }, { - "id": 24443, + "id": 25584, "properties": { "facing": "south", "half": "top", @@ -279315,7 +294801,7 @@ } }, { - "id": 24444, + "id": 25585, "properties": { "facing": "south", "half": "top", @@ -279324,7 +294810,7 @@ } }, { - "id": 24445, + "id": 25586, "properties": { "facing": "south", "half": "top", @@ -279333,7 +294819,7 @@ } }, { - "id": 24446, + "id": 25587, "properties": { "facing": "south", "half": "bottom", @@ -279342,7 +294828,7 @@ } }, { - "id": 24447, + "id": 25588, "properties": { "facing": "south", "half": "bottom", @@ -279351,7 +294837,7 @@ } }, { - "id": 24448, + "id": 25589, "properties": { "facing": "south", "half": "bottom", @@ -279360,7 +294846,7 @@ } }, { - "id": 24449, + "id": 25590, "properties": { "facing": "south", "half": "bottom", @@ -279369,7 +294855,7 @@ } }, { - "id": 24450, + "id": 25591, "properties": { "facing": "south", "half": "bottom", @@ -279378,7 +294864,7 @@ } }, { - "id": 24451, + "id": 25592, "properties": { "facing": "south", "half": "bottom", @@ -279387,7 +294873,7 @@ } }, { - "id": 24452, + "id": 25593, "properties": { "facing": "south", "half": "bottom", @@ -279396,7 +294882,7 @@ } }, { - "id": 24453, + "id": 25594, "properties": { "facing": "south", "half": "bottom", @@ -279405,7 +294891,7 @@ } }, { - "id": 24454, + "id": 25595, "properties": { "facing": "south", "half": "bottom", @@ -279414,7 +294900,7 @@ } }, { - "id": 24455, + "id": 25596, "properties": { "facing": "south", "half": "bottom", @@ -279423,7 +294909,7 @@ } }, { - "id": 24456, + "id": 25597, "properties": { "facing": "west", "half": "top", @@ -279432,7 +294918,7 @@ } }, { - "id": 24457, + "id": 25598, "properties": { "facing": "west", "half": "top", @@ -279441,7 +294927,7 @@ } }, { - "id": 24458, + "id": 25599, "properties": { "facing": "west", "half": "top", @@ -279450,7 +294936,7 @@ } }, { - "id": 24459, + "id": 25600, "properties": { "facing": "west", "half": "top", @@ -279459,7 +294945,7 @@ } }, { - "id": 24460, + "id": 25601, "properties": { "facing": "west", "half": "top", @@ -279468,7 +294954,7 @@ } }, { - "id": 24461, + "id": 25602, "properties": { "facing": "west", "half": "top", @@ -279477,7 +294963,7 @@ } }, { - "id": 24462, + "id": 25603, "properties": { "facing": "west", "half": "top", @@ -279486,7 +294972,7 @@ } }, { - "id": 24463, + "id": 25604, "properties": { "facing": "west", "half": "top", @@ -279495,7 +294981,7 @@ } }, { - "id": 24464, + "id": 25605, "properties": { "facing": "west", "half": "top", @@ -279504,7 +294990,7 @@ } }, { - "id": 24465, + "id": 25606, "properties": { "facing": "west", "half": "top", @@ -279513,7 +294999,7 @@ } }, { - "id": 24466, + "id": 25607, "properties": { "facing": "west", "half": "bottom", @@ -279522,7 +295008,7 @@ } }, { - "id": 24467, + "id": 25608, "properties": { "facing": "west", "half": "bottom", @@ -279531,7 +295017,7 @@ } }, { - "id": 24468, + "id": 25609, "properties": { "facing": "west", "half": "bottom", @@ -279540,7 +295026,7 @@ } }, { - "id": 24469, + "id": 25610, "properties": { "facing": "west", "half": "bottom", @@ -279549,7 +295035,7 @@ } }, { - "id": 24470, + "id": 25611, "properties": { "facing": "west", "half": "bottom", @@ -279558,7 +295044,7 @@ } }, { - "id": 24471, + "id": 25612, "properties": { "facing": "west", "half": "bottom", @@ -279567,7 +295053,7 @@ } }, { - "id": 24472, + "id": 25613, "properties": { "facing": "west", "half": "bottom", @@ -279576,7 +295062,7 @@ } }, { - "id": 24473, + "id": 25614, "properties": { "facing": "west", "half": "bottom", @@ -279585,7 +295071,7 @@ } }, { - "id": 24474, + "id": 25615, "properties": { "facing": "west", "half": "bottom", @@ -279594,7 +295080,7 @@ } }, { - "id": 24475, + "id": 25616, "properties": { "facing": "west", "half": "bottom", @@ -279603,7 +295089,7 @@ } }, { - "id": 24476, + "id": 25617, "properties": { "facing": "east", "half": "top", @@ -279612,7 +295098,7 @@ } }, { - "id": 24477, + "id": 25618, "properties": { "facing": "east", "half": "top", @@ -279621,7 +295107,7 @@ } }, { - "id": 24478, + "id": 25619, "properties": { "facing": "east", "half": "top", @@ -279630,7 +295116,7 @@ } }, { - "id": 24479, + "id": 25620, "properties": { "facing": "east", "half": "top", @@ -279639,7 +295125,7 @@ } }, { - "id": 24480, + "id": 25621, "properties": { "facing": "east", "half": "top", @@ -279648,7 +295134,7 @@ } }, { - "id": 24481, + "id": 25622, "properties": { "facing": "east", "half": "top", @@ -279657,7 +295143,7 @@ } }, { - "id": 24482, + "id": 25623, "properties": { "facing": "east", "half": "top", @@ -279666,7 +295152,7 @@ } }, { - "id": 24483, + "id": 25624, "properties": { "facing": "east", "half": "top", @@ -279675,7 +295161,7 @@ } }, { - "id": 24484, + "id": 25625, "properties": { "facing": "east", "half": "top", @@ -279684,7 +295170,7 @@ } }, { - "id": 24485, + "id": 25626, "properties": { "facing": "east", "half": "top", @@ -279693,7 +295179,7 @@ } }, { - "id": 24486, + "id": 25627, "properties": { "facing": "east", "half": "bottom", @@ -279702,7 +295188,7 @@ } }, { - "id": 24487, + "id": 25628, "properties": { "facing": "east", "half": "bottom", @@ -279711,7 +295197,7 @@ } }, { - "id": 24488, + "id": 25629, "properties": { "facing": "east", "half": "bottom", @@ -279720,7 +295206,7 @@ } }, { - "id": 24489, + "id": 25630, "properties": { "facing": "east", "half": "bottom", @@ -279729,7 +295215,7 @@ } }, { - "id": 24490, + "id": 25631, "properties": { "facing": "east", "half": "bottom", @@ -279738,7 +295224,7 @@ } }, { - "id": 24491, + "id": 25632, "properties": { "facing": "east", "half": "bottom", @@ -279747,7 +295233,7 @@ } }, { - "id": 24492, + "id": 25633, "properties": { "facing": "east", "half": "bottom", @@ -279756,7 +295242,7 @@ } }, { - "id": 24493, + "id": 25634, "properties": { "facing": "east", "half": "bottom", @@ -279765,7 +295251,7 @@ } }, { - "id": 24494, + "id": 25635, "properties": { "facing": "east", "half": "bottom", @@ -279774,7 +295260,7 @@ } }, { - "id": 24495, + "id": 25636, "properties": { "facing": "east", "half": "bottom", @@ -279784,6 +295270,225 @@ } ] }, + "minecraft:waxed_weathered_lightning_rod": { + "definition": { + "type": "minecraft:lightning_rod", + "properties": {} + }, + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27485, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27486, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27487, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27488, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27489, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27490, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27491, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27492, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27493, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27494, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27495, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27496, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27497, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27498, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27499, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27500, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27501, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27502, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27503, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27504, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27505, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27506, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27507, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27508, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "false" + } + } + ] + }, "minecraft:weathered_chiseled_copper": { "definition": { "type": "minecraft:weathering_copper_full", @@ -279793,7 +295498,7 @@ "states": [ { "default": true, - "id": 23977 + "id": 25118 } ] }, @@ -279806,7 +295511,359 @@ "states": [ { "default": true, - "id": 23968 + "id": 25109 + } + ] + }, + "minecraft:weathered_copper_bars": { + "definition": { + "type": "minecraft:weathering_copper_bar", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "east": [ + "true", + "false" + ], + "north": [ + "true", + "false" + ], + "south": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ], + "west": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 7853, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7854, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7855, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7856, + "properties": { + "east": "true", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7857, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7858, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7859, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7860, + "properties": { + "east": "true", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7861, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7862, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7863, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7864, + "properties": { + "east": "true", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7865, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7866, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7867, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7868, + "properties": { + "east": "true", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7869, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7870, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7871, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7872, + "properties": { + "east": "false", + "north": "true", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7873, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7874, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7875, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7876, + "properties": { + "east": "false", + "north": "true", + "south": "false", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7877, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7878, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7879, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "true" + } + }, + { + "id": 7880, + "properties": { + "east": "false", + "north": "false", + "south": "true", + "waterlogged": "false", + "west": "false" + } + }, + { + "id": 7881, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "true" + } + }, + { + "id": 7882, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "true", + "west": "false" + } + }, + { + "id": 7883, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "true" + } + }, + { + "default": true, + "id": 7884, + "properties": { + "east": "false", + "north": "false", + "south": "false", + "waterlogged": "false", + "west": "false" + } } ] }, @@ -279828,21 +295885,21 @@ }, "states": [ { - "id": 25728, + "id": 26869, "properties": { "lit": "true", "powered": "true" } }, { - "id": 25729, + "id": 26870, "properties": { "lit": "true", "powered": "false" } }, { - "id": 25730, + "id": 26871, "properties": { "lit": "false", "powered": "true" @@ -279850,7 +295907,7 @@ }, { "default": true, - "id": 25731, + "id": 26872, "properties": { "lit": "false", "powered": "false" @@ -279858,6 +295915,290 @@ } ] }, + "minecraft:weathered_copper_chain": { + "definition": { + "type": "minecraft:weathering_copper_chain", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "axis": [ + "x", + "y", + "z" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 8063, + "properties": { + "axis": "x", + "waterlogged": "true" + } + }, + { + "id": 8064, + "properties": { + "axis": "x", + "waterlogged": "false" + } + }, + { + "id": 8065, + "properties": { + "axis": "y", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 8066, + "properties": { + "axis": "y", + "waterlogged": "false" + } + }, + { + "id": 8067, + "properties": { + "axis": "z", + "waterlogged": "true" + } + }, + { + "id": 8068, + "properties": { + "axis": "z", + "waterlogged": "false" + } + } + ] + }, + "minecraft:weathered_copper_chest": { + "definition": { + "type": "minecraft:weathering_copper_chest", + "close_sound": "minecraft:block.copper_chest_weathered.close", + "open_sound": "minecraft:block.copper_chest_weathered.open", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "type": [ + "single", + "left", + "right" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 26941, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 26942, + "properties": { + "type": "single", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26943, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26944, + "properties": { + "type": "left", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26945, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 26946, + "properties": { + "type": "right", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 26947, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26948, + "properties": { + "type": "single", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26949, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26950, + "properties": { + "type": "left", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26951, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 26952, + "properties": { + "type": "right", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 26953, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26954, + "properties": { + "type": "single", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26955, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26956, + "properties": { + "type": "left", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26957, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 26958, + "properties": { + "type": "right", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 26959, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26960, + "properties": { + "type": "single", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26961, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26962, + "properties": { + "type": "left", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 26963, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 26964, + "properties": { + "type": "right", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:weathered_copper_door": { "definition": { "type": "minecraft:weathering_copper_door", @@ -279891,7 +296232,7 @@ }, "states": [ { - "id": 24872, + "id": 26013, "properties": { "facing": "north", "half": "upper", @@ -279901,7 +296242,7 @@ } }, { - "id": 24873, + "id": 26014, "properties": { "facing": "north", "half": "upper", @@ -279911,7 +296252,7 @@ } }, { - "id": 24874, + "id": 26015, "properties": { "facing": "north", "half": "upper", @@ -279921,7 +296262,7 @@ } }, { - "id": 24875, + "id": 26016, "properties": { "facing": "north", "half": "upper", @@ -279931,7 +296272,7 @@ } }, { - "id": 24876, + "id": 26017, "properties": { "facing": "north", "half": "upper", @@ -279941,7 +296282,7 @@ } }, { - "id": 24877, + "id": 26018, "properties": { "facing": "north", "half": "upper", @@ -279951,7 +296292,7 @@ } }, { - "id": 24878, + "id": 26019, "properties": { "facing": "north", "half": "upper", @@ -279961,7 +296302,7 @@ } }, { - "id": 24879, + "id": 26020, "properties": { "facing": "north", "half": "upper", @@ -279971,7 +296312,7 @@ } }, { - "id": 24880, + "id": 26021, "properties": { "facing": "north", "half": "lower", @@ -279981,7 +296322,7 @@ } }, { - "id": 24881, + "id": 26022, "properties": { "facing": "north", "half": "lower", @@ -279991,7 +296332,7 @@ } }, { - "id": 24882, + "id": 26023, "properties": { "facing": "north", "half": "lower", @@ -280002,7 +296343,7 @@ }, { "default": true, - "id": 24883, + "id": 26024, "properties": { "facing": "north", "half": "lower", @@ -280012,7 +296353,7 @@ } }, { - "id": 24884, + "id": 26025, "properties": { "facing": "north", "half": "lower", @@ -280022,7 +296363,7 @@ } }, { - "id": 24885, + "id": 26026, "properties": { "facing": "north", "half": "lower", @@ -280032,7 +296373,7 @@ } }, { - "id": 24886, + "id": 26027, "properties": { "facing": "north", "half": "lower", @@ -280042,7 +296383,7 @@ } }, { - "id": 24887, + "id": 26028, "properties": { "facing": "north", "half": "lower", @@ -280052,7 +296393,7 @@ } }, { - "id": 24888, + "id": 26029, "properties": { "facing": "south", "half": "upper", @@ -280062,7 +296403,7 @@ } }, { - "id": 24889, + "id": 26030, "properties": { "facing": "south", "half": "upper", @@ -280072,7 +296413,7 @@ } }, { - "id": 24890, + "id": 26031, "properties": { "facing": "south", "half": "upper", @@ -280082,7 +296423,7 @@ } }, { - "id": 24891, + "id": 26032, "properties": { "facing": "south", "half": "upper", @@ -280092,7 +296433,7 @@ } }, { - "id": 24892, + "id": 26033, "properties": { "facing": "south", "half": "upper", @@ -280102,7 +296443,7 @@ } }, { - "id": 24893, + "id": 26034, "properties": { "facing": "south", "half": "upper", @@ -280112,7 +296453,7 @@ } }, { - "id": 24894, + "id": 26035, "properties": { "facing": "south", "half": "upper", @@ -280122,7 +296463,7 @@ } }, { - "id": 24895, + "id": 26036, "properties": { "facing": "south", "half": "upper", @@ -280132,7 +296473,7 @@ } }, { - "id": 24896, + "id": 26037, "properties": { "facing": "south", "half": "lower", @@ -280142,7 +296483,7 @@ } }, { - "id": 24897, + "id": 26038, "properties": { "facing": "south", "half": "lower", @@ -280152,7 +296493,7 @@ } }, { - "id": 24898, + "id": 26039, "properties": { "facing": "south", "half": "lower", @@ -280162,7 +296503,7 @@ } }, { - "id": 24899, + "id": 26040, "properties": { "facing": "south", "half": "lower", @@ -280172,7 +296513,7 @@ } }, { - "id": 24900, + "id": 26041, "properties": { "facing": "south", "half": "lower", @@ -280182,7 +296523,7 @@ } }, { - "id": 24901, + "id": 26042, "properties": { "facing": "south", "half": "lower", @@ -280192,7 +296533,7 @@ } }, { - "id": 24902, + "id": 26043, "properties": { "facing": "south", "half": "lower", @@ -280202,7 +296543,7 @@ } }, { - "id": 24903, + "id": 26044, "properties": { "facing": "south", "half": "lower", @@ -280212,7 +296553,7 @@ } }, { - "id": 24904, + "id": 26045, "properties": { "facing": "west", "half": "upper", @@ -280222,7 +296563,7 @@ } }, { - "id": 24905, + "id": 26046, "properties": { "facing": "west", "half": "upper", @@ -280232,7 +296573,7 @@ } }, { - "id": 24906, + "id": 26047, "properties": { "facing": "west", "half": "upper", @@ -280242,7 +296583,7 @@ } }, { - "id": 24907, + "id": 26048, "properties": { "facing": "west", "half": "upper", @@ -280252,7 +296593,7 @@ } }, { - "id": 24908, + "id": 26049, "properties": { "facing": "west", "half": "upper", @@ -280262,7 +296603,7 @@ } }, { - "id": 24909, + "id": 26050, "properties": { "facing": "west", "half": "upper", @@ -280272,7 +296613,7 @@ } }, { - "id": 24910, + "id": 26051, "properties": { "facing": "west", "half": "upper", @@ -280282,7 +296623,7 @@ } }, { - "id": 24911, + "id": 26052, "properties": { "facing": "west", "half": "upper", @@ -280292,7 +296633,7 @@ } }, { - "id": 24912, + "id": 26053, "properties": { "facing": "west", "half": "lower", @@ -280302,7 +296643,7 @@ } }, { - "id": 24913, + "id": 26054, "properties": { "facing": "west", "half": "lower", @@ -280312,7 +296653,7 @@ } }, { - "id": 24914, + "id": 26055, "properties": { "facing": "west", "half": "lower", @@ -280322,7 +296663,7 @@ } }, { - "id": 24915, + "id": 26056, "properties": { "facing": "west", "half": "lower", @@ -280332,7 +296673,7 @@ } }, { - "id": 24916, + "id": 26057, "properties": { "facing": "west", "half": "lower", @@ -280342,7 +296683,7 @@ } }, { - "id": 24917, + "id": 26058, "properties": { "facing": "west", "half": "lower", @@ -280352,7 +296693,7 @@ } }, { - "id": 24918, + "id": 26059, "properties": { "facing": "west", "half": "lower", @@ -280362,7 +296703,7 @@ } }, { - "id": 24919, + "id": 26060, "properties": { "facing": "west", "half": "lower", @@ -280372,7 +296713,7 @@ } }, { - "id": 24920, + "id": 26061, "properties": { "facing": "east", "half": "upper", @@ -280382,7 +296723,7 @@ } }, { - "id": 24921, + "id": 26062, "properties": { "facing": "east", "half": "upper", @@ -280392,7 +296733,7 @@ } }, { - "id": 24922, + "id": 26063, "properties": { "facing": "east", "half": "upper", @@ -280402,7 +296743,7 @@ } }, { - "id": 24923, + "id": 26064, "properties": { "facing": "east", "half": "upper", @@ -280412,7 +296753,7 @@ } }, { - "id": 24924, + "id": 26065, "properties": { "facing": "east", "half": "upper", @@ -280422,7 +296763,7 @@ } }, { - "id": 24925, + "id": 26066, "properties": { "facing": "east", "half": "upper", @@ -280432,7 +296773,7 @@ } }, { - "id": 24926, + "id": 26067, "properties": { "facing": "east", "half": "upper", @@ -280442,7 +296783,7 @@ } }, { - "id": 24927, + "id": 26068, "properties": { "facing": "east", "half": "upper", @@ -280452,7 +296793,7 @@ } }, { - "id": 24928, + "id": 26069, "properties": { "facing": "east", "half": "lower", @@ -280462,7 +296803,7 @@ } }, { - "id": 24929, + "id": 26070, "properties": { "facing": "east", "half": "lower", @@ -280472,7 +296813,7 @@ } }, { - "id": 24930, + "id": 26071, "properties": { "facing": "east", "half": "lower", @@ -280482,7 +296823,7 @@ } }, { - "id": 24931, + "id": 26072, "properties": { "facing": "east", "half": "lower", @@ -280492,7 +296833,7 @@ } }, { - "id": 24932, + "id": 26073, "properties": { "facing": "east", "half": "lower", @@ -280502,7 +296843,7 @@ } }, { - "id": 24933, + "id": 26074, "properties": { "facing": "east", "half": "lower", @@ -280512,7 +296853,7 @@ } }, { - "id": 24934, + "id": 26075, "properties": { "facing": "east", "half": "lower", @@ -280522,7 +296863,7 @@ } }, { - "id": 24935, + "id": 26076, "properties": { "facing": "east", "half": "lower", @@ -280533,6 +296874,290 @@ } ] }, + "minecraft:weathered_copper_golem_statue": { + "definition": { + "type": "minecraft:weathering_copper_golem_statue", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "copper_golem_pose": [ + "standing", + "sitting", + "running", + "star" + ], + "facing": [ + "north", + "south", + "west", + "east" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27149, + "properties": { + "copper_golem_pose": "standing", + "facing": "north", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27150, + "properties": { + "copper_golem_pose": "standing", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27151, + "properties": { + "copper_golem_pose": "standing", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27152, + "properties": { + "copper_golem_pose": "standing", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27153, + "properties": { + "copper_golem_pose": "standing", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27154, + "properties": { + "copper_golem_pose": "standing", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27155, + "properties": { + "copper_golem_pose": "standing", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27156, + "properties": { + "copper_golem_pose": "standing", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27157, + "properties": { + "copper_golem_pose": "sitting", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27158, + "properties": { + "copper_golem_pose": "sitting", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27159, + "properties": { + "copper_golem_pose": "sitting", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27160, + "properties": { + "copper_golem_pose": "sitting", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27161, + "properties": { + "copper_golem_pose": "sitting", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27162, + "properties": { + "copper_golem_pose": "sitting", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27163, + "properties": { + "copper_golem_pose": "sitting", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27164, + "properties": { + "copper_golem_pose": "sitting", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27165, + "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27166, + "properties": { + "copper_golem_pose": "running", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27167, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27168, + "properties": { + "copper_golem_pose": "running", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27169, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27170, + "properties": { + "copper_golem_pose": "running", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27171, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27172, + "properties": { + "copper_golem_pose": "running", + "facing": "east", + "waterlogged": "false" + } + }, + { + "id": 27173, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "true" + } + }, + { + "id": 27174, + "properties": { + "copper_golem_pose": "star", + "facing": "north", + "waterlogged": "false" + } + }, + { + "id": 27175, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "true" + } + }, + { + "id": 27176, + "properties": { + "copper_golem_pose": "star", + "facing": "south", + "waterlogged": "false" + } + }, + { + "id": 27177, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "true" + } + }, + { + "id": 27178, + "properties": { + "copper_golem_pose": "star", + "facing": "west", + "waterlogged": "false" + } + }, + { + "id": 27179, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "true" + } + }, + { + "id": 27180, + "properties": { + "copper_golem_pose": "star", + "facing": "east", + "waterlogged": "false" + } + } + ] + }, "minecraft:weathered_copper_grate": { "definition": { "type": "minecraft:weathering_copper_grate", @@ -280547,15 +297172,63 @@ }, "states": [ { - "id": 25708, + "id": 26849, "properties": { "waterlogged": "true" } }, { "default": true, - "id": 25709, + "id": 26850, + "properties": { + "waterlogged": "false" + } + } + ] + }, + "minecraft:weathered_copper_lantern": { + "definition": { + "type": "minecraft:weathering_lantern", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "hanging": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 20651, "properties": { + "hanging": "true", + "waterlogged": "true" + } + }, + { + "id": 20652, + "properties": { + "hanging": "true", + "waterlogged": "false" + } + }, + { + "id": 20653, + "properties": { + "hanging": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 20654, + "properties": { + "hanging": "false", "waterlogged": "false" } } @@ -280594,7 +297267,7 @@ }, "states": [ { - "id": 25384, + "id": 26525, "properties": { "facing": "north", "half": "top", @@ -280604,7 +297277,7 @@ } }, { - "id": 25385, + "id": 26526, "properties": { "facing": "north", "half": "top", @@ -280614,7 +297287,7 @@ } }, { - "id": 25386, + "id": 26527, "properties": { "facing": "north", "half": "top", @@ -280624,7 +297297,7 @@ } }, { - "id": 25387, + "id": 26528, "properties": { "facing": "north", "half": "top", @@ -280634,7 +297307,7 @@ } }, { - "id": 25388, + "id": 26529, "properties": { "facing": "north", "half": "top", @@ -280644,7 +297317,7 @@ } }, { - "id": 25389, + "id": 26530, "properties": { "facing": "north", "half": "top", @@ -280654,7 +297327,7 @@ } }, { - "id": 25390, + "id": 26531, "properties": { "facing": "north", "half": "top", @@ -280664,7 +297337,7 @@ } }, { - "id": 25391, + "id": 26532, "properties": { "facing": "north", "half": "top", @@ -280674,7 +297347,7 @@ } }, { - "id": 25392, + "id": 26533, "properties": { "facing": "north", "half": "bottom", @@ -280684,7 +297357,7 @@ } }, { - "id": 25393, + "id": 26534, "properties": { "facing": "north", "half": "bottom", @@ -280694,7 +297367,7 @@ } }, { - "id": 25394, + "id": 26535, "properties": { "facing": "north", "half": "bottom", @@ -280704,7 +297377,7 @@ } }, { - "id": 25395, + "id": 26536, "properties": { "facing": "north", "half": "bottom", @@ -280714,7 +297387,7 @@ } }, { - "id": 25396, + "id": 26537, "properties": { "facing": "north", "half": "bottom", @@ -280724,7 +297397,7 @@ } }, { - "id": 25397, + "id": 26538, "properties": { "facing": "north", "half": "bottom", @@ -280734,7 +297407,7 @@ } }, { - "id": 25398, + "id": 26539, "properties": { "facing": "north", "half": "bottom", @@ -280745,7 +297418,7 @@ }, { "default": true, - "id": 25399, + "id": 26540, "properties": { "facing": "north", "half": "bottom", @@ -280755,7 +297428,7 @@ } }, { - "id": 25400, + "id": 26541, "properties": { "facing": "south", "half": "top", @@ -280765,7 +297438,7 @@ } }, { - "id": 25401, + "id": 26542, "properties": { "facing": "south", "half": "top", @@ -280775,7 +297448,7 @@ } }, { - "id": 25402, + "id": 26543, "properties": { "facing": "south", "half": "top", @@ -280785,7 +297458,7 @@ } }, { - "id": 25403, + "id": 26544, "properties": { "facing": "south", "half": "top", @@ -280795,7 +297468,7 @@ } }, { - "id": 25404, + "id": 26545, "properties": { "facing": "south", "half": "top", @@ -280805,7 +297478,7 @@ } }, { - "id": 25405, + "id": 26546, "properties": { "facing": "south", "half": "top", @@ -280815,7 +297488,7 @@ } }, { - "id": 25406, + "id": 26547, "properties": { "facing": "south", "half": "top", @@ -280825,7 +297498,7 @@ } }, { - "id": 25407, + "id": 26548, "properties": { "facing": "south", "half": "top", @@ -280835,7 +297508,7 @@ } }, { - "id": 25408, + "id": 26549, "properties": { "facing": "south", "half": "bottom", @@ -280845,7 +297518,7 @@ } }, { - "id": 25409, + "id": 26550, "properties": { "facing": "south", "half": "bottom", @@ -280855,7 +297528,7 @@ } }, { - "id": 25410, + "id": 26551, "properties": { "facing": "south", "half": "bottom", @@ -280865,7 +297538,7 @@ } }, { - "id": 25411, + "id": 26552, "properties": { "facing": "south", "half": "bottom", @@ -280875,7 +297548,7 @@ } }, { - "id": 25412, + "id": 26553, "properties": { "facing": "south", "half": "bottom", @@ -280885,7 +297558,7 @@ } }, { - "id": 25413, + "id": 26554, "properties": { "facing": "south", "half": "bottom", @@ -280895,7 +297568,7 @@ } }, { - "id": 25414, + "id": 26555, "properties": { "facing": "south", "half": "bottom", @@ -280905,7 +297578,7 @@ } }, { - "id": 25415, + "id": 26556, "properties": { "facing": "south", "half": "bottom", @@ -280915,7 +297588,7 @@ } }, { - "id": 25416, + "id": 26557, "properties": { "facing": "west", "half": "top", @@ -280925,7 +297598,7 @@ } }, { - "id": 25417, + "id": 26558, "properties": { "facing": "west", "half": "top", @@ -280935,7 +297608,7 @@ } }, { - "id": 25418, + "id": 26559, "properties": { "facing": "west", "half": "top", @@ -280945,7 +297618,7 @@ } }, { - "id": 25419, + "id": 26560, "properties": { "facing": "west", "half": "top", @@ -280955,7 +297628,7 @@ } }, { - "id": 25420, + "id": 26561, "properties": { "facing": "west", "half": "top", @@ -280965,7 +297638,7 @@ } }, { - "id": 25421, + "id": 26562, "properties": { "facing": "west", "half": "top", @@ -280975,7 +297648,7 @@ } }, { - "id": 25422, + "id": 26563, "properties": { "facing": "west", "half": "top", @@ -280985,7 +297658,7 @@ } }, { - "id": 25423, + "id": 26564, "properties": { "facing": "west", "half": "top", @@ -280995,7 +297668,7 @@ } }, { - "id": 25424, + "id": 26565, "properties": { "facing": "west", "half": "bottom", @@ -281005,7 +297678,7 @@ } }, { - "id": 25425, + "id": 26566, "properties": { "facing": "west", "half": "bottom", @@ -281015,7 +297688,7 @@ } }, { - "id": 25426, + "id": 26567, "properties": { "facing": "west", "half": "bottom", @@ -281025,7 +297698,7 @@ } }, { - "id": 25427, + "id": 26568, "properties": { "facing": "west", "half": "bottom", @@ -281035,7 +297708,7 @@ } }, { - "id": 25428, + "id": 26569, "properties": { "facing": "west", "half": "bottom", @@ -281045,7 +297718,7 @@ } }, { - "id": 25429, + "id": 26570, "properties": { "facing": "west", "half": "bottom", @@ -281055,7 +297728,7 @@ } }, { - "id": 25430, + "id": 26571, "properties": { "facing": "west", "half": "bottom", @@ -281065,7 +297738,7 @@ } }, { - "id": 25431, + "id": 26572, "properties": { "facing": "west", "half": "bottom", @@ -281075,7 +297748,7 @@ } }, { - "id": 25432, + "id": 26573, "properties": { "facing": "east", "half": "top", @@ -281085,7 +297758,7 @@ } }, { - "id": 25433, + "id": 26574, "properties": { "facing": "east", "half": "top", @@ -281095,7 +297768,7 @@ } }, { - "id": 25434, + "id": 26575, "properties": { "facing": "east", "half": "top", @@ -281105,7 +297778,7 @@ } }, { - "id": 25435, + "id": 26576, "properties": { "facing": "east", "half": "top", @@ -281115,7 +297788,7 @@ } }, { - "id": 25436, + "id": 26577, "properties": { "facing": "east", "half": "top", @@ -281125,7 +297798,7 @@ } }, { - "id": 25437, + "id": 26578, "properties": { "facing": "east", "half": "top", @@ -281135,7 +297808,7 @@ } }, { - "id": 25438, + "id": 26579, "properties": { "facing": "east", "half": "top", @@ -281145,7 +297818,7 @@ } }, { - "id": 25439, + "id": 26580, "properties": { "facing": "east", "half": "top", @@ -281155,7 +297828,7 @@ } }, { - "id": 25440, + "id": 26581, "properties": { "facing": "east", "half": "bottom", @@ -281165,7 +297838,7 @@ } }, { - "id": 25441, + "id": 26582, "properties": { "facing": "east", "half": "bottom", @@ -281175,7 +297848,7 @@ } }, { - "id": 25442, + "id": 26583, "properties": { "facing": "east", "half": "bottom", @@ -281185,7 +297858,7 @@ } }, { - "id": 25443, + "id": 26584, "properties": { "facing": "east", "half": "bottom", @@ -281195,7 +297868,7 @@ } }, { - "id": 25444, + "id": 26585, "properties": { "facing": "east", "half": "bottom", @@ -281205,7 +297878,7 @@ } }, { - "id": 25445, + "id": 26586, "properties": { "facing": "east", "half": "bottom", @@ -281215,7 +297888,7 @@ } }, { - "id": 25446, + "id": 26587, "properties": { "facing": "east", "half": "bottom", @@ -281225,7 +297898,7 @@ } }, { - "id": 25447, + "id": 26588, "properties": { "facing": "east", "half": "bottom", @@ -281245,7 +297918,7 @@ "states": [ { "default": true, - "id": 23973 + "id": 25114 } ] }, @@ -281268,21 +297941,21 @@ }, "states": [ { - "id": 24310, + "id": 25451, "properties": { "type": "top", "waterlogged": "true" } }, { - "id": 24311, + "id": 25452, "properties": { "type": "top", "waterlogged": "false" } }, { - "id": 24312, + "id": 25453, "properties": { "type": "bottom", "waterlogged": "true" @@ -281290,21 +297963,21 @@ }, { "default": true, - "id": 24313, + "id": 25454, "properties": { "type": "bottom", "waterlogged": "false" } }, { - "id": 24314, + "id": 25455, "properties": { "type": "double", "waterlogged": "true" } }, { - "id": 24315, + "id": 25456, "properties": { "type": "double", "waterlogged": "false" @@ -281346,7 +298019,7 @@ }, "states": [ { - "id": 24064, + "id": 25205, "properties": { "facing": "north", "half": "top", @@ -281355,7 +298028,7 @@ } }, { - "id": 24065, + "id": 25206, "properties": { "facing": "north", "half": "top", @@ -281364,7 +298037,7 @@ } }, { - "id": 24066, + "id": 25207, "properties": { "facing": "north", "half": "top", @@ -281373,7 +298046,7 @@ } }, { - "id": 24067, + "id": 25208, "properties": { "facing": "north", "half": "top", @@ -281382,7 +298055,7 @@ } }, { - "id": 24068, + "id": 25209, "properties": { "facing": "north", "half": "top", @@ -281391,7 +298064,7 @@ } }, { - "id": 24069, + "id": 25210, "properties": { "facing": "north", "half": "top", @@ -281400,7 +298073,7 @@ } }, { - "id": 24070, + "id": 25211, "properties": { "facing": "north", "half": "top", @@ -281409,7 +298082,7 @@ } }, { - "id": 24071, + "id": 25212, "properties": { "facing": "north", "half": "top", @@ -281418,7 +298091,7 @@ } }, { - "id": 24072, + "id": 25213, "properties": { "facing": "north", "half": "top", @@ -281427,7 +298100,7 @@ } }, { - "id": 24073, + "id": 25214, "properties": { "facing": "north", "half": "top", @@ -281436,7 +298109,7 @@ } }, { - "id": 24074, + "id": 25215, "properties": { "facing": "north", "half": "bottom", @@ -281446,7 +298119,7 @@ }, { "default": true, - "id": 24075, + "id": 25216, "properties": { "facing": "north", "half": "bottom", @@ -281455,7 +298128,7 @@ } }, { - "id": 24076, + "id": 25217, "properties": { "facing": "north", "half": "bottom", @@ -281464,7 +298137,7 @@ } }, { - "id": 24077, + "id": 25218, "properties": { "facing": "north", "half": "bottom", @@ -281473,7 +298146,7 @@ } }, { - "id": 24078, + "id": 25219, "properties": { "facing": "north", "half": "bottom", @@ -281482,7 +298155,7 @@ } }, { - "id": 24079, + "id": 25220, "properties": { "facing": "north", "half": "bottom", @@ -281491,7 +298164,7 @@ } }, { - "id": 24080, + "id": 25221, "properties": { "facing": "north", "half": "bottom", @@ -281500,7 +298173,7 @@ } }, { - "id": 24081, + "id": 25222, "properties": { "facing": "north", "half": "bottom", @@ -281509,7 +298182,7 @@ } }, { - "id": 24082, + "id": 25223, "properties": { "facing": "north", "half": "bottom", @@ -281518,7 +298191,7 @@ } }, { - "id": 24083, + "id": 25224, "properties": { "facing": "north", "half": "bottom", @@ -281527,7 +298200,7 @@ } }, { - "id": 24084, + "id": 25225, "properties": { "facing": "south", "half": "top", @@ -281536,7 +298209,7 @@ } }, { - "id": 24085, + "id": 25226, "properties": { "facing": "south", "half": "top", @@ -281545,7 +298218,7 @@ } }, { - "id": 24086, + "id": 25227, "properties": { "facing": "south", "half": "top", @@ -281554,7 +298227,7 @@ } }, { - "id": 24087, + "id": 25228, "properties": { "facing": "south", "half": "top", @@ -281563,7 +298236,7 @@ } }, { - "id": 24088, + "id": 25229, "properties": { "facing": "south", "half": "top", @@ -281572,7 +298245,7 @@ } }, { - "id": 24089, + "id": 25230, "properties": { "facing": "south", "half": "top", @@ -281581,7 +298254,7 @@ } }, { - "id": 24090, + "id": 25231, "properties": { "facing": "south", "half": "top", @@ -281590,7 +298263,7 @@ } }, { - "id": 24091, + "id": 25232, "properties": { "facing": "south", "half": "top", @@ -281599,7 +298272,7 @@ } }, { - "id": 24092, + "id": 25233, "properties": { "facing": "south", "half": "top", @@ -281608,7 +298281,7 @@ } }, { - "id": 24093, + "id": 25234, "properties": { "facing": "south", "half": "top", @@ -281617,7 +298290,7 @@ } }, { - "id": 24094, + "id": 25235, "properties": { "facing": "south", "half": "bottom", @@ -281626,7 +298299,7 @@ } }, { - "id": 24095, + "id": 25236, "properties": { "facing": "south", "half": "bottom", @@ -281635,7 +298308,7 @@ } }, { - "id": 24096, + "id": 25237, "properties": { "facing": "south", "half": "bottom", @@ -281644,7 +298317,7 @@ } }, { - "id": 24097, + "id": 25238, "properties": { "facing": "south", "half": "bottom", @@ -281653,7 +298326,7 @@ } }, { - "id": 24098, + "id": 25239, "properties": { "facing": "south", "half": "bottom", @@ -281662,7 +298335,7 @@ } }, { - "id": 24099, + "id": 25240, "properties": { "facing": "south", "half": "bottom", @@ -281671,7 +298344,7 @@ } }, { - "id": 24100, + "id": 25241, "properties": { "facing": "south", "half": "bottom", @@ -281680,7 +298353,7 @@ } }, { - "id": 24101, + "id": 25242, "properties": { "facing": "south", "half": "bottom", @@ -281689,7 +298362,7 @@ } }, { - "id": 24102, + "id": 25243, "properties": { "facing": "south", "half": "bottom", @@ -281698,7 +298371,7 @@ } }, { - "id": 24103, + "id": 25244, "properties": { "facing": "south", "half": "bottom", @@ -281707,7 +298380,7 @@ } }, { - "id": 24104, + "id": 25245, "properties": { "facing": "west", "half": "top", @@ -281716,7 +298389,7 @@ } }, { - "id": 24105, + "id": 25246, "properties": { "facing": "west", "half": "top", @@ -281725,7 +298398,7 @@ } }, { - "id": 24106, + "id": 25247, "properties": { "facing": "west", "half": "top", @@ -281734,7 +298407,7 @@ } }, { - "id": 24107, + "id": 25248, "properties": { "facing": "west", "half": "top", @@ -281743,7 +298416,7 @@ } }, { - "id": 24108, + "id": 25249, "properties": { "facing": "west", "half": "top", @@ -281752,7 +298425,7 @@ } }, { - "id": 24109, + "id": 25250, "properties": { "facing": "west", "half": "top", @@ -281761,7 +298434,7 @@ } }, { - "id": 24110, + "id": 25251, "properties": { "facing": "west", "half": "top", @@ -281770,7 +298443,7 @@ } }, { - "id": 24111, + "id": 25252, "properties": { "facing": "west", "half": "top", @@ -281779,7 +298452,7 @@ } }, { - "id": 24112, + "id": 25253, "properties": { "facing": "west", "half": "top", @@ -281788,7 +298461,7 @@ } }, { - "id": 24113, + "id": 25254, "properties": { "facing": "west", "half": "top", @@ -281797,7 +298470,7 @@ } }, { - "id": 24114, + "id": 25255, "properties": { "facing": "west", "half": "bottom", @@ -281806,7 +298479,7 @@ } }, { - "id": 24115, + "id": 25256, "properties": { "facing": "west", "half": "bottom", @@ -281815,7 +298488,7 @@ } }, { - "id": 24116, + "id": 25257, "properties": { "facing": "west", "half": "bottom", @@ -281824,7 +298497,7 @@ } }, { - "id": 24117, + "id": 25258, "properties": { "facing": "west", "half": "bottom", @@ -281833,7 +298506,7 @@ } }, { - "id": 24118, + "id": 25259, "properties": { "facing": "west", "half": "bottom", @@ -281842,7 +298515,7 @@ } }, { - "id": 24119, + "id": 25260, "properties": { "facing": "west", "half": "bottom", @@ -281851,7 +298524,7 @@ } }, { - "id": 24120, + "id": 25261, "properties": { "facing": "west", "half": "bottom", @@ -281860,7 +298533,7 @@ } }, { - "id": 24121, + "id": 25262, "properties": { "facing": "west", "half": "bottom", @@ -281869,7 +298542,7 @@ } }, { - "id": 24122, + "id": 25263, "properties": { "facing": "west", "half": "bottom", @@ -281878,7 +298551,7 @@ } }, { - "id": 24123, + "id": 25264, "properties": { "facing": "west", "half": "bottom", @@ -281887,7 +298560,7 @@ } }, { - "id": 24124, + "id": 25265, "properties": { "facing": "east", "half": "top", @@ -281896,7 +298569,7 @@ } }, { - "id": 24125, + "id": 25266, "properties": { "facing": "east", "half": "top", @@ -281905,7 +298578,7 @@ } }, { - "id": 24126, + "id": 25267, "properties": { "facing": "east", "half": "top", @@ -281914,7 +298587,7 @@ } }, { - "id": 24127, + "id": 25268, "properties": { "facing": "east", "half": "top", @@ -281923,7 +298596,7 @@ } }, { - "id": 24128, + "id": 25269, "properties": { "facing": "east", "half": "top", @@ -281932,7 +298605,7 @@ } }, { - "id": 24129, + "id": 25270, "properties": { "facing": "east", "half": "top", @@ -281941,7 +298614,7 @@ } }, { - "id": 24130, + "id": 25271, "properties": { "facing": "east", "half": "top", @@ -281950,7 +298623,7 @@ } }, { - "id": 24131, + "id": 25272, "properties": { "facing": "east", "half": "top", @@ -281959,7 +298632,7 @@ } }, { - "id": 24132, + "id": 25273, "properties": { "facing": "east", "half": "top", @@ -281968,7 +298641,7 @@ } }, { - "id": 24133, + "id": 25274, "properties": { "facing": "east", "half": "top", @@ -281977,7 +298650,7 @@ } }, { - "id": 24134, + "id": 25275, "properties": { "facing": "east", "half": "bottom", @@ -281986,7 +298659,7 @@ } }, { - "id": 24135, + "id": 25276, "properties": { "facing": "east", "half": "bottom", @@ -281995,7 +298668,7 @@ } }, { - "id": 24136, + "id": 25277, "properties": { "facing": "east", "half": "bottom", @@ -282004,7 +298677,7 @@ } }, { - "id": 24137, + "id": 25278, "properties": { "facing": "east", "half": "bottom", @@ -282013,7 +298686,7 @@ } }, { - "id": 24138, + "id": 25279, "properties": { "facing": "east", "half": "bottom", @@ -282022,7 +298695,7 @@ } }, { - "id": 24139, + "id": 25280, "properties": { "facing": "east", "half": "bottom", @@ -282031,7 +298704,7 @@ } }, { - "id": 24140, + "id": 25281, "properties": { "facing": "east", "half": "bottom", @@ -282040,7 +298713,7 @@ } }, { - "id": 24141, + "id": 25282, "properties": { "facing": "east", "half": "bottom", @@ -282049,7 +298722,7 @@ } }, { - "id": 24142, + "id": 25283, "properties": { "facing": "east", "half": "bottom", @@ -282058,7 +298731,7 @@ } }, { - "id": 24143, + "id": 25284, "properties": { "facing": "east", "half": "bottom", @@ -282068,6 +298741,226 @@ } ] }, + "minecraft:weathered_lightning_rod": { + "definition": { + "type": "minecraft:weathering_lightning_rod", + "properties": {}, + "weathering_state": "weathered" + }, + "properties": { + "facing": [ + "north", + "east", + "south", + "west", + "up", + "down" + ], + "powered": [ + "true", + "false" + ], + "waterlogged": [ + "true", + "false" + ] + }, + "states": [ + { + "id": 27389, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27390, + "properties": { + "facing": "north", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27391, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27392, + "properties": { + "facing": "north", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27393, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27394, + "properties": { + "facing": "east", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27395, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27396, + "properties": { + "facing": "east", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27397, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27398, + "properties": { + "facing": "south", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27399, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27400, + "properties": { + "facing": "south", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27401, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27402, + "properties": { + "facing": "west", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27403, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27404, + "properties": { + "facing": "west", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27405, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27406, + "properties": { + "facing": "up", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27407, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "true" + } + }, + { + "default": true, + "id": 27408, + "properties": { + "facing": "up", + "powered": "false", + "waterlogged": "false" + } + }, + { + "id": 27409, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "true" + } + }, + { + "id": 27410, + "properties": { + "facing": "down", + "powered": "true", + "waterlogged": "false" + } + }, + { + "id": 27411, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "true" + } + }, + { + "id": 27412, + "properties": { + "facing": "down", + "powered": "false", + "waterlogged": "false" + } + } + ] + }, "minecraft:weeping_vines": { "definition": { "type": "minecraft:weeping_vines", @@ -282106,157 +298999,157 @@ "states": [ { "default": true, - "id": 19634, + "id": 20775, "properties": { "age": "0" } }, { - "id": 19635, + "id": 20776, "properties": { "age": "1" } }, { - "id": 19636, + "id": 20777, "properties": { "age": "2" } }, { - "id": 19637, + "id": 20778, "properties": { "age": "3" } }, { - "id": 19638, + "id": 20779, "properties": { "age": "4" } }, { - "id": 19639, + "id": 20780, "properties": { "age": "5" } }, { - "id": 19640, + "id": 20781, "properties": { "age": "6" } }, { - "id": 19641, + "id": 20782, "properties": { "age": "7" } }, { - "id": 19642, + "id": 20783, "properties": { "age": "8" } }, { - "id": 19643, + "id": 20784, "properties": { "age": "9" } }, { - "id": 19644, + "id": 20785, "properties": { "age": "10" } }, { - "id": 19645, + "id": 20786, "properties": { "age": "11" } }, { - "id": 19646, + "id": 20787, "properties": { "age": "12" } }, { - "id": 19647, + "id": 20788, "properties": { "age": "13" } }, { - "id": 19648, + "id": 20789, "properties": { "age": "14" } }, { - "id": 19649, + "id": 20790, "properties": { "age": "15" } }, { - "id": 19650, + "id": 20791, "properties": { "age": "16" } }, { - "id": 19651, + "id": 20792, "properties": { "age": "17" } }, { - "id": 19652, + "id": 20793, "properties": { "age": "18" } }, { - "id": 19653, + "id": 20794, "properties": { "age": "19" } }, { - "id": 19654, + "id": 20795, "properties": { "age": "20" } }, { - "id": 19655, + "id": 20796, "properties": { "age": "21" } }, { - "id": 19656, + "id": 20797, "properties": { "age": "22" } }, { - "id": 19657, + "id": 20798, "properties": { "age": "23" } }, { - "id": 19658, + "id": 20799, "properties": { "age": "24" } }, { - "id": 19659, + "id": 20800, "properties": { "age": "25" } @@ -282271,7 +299164,7 @@ "states": [ { "default": true, - "id": 19660 + "id": 20801 } ] }, @@ -282307,49 +299200,49 @@ "states": [ { "default": true, - "id": 4342, + "id": 5110, "properties": { "age": "0" } }, { - "id": 4343, + "id": 5111, "properties": { "age": "1" } }, { - "id": 4344, + "id": 5112, "properties": { "age": "2" } }, { - "id": 4345, + "id": 5113, "properties": { "age": "3" } }, { - "id": 4346, + "id": 5114, "properties": { "age": "4" } }, { - "id": 4347, + "id": 5115, "properties": { "age": "5" } }, { - "id": 4348, + "id": 5116, "properties": { "age": "6" } }, { - "id": 4349, + "id": 5117, "properties": { "age": "7" } @@ -282385,97 +299278,97 @@ "states": [ { "default": true, - "id": 11648, + "id": 12725, "properties": { "rotation": "0" } }, { - "id": 11649, + "id": 12726, "properties": { "rotation": "1" } }, { - "id": 11650, + "id": 12727, "properties": { "rotation": "2" } }, { - "id": 11651, + "id": 12728, "properties": { "rotation": "3" } }, { - "id": 11652, + "id": 12729, "properties": { "rotation": "4" } }, { - "id": 11653, + "id": 12730, "properties": { "rotation": "5" } }, { - "id": 11654, + "id": 12731, "properties": { "rotation": "6" } }, { - "id": 11655, + "id": 12732, "properties": { "rotation": "7" } }, { - "id": 11656, + "id": 12733, "properties": { "rotation": "8" } }, { - "id": 11657, + "id": 12734, "properties": { "rotation": "9" } }, { - "id": 11658, + "id": 12735, "properties": { "rotation": "10" } }, { - "id": 11659, + "id": 12736, "properties": { "rotation": "11" } }, { - "id": 11660, + "id": 12737, "properties": { "rotation": "12" } }, { - "id": 11661, + "id": 12738, "properties": { "rotation": "13" } }, { - "id": 11662, + "id": 12739, "properties": { "rotation": "14" } }, { - "id": 11663, + "id": 12740, "properties": { "rotation": "15" } @@ -282659,7 +299552,7 @@ }, "states": [ { - "id": 21769, + "id": 22910, "properties": { "candles": "1", "lit": "true", @@ -282667,7 +299560,7 @@ } }, { - "id": 21770, + "id": 22911, "properties": { "candles": "1", "lit": "true", @@ -282675,7 +299568,7 @@ } }, { - "id": 21771, + "id": 22912, "properties": { "candles": "1", "lit": "false", @@ -282684,7 +299577,7 @@ }, { "default": true, - "id": 21772, + "id": 22913, "properties": { "candles": "1", "lit": "false", @@ -282692,7 +299585,7 @@ } }, { - "id": 21773, + "id": 22914, "properties": { "candles": "2", "lit": "true", @@ -282700,7 +299593,7 @@ } }, { - "id": 21774, + "id": 22915, "properties": { "candles": "2", "lit": "true", @@ -282708,7 +299601,7 @@ } }, { - "id": 21775, + "id": 22916, "properties": { "candles": "2", "lit": "false", @@ -282716,7 +299609,7 @@ } }, { - "id": 21776, + "id": 22917, "properties": { "candles": "2", "lit": "false", @@ -282724,7 +299617,7 @@ } }, { - "id": 21777, + "id": 22918, "properties": { "candles": "3", "lit": "true", @@ -282732,7 +299625,7 @@ } }, { - "id": 21778, + "id": 22919, "properties": { "candles": "3", "lit": "true", @@ -282740,7 +299633,7 @@ } }, { - "id": 21779, + "id": 22920, "properties": { "candles": "3", "lit": "false", @@ -282748,7 +299641,7 @@ } }, { - "id": 21780, + "id": 22921, "properties": { "candles": "3", "lit": "false", @@ -282756,7 +299649,7 @@ } }, { - "id": 21781, + "id": 22922, "properties": { "candles": "4", "lit": "true", @@ -282764,7 +299657,7 @@ } }, { - "id": 21782, + "id": 22923, "properties": { "candles": "4", "lit": "true", @@ -282772,7 +299665,7 @@ } }, { - "id": 21783, + "id": 22924, "properties": { "candles": "4", "lit": "false", @@ -282780,7 +299673,7 @@ } }, { - "id": 21784, + "id": 22925, "properties": { "candles": "4", "lit": "false", @@ -282803,14 +299696,14 @@ }, "states": [ { - "id": 22027, + "id": 23168, "properties": { "lit": "true" } }, { "default": true, - "id": 22028, + "id": 23169, "properties": { "lit": "false" } @@ -282826,7 +299719,7 @@ "states": [ { "default": true, - "id": 11617 + "id": 12694 } ] }, @@ -282838,7 +299731,7 @@ "states": [ { "default": true, - "id": 13751 + "id": 14828 } ] }, @@ -282851,7 +299744,7 @@ "states": [ { "default": true, - "id": 13767 + "id": 14844 } ] }, @@ -282871,25 +299764,25 @@ "states": [ { "default": true, - "id": 13687, + "id": 14764, "properties": { "facing": "north" } }, { - "id": 13688, + "id": 14765, "properties": { "facing": "south" } }, { - "id": 13689, + "id": 14766, "properties": { "facing": "west" } }, { - "id": 13690, + "id": 14767, "properties": { "facing": "east" } @@ -282914,38 +299807,38 @@ }, "states": [ { - "id": 13591, + "id": 14668, "properties": { "facing": "north" } }, { - "id": 13592, + "id": 14669, "properties": { "facing": "east" } }, { - "id": 13593, + "id": 14670, "properties": { "facing": "south" } }, { - "id": 13594, + "id": 14671, "properties": { "facing": "west" } }, { "default": true, - "id": 13595, + "id": 14672, "properties": { "facing": "up" } }, { - "id": 13596, + "id": 14673, "properties": { "facing": "down" } @@ -282961,7 +299854,7 @@ "states": [ { "default": true, - "id": 6124 + "id": 6897 } ] }, @@ -282995,7 +299888,7 @@ }, "states": [ { - "id": 10181, + "id": 11258, "properties": { "east": "true", "north": "true", @@ -283005,7 +299898,7 @@ } }, { - "id": 10182, + "id": 11259, "properties": { "east": "true", "north": "true", @@ -283015,7 +299908,7 @@ } }, { - "id": 10183, + "id": 11260, "properties": { "east": "true", "north": "true", @@ -283025,7 +299918,7 @@ } }, { - "id": 10184, + "id": 11261, "properties": { "east": "true", "north": "true", @@ -283035,7 +299928,7 @@ } }, { - "id": 10185, + "id": 11262, "properties": { "east": "true", "north": "true", @@ -283045,7 +299938,7 @@ } }, { - "id": 10186, + "id": 11263, "properties": { "east": "true", "north": "true", @@ -283055,7 +299948,7 @@ } }, { - "id": 10187, + "id": 11264, "properties": { "east": "true", "north": "true", @@ -283065,7 +299958,7 @@ } }, { - "id": 10188, + "id": 11265, "properties": { "east": "true", "north": "true", @@ -283075,7 +299968,7 @@ } }, { - "id": 10189, + "id": 11266, "properties": { "east": "true", "north": "false", @@ -283085,7 +299978,7 @@ } }, { - "id": 10190, + "id": 11267, "properties": { "east": "true", "north": "false", @@ -283095,7 +299988,7 @@ } }, { - "id": 10191, + "id": 11268, "properties": { "east": "true", "north": "false", @@ -283105,7 +299998,7 @@ } }, { - "id": 10192, + "id": 11269, "properties": { "east": "true", "north": "false", @@ -283115,7 +300008,7 @@ } }, { - "id": 10193, + "id": 11270, "properties": { "east": "true", "north": "false", @@ -283125,7 +300018,7 @@ } }, { - "id": 10194, + "id": 11271, "properties": { "east": "true", "north": "false", @@ -283135,7 +300028,7 @@ } }, { - "id": 10195, + "id": 11272, "properties": { "east": "true", "north": "false", @@ -283145,7 +300038,7 @@ } }, { - "id": 10196, + "id": 11273, "properties": { "east": "true", "north": "false", @@ -283155,7 +300048,7 @@ } }, { - "id": 10197, + "id": 11274, "properties": { "east": "false", "north": "true", @@ -283165,7 +300058,7 @@ } }, { - "id": 10198, + "id": 11275, "properties": { "east": "false", "north": "true", @@ -283175,7 +300068,7 @@ } }, { - "id": 10199, + "id": 11276, "properties": { "east": "false", "north": "true", @@ -283185,7 +300078,7 @@ } }, { - "id": 10200, + "id": 11277, "properties": { "east": "false", "north": "true", @@ -283195,7 +300088,7 @@ } }, { - "id": 10201, + "id": 11278, "properties": { "east": "false", "north": "true", @@ -283205,7 +300098,7 @@ } }, { - "id": 10202, + "id": 11279, "properties": { "east": "false", "north": "true", @@ -283215,7 +300108,7 @@ } }, { - "id": 10203, + "id": 11280, "properties": { "east": "false", "north": "true", @@ -283225,7 +300118,7 @@ } }, { - "id": 10204, + "id": 11281, "properties": { "east": "false", "north": "true", @@ -283235,7 +300128,7 @@ } }, { - "id": 10205, + "id": 11282, "properties": { "east": "false", "north": "false", @@ -283245,7 +300138,7 @@ } }, { - "id": 10206, + "id": 11283, "properties": { "east": "false", "north": "false", @@ -283255,7 +300148,7 @@ } }, { - "id": 10207, + "id": 11284, "properties": { "east": "false", "north": "false", @@ -283265,7 +300158,7 @@ } }, { - "id": 10208, + "id": 11285, "properties": { "east": "false", "north": "false", @@ -283275,7 +300168,7 @@ } }, { - "id": 10209, + "id": 11286, "properties": { "east": "false", "north": "false", @@ -283285,7 +300178,7 @@ } }, { - "id": 10210, + "id": 11287, "properties": { "east": "false", "north": "false", @@ -283295,7 +300188,7 @@ } }, { - "id": 10211, + "id": 11288, "properties": { "east": "false", "north": "false", @@ -283306,7 +300199,7 @@ }, { "default": true, - "id": 10212, + "id": 11289, "properties": { "east": "false", "north": "false", @@ -283319,13 +300212,13 @@ }, "minecraft:white_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10165 + "id": 11242 } ] }, @@ -283364,25 +300257,25 @@ "states": [ { "default": true, - "id": 11904, + "id": 12981, "properties": { "facing": "north" } }, { - "id": 11905, + "id": 12982, "properties": { "facing": "south" } }, { - "id": 11906, + "id": 12983, "properties": { "facing": "west" } }, { - "id": 11907, + "id": 12984, "properties": { "facing": "east" } @@ -283423,112 +300316,112 @@ "states": [ { "default": true, - "id": 25871, + "id": 27628, "properties": { "facing": "north", "flower_amount": "1" } }, { - "id": 25872, + "id": 27629, "properties": { "facing": "north", "flower_amount": "2" } }, { - "id": 25873, + "id": 27630, "properties": { "facing": "north", "flower_amount": "3" } }, { - "id": 25874, + "id": 27631, "properties": { "facing": "north", "flower_amount": "4" } }, { - "id": 25875, + "id": 27632, "properties": { "facing": "south", "flower_amount": "1" } }, { - "id": 25876, + "id": 27633, "properties": { "facing": "south", "flower_amount": "2" } }, { - "id": 25877, + "id": 27634, "properties": { "facing": "south", "flower_amount": "3" } }, { - "id": 25878, + "id": 27635, "properties": { "facing": "south", "flower_amount": "4" } }, { - "id": 25879, + "id": 27636, "properties": { "facing": "west", "flower_amount": "1" } }, { - "id": 25880, + "id": 27637, "properties": { "facing": "west", "flower_amount": "2" } }, { - "id": 25881, + "id": 27638, "properties": { "facing": "west", "flower_amount": "3" } }, { - "id": 25882, + "id": 27639, "properties": { "facing": "west", "flower_amount": "4" } }, { - "id": 25883, + "id": 27640, "properties": { "facing": "east", "flower_amount": "1" } }, { - "id": 25884, + "id": 27641, "properties": { "facing": "east", "flower_amount": "2" } }, { - "id": 25885, + "id": 27642, "properties": { "facing": "east", "flower_amount": "3" } }, { - "id": 25886, + "id": 27643, "properties": { "facing": "east", "flower_amount": "4" @@ -283585,112 +300478,112 @@ }, "states": [ { - "id": 9676, + "id": 10753, "properties": { "powered": "true", "rotation": "0" } }, { - "id": 9677, + "id": 10754, "properties": { "powered": "true", "rotation": "1" } }, { - "id": 9678, + "id": 10755, "properties": { "powered": "true", "rotation": "2" } }, { - "id": 9679, + "id": 10756, "properties": { "powered": "true", "rotation": "3" } }, { - "id": 9680, + "id": 10757, "properties": { "powered": "true", "rotation": "4" } }, { - "id": 9681, + "id": 10758, "properties": { "powered": "true", "rotation": "5" } }, { - "id": 9682, + "id": 10759, "properties": { "powered": "true", "rotation": "6" } }, { - "id": 9683, + "id": 10760, "properties": { "powered": "true", "rotation": "7" } }, { - "id": 9684, + "id": 10761, "properties": { "powered": "true", "rotation": "8" } }, { - "id": 9685, + "id": 10762, "properties": { "powered": "true", "rotation": "9" } }, { - "id": 9686, + "id": 10763, "properties": { "powered": "true", "rotation": "10" } }, { - "id": 9687, + "id": 10764, "properties": { "powered": "true", "rotation": "11" } }, { - "id": 9688, + "id": 10765, "properties": { "powered": "true", "rotation": "12" } }, { - "id": 9689, + "id": 10766, "properties": { "powered": "true", "rotation": "13" } }, { - "id": 9690, + "id": 10767, "properties": { "powered": "true", "rotation": "14" } }, { - "id": 9691, + "id": 10768, "properties": { "powered": "true", "rotation": "15" @@ -283698,112 +300591,112 @@ }, { "default": true, - "id": 9692, + "id": 10769, "properties": { "powered": "false", "rotation": "0" } }, { - "id": 9693, + "id": 10770, "properties": { "powered": "false", "rotation": "1" } }, { - "id": 9694, + "id": 10771, "properties": { "powered": "false", "rotation": "2" } }, { - "id": 9695, + "id": 10772, "properties": { "powered": "false", "rotation": "3" } }, { - "id": 9696, + "id": 10773, "properties": { "powered": "false", "rotation": "4" } }, { - "id": 9697, + "id": 10774, "properties": { "powered": "false", "rotation": "5" } }, { - "id": 9698, + "id": 10775, "properties": { "powered": "false", "rotation": "6" } }, { - "id": 9699, + "id": 10776, "properties": { "powered": "false", "rotation": "7" } }, { - "id": 9700, + "id": 10777, "properties": { "powered": "false", "rotation": "8" } }, { - "id": 9701, + "id": 10778, "properties": { "powered": "false", "rotation": "9" } }, { - "id": 9702, + "id": 10779, "properties": { "powered": "false", "rotation": "10" } }, { - "id": 9703, + "id": 10780, "properties": { "powered": "false", "rotation": "11" } }, { - "id": 9704, + "id": 10781, "properties": { "powered": "false", "rotation": "12" } }, { - "id": 9705, + "id": 10782, "properties": { "powered": "false", "rotation": "13" } }, { - "id": 9706, + "id": 10783, "properties": { "powered": "false", "rotation": "14" } }, { - "id": 9707, + "id": 10784, "properties": { "powered": "false", "rotation": "15" @@ -283830,7 +300723,7 @@ }, "states": [ { - "id": 9708, + "id": 10785, "properties": { "facing": "north", "powered": "true" @@ -283838,49 +300731,49 @@ }, { "default": true, - "id": 9709, + "id": 10786, "properties": { "facing": "north", "powered": "false" } }, { - "id": 9710, + "id": 10787, "properties": { "facing": "south", "powered": "true" } }, { - "id": 9711, + "id": 10788, "properties": { "facing": "south", "powered": "false" } }, { - "id": 9712, + "id": 10789, "properties": { "facing": "west", "powered": "true" } }, { - "id": 9713, + "id": 10790, "properties": { "facing": "west", "powered": "false" } }, { - "id": 9714, + "id": 10791, "properties": { "facing": "east", "powered": "true" } }, { - "id": 9715, + "id": 10792, "properties": { "facing": "east", "powered": "false" @@ -283917,97 +300810,97 @@ "states": [ { "default": true, - "id": 11712, + "id": 12789, "properties": { "rotation": "0" } }, { - "id": 11713, + "id": 12790, "properties": { "rotation": "1" } }, { - "id": 11714, + "id": 12791, "properties": { "rotation": "2" } }, { - "id": 11715, + "id": 12792, "properties": { "rotation": "3" } }, { - "id": 11716, + "id": 12793, "properties": { "rotation": "4" } }, { - "id": 11717, + "id": 12794, "properties": { "rotation": "5" } }, { - "id": 11718, + "id": 12795, "properties": { "rotation": "6" } }, { - "id": 11719, + "id": 12796, "properties": { "rotation": "7" } }, { - "id": 11720, + "id": 12797, "properties": { "rotation": "8" } }, { - "id": 11721, + "id": 12798, "properties": { "rotation": "9" } }, { - "id": 11722, + "id": 12799, "properties": { "rotation": "10" } }, { - "id": 11723, + "id": 12800, "properties": { "rotation": "11" } }, { - "id": 11724, + "id": 12801, "properties": { "rotation": "12" } }, { - "id": 11725, + "id": 12802, "properties": { "rotation": "13" } }, { - "id": 11726, + "id": 12803, "properties": { "rotation": "14" } }, { - "id": 11727, + "id": 12804, "properties": { "rotation": "15" } @@ -284191,7 +301084,7 @@ }, "states": [ { - "id": 21833, + "id": 22974, "properties": { "candles": "1", "lit": "true", @@ -284199,7 +301092,7 @@ } }, { - "id": 21834, + "id": 22975, "properties": { "candles": "1", "lit": "true", @@ -284207,7 +301100,7 @@ } }, { - "id": 21835, + "id": 22976, "properties": { "candles": "1", "lit": "false", @@ -284216,7 +301109,7 @@ }, { "default": true, - "id": 21836, + "id": 22977, "properties": { "candles": "1", "lit": "false", @@ -284224,7 +301117,7 @@ } }, { - "id": 21837, + "id": 22978, "properties": { "candles": "2", "lit": "true", @@ -284232,7 +301125,7 @@ } }, { - "id": 21838, + "id": 22979, "properties": { "candles": "2", "lit": "true", @@ -284240,7 +301133,7 @@ } }, { - "id": 21839, + "id": 22980, "properties": { "candles": "2", "lit": "false", @@ -284248,7 +301141,7 @@ } }, { - "id": 21840, + "id": 22981, "properties": { "candles": "2", "lit": "false", @@ -284256,7 +301149,7 @@ } }, { - "id": 21841, + "id": 22982, "properties": { "candles": "3", "lit": "true", @@ -284264,7 +301157,7 @@ } }, { - "id": 21842, + "id": 22983, "properties": { "candles": "3", "lit": "true", @@ -284272,7 +301165,7 @@ } }, { - "id": 21843, + "id": 22984, "properties": { "candles": "3", "lit": "false", @@ -284280,7 +301173,7 @@ } }, { - "id": 21844, + "id": 22985, "properties": { "candles": "3", "lit": "false", @@ -284288,7 +301181,7 @@ } }, { - "id": 21845, + "id": 22986, "properties": { "candles": "4", "lit": "true", @@ -284296,7 +301189,7 @@ } }, { - "id": 21846, + "id": 22987, "properties": { "candles": "4", "lit": "true", @@ -284304,7 +301197,7 @@ } }, { - "id": 21847, + "id": 22988, "properties": { "candles": "4", "lit": "false", @@ -284312,7 +301205,7 @@ } }, { - "id": 21848, + "id": 22989, "properties": { "candles": "4", "lit": "false", @@ -284335,14 +301228,14 @@ }, "states": [ { - "id": 22035, + "id": 23176, "properties": { "lit": "true" } }, { "default": true, - "id": 22036, + "id": 23177, "properties": { "lit": "false" } @@ -284358,7 +301251,7 @@ "states": [ { "default": true, - "id": 11621 + "id": 12698 } ] }, @@ -284370,7 +301263,7 @@ "states": [ { "default": true, - "id": 13755 + "id": 14832 } ] }, @@ -284383,7 +301276,7 @@ "states": [ { "default": true, - "id": 13771 + "id": 14848 } ] }, @@ -284403,25 +301296,25 @@ "states": [ { "default": true, - "id": 13703, + "id": 14780, "properties": { "facing": "north" } }, { - "id": 13704, + "id": 14781, "properties": { "facing": "south" } }, { - "id": 13705, + "id": 14782, "properties": { "facing": "west" } }, { - "id": 13706, + "id": 14783, "properties": { "facing": "east" } @@ -284446,38 +301339,38 @@ }, "states": [ { - "id": 13615, + "id": 14692, "properties": { "facing": "north" } }, { - "id": 13616, + "id": 14693, "properties": { "facing": "east" } }, { - "id": 13617, + "id": 14694, "properties": { "facing": "south" } }, { - "id": 13618, + "id": 14695, "properties": { "facing": "west" } }, { "default": true, - "id": 13619, + "id": 14696, "properties": { "facing": "up" } }, { - "id": 13620, + "id": 14697, "properties": { "facing": "down" } @@ -284493,7 +301386,7 @@ "states": [ { "default": true, - "id": 6128 + "id": 6901 } ] }, @@ -284527,7 +301420,7 @@ }, "states": [ { - "id": 10309, + "id": 11386, "properties": { "east": "true", "north": "true", @@ -284537,7 +301430,7 @@ } }, { - "id": 10310, + "id": 11387, "properties": { "east": "true", "north": "true", @@ -284547,7 +301440,7 @@ } }, { - "id": 10311, + "id": 11388, "properties": { "east": "true", "north": "true", @@ -284557,7 +301450,7 @@ } }, { - "id": 10312, + "id": 11389, "properties": { "east": "true", "north": "true", @@ -284567,7 +301460,7 @@ } }, { - "id": 10313, + "id": 11390, "properties": { "east": "true", "north": "true", @@ -284577,7 +301470,7 @@ } }, { - "id": 10314, + "id": 11391, "properties": { "east": "true", "north": "true", @@ -284587,7 +301480,7 @@ } }, { - "id": 10315, + "id": 11392, "properties": { "east": "true", "north": "true", @@ -284597,7 +301490,7 @@ } }, { - "id": 10316, + "id": 11393, "properties": { "east": "true", "north": "true", @@ -284607,7 +301500,7 @@ } }, { - "id": 10317, + "id": 11394, "properties": { "east": "true", "north": "false", @@ -284617,7 +301510,7 @@ } }, { - "id": 10318, + "id": 11395, "properties": { "east": "true", "north": "false", @@ -284627,7 +301520,7 @@ } }, { - "id": 10319, + "id": 11396, "properties": { "east": "true", "north": "false", @@ -284637,7 +301530,7 @@ } }, { - "id": 10320, + "id": 11397, "properties": { "east": "true", "north": "false", @@ -284647,7 +301540,7 @@ } }, { - "id": 10321, + "id": 11398, "properties": { "east": "true", "north": "false", @@ -284657,7 +301550,7 @@ } }, { - "id": 10322, + "id": 11399, "properties": { "east": "true", "north": "false", @@ -284667,7 +301560,7 @@ } }, { - "id": 10323, + "id": 11400, "properties": { "east": "true", "north": "false", @@ -284677,7 +301570,7 @@ } }, { - "id": 10324, + "id": 11401, "properties": { "east": "true", "north": "false", @@ -284687,7 +301580,7 @@ } }, { - "id": 10325, + "id": 11402, "properties": { "east": "false", "north": "true", @@ -284697,7 +301590,7 @@ } }, { - "id": 10326, + "id": 11403, "properties": { "east": "false", "north": "true", @@ -284707,7 +301600,7 @@ } }, { - "id": 10327, + "id": 11404, "properties": { "east": "false", "north": "true", @@ -284717,7 +301610,7 @@ } }, { - "id": 10328, + "id": 11405, "properties": { "east": "false", "north": "true", @@ -284727,7 +301620,7 @@ } }, { - "id": 10329, + "id": 11406, "properties": { "east": "false", "north": "true", @@ -284737,7 +301630,7 @@ } }, { - "id": 10330, + "id": 11407, "properties": { "east": "false", "north": "true", @@ -284747,7 +301640,7 @@ } }, { - "id": 10331, + "id": 11408, "properties": { "east": "false", "north": "true", @@ -284757,7 +301650,7 @@ } }, { - "id": 10332, + "id": 11409, "properties": { "east": "false", "north": "true", @@ -284767,7 +301660,7 @@ } }, { - "id": 10333, + "id": 11410, "properties": { "east": "false", "north": "false", @@ -284777,7 +301670,7 @@ } }, { - "id": 10334, + "id": 11411, "properties": { "east": "false", "north": "false", @@ -284787,7 +301680,7 @@ } }, { - "id": 10335, + "id": 11412, "properties": { "east": "false", "north": "false", @@ -284797,7 +301690,7 @@ } }, { - "id": 10336, + "id": 11413, "properties": { "east": "false", "north": "false", @@ -284807,7 +301700,7 @@ } }, { - "id": 10337, + "id": 11414, "properties": { "east": "false", "north": "false", @@ -284817,7 +301710,7 @@ } }, { - "id": 10338, + "id": 11415, "properties": { "east": "false", "north": "false", @@ -284827,7 +301720,7 @@ } }, { - "id": 10339, + "id": 11416, "properties": { "east": "false", "north": "false", @@ -284838,7 +301731,7 @@ }, { "default": true, - "id": 10340, + "id": 11417, "properties": { "east": "false", "north": "false", @@ -284851,13 +301744,13 @@ }, "minecraft:yellow_terracotta": { "definition": { - "type": "minecraft:terracotta", + "type": "minecraft:block", "properties": {} }, "states": [ { "default": true, - "id": 10169 + "id": 11246 } ] }, @@ -284878,25 +301771,25 @@ "states": [ { "default": true, - "id": 11920, + "id": 12997, "properties": { "facing": "north" } }, { - "id": 11921, + "id": 12998, "properties": { "facing": "south" } }, { - "id": 11922, + "id": 12999, "properties": { "facing": "west" } }, { - "id": 11923, + "id": 13000, "properties": { "facing": "east" } @@ -284947,112 +301840,112 @@ }, "states": [ { - "id": 9716, + "id": 10793, "properties": { "powered": "true", "rotation": "0" } }, { - "id": 9717, + "id": 10794, "properties": { "powered": "true", "rotation": "1" } }, { - "id": 9718, + "id": 10795, "properties": { "powered": "true", "rotation": "2" } }, { - "id": 9719, + "id": 10796, "properties": { "powered": "true", "rotation": "3" } }, { - "id": 9720, + "id": 10797, "properties": { "powered": "true", "rotation": "4" } }, { - "id": 9721, + "id": 10798, "properties": { "powered": "true", "rotation": "5" } }, { - "id": 9722, + "id": 10799, "properties": { "powered": "true", "rotation": "6" } }, { - "id": 9723, + "id": 10800, "properties": { "powered": "true", "rotation": "7" } }, { - "id": 9724, + "id": 10801, "properties": { "powered": "true", "rotation": "8" } }, { - "id": 9725, + "id": 10802, "properties": { "powered": "true", "rotation": "9" } }, { - "id": 9726, + "id": 10803, "properties": { "powered": "true", "rotation": "10" } }, { - "id": 9727, + "id": 10804, "properties": { "powered": "true", "rotation": "11" } }, { - "id": 9728, + "id": 10805, "properties": { "powered": "true", "rotation": "12" } }, { - "id": 9729, + "id": 10806, "properties": { "powered": "true", "rotation": "13" } }, { - "id": 9730, + "id": 10807, "properties": { "powered": "true", "rotation": "14" } }, { - "id": 9731, + "id": 10808, "properties": { "powered": "true", "rotation": "15" @@ -285060,112 +301953,112 @@ }, { "default": true, - "id": 9732, + "id": 10809, "properties": { "powered": "false", "rotation": "0" } }, { - "id": 9733, + "id": 10810, "properties": { "powered": "false", "rotation": "1" } }, { - "id": 9734, + "id": 10811, "properties": { "powered": "false", "rotation": "2" } }, { - "id": 9735, + "id": 10812, "properties": { "powered": "false", "rotation": "3" } }, { - "id": 9736, + "id": 10813, "properties": { "powered": "false", "rotation": "4" } }, { - "id": 9737, + "id": 10814, "properties": { "powered": "false", "rotation": "5" } }, { - "id": 9738, + "id": 10815, "properties": { "powered": "false", "rotation": "6" } }, { - "id": 9739, + "id": 10816, "properties": { "powered": "false", "rotation": "7" } }, { - "id": 9740, + "id": 10817, "properties": { "powered": "false", "rotation": "8" } }, { - "id": 9741, + "id": 10818, "properties": { "powered": "false", "rotation": "9" } }, { - "id": 9742, + "id": 10819, "properties": { "powered": "false", "rotation": "10" } }, { - "id": 9743, + "id": 10820, "properties": { "powered": "false", "rotation": "11" } }, { - "id": 9744, + "id": 10821, "properties": { "powered": "false", "rotation": "12" } }, { - "id": 9745, + "id": 10822, "properties": { "powered": "false", "rotation": "13" } }, { - "id": 9746, + "id": 10823, "properties": { "powered": "false", "rotation": "14" } }, { - "id": 9747, + "id": 10824, "properties": { "powered": "false", "rotation": "15" @@ -285193,7 +302086,7 @@ }, "states": [ { - "id": 9748, + "id": 10825, "properties": { "facing": "north", "powered": "true" @@ -285201,49 +302094,49 @@ }, { "default": true, - "id": 9749, + "id": 10826, "properties": { "facing": "north", "powered": "false" } }, { - "id": 9750, + "id": 10827, "properties": { "facing": "south", "powered": "true" } }, { - "id": 9751, + "id": 10828, "properties": { "facing": "south", "powered": "false" } }, { - "id": 9752, + "id": 10829, "properties": { "facing": "west", "powered": "true" } }, { - "id": 9753, + "id": 10830, "properties": { "facing": "west", "powered": "false" } }, { - "id": 9754, + "id": 10831, "properties": { "facing": "east", "powered": "true" } }, { - "id": 9755, + "id": 10832, "properties": { "facing": "east", "powered": "false" From eed3af0728935bd860bf984dad8bbffed5f5e803 Mon Sep 17 00:00:00 2001 From: Christian Bergschneider Date: Sat, 4 Oct 2025 11:41:31 +0200 Subject: [PATCH 4/5] chore: bump version to 1.0.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ec22fdf..7aa58bc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.dfsek.terra.codetool" -version = "1.0.0" +version = "1.0.1" repositories { mavenCentral() From 8a48f07b7576ea2c278c008bc8700b38451960a2 Mon Sep 17 00:00:00 2001 From: Christian Bergschneider Date: Sat, 4 Oct 2025 11:49:09 +0200 Subject: [PATCH 5/5] chore: update change log --- src/main/resources/META-INF/plugin.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index f2e4b8c..2cf3515 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -25,6 +25,10 @@ ]]> + + com.intellij.modules.platform