From 76acb1da7bb0bb62596d66def009de691357119c Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 24 Aug 2017 12:05:35 +0100 Subject: [PATCH] New crafting recipe data format, more readable & more compact --- src/pocketmine/inventory/CraftingManager.php | 5 +- src/pocketmine/resources/recipes.json | 36304 ++++++----------- 2 files changed, 12756 insertions(+), 23553 deletions(-) diff --git a/src/pocketmine/inventory/CraftingManager.php b/src/pocketmine/inventory/CraftingManager.php index 747b7cdc4f..dac3399d1d 100644 --- a/src/pocketmine/inventory/CraftingManager.php +++ b/src/pocketmine/inventory/CraftingManager.php @@ -70,10 +70,11 @@ class CraftingManager{ $first = $recipe["output"][0]; $result = new ShapedRecipe(Item::jsonDeserialize($first), $recipe["height"], $recipe["width"]); - $shape = array_chunk($recipe["input"], $recipe["width"]); + $shape = array_map(function(string $keys) : array{ return str_split($keys); }, $recipe["shape"]); + $ingredients = array_map(function(array $data) : Item{ return Item::jsonDeserialize($data); }, $recipe["input"]); foreach($shape as $y => $row){ foreach($row as $x => $ingredient){ - $result->addIngredient($x, $y, Item::jsonDeserialize($ingredient)); + $result->addIngredient($x, $y, $ingredients[$ingredient] ?? Item::get(Item::AIR, 0, 0)); } } $this->registerRecipe($result); diff --git a/src/pocketmine/resources/recipes.json b/src/pocketmine/resources/recipes.json index f61a6e68ef..bf8eb2d271 100644 --- a/src/pocketmine/resources/recipes.json +++ b/src/pocketmine/resources/recipes.json @@ -3,6120 +3,3155 @@ "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 270, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 270 } ], - "uuid": "c72f5919-90c5-3718-8428-8f563ee2e3ce" + "uuid": "733ae5bb-6bed-3e24-82b1-7510faf8c9a2", + "shape": [ + "AAA", + " B ", + " B " + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 269, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 269 } ], - "uuid": "66c3537f-27da-3d28-8fc3-4d4751442e96" + "uuid": "2d694785-0aab-3ae4-8ada-cb3ae9110422", + "shape": [ + "A", + "B", + "B" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 271, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 271 } ], - "uuid": "a030e03c-387a-3555-85e0-cbcf33cc1326" + "uuid": "a4c08aed-2074-3e2e-8846-cc6e7e13d7e0", + "shape": [ + "AA", + "AB", + " B" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 290, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 290 } ], - "uuid": "287069d9-63c4-3bcd-81df-5e00eb3d7991" + "uuid": "023607e6-85df-323a-8456-0e80d721df5a", + "shape": [ + "AA", + " B", + " B" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 274, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 274 } ], - "uuid": "971802e5-582a-3358-865d-905f9b130b51" + "uuid": "97e96805-f60b-31f8-84e3-ffc48663ca84", + "shape": [ + "AAA", + " B ", + " B " + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 273, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 273 } ], - "uuid": "8fc383ce-60e7-3b40-86cf-bb650b7972fc" + "uuid": "787b3f68-251e-3098-8d93-3eb1994acd6b", + "shape": [ + "A", + "B", + "B" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 275, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 275 } ], - "uuid": "e7567fa3-ae16-34c3-8792-c6b061caea56" + "uuid": "9c3f9676-58dd-32ff-80e3-636bb4112db6", + "shape": [ + "AA", + "AB", + " B" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 291, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 291 } ], - "uuid": "ea976cf4-bb23-3bcb-832b-f31e4df57377" + "uuid": "bdbfbcaf-b7f8-35e9-8444-777a88dd648a", + "shape": [ + "AA", + " B", + " B" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 257, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 257 } ], - "uuid": "1918ca71-a6b7-3e30-82f7-06f1fadc0da0" + "uuid": "7369f913-9948-3856-8151-e0910cd349ac", + "shape": [ + "AAA", + " B ", + " B " + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 256, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 256 } ], - "uuid": "b964677b-0df0-3658-8a4d-e3021dfe8c33" + "uuid": "7e111cb7-94cc-33e1-85ee-9477afbb755a", + "shape": [ + "A", + "B", + "B" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 258, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 258 } ], - "uuid": "24b6fd0e-6ae0-3b48-8e4a-839f6370edab" + "uuid": "434e0a01-a868-3624-8ece-43f3c31b5395", + "shape": [ + "AA", + "AB", + " B" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 292, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 292 } ], - "uuid": "c015364f-300f-3d49-8dc9-92db45ad372a" + "uuid": "ec4a12aa-dc34-3f26-8889-a4f32a7124e7", + "shape": [ + "AA", + " B", + " B" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 278, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 278 } ], - "uuid": "dbd31600-ee43-33e5-8ab7-da84dd237433" + "uuid": "29cb97f1-8c82-3e26-85b7-3e87893e23f8", + "shape": [ + "AAA", + " B ", + " B " + ], + "input": { + "A": { + "id": 264 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 277, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 277 } ], - "uuid": "88256023-216a-34c5-84a3-e55e915bc12d" + "uuid": "d5fcbaff-efab-3b61-837d-6c16e601799a", + "shape": [ + "A", + "B", + "B" + ], + "input": { + "A": { + "id": 264 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 279, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 279 } ], - "uuid": "fb0a1bfd-428e-338c-8493-7c1a2f1433bb" + "uuid": "d1546b3e-8db9-358f-8c27-6670f910e39b", + "shape": [ + "AA", + "AB", + " B" + ], + "input": { + "A": { + "id": 264 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 293, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 293 } ], - "uuid": "1b2982bf-f28b-324a-8ff7-c5a5f1e37ca8" + "uuid": "570f92fb-558b-34be-8598-ec87a9dc579e", + "shape": [ + "AA", + " B", + " B" + ], + "input": { + "A": { + "id": 264 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 285, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 285 } ], - "uuid": "9989c6e1-7ac5-3782-8b7e-a44e16dbd9ec" + "uuid": "fd86916d-8801-39dc-8f4e-06dc89bf2cfe", + "shape": [ + "AAA", + " B ", + " B " + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 284, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 284 } ], - "uuid": "143ca68d-02a7-3ba4-8b59-bf3a08189b6c" + "uuid": "298f6d12-b28f-3e2b-85a7-9606672328d6", + "shape": [ + "A", + "B", + "B" + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 286, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 286 } ], - "uuid": "1df9ef3c-8bca-326b-81c5-4fa1e0b0eee2" + "uuid": "476e38b7-c452-3148-831e-119b37b9ace1", + "shape": [ + "AA", + "AB", + " B" + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 294, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 294 } ], - "uuid": "cef0e4c4-3575-3dec-8e0f-3a7503cd5311" + "uuid": "8513af07-6103-3e5d-856f-213a50c41724", + "shape": [ + "AA", + " B", + " B" + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 359, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 359 } ], - "uuid": "a8e8c53b-ea67-36eb-8d40-f4940b72fd6d" + "uuid": "2477f604-8bc7-3876-87af-44d895f0fa5e", + "shape": [ + " A", + "A " + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ + "output": [ { + "id": 268 + } + ], + "uuid": "b5f7f614-dea7-3c2d-863e-a1c691f4616e", + "shape": [ + "A", + "A", + "B" + ], + "input": { + "A": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" + "B": { + "id": 280 } - ], - "output": [ - { - "id": 268, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "5c4235c2-2089-3c4c-8fb7-a42f5c75933c" + } }, { "type": 1, "width": 1, "height": 3, - "input": [ + "output": [ { + "id": 272 + } + ], + "uuid": "0bf7d89d-ac5c-3069-8f7c-b4e878320587", + "shape": [ + "A", + "A", + "B" + ], + "input": { + "A": { "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" + "B": { + "id": 280 } - ], - "output": [ - { - "id": 272, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "7821a33e-62f2-3883-8e58-f3b3ccf06b27" + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 267, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 267 } ], - "uuid": "7d5043cb-111b-34c8-8960-51d983c9195a" + "uuid": "072954ad-15df-3fdb-8af2-78047e9b62dd", + "shape": [ + "A", + "A", + "B" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 276, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 276 } ], - "uuid": "e50569b9-419c-3c19-8ac7-bf67547a3713" + "uuid": "529407b5-8db2-310f-8d63-0e2e45549f31", + "shape": [ + "A", + "A", + "B" + ], + "input": { + "A": { + "id": 264 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 283, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 283 } ], - "uuid": "046136dc-f637-38bd-8295-b5c95a3d8a0c" + "uuid": "187a4131-3a2a-3d23-8430-474371d51f8d", + "shape": [ + "A", + "A", + "B" + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 261, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 261 } ], - "uuid": "deee670e-a651-3584-8f9c-a1fb77f4761d" + "uuid": "15e98391-ac1e-38dd-82af-66ca587d0926", + "shape": [ + " AB", + "A B", + " AB" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 287 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 318, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 288, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "610827d8-74ac-3812-8b1b-9bcf0eb26331" + "uuid": "3a903b32-264a-3b99-833a-c0cda6600572", + "shape": [ + "A", + "B", + "C" + ], + "input": { + "A": { + "id": 318 + }, + "B": { + "id": 280 + }, + "C": { + "id": 288 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 6, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "e9429be8-c40a-3156-80e2-901f245afcb7" + "uuid": "69067a6d-9144-35e7-80b2-41f14a9cabe0", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 7, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "4986f8e2-bf22-3487-879f-f97911db7134" + "uuid": "0ccc44de-00a6-3eca-891c-11b509497111", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 6 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 8, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "77e27e14-eef3-3bbd-89ff-01255eae8f37" + "uuid": "9e235371-0ff0-38c6-895f-004069ce0bdc", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 7 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 9, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "a0e7c511-3be8-3863-88f1-7bf6c0837bf5" + "uuid": "a541810e-a6f1-3ff9-8f3e-5661d7c82b1d", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 8 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 10, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "cd7c9fa5-9d9e-3c46-8dee-2882cc37ba0b" + "uuid": "907b954f-f043-3e91-875a-3f4453bd553f", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 9 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 11, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "e70fe136-e704-303f-8fcc-ca34425c3498" + "uuid": "250484bd-c853-3dd2-8f8c-97ab504699c5", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 10 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 12, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "cee5f289-6851-32fa-8960-cd1e2d9e5ead" + "uuid": "d66b8ee4-dfaa-3f37-8e94-08c277a17dc4", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 11 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 13, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "d0104461-fe58-3026-8415-c3ccb0172c1e" + "uuid": "c6c1401c-71e9-33c5-868d-f8132609ddb9", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 12 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 14, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "f51a5838-1273-30e5-8160-ccd7bb75bbf8" + "uuid": "852e1822-5092-387f-8386-76a0fdc5c322", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 13 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 15, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "d9375ff9-17fd-3a04-83f8-61d61625df1c" + "uuid": "97d593dd-eaa2-3dfd-8047-bd5d39e550a0", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 14 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 16, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "f34ebe19-19c5-37f9-82b4-239c9e19323b" + "uuid": "22b20031-1e72-31bf-8153-5e30fa107684", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 15 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 16, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 17, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "cbed83fc-29cf-3e2b-8f59-62fd038705ad" + "uuid": "447d5f51-068a-30c1-887d-f422b9a58a25", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 16 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 17, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 18, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "077dcd96-3c4a-3f74-8f68-f3d5248d6473" + "uuid": "029654be-c29f-3751-831e-58ad608ace6b", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 17 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 18, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 19, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "8728ad82-3d98-3d51-80d2-5d7b246c532e" + "uuid": "5b7ec34a-80ec-3aa3-8e2f-8f8279a14791", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 18 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 19, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 20, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "4029b6fc-a14b-3bec-80a1-ab364b010966" + "uuid": "1bbc1a9b-68c0-3b17-8308-79cf3f5f5dc5", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 19 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 20, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 21, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "99fff0a2-ff33-38ee-8359-57bb8b468f62" + "uuid": "ed1d914c-04ae-3549-865b-c5003174aa2f", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 20 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 21, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 22, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "b049c923-751a-3307-83f8-52db0cfdb0cc" + "uuid": "b9a73bc6-9529-3328-8fee-64d4d099e7b6", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 21 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 22, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 23, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "d827215a-b4d6-3995-8463-0f653e519a24" + "uuid": "a83dedbc-e372-3d2c-8626-0ed77e29c595", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 22 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 23, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 24, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "94124a64-6ec7-32c7-88e8-5b415d93b83c" + "uuid": "e3d948e3-8ab5-38d4-8cca-78732220484f", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 23 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 24, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 25, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "64e5fbbc-6705-39a6-8288-52883c6a5a71" + "uuid": "ee2c0bad-795d-3ee6-815b-759084937a7a", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 24 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 25, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 26, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "fd113be7-318d-3ca4-8056-f188696b41d4" + "uuid": "e6e7349a-175b-38af-849d-bd58b1e9924b", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 25 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 26, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 27, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "e706d4c3-1971-3e92-87fa-304adcb69495" + "uuid": "aaf84e11-820c-3889-8c93-6dd95d8e0c31", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 26 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 27, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 28, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "adc004f5-4a50-37c3-8ef7-337505033213" + "uuid": "d8960e15-19b7-3e0f-818d-fb00ae232722", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 27 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 28, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 29, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "ff60117f-8f40-3949-845e-45b9935a8877" + "uuid": "8481f9e1-f38d-3ea8-84f9-0b31c457cdc6", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 28 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 29, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 30, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "4e31da6b-dc23-3f99-8f93-302c193b0aa7" + "uuid": "ef1b83ba-a4e3-37e2-8a09-973b84497949", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 29 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 30, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 31, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "7ba1d8ca-a4c2-3979-870d-cf032a0aa243" + "uuid": "d579f483-1537-31c3-85a9-1f7226e88aa5", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 30 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 31, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 32, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "7261b2ea-b7a1-3a92-82cc-a5ae41b8cd98" + "uuid": "1accfa8d-3aba-35d7-8934-55cc855a53ee", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 31 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 32, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 33, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "41e436c5-9d72-3db5-8823-d06f5bf402d4" + "uuid": "efe13cc1-54d2-3123-84f7-3dfe68ff3257", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 32 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 33, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 34, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "b883858a-0442-3cc5-8872-e1feb399d6c5" + "uuid": "61747b50-1e2d-397d-8e8e-04450ea880c4", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 33 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 34, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 35, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "612edb7a-c6ea-3e1b-8861-7ab54b1fa934" + "uuid": "74214c35-141d-31d6-871c-e3726c078af3", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 34 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 35, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 36, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "ece1bc0b-6d00-362a-8081-a4348d41987d" + "uuid": "1acf8cfc-13dc-3510-81aa-2481d7bf4439", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 35 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 441, - "damage": 36, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 262, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 262, "damage": 37, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "fe816e01-22cc-30b9-8235-032e8aab0042" + "uuid": "5e712e13-7d1f-3688-8851-4d625eca7122", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 262 + }, + "B": { + "id": 441, + "damage": 36 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 41 + } + ], + "uuid": "56b0ab21-d5b7-3c02-8960-99cd56190718", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 266 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 266, + "count": 9 + } + ], + "uuid": "5ca48d90-c988-367f-8708-c807d3b46954", + "shape": [ + "A" + ], + "input": { + "A": { "id": 41, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "743aa806-a28e-3064-8c5c-5f201057316e" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 266, - "damage": 0, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "1210fc58-65a9-38c8-8acf-9518d580b707" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 42 + } + ], + "uuid": "4a18c10f-716a-3fea-8925-6671cbd3b32a", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 265 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 265, + "count": 9 + } + ], + "uuid": "4d818451-4738-3795-863f-11bea5c0d9d9", + "shape": [ + "A" + ], + "input": { + "A": { "id": 42, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "35ee2fd7-7d6c-3bf2-8ab4-e97d6b873505" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 42, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 265, - "damage": 0, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "4948885c-0632-3e6d-801a-99f6fcb879ea" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 57 + } + ], + "uuid": "139c7263-5c47-3fd4-8d96-85b2f4ae8dc0", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 264 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 264, + "count": 9 + } + ], + "uuid": "09ca20a5-ec07-3136-87d5-0d246b22b8d3", + "shape": [ + "A" + ], + "input": { + "A": { "id": 57, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "5e232724-caa7-36fe-8fb6-e9ee6e7506c8" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 57, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 264, - "damage": 0, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "4d061db5-f7fa-34aa-80c0-d58ce4df6f67" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 133 + } + ], + "uuid": "2ec6d3d3-f1f6-3990-850b-0a747cb019d5", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 388 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 388, + "count": 9 + } + ], + "uuid": "cdb9c55c-edb1-35c0-8fd2-f36b9c44c93b", + "shape": [ + "A" + ], + "input": { + "A": { "id": 133, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "047f3e22-40e9-34bc-8231-5ab00b7451fc" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 133, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 388, - "damage": 0, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "00694ddf-56ea-3def-85a1-c233c5a2140d" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 152 + } + ], + "uuid": "fb461efa-74ee-3d6e-89fb-867f37415eb3", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 331 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 331, + "count": 9 + } + ], + "uuid": "be7e8963-1e04-3e14-8c5b-009f07278f9c", + "shape": [ + "A" + ], + "input": { + "A": { "id": 152, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "f968c6ec-55d2-3853-8034-b244a3171822" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 152, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 331, - "damage": 0, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "9d24dd2f-5c0c-30b2-8fbd-06bfbb7b6902" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 22 + } + ], + "uuid": "0cafaaf8-dadc-3d54-8cde-4996d994556d", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 351, + "damage": 4 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 4, + "count": 9 + } + ], + "uuid": "4066be57-a708-351c-89d1-d4df14b338f1", + "shape": [ + "A" + ], + "input": { + "A": { "id": 22, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "8f51e9d6-8d48-3cd4-867b-a929f2bd674b" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 22, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 4, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "fe21af72-51b7-30d9-8f4a-923bb09497a1" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 170 + } + ], + "uuid": "7357f37f-fcbc-3855-8be5-70ea4296a032", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 296 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 296, + "count": 9 + } + ], + "uuid": "b033be13-e97c-3d90-8681-8d9cae5331c3", + "shape": [ + "A" + ], + "input": { + "A": { "id": 170, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "aea413f5-ba5c-36a1-813e-34bd0a853d62" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 170, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 296, - "damage": 0, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "18c570d6-359b-3309-8fac-a17097cd0041" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 173 + } + ], + "uuid": "008042b2-36bd-3e0c-8869-ab55d8353d8b", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 263 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 263, + "count": 9 + } + ], + "uuid": "82e2514d-ea08-3de3-8f1e-b17430d7ee61", + "shape": [ + "A" + ], + "input": { + "A": { "id": 173, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "2cfc4a03-f293-3193-8f60-1a9b11442a1d" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 173, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 263, - "damage": 0, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "58676f9d-3832-387d-820e-a5e319ab327a" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 266 } ], - "uuid": "45f27148-1aca-3de2-85a6-bcb4565ef6fd" + "uuid": "be7f0a1c-e3ff-3b5e-8250-31b00e4cce02", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 371 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 371, - "damage": 0, - "count": 9, - "nbt_hex": "" + "count": 9 } ], - "uuid": "f781ccb7-02c3-3ecb-851f-8c1950a50e1e" + "uuid": "e548f273-9d69-3e5f-847a-371d5ff9cc2b", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 266 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 265 } ], - "uuid": "62cb4bad-9a7d-3e6e-88c2-e43b62df33a1" + "uuid": "b0309fa7-9af6-3588-8189-b223b95734ce", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 452 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 452, - "damage": 0, - "count": 9, - "nbt_hex": "" + "count": 9 } ], - "uuid": "c9cb8f63-e1c5-3479-8b46-e0e5ba0104ac" + "uuid": "98c656a8-68cc-300a-85c0-87a4974d0dc6", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 0, "input": [ { "id": 39, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 40, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { - "id": 281, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 281 } ], "output": [ { - "id": 282, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 282 } ], - "uuid": "d05e7c75-efca-3597-88b3-5f4d13508b75" + "uuid": "7d170084-d4a8-3d65-8b58-9edcb27f6a32" }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 281, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 459, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 459 } ], - "uuid": "2e0cecbf-39ce-3c84-886c-4ee340083d63" + "uuid": "82a8c8f3-25d3-3173-8b61-2a75ff19e544", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 457 + }, + "B": { + "id": 281 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 357, - "damage": 0, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "05261cc2-a688-3405-8280-ba7cfdce0976" + "uuid": "9ff760d9-3170-38f9-8293-a401d808e5db", + "shape": [ + "ABA" + ], + "input": { + "A": { + "id": 296 + }, + "B": { + "id": 351, + "damage": 3 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 103 + } + ], + "uuid": "ff53de18-8011-3681-82bf-d57dc539e2ee", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 360 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 360, + "count": 9 + } + ], + "uuid": "ac710202-a630-3d17-83e8-0ef58fc8bb78", + "shape": [ + "A" + ], + "input": { + "A": { "id": 103, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "4cc3a0ea-41c5-3f77-8bfc-1ce70bec9c5c" + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 103, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 360, - "damage": 0, - "count": 9, - "nbt_hex": "" + "id": 362 } ], - "uuid": "6b6574fa-b4d2-33e2-8025-5f8871864023" + "uuid": "bbcff8f6-7903-30f8-8882-6cd92464b78a", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 360 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 362, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "1a8ddaa5-2b88-3d65-813f-4ddf47fa1b6e" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 86, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 361, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "960e1652-4cb0-3e08-8116-e98afda186cc" + "uuid": "f5a43f67-afcd-37e4-88e8-7a7f8bf7e590", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 86, + "damage": -1 + } + } }, { "type": 0, "input": [ { "id": 86, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { - "id": 353, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 353 }, { - "id": 344, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 344 } ], "output": [ { - "id": 400, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 400 } ], - "uuid": "b20359c1-5647-3f13-8a33-1dd359370935" + "uuid": "e981a686-2452-344f-885a-310bf15c7e10" }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 375, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 353, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 39, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 376, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 376 } ], - "uuid": "a4ff9ce9-9886-35fa-8106-ae99b50a2300" + "uuid": "91a53550-6698-3ed3-8a70-c30721adca9b", + "shape": [ + "AB", + " C" + ], + "input": { + "A": { + "id": 375 + }, + "B": { + "id": 353 + }, + "C": { + "id": 39, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 54, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 54 } ], - "uuid": "58c5cb1e-29ad-348c-8667-0db87df99bdb" + "uuid": "aa6693a9-0fe6-3890-845a-515c5a8a5dac", + "shape": [ + "AAA", + "A A", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 131, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 54, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 146, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 146 } ], - "uuid": "425487bb-f947-3f8b-8dc1-aeb25acb498f" + "uuid": "678be772-0641-36a2-8c58-6b5d0b74f9a5", + "shape": [ + "AB" + ], + "input": { + "A": { + "id": 131, + "damage": -1 + }, + "B": { + "id": 54, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 61, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 61 } ], - "uuid": "b40a24a6-66b8-3c32-85b2-37b9e417466a" + "uuid": "0d0f4fd1-893b-329b-809c-65b627ac4a65", + "shape": [ + "AAA", + "A A", + "AAA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 58, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 58 } ], - "uuid": "d49acdfb-2f37-3809-83ec-f555fc3377ab" + "uuid": "7dbfc974-8e21-32ae-850e-9ac34c85b31e", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 12, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 24, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 24 } ], - "uuid": "e474a2e0-4699-3f14-8293-fef78caa330f" + "uuid": "3d1f7dd0-daf7-3d84-83d4-86eb04c8b141", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 12 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 12, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 179, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 179 } ], - "uuid": "d8548a17-8598-3a34-8750-bcdb44dd1376" + "uuid": "5d1daf6e-0985-3964-8eca-87b0ee751c84", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 12, + "damage": 1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 24, "damage": 2, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "c375d28c-c426-3cf5-8569-ea7456ffe9c0" + "uuid": "ea6e6783-788a-3868-8d77-88e0df21e1bb", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 24, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 179, "damage": 2, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "6c1a9406-fff9-33b4-8130-74bd961a520c" + "uuid": "935bfe3c-8d23-33c9-8584-f73104fdd4ae", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 179, + "damage": -1 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 44, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 44, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 24, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "b3f6bbaa-91c3-3060-8caa-2dd5355722d7" + "uuid": "fced5be8-82ec-3503-8048-771ff2400d8b", + "shape": [ + "A", + "A" + ], + "input": { + "A": { + "id": 44, + "damage": 1 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 182, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 182, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 179, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "02394c0a-439a-3a22-8b9e-61ce88e5a3dd" + "uuid": "a14a0036-d15d-34b2-85fd-d394fb4a1b97", + "shape": [ + "A", + "A" + ], + "input": { + "A": { + "id": 182 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 98, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "fe8e405d-9ac2-3b35-83b6-f5f6f64c5683" + "uuid": "b2f96543-4343-3eb0-8f7a-c0a5366df082", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 1 + } + } }, { "type": 0, "input": [ { "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 106, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 98, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "207963cf-e7df-34b9-82b7-2d8b2cfa24f3" + "uuid": "3acd6c17-1b5b-3f58-8e80-b6abe7471e8d" }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 44, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 44, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 98, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "72f8dedb-3895-374b-8288-4114a13a85f6" + "uuid": "b52aeba5-1434-3392-8e4c-b159c7056d08", + "shape": [ + "A", + "A" + ], + "input": { + "A": { + "id": 44, + "damage": 5 + } + } }, { "type": 0, "input": [ { "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 106, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { - "id": 48, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 48 } ], - "uuid": "7f11f56b-33a5-3da4-851c-3ff8c82b65a1" + "uuid": "ca37352d-9022-384e-8f61-e5a84868bf73" }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 101, - "damage": 0, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "2f0025c2-ff18-38b1-8273-13ac037c8295" + "uuid": "fe014d3b-27eb-3047-858e-167f7f42407a", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 102, - "damage": 0, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "97e3a831-4353-3706-8c65-debb8d0cc26e" + "uuid": "c9f29a8c-921c-3e85-8b95-294cdff13ba4", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 405, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 405, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 405, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 405, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 112, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 112 } ], - "uuid": "01cedb9d-91ba-3fe8-88f8-984d6ebb22c0" + "uuid": "a2a26900-41ca-3344-80be-089809cd724c", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 405 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 405, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 405, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 215, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 215 } ], - "uuid": "189fa37b-3616-3dea-8882-a5ceb4f3252a" + "uuid": "4fc88521-7a3b-3cce-8fe3-3b7b42aef65a", + "shape": [ + "AB", + "BA" + ], + "input": { + "A": { + "id": 372 + }, + "B": { + "id": 405 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 155, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 155 } ], - "uuid": "9dd362c2-948f-3f7e-8cf8-4bf0ea1034d0" + "uuid": "9342319c-45cb-3a5d-811d-ecaf29f91cec", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 406 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 44, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 44, - "damage": 6, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 155, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "455fee4c-b2bc-31b7-8beb-de934611e8f0" + "uuid": "1dcf4fc1-20e9-34bf-8404-27f22b9b589b", + "shape": [ + "A", + "A" + ], + "input": { + "A": { + "id": 44, + "damage": 6 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 155, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 155, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 155, "damage": 2, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "407a583b-b1da-39de-8504-9a1c6d88fa4e" + "uuid": "52f1418f-3fe3-341f-8a87-8312921a4476", + "shape": [ + "A", + "A" + ], + "input": { + "A": { + "id": 155 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 182, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 182, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 201, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "9d7edd17-863b-3275-8239-a9c43b0bd5c1" + "uuid": "00aa457a-597d-3628-8a53-7451430b48b7", + "shape": [ + "A", + "A" + ], + "input": { + "A": { + "id": 182, + "damage": 1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 1, "damage": 3, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "d2164566-187d-3047-87a5-04962827250b" + "uuid": "b080166a-4bbc-3597-8475-e5bf2c6b6155", + "shape": [ + "AB", + "BA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 406 + } + } }, { "type": 0, "input": [ { "id": 1, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 406 } ], "output": [ { "id": 1, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "0dc8931b-78c4-36b4-8931-0db7fff714bd" + "uuid": "769d9f4d-3161-3b5a-8a08-0e3f4bfb29f8" }, { "type": 0, "input": [ { "id": 1, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 1, "damage": 5, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "9cb59231-04d8-3949-8fdd-4b6393ef4049" + "uuid": "162e921c-40c8-3456-8a8f-3e1f9cddf565" }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 1, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 1, "damage": 4, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "a6fafdcf-b7ac-3936-8481-573815585aa0" + "uuid": "4cd76e29-5f38-3464-8d92-b4359518f410", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 1, + "damage": 3 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 1, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 1, "damage": 2, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "7f2a1f3b-62d4-3bf4-80f6-5eddffa01d7e" + "uuid": "83dffa4c-69c2-307b-8332-927c2fef65b5", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 1, + "damage": 1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 1, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 1, "damage": 6, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "de1263dc-1298-30b0-8cb5-de6809cefee4" + "uuid": "93c5aa86-1a59-33c9-8d54-bc1963ca4f8a", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 1, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 399, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 138, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 138 } ], - "uuid": "249c8297-3065-3a29-8d70-0332f713f383" + "uuid": "e5af7525-a904-34a7-8801-7024eeb3e94a", + "shape": [ + "AAA", + "ABA", + "CCC" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 399 + }, + "C": { + "id": 49, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 381, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 130, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 130 } ], - "uuid": "30123b8b-7e7c-3726-8868-9071e68adbc2" + "uuid": "56d6aa8f-308e-358c-8e0a-5b294fb43718", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 49, + "damage": -1 + }, + "B": { + "id": 381 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ + "output": [ { - "id": 445, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 205, + "damage": 16 + } + ], + "uuid": "c05d3695-c646-3f8a-8b46-6b1744599ac1", + "shape": [ + "A", + "B", + "A" + ], + "input": { + "A": { + "id": 445 }, - { + "B": { "id": 54, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 5, + "input": [ + { + "id": 205, + "damage": -1 }, { - "id": 445, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { - "id": 205, - "damage": 16, - "count": 1, - "nbt_hex": "" + "id": 218, + "damage": 15 } ], - "uuid": "a0be9c32-0405-3bd4-8b49-5f2f89d2bbd0" + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" }, { "type": 5, "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 218, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351 + } + ], + "output": [ + { + "id": 218, + "damage": 15 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6126,23 +3161,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 218, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6152,23 +3181,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 218, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 1 + } + ], + "output": [ + { + "id": 218, + "damage": 14 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6178,23 +3480,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 218, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6204,23 +3500,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 218, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 2 + } + ], + "output": [ + { + "id": 218, + "damage": 13 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6230,23 +3799,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 218, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6256,23 +3819,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 218, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 3 + } + ], + "output": [ + { + "id": 218, + "damage": 12 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6282,23 +4118,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 218, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6308,23 +4138,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 218, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 4 + } + ], + "output": [ + { + "id": 218, + "damage": 11 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6334,23 +4437,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 218, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6360,23 +4457,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 218, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 5 + } + ], + "output": [ + { + "id": 218, + "damage": 10 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6386,23 +4756,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 218, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6412,23 +4776,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 218, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 6 + } + ], + "output": [ + { + "id": 218, + "damage": 9 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6438,23 +5075,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 218, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6464,23 +5095,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 218, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 7 + } + ], + "output": [ + { + "id": 218, + "damage": 8 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6490,23 +5394,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 218, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6516,23 +5414,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 218, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 8 + } + ], + "output": [ + { + "id": 218, + "damage": 7 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6542,23 +5713,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 218, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6568,23 +5733,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 218, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 9 + } + ], + "output": [ + { + "id": 218, + "damage": 6 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6594,23 +6032,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 218, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6620,23 +6052,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 218, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 10 + } + ], + "output": [ + { + "id": 218, + "damage": 5 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6646,23 +6351,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 218, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6672,23 +6371,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 218, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 11 + } + ], + "output": [ + { + "id": 218, + "damage": 4 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6698,23 +6670,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 218, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6724,23 +6690,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 218, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 12 + } + ], + "output": [ + { + "id": 218, + "damage": 3 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6750,23 +6989,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 218, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6776,23 +7009,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 218, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 13 + } + ], + "output": [ + { + "id": 218, + "damage": 2 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6802,23 +7308,17 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 218, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6828,23 +7328,296 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 218, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 14 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 13 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218 + }, + { + "id": 351, + "damage": 14 + } + ], + "output": [ + { + "id": 218, + "damage": 1 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6854,23 +7627,16 @@ "input": [ { "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 218, - "damage": 1, - "count": 1, - "nbt_hex": "" + "id": 218 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6880,23 +7646,16 @@ "input": [ { "id": 218, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 218, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 218 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6905,24 +7664,264 @@ "type": 5, "input": [ { - "id": 205, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 218, + "damage": 14 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ { "id": 218, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 13 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 12 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 11 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 10 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 9 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 8 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 7 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 6 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 5 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 4 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 3 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 2 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 + } + ], + "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" + }, + { + "type": 5, + "input": [ + { + "id": 218, + "damage": 1 + }, + { + "id": 351, + "damage": 15 + } + ], + "output": [ + { + "id": 218 } ], "uuid": "b3840292-a2a7-4762-8814-32e3e7ee7dc0" @@ -6932,10226 +7931,6947 @@ "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, - "damage": 0, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "fcd08f37-e5f6-3b82-8bf7-93205e7bc7bb" + "uuid": "11356d1c-b9e9-3798-8278-5f1b2e628fda" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 1, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "8aa0de8f-b821-34de-81ec-42e707463345" + "uuid": "739ddaf1-4b38-3b1a-8324-022baee011d2" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 2, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "b930f694-9f02-3700-80ee-6a9c786e857a" + "uuid": "30388668-c01f-3176-8aea-7793305be164" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 3, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "b669943f-ebf4-3715-8437-56b2e771ca39" + "uuid": "1814b529-8622-393f-87a8-9e15cddd752f" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 4, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "b8bab49e-f689-34b4-83b1-d2a487b9d736" + "uuid": "8f761b8d-89d6-33c3-8856-1986c514511a" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 5, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "bcee3a34-869f-33c0-8fbb-8eb0453f8744" + "uuid": "dd6af3c6-3507-3367-8621-33c3017df8f4" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 6, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "868202be-fca3-30b5-84eb-3f37227756c0" + "uuid": "b13ae9af-ac6b-3559-8b21-98848951fc48" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 7, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "4d406b36-95cf-3812-8614-43adb8fb60c6" + "uuid": "08928f97-f9c3-3353-87a5-23f7b8497bdc" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 8, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "4fe3300f-50e5-363b-8106-6ed707b8f31e" + "uuid": "3215a938-f9e7-3e6d-8b03-72fbc23db3ec" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 9, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "03f42abc-6dc9-3180-86d9-de4967fbf8fd" + "uuid": "f1a9466b-1003-354a-883c-e3965325ef92" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 10, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "3e704e93-56d1-3ce2-8103-c4564e9312a0" + "uuid": "d5143901-fd67-300a-8f56-62ba2b609869" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 11, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "80665184-779c-3e23-8860-05174f56e750" + "uuid": "0fdc3395-23e5-3197-8402-6aa08f410ae2" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 12, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "f83ed3e7-efd9-391c-84d1-42aab7af9a40" + "uuid": "adc1daea-cc00-31d2-89fe-f34faec756aa" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 13, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "8cd030d8-27b6-3e60-84e9-36c74f6a5b75" + "uuid": "d08a4502-049a-30ef-8c50-dedc56efa3e3" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 14, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "9a59eee2-e769-316d-8c29-960a6565d5f8" + "uuid": "574ae112-50ca-3196-85f5-3f3bd8ff86d4" }, { "type": 0, "input": [ { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } ], "output": [ { "id": 237, "damage": 15, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "5beeeea3-9517-304a-81ba-7cf47f750125" + "uuid": "6e8c6dd8-2b1b-38b7-8ca8-951b5e093850" }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 298, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 298 } ], - "uuid": "a6c751a7-d53f-3c8f-8a6a-41305b0ce025" + "uuid": "717adef8-4f53-38ff-8e0e-89bcb30ece60", + "shape": [ + "AAA", + "A A" + ], + "input": { + "A": { + "id": 334 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 299, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 299 } ], - "uuid": "f7c981e8-c5cb-3275-8d95-3a4a93129914" + "uuid": "c5c1b51c-c4b7-3b42-8531-f9217139552f", + "shape": [ + "A A", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 334 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 300, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 300 } ], - "uuid": "025ad764-a590-3b31-8262-6628b5c93308" + "uuid": "0a9543fd-1397-3bfb-8cb3-5a3a1ce32a9d", + "shape": [ + "AAA", + "A A", + "A A" + ], + "input": { + "A": { + "id": 334 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 301, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 301 } ], - "uuid": "01cc2a89-332f-3bc2-86f6-35df12fef643" + "uuid": "eed18282-c65e-329c-87b2-9906190907b2", + "shape": [ + "A A", + "A A" + ], + "input": { + "A": { + "id": 334 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 306, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 306 } ], - "uuid": "9327fd68-670b-3297-87cf-93e8d09c47a6" + "uuid": "497c624b-7d99-31cb-81f9-d167c741c696", + "shape": [ + "AAA", + "A A" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 307, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 307 } ], - "uuid": "67ca21a8-edc6-3090-84d1-f60ce0afc494" + "uuid": "dfc5678e-819c-37ba-8110-21d84b15dfad", + "shape": [ + "A A", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 308, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 308 } ], - "uuid": "fa2a996a-c398-3eb3-86ba-5c8e03f38dcf" + "uuid": "637c54f4-5c2d-3d14-88bb-30be5280ae7a", + "shape": [ + "AAA", + "A A", + "A A" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 309, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 309 } ], - "uuid": "ce872ea0-93d4-3302-8342-f3705d75351f" + "uuid": "027a1fa3-5001-3425-8250-521e080b1f06", + "shape": [ + "A A", + "A A" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 310, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 310 } ], - "uuid": "dff978de-4273-35b2-8ca2-6689848bfd2a" + "uuid": "fdbb55bf-8e02-3ae4-8c18-b310154ea52e", + "shape": [ + "AAA", + "A A" + ], + "input": { + "A": { + "id": 264 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 311, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 311 } ], - "uuid": "adbf9a91-4078-3805-8485-0eec60711f21" + "uuid": "8421a3fd-8e00-321b-8bf9-c5c7c33548be", + "shape": [ + "A A", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 264 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 312, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 312 } ], - "uuid": "cd1846ce-59ee-3767-892a-f8cd6eb15021" + "uuid": "f7478ed7-99dc-316f-8149-02a1589c41e0", + "shape": [ + "AAA", + "A A", + "A A" + ], + "input": { + "A": { + "id": 264 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 313, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 313 } ], - "uuid": "dbdb2795-d653-3bd6-80a4-a4256ecfb035" + "uuid": "982e7e89-42ad-3fdd-84ed-185a8295aece", + "shape": [ + "A A", + "A A" + ], + "input": { + "A": { + "id": 264 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 314, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 314 } ], - "uuid": "c0fc2d5d-98a1-3012-803e-e6593e32b215" + "uuid": "43be0af6-6eff-36fd-88f4-337adb0bb444", + "shape": [ + "AAA", + "A A" + ], + "input": { + "A": { + "id": 266 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 315, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 315 } ], - "uuid": "d6bd8a5d-cae2-3dac-8d8d-ee794c8b4702" + "uuid": "ae279e5d-aff9-3222-8b8a-72e02c97305e", + "shape": [ + "A A", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 266 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 316, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 316 } ], - "uuid": "893cf3fc-90bc-3e54-897a-7551f4e56da5" + "uuid": "3f780cfc-2852-3817-84c8-e34d2afeed82", + "shape": [ + "AAA", + "A A", + "A A" + ], + "input": { + "A": { + "id": 266 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 317, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 317 } ], - "uuid": "ffd96fff-ccf7-3dca-891b-5ca78b3ecfeb" + "uuid": "3a311cc1-4efb-307a-8e64-3c0f8839c7d4", + "shape": [ + "A A", + "A A" + ], + "input": { + "A": { + "id": 266 + } + } }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "91825537-7d02-317c-81a2-75e4a2d3710c" + "uuid": "1021db5a-65c4-3434-8eeb-7b97f80fdf48" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "7fa6dfc9-8d6b-33b3-8678-f3fc2a149d76" + "uuid": "ad72cb2d-3667-3efc-8763-75aeb14e1c57" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "9e9fe6d1-5973-3c36-8fac-79b20c1f0a98" + "uuid": "75590abe-6690-3c38-82e5-8b9427b746e0" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "6801ecca-cac3-366a-8d25-0aa5a9f7ab1e" + "uuid": "dcbff11a-53ee-3735-8db1-f421eb698f8d" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "26669a92-371d-31c8-8af5-01c6e379bdb8" + "uuid": "ca94675b-cb05-3100-89c9-c73e622fcea2" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "e2779e6e-c590-393c-87fd-9d15f1347550" + "uuid": "5078dd0f-0a27-3b49-80e7-5b12234da178" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "dcfce15e-fa27-33e8-896f-000bb0f166b8" + "uuid": "7549a1a2-2953-382f-8dc4-e128de0c68af" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "1c3904d4-31eb-3786-83aa-b2453f9d55ca" + "uuid": "733f4c8c-d6f6-3288-80d0-4734b10cb7c0" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "4e566386-94d8-3ba5-800d-467045ac54c8" + "uuid": "073d12ef-16ad-368e-84e6-a283a81f4f50" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "1a14ef5f-0268-30b0-8298-83b26688f150" + "uuid": "071ebb42-c589-3cc9-85b8-5493d3829c5e" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "bd9e7eaf-b062-37dd-882a-cd6e77c9c3e1" + "uuid": "5c2aafa6-4f76-3ac8-80d5-e96015f34c4d" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "cdf0b6ae-a424-3cbd-83cb-4f488689433b" + "uuid": "58ac99a3-a5cc-33d7-808b-89aaa32cde6c" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "b2e61096-15d2-394e-80c8-e7379adf7fa3" + "uuid": "07b7c3df-646f-3f18-8b2d-f289bd70d71f" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "91a82f4e-a217-369d-8eaf-a46d205fe527" + "uuid": "6d5787cb-cc56-3ab3-88cf-ce86b415cb0a" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "f2145257-9392-3156-80bd-55e1c49f62b7" + "uuid": "b235ed0f-142b-3ccd-8772-c10c6e0952b5" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "7aff29da-1a96-37a6-89f2-5558b2d07b05" + "uuid": "d5d7c189-5012-335b-8cbb-1452643cbd72" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "d0868672-4f01-303b-85fd-935883f1b6bd" + "uuid": "e4504cc2-6179-3f03-85ea-74d957cbb156" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "a91d08d7-57a5-3b9f-8ec9-4022d6bd2c51" + "uuid": "0a8361da-725a-3a32-84ab-e91f682511fc" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "3ad48aae-21a2-32df-86de-0dff2e2f1dc9" + "uuid": "79d0c59f-d3c3-3657-8c9a-8f4df7a9bb71" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "c95bc836-0f59-3b9d-8b75-4e0b10794b60" + "uuid": "88dc4a75-f2cf-3ab1-8d32-dab153323f5e" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "ce721f4c-5d09-3ce7-84ac-48ae0afaa105" + "uuid": "a7f53d61-2bbb-3eb5-8c07-baa0b80c4913" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "b035d47b-e6ed-36b4-8f58-d7ba26950607" + "uuid": "e23c1b36-19c5-3e67-83a4-7acec6c3efc2" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "802f56e9-144d-318e-8c7a-541f29473470" + "uuid": "12e0eafc-a4e6-36d1-8ee3-c4efe5d6d92c" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "8801e520-f1bf-3fa2-8112-bf24498d2f31" + "uuid": "88d5753a-4a05-34e7-83ac-2f0f1d41803e" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "ae1db435-5d22-3e14-8892-605eaa1f97e6" + "uuid": "dceaf9c4-5813-3264-827a-02a20135e5dd" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "903a8d1e-d760-38e5-8dff-d9921d916356" + "uuid": "78280566-ae0c-3a76-8ab6-9d974a368ebf" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "aadc2bcd-c24b-3f40-87fa-d8b1ff047c18" + "uuid": "8cb07f72-ed77-38f1-8a08-d97a013fef19" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "8cfd39d0-d657-3dce-85d9-18b280378d87" + "uuid": "a55c34dd-3549-3022-8258-2cc32ef290b9" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "ae386636-bd32-3ddd-86ed-a3d89a5a6004" + "uuid": "f2a670e2-c52e-3ebb-86fb-d83006ff5254" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "ec22da22-2744-30f4-86d0-c730244d7e04" + "uuid": "e27d806d-eca1-31a1-8ad6-6e9a6b8d89df" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "b8028406-49ee-3d4d-8516-d541f48aeebb" + "uuid": "877f2c1d-bcad-3b3e-8d1d-006c46edeb82" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "35f98155-82ae-35bf-8a47-53b253457630" + "uuid": "3537bb0f-ffe5-37c6-80cc-e77fc6793fd5" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "a72cc062-c510-3112-82ce-9fdddfa76544" + "uuid": "76195f46-cba1-374e-8672-d7f1bb4ea983" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "bfa9eb46-99c1-3526-8d79-540fe2b96641" + "uuid": "3d351e4c-8820-3344-8920-643835403dc8" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "7c313444-6e6d-34c8-8d1c-f572de41b901" + "uuid": "aae727ec-77c8-37d5-81b9-d6c15452fafe" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "94464e40-0c51-3e57-8819-dda692d62a34" + "uuid": "ceaa0a3b-f08c-3cbc-8978-704dc1028238" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "dcaf5685-0790-3469-8636-ea47b7a21537" + "uuid": "abcaa9fb-542d-3696-89cf-ee9b7a353852" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "c4eebefb-d1c4-3950-81b8-aa23853538ac" + "uuid": "e5ffff87-e5a3-3d28-896c-1421562a7e11" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "c8a4830f-c539-3909-88b1-e261729ac32b" + "uuid": "3a009d77-a723-3b4f-854a-9a9bd99acd01" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "7c3d3e1b-8a2c-34fa-84dc-a77d3ec4f785" + "uuid": "07bd4e5a-ec81-35ae-8076-db64ad3cbbed" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "61432989-f592-3f4b-8c3b-3d5e47213cd6" + "uuid": "a3658531-7289-319d-8047-7e73f7293089" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "a6fcc3b3-649e-3e4d-8040-82dab271f0fc" + "uuid": "8fb794f8-50b1-3974-82cc-5bb2b8ceba59" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "804787ad-5cb6-35a7-83e0-b06d8e5f8e88" + "uuid": "12f5c861-2843-38cc-8548-a835567f5100" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "8fa399ea-2e41-329b-8c78-a639034fffd5" + "uuid": "27c75859-ca84-3590-8f10-eadc94c559e7" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "03cf50d1-ee93-3e2a-8957-bd5912581164" + "uuid": "3d43ea70-91aa-33a8-80b4-d396c622dfaa" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "afd9599e-7337-3a0c-8427-0c6d7387cfa6" + "uuid": "52918637-3eea-3634-8266-5cd1dc22af23" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "6279b46d-5fb8-3e7b-8bcf-b18ef1dcc886" + "uuid": "09f0162b-0c88-3689-872a-fa7f76c62df7" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "c5ff52a4-f705-3678-849f-6e25e8f824ae" + "uuid": "95eccd9c-0f3a-3c62-8bba-04fe3c74ad92" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "41116525-9f0f-3d74-8700-222e158ea071" + "uuid": "37e415c7-e520-37d8-8bcc-3d1f30164a51" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "e90775f4-4c33-38b3-8147-a2234630e4ab" + "uuid": "a249671b-0464-345c-80db-e70432b0fb77" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "dc9d9c4e-54d1-3f38-8096-d3a3dc27c1e2" + "uuid": "c6c6cc31-5242-3ae0-8793-0b777aa4ed7f" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "8033a9bf-4464-3ea3-86f8-007a7664d6f1" + "uuid": "1f4c7001-f6b0-396f-8977-c78685bfa906" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "3aa762ce-7564-3193-8ba6-8128388ed73d" + "uuid": "3294d3bc-e490-3f3c-8b81-b0266e0672b8" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "37b3603d-98b3-38b5-851a-1662a8c50dba" + "uuid": "c5301648-05fa-350a-8fe7-305fb4af50b8" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "7cfec7b0-9791-3fea-8e62-8c6c872f470d" + "uuid": "ee283728-0d66-3775-895a-9166844a41b0" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "7b2e3089-d3e3-3552-83b8-616c10f0ffcf" + "uuid": "962ce477-baa4-3fe5-8b90-0135c1b3e1ba" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "edc5eea7-dc31-35c1-8b86-70746fdb49cd" + "uuid": "1361b749-af8f-3161-8e2d-541a53aa6d13" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "a87dccf3-a7bb-3cb4-8ad9-d054018db268" + "uuid": "45c13227-29bd-33c9-8d46-cc2cd77ccdeb" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "4e6c3f7e-9721-3519-808e-69b7569f0f3d" + "uuid": "500a9d25-8b84-3e4f-811b-85e81cce4591" }, { "type": 0, "input": [ { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "31e309c2-97c7-38bb-8403-14ca390d51e0" + "uuid": "4511c10a-855d-3876-8a96-b2be9aa0fe8b" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "08d7dfd6-355b-3a0d-84b8-da5b1c27463b" + "uuid": "a78ebf79-e659-3af4-8d32-bf4a648ea908" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "d75807f9-34eb-3150-8818-f958b2de1cb5" + "uuid": "2821ec58-b83d-3bd4-8c79-289f25d10ff5" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "e48f0f07-d34a-369e-88f8-4a42ef875bd2" + "uuid": "62128f2f-8518-36fc-8be6-6215c55cae72" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "64fbe8e0-b6ba-3a65-8276-32721f1f5221" + "uuid": "e674f898-1924-34d8-84de-90704e3e5ee5" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "07aa6f32-56b2-3387-89ad-640552cf071b" + "uuid": "b9c4b353-e83e-37c4-8965-6570b65e3431" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "fa710d5b-d846-3b9b-8d13-b112f1fd9949" + "uuid": "d44d7257-213e-39b2-8a8b-486ab84969ee" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "29c612dc-821b-3515-8c4c-820071d7a12f" + "uuid": "64863c41-580e-37ce-85e2-99543ebe6198" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "9e004b6e-90c8-383d-8ed7-1805e95a76d3" + "uuid": "7c10e630-d5ef-3f5a-8a8f-12d76e2cd066" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "a3b9a718-8ad9-3e0c-8f1d-d398835aa956" + "uuid": "10ea9377-3ddf-3dc6-8189-845155e7db8d" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "4b63490f-9a0e-3f92-8370-55c498b69ec6" + "uuid": "b7e00848-be45-3f62-84e6-9b1e84d9417a" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "0ef6490e-a924-31d2-86c9-e05d7a0f91dc" + "uuid": "feddad76-9145-3a80-8617-f2014934029c" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "5da596a7-8586-30a3-85d7-762625138910" + "uuid": "f4fe493f-b9db-3e30-8ad0-16f8d08b22fc" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "441019c6-25de-3ef9-8dd6-3b785b5f7be6" + "uuid": "55624049-de85-3235-884d-aa11fbc0b088" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "6204bb46-6218-3204-81d5-b887ab1ad860" + "uuid": "07ac5c77-5995-3bc1-888c-bc902120c50b" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "f5adb738-af98-32e2-85d8-9b5b0db2c084" + "uuid": "3894fc02-56e7-347d-8bf0-628bec6b7d40" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "4d751757-edaf-3c38-8374-1c0721b5ffe3" + "uuid": "3011fd4e-3995-391e-8612-45a12326e579" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "b040c9ff-db05-349d-802b-c525f8517c24" + "uuid": "a9f77831-cd14-31a4-8fb1-227844a26041" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "0fbf5598-3102-3673-8ff1-1d48d85027b3" + "uuid": "ad48f2fe-6846-3be4-83ae-3ba178241ac9" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "b3daf58f-201f-366b-80f2-6e0bfaa5186d" + "uuid": "26e52ef0-6fb8-3523-8d23-69f53c48c968" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "bfdea900-9d05-3e4a-85f2-0bff027a1f17" + "uuid": "aff38752-5793-3f8c-8533-cb2182a19319" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "a51c1a58-4335-3338-8856-32cbe56359a0" + "uuid": "02a26d2f-4db0-3739-869b-6d10f04549cf" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "74c163d0-8443-3605-81e5-58d652142d13" + "uuid": "7510d8af-9f5d-3b70-850e-3ccb0fda6872" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "8bc68810-11b4-3d34-89f6-c78d4b5004a9" + "uuid": "5ba1368c-de25-3f50-87ff-8b1590dc485d" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "a9b2b222-c40b-3c67-8211-226e861321a4" + "uuid": "730ff6fb-156d-3b65-8118-0305ab7cd048" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "6ad0ea13-7d42-3d5c-8752-eede26842f1f" + "uuid": "b2faacf0-fa94-31dd-81fb-406ff0d15e6f" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "5370f045-ae86-3bbe-86ce-91f18a424e0e" + "uuid": "faf7ac4f-3794-35ce-84f3-f1862eec6df6" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "041b5f38-03b0-3f6f-89c9-9cd911d4fc00" + "uuid": "eb06563f-ef2e-38f6-87d1-e91c38d18cef" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "11f4a4c7-8a55-365a-8975-d1e67738f530" + "uuid": "ad9d5714-b57c-3327-864b-7bac0756ded2" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "b9426d82-129f-3e5a-82e6-fda5415fcdef" + "uuid": "59ca0051-370d-376d-8765-f88c7ee2344e" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "4077e0cd-bbb1-3a9a-8cef-8b9c7f6334e3" + "uuid": "07a2790b-cdd3-3cda-82a7-dfc7f6ca9d16" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "c78dd9c1-4a34-3b03-8007-1bc071a75790" + "uuid": "3e6291ef-6528-3ffa-8e82-974e378de868" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "4b6e1b05-819c-3976-85f7-ada8b7ba6169" + "uuid": "81dddf08-74b7-3eba-878f-239547eb9def" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "df62b38b-ac0e-3af9-873e-f169486c3e95" + "uuid": "96e546c9-ab7a-3d2b-8dec-a33432c5d267" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "5acd6be3-e0e2-3640-8e68-c79e204b6474" + "uuid": "c7713fad-5407-3213-87bc-55675118a08c" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "72357ff5-c8ca-36f0-8a08-0266cc974e70" + "uuid": "93d7ed59-9d87-3f2e-8ef0-3c26654585d3" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "b4145040-dbcd-3e32-83cc-fdad50bef8d8" + "uuid": "194764d6-d447-3623-81c1-8642d327a5bc" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "8c0a9883-d744-3b11-8888-9de99fba15aa" + "uuid": "dd75fb16-a1a6-3ac2-8a48-f5fb82a67026" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "2ec3089f-854d-353a-8106-30b1471cf253" + "uuid": "8dc50981-6bc8-34c3-8156-cf6679ec20a9" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "342d7d63-a456-3f68-881c-b4a2377655fa" + "uuid": "7131d42f-b197-3a68-88c2-08117021d4d2" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "e8a8fefb-e6bc-304f-8ee0-9c66ceab6f95" + "uuid": "73befddf-3dad-385e-802d-16a390b882f3" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "671eddcd-cd6e-3165-8b3e-2ab47cb84c50" + "uuid": "3031cb53-e9e1-3dcd-8ee8-7a5fe68b5200" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "383abf60-6f89-3149-8ecf-fd27749cd35b" + "uuid": "47aa57af-1ec0-3625-8bbc-103a6bf4d94d" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "66a617c4-1861-3766-8b34-8033abe8d176" + "uuid": "385edb4a-7ba0-3752-81c5-381fc2c16543" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "3a45766d-31ef-3d51-8860-c29b26d3444f" + "uuid": "7e1e5b8b-d8b5-324b-8c5b-d459b97029a8" }, { "type": 0, "input": [ { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "a9178a65-5417-33c5-8d99-8c1039199c3d" + "uuid": "8dc083d2-4186-3453-858a-77a94bdfcda3" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "a93fbce8-2d74-3b8f-8e89-7c2a9634e8e8" + "uuid": "76d490ae-f549-3f67-89c0-5a0446b74773" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "c4cfd6f8-8f90-37d0-87f2-906532021f1e" + "uuid": "69a7cb35-7120-3980-8fe7-a9f89c9c1988" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "71645ca1-c629-3fe1-8a3d-007b69fba421" + "uuid": "5b3d87e9-5805-3e79-86cb-ece92143d033" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "56d9b624-07b4-38d1-80bd-241120c366aa" + "uuid": "09e92c3a-c041-38ed-8039-5a4f05d47ad2" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "116ba7ee-a7ea-3891-8682-724c74ec65fc" + "uuid": "1e05e1c9-9294-39b8-836f-8cf0f0498e04" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "bc923682-3e75-386d-8cb0-3b66cefe83b5" + "uuid": "a4aec16a-d4a9-3898-8dae-39d1a4516725" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "6aa18e21-f4aa-390f-86e8-d6e0cad8aa8e" + "uuid": "d01a6cf1-593a-32f7-8b6d-28e866b5e956" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "34020725-7991-36f2-89ef-dc74971fe493" + "uuid": "b41383dc-2296-3978-8cff-53f457b3784b" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "14cda600-4ff1-37d7-822f-edead44575eb" + "uuid": "1a22235e-ca20-33ee-8bfd-e07feb891363" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "03ef8613-14a0-31cc-809b-a02b36984364" + "uuid": "ef56c9d2-3dcd-3f0a-8294-459c7288ca51" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "fbe1a098-4dbe-38f9-81dd-80a47e9b552a" + "uuid": "b6c8e165-0347-3511-8599-364c87d1c32d" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "acdf724a-8d30-3de2-8fe0-d954974efdb5" + "uuid": "57e0ae99-221c-3931-8b1e-d9187d8338f4" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "5e751684-0045-3a1a-82be-df22fe93c5d3" + "uuid": "25dd3098-4489-3296-8711-0b0eebbeac2c" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "a54c8bce-94f4-30ca-803e-b50c2d573999" + "uuid": "ae49c203-c889-31b9-810c-2d93977ed51f" }, { "type": 0, "input": [ { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "561c6b37-8043-3095-81d2-f215e8e03b12" + "uuid": "66c5ce27-042b-372a-81a9-5df13b43839c" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "2a509760-4da1-3031-8d98-d34b1124688f" + "uuid": "5b7fc3cc-1817-3089-846e-654453f2f552" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "c8c7b690-3d8e-3620-803b-d60a05b80dca" + "uuid": "68e78b51-44f1-3c77-8874-7e46d8552a40" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "c1f36350-1c70-353c-818a-1cdf9b4962e8" + "uuid": "7af224df-c05f-3fed-888e-f16f172e393e" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "83c0be66-068e-36e0-8f61-b08d2e53f9ef" + "uuid": "043412a7-b367-370b-81f7-3acd0ce63109" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "06cc68cc-96d3-3348-82e2-818a672eb88d" + "uuid": "3094f700-fd11-37ce-848c-2b1c2b160744" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "9f01526b-547e-38ce-8a26-00c46d73c7d3" + "uuid": "78551eb5-8859-3908-8e12-16db9208d79a" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "facce1c8-befd-3daf-87b3-a89bd69a8a44" + "uuid": "af9fd423-dcdb-3d96-869f-44dd6481495e" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "f9da8a52-60fd-3292-88f1-79e8ddbcbf78" + "uuid": "4e17f4bc-2ab0-3caa-8c90-d2ff940b6497" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "e3c3ba43-cfe8-3965-8a45-fab0fb5cb1c7" + "uuid": "b7c59ad5-9d3c-3237-8b0c-f973f320b391" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "a22695bb-95d0-37f9-8f81-cb7274839250" + "uuid": "144e6356-140d-3e3b-897b-aada5920b09c" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "ef90ed9e-d1a6-3e4f-8009-0b6b547acb35" + "uuid": "9ea5485a-21a2-3f32-80fb-f13b60ee2a62" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "a5e4f882-b7fa-32b5-80bf-e1eab799d8b5" + "uuid": "fa9957b5-e7dd-325d-88d7-49d399f0f676" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "ef754db3-ed9b-3ba8-8072-caee5a41257f" + "uuid": "dbf8e49f-7363-39a7-8457-c5d617b8bf71" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "314ddf23-61c1-338c-8369-8f59e90c9e1c" + "uuid": "be0a8aad-6d06-3f2d-8b1e-23003506c079" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "80cb1d80-635f-394c-86c6-0c594bd9fe9b" + "uuid": "2926ae30-bfc7-3a44-8568-5cc41635a7ff" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "e2138817-3baa-3fa7-8c98-2fe7717e40d9" + "uuid": "f0774bf8-119a-38fd-8af6-cb2bed052e59" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "ac856da4-190c-3e09-8d4b-f6bd5bb11ad1" + "uuid": "33dd1e3e-4977-3288-83af-2f41f5d6c6f7" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "5c78cd9d-6999-3cfb-8d74-f7b8961faf2c" + "uuid": "5d8863a7-d072-3df7-8c50-b0f5a2effce7" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "a1701b16-e1c4-34b9-880b-e59f34a867d2" + "uuid": "2812a4ea-2fb5-3545-8c92-775fe31d43b6" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "f4d3e08c-cea3-30f5-8729-ed7c309a1630" + "uuid": "7e3f2629-f1a8-3dd1-882f-bad3a0394dd5" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "2c58636e-f0c6-3d5a-818e-8a2b6f3d52ab" + "uuid": "54e05af1-d9c2-3947-827a-a482d0d7d476" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "14cb19dd-6eae-3c47-87e1-492312635438" + "uuid": "46451105-9462-31a6-842f-a58efff1b4c1" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "ced3c8bb-9df2-3982-8c7c-8a74d8043e33" + "uuid": "44b3618b-f7c0-378e-85f2-b51d22571b42" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "0d5f0b33-ecd4-3155-82c8-1e698edc8744" + "uuid": "43464ba9-dd5e-3c2d-8764-f0865c0d1392" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "713674fa-8bb8-3297-8360-9cff547b279d" + "uuid": "e2c9d402-3444-3c71-8897-cf700d2d1a9f" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "865c62f3-1472-30f3-84a0-784c274dae50" + "uuid": "7d7e778c-f9db-3ffc-8e7d-ed9f85e0164c" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "0843b27c-00b7-32e2-8006-09b8c6759a9e" + "uuid": "ac77ee7d-3bad-3d2b-89f4-51c8fb3dc99a" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "03af773f-2b7c-3268-8b4c-f718bf7f4599" + "uuid": "89236ec3-fc5d-382b-8e5b-a37ecd05a734" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "c909dfc1-fc34-3132-8722-c3178265962a" + "uuid": "5d642089-756e-30d2-8535-d3d88a49015f" }, { "type": 0, "input": [ { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "13307924-3eb9-395e-8131-255795b92f92" + "uuid": "10a0e2a1-73c3-35f7-8cfb-4b11831f959f" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "46088f34-034a-3b44-8c34-838194e9fe39" + "uuid": "f56163f7-2b35-3482-8e48-edd4c63f66ab" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "3dc0711a-16c8-3bbf-803e-4d9fb67ba052" + "uuid": "755c72bf-03e6-3c0a-84e8-655653844ca6" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "f4938f3e-00f8-3160-85fc-9a8296a9b0d0" + "uuid": "efe7f986-794d-30b5-84e0-f147465c07a5" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "ddbf43b3-9bc9-3dae-8944-e109ffe53ca8" + "uuid": "76955adb-7cd2-3659-838a-fa90ebb6ed4a" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "485a592e-7376-3eb4-8963-7622e5ded657" + "uuid": "65041eef-d333-36bb-8d54-3492a03df6cb" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "74fd6f5b-5091-3bf2-8044-3419e59f84c3" + "uuid": "abb2cb32-f7fd-3647-8d56-a9c0c1de0483" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "2cb5cc09-773a-3f9f-8ec0-9fcc3a8da7cd" + "uuid": "68bdf9bf-0979-32d9-84c6-bd2c09eccfa8" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "4c2d55c3-3299-3e04-83ed-fd27807a6f00" + "uuid": "b25375d5-bfc7-3cab-81ea-e93444d7377c" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "925b3fd1-34d2-354b-8aad-42c8874634a5" + "uuid": "1f91bbba-6f61-35e0-8181-3a2066ab5778" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "38ce810a-a1cc-3aa1-857a-6eaba16f97d3" + "uuid": "e2e681d0-d5f3-3ac8-8c43-2a6249aab0fb" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "12a94adf-8a7b-3b1a-8fb3-033f445d1d4a" + "uuid": "955b0ac1-e9fd-32c6-852e-13779d3d872e" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "0332d18d-c768-32e0-829a-071786d1b389" + "uuid": "3a24a998-b89c-391f-88c5-6f49bd99586d" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "ad8400bd-1f78-3bc7-8600-eaae483a2d39" + "uuid": "6333bb36-8565-3854-85c1-716b6026f0e0" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "4da11fe8-1635-3777-8718-9e49e1b33f3a" + "uuid": "f999a341-dbbf-301b-815a-893560891858" }, { "type": 0, "input": [ { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "be937ec5-cdfe-34a7-82d7-c1b86034d77f" + "uuid": "b067f711-8a08-3cac-8a46-3af151c08e5f" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "0bf433c2-5b08-340b-87bc-dbfa86675bfa" + "uuid": "808ed2b4-3957-329b-8052-6e389a7748d2" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "6e2a4a2b-6edf-3a76-8f24-a303c9835f03" + "uuid": "ff524c73-cd1d-30eb-8438-9cee804324f2" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "e31cb20d-394e-3fb0-8410-df63bbe048c0" + "uuid": "5404bddb-7b6f-39db-8c2a-33989b471e6c" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "64651fb9-9a0a-3fb8-86b7-4c4a5ccb1f55" + "uuid": "a3be13e9-38e4-3016-845a-0da51d5f9946" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "7bb23e6d-98dc-3e97-874e-910292975c91" + "uuid": "0aae3407-f814-3510-8e2f-302e055f8d3f" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "85d64707-95d7-3a6b-8944-9eaae6015bad" + "uuid": "7225a268-b293-3130-83c8-067aa2505a3e" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "b4fe10a0-24c2-3fb2-84ef-da60bc468ef1" + "uuid": "23f7cabf-e3e6-32a7-8334-3e1cc7fa95d2" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "031b0124-aa78-32f7-874b-1bccb1aca25e" + "uuid": "cf724918-d481-3a62-8880-2a3d16a7ec4e" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "21917830-d48a-32e1-83a2-a02e4429e24b" + "uuid": "2557c31e-d21b-307a-8405-1e3cc3de1b4a" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "d0062a30-8f68-3915-8129-d98b3210e511" + "uuid": "54721c44-758e-3f1a-8a9d-4936b358ded0" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "ee72ac22-0167-390f-836f-876cc91ee7ae" + "uuid": "515d671b-8432-335e-82cf-bf2b9ae8b625" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "02ccfea5-7f13-386b-8b84-d28e430a0855" + "uuid": "df6a857f-136f-363d-8a37-682fcd91ad1e" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "f23a2333-d959-3bfd-8a49-b9048b51d99a" + "uuid": "c0a24c0b-2b53-3181-84ff-5fc241cecf0a" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "d96b7cff-74e4-332c-8123-1a8a0fa405f5" + "uuid": "c5fcf549-523e-3bad-8115-56cb2f1f8bbd" }, { "type": 0, "input": [ { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "1e0becb6-42b5-3f64-8800-20d851a5a4a1" + "uuid": "1cf4c4c3-2110-3507-84b4-9f0393b93e24" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "fb520335-5104-389f-8581-2971f4de87a8" + "uuid": "3f465063-385a-3221-8c55-d990078f4e3a" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "28f7d0c3-f532-305a-8ba4-a15ba82477bf" + "uuid": "245ec4bb-ac58-3635-83e5-40c8e3cf22b5" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "be6a2e50-d075-3a2c-8a35-eea12294a169" + "uuid": "546bb1b2-b5b9-35ed-84b6-4b64c07871f4" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "63af7933-1a1a-3344-8b5e-0f231692a32b" + "uuid": "4e32c84c-b2df-314d-8c1c-29ae6f0c9577" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "216c9766-b437-3e69-8fae-c896d71f0987" + "uuid": "dc9efcd8-ea0b-3ba4-877a-1b6fc4ac04f0" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "a9c40a96-637c-33ec-8262-0be33c62a625" + "uuid": "bd474dd0-0d10-3e77-84c3-59bab8758622" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "cae1611d-9ee8-39ad-81c5-9a1d60afd4a6" + "uuid": "ec7c9222-69bc-35a6-8166-2391c168b9a7" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "55300078-8d02-3812-8800-81946344918b" + "uuid": "c7493933-a4d7-3f5a-82c3-fcfc810f27b7" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "f058cfa8-068d-32cb-8c54-ad1194a4fa03" + "uuid": "6e8609bd-0a7f-3954-8dc3-d9dfd0842c5a" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "a23c80f1-b9dc-3dd5-8b93-1e3c78511b53" + "uuid": "bf36f75d-6a21-36de-8eb4-7621d8e40955" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "3ceaad82-955b-3006-8190-7c3e4234d4f5" + "uuid": "fc7a4aee-827b-30b1-8afb-f9cfcdf76934" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "9b3c0239-27ef-3a5d-898f-6ebafecd2beb" + "uuid": "e9b9bb2e-a122-3d9b-8055-c6002909a467" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "21349c46-fdfc-35af-8277-83e663a01051" + "uuid": "6635afcd-cfbc-37fe-8545-94be9f9b0767" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "e2ced2c4-8932-3691-8da4-caf082b50568" + "uuid": "a9fcf5b4-aa5d-36b1-88f4-52ebe39a640b" }, { "type": 0, "input": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "c47ad952-80d4-32d1-8bbf-4430dfd0fd32" + "uuid": "51df1aac-ad2b-3227-8a09-73a432cfe22f" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "7a3fac99-01a7-35c1-898d-184cddb3015e" + "uuid": "7cb98fee-d2cf-3037-83b2-a1c29d287fd2" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "096393ab-0d1f-3ba8-8f17-c166bedc1a76" + "uuid": "7c2726fa-330c-3724-8bd9-345bedb8f160" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "b1d7e7c2-c10d-3255-85e9-6525ca273d19" + "uuid": "ed2b7c28-1764-3c10-89e2-cce3246536ad" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "f9c2deb3-5def-3907-8181-2ba138444cdd" + "uuid": "d316dade-356b-355b-805e-b0987cfd3d63" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "7a027f4b-90b4-3334-8a9f-26dd8be19a5f" + "uuid": "a1fa3c42-1e27-3abf-8166-0e27fab0668f" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "547d4fff-cf6f-3823-8616-ad827dd8d749" + "uuid": "313ea097-5e00-39d6-8686-0dbfc0047742" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "7187ee55-61ba-3dde-80c6-2d2d56e888f5" + "uuid": "90bb24bb-aa77-3c9c-82b9-ff1716f646b9" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "fdaf86d7-93da-3772-825f-ea1a9d162844" + "uuid": "774ebef5-fb35-3301-81e9-cb7621b8c54b" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "8ea940d0-6f16-356c-8637-427b75f1c860" + "uuid": "aeb50c11-dc52-33a1-89fd-361fc96452e0" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "ecdcf8e9-a506-398d-8696-62cc9859752a" + "uuid": "3c8f9fe5-8910-37fd-8b50-5ae4757d8b66" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "40463f02-a1da-3f12-84a8-83e5e0759ab6" + "uuid": "dde2b35c-56b2-37ca-8660-5d4b63dce8ca" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "a08f1a86-4c58-3ad3-8b63-ba986f8387e9" + "uuid": "b614072d-f798-348c-8922-7650e038b57d" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "49de1e18-356b-3807-867c-ffb9b421246d" + "uuid": "80ada2b4-e6bb-39a1-80b3-0bd800d12ac0" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "7f1397ae-7681-35dc-8477-7af0b27020df" + "uuid": "104f5302-9908-3e89-88b0-ef2e53aa5079" }, { "type": 0, "input": [ { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "75cda6e7-5817-3353-8a6e-b9b262fc6698" + "uuid": "90109678-c208-3c83-8640-6dd0f73d260f" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "e8c6cc52-f58b-3a5d-89ac-615d88683116" + "uuid": "aa391737-251e-3625-84d5-b5ae79aa238f" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "4b9684f3-59d1-31e1-832b-75ba7e9c9065" + "uuid": "5364f7d8-2d8b-34ef-8293-2a93d1037311" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "a89e2a6d-cbfa-32be-8aa7-e4d2d4e6b0af" + "uuid": "d15df32e-4e53-3cfc-8f16-f2f6538b6d88" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "e03901c8-b8fb-3930-8ec2-c1cf9d461661" + "uuid": "ed0bd5aa-297a-3991-8bf2-08aed648a14e" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "a52d1960-0d67-3a94-8bd1-f17addbb6e77" + "uuid": "db800860-7b82-354e-8429-a7cf09e4ac3e" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "4e77aaea-a95a-35d0-8735-176be619fd6f" + "uuid": "b23c9f31-06c7-378c-8d02-6954ed3702b0" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "8e1bbe09-1c53-3e67-8d68-f557fbcd20b4" + "uuid": "73a3d4b9-adf9-3dcc-8604-c87f3c4a9b7e" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "8c5c4c18-7264-395a-814e-e775fa593405" + "uuid": "af4a528b-7147-3d77-83a0-6ddb2dc480b0" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "55fc9308-8720-37a8-8a78-be50f77d9861" + "uuid": "a31d26e0-c7b9-351c-8e12-367dca3bb85b" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "979e7e48-bb25-3b2a-8da4-637c4b431e90" + "uuid": "4233b9ab-1b3a-36b0-8e9e-4c06a8803b6d" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "ffb0d4c2-b65d-3a27-8f0c-4b90d5f3836e" + "uuid": "4ee1064b-b00e-310a-8c56-19ab56d9ac5e" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "0e49c5de-c8a1-3aaf-8883-969e659c1594" + "uuid": "67f2420c-9bea-3472-8156-9e06f42eaa64" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "87d5a55a-0f97-32a6-85dc-b8f0c887a9ef" + "uuid": "5a6cd30b-8d41-3ed3-8e98-873eb5285d3f" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "22348b7b-efbc-30dc-8b65-856f261da24e" + "uuid": "96f274ac-9a0a-369b-8540-cb6379b7a7aa" }, { "type": 0, "input": [ { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], "output": [ { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "1bc5eb88-adaf-3328-81ca-74c6c4fada1c" + "uuid": "36af812c-ba02-3dee-8f81-ec36d1adc5d6" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "b5a93945-b8e7-3d67-82fc-4763f7c52dba" + "uuid": "be47537a-7b55-37b2-8ca3-765ba98196ec" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "ef57296c-191d-32db-8098-0b4c4a88d3ed" + "uuid": "2dd9e28f-bf94-3236-8deb-1a4f0e888924" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "0db8eb26-ce23-37da-8548-35cc4d91e6b2" + "uuid": "cfb8d83d-7d85-345d-8336-53830cc4c776" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "1000ff4a-eb65-30c5-8712-d3b8db84a1a3" + "uuid": "9305a00d-27c4-3302-8b62-069deaccf6ec" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "29c4dd56-4587-3f9d-8bdf-b0ae592bec2d" + "uuid": "a6e25d34-20ab-3145-848f-7aef7673348a" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "9b464b5e-8d8e-3ef8-8f35-6cea52b7b361" + "uuid": "146ab275-fe58-3b05-8332-fc89a31f51fe" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "f4d27790-65c3-388c-86f0-731291ee8284" + "uuid": "611e4d2a-df8c-39ab-87ab-5199eef4c5a7" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "bb524fe9-7309-3649-83b1-01d2dcf14295" + "uuid": "497e42c7-d246-3f7f-89ca-38d842eaf90e" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "48d2d91f-6990-3dd6-80fc-e666842f59a6" + "uuid": "fd8cc46c-7fe4-3f0b-8b9f-5ebe5e662785" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "cb7c829c-31f7-37f4-85ec-47647f70b161" + "uuid": "9cdb0d13-b5c6-32d1-83d0-d558076634ad" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "e64c78dd-8f7b-3292-8d48-4ccde94c48b4" + "uuid": "41a571e2-1d31-3d31-8742-d1456397df6f" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "1c48d832-a7c0-30e8-8c21-9583d8cb09c6" + "uuid": "4b89e1ee-2fba-3f11-81ba-a853d701925d" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "27ab1f06-45e5-367c-88cf-e9c9fe4578e5" + "uuid": "5690fe48-051c-3c08-845a-b77f746376ff" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "f4907747-c61e-3471-83c2-dc38dcb2ab84" + "uuid": "81ecc076-cf89-34b1-8e2c-afbd21abe0f6" }, { "type": 0, "input": [ { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "b695f764-53b5-3afb-876c-b525a4783b86" + "uuid": "70cd9f3d-154f-32f1-8c63-1e96ce97dead" }, { "type": 1, "width": 1, "height": 1, - "input": [ + "output": [ { + "id": 351, + "damage": 11 + } + ], + "uuid": "2dc1dfcf-81fb-390d-89dc-6fa2a6ced5aa", + "shape": [ + "A" + ], + "input": { + "A": { "id": 37, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "88a5fb34-c885-3219-8590-94bf400b7a68" + } }, { "type": 1, "width": 1, "height": 1, - "input": [ + "output": [ { - "id": 38, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 1 } ], + "uuid": "53315001-a41d-3260-8c00-99614b3289da", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, "output": [ { "id": 351, "damage": 1, - "count": 1, - "nbt_hex": "" + "count": 2 } ], - "uuid": "e479ea2a-bf87-3bdf-8dae-44346c326fcf" + "uuid": "4df388a0-8301-3b28-8d1e-e3d2b022856e", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 457 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 1, - "count": 2, - "nbt_hex": "" - } - ], - "uuid": "d002c0c0-15a2-3614-8a5d-07e98b4c966f" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 352, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 351, "damage": 15, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "3f2568b3-cf1b-3f22-824c-49b7e5b084d8" + "uuid": "ba8762da-5c29-3b2d-8f6e-40c1bf45cf39", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 352 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { + "id": 216 + } + ], + "uuid": "a3c148c4-66a4-3bcd-82d3-da217de10a46", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 351, + "damage": 15 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 15, + "count": 9 + } + ], + "uuid": "4618aeb2-2fd7-3d28-8908-ace2d4bf3242", + "shape": [ + "A" + ], + "input": { + "A": { "id": 216, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "uuid": "74dccaf5-1d57-3199-8793-7ecfceec6c1d" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 216, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 15, - "count": 9, - "nbt_hex": "" - } - ], - "uuid": "ee27da12-e175-30b2-88c2-af89fb45bad9" + } }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 351, "damage": 9, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "9eb83771-c248-3cf8-82e1-1408065bbf09" + "uuid": "5207b430-7b84-358f-82d1-d99915f741d5" }, { "type": 0, "input": [ { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 351, "damage": 14, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "f262e0b3-2447-3d46-82ff-e358e7349c94" + "uuid": "43610acf-14bb-3a4f-8fd9-f98bc408a811" }, { "type": 0, "input": [ { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 351, "damage": 10, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "00c650ec-2192-3da9-86b0-e1b80a6d19a5" + "uuid": "3c768db3-29aa-3ecd-81ba-104d45c71bb9" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 351, "damage": 8, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "c4365114-895f-350a-879d-732133bfc718" + "uuid": "099689fb-17f7-3b9c-8645-46d7955dd991" }, { "type": 0, "input": [ { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 351, "damage": 7, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "fe1c1d6f-4597-387d-826b-52aedb19c9b0" + "uuid": "98cb5d5d-a0f5-31b9-884a-b8ca34edb728" }, { "type": 0, "input": [ { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 351, "damage": 7, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "b11456c3-f5cc-3ee3-8998-569c661b93e9" + "uuid": "46c6ce8b-92b9-34af-82f5-c16ce6355b52" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 351, "damage": 12, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "3cdf5b89-f892-3245-8b2a-73e25eeee2a4" + "uuid": "f6b9ddf6-d4e2-3e6a-892d-215ad9763977" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 351, "damage": 6, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "5bb5447f-708d-3009-85e5-c4b3bd9846db" + "uuid": "fa5e9b3e-cebb-334a-88a2-2a699eaa49c7" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 351, "damage": 5, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "15b2bb12-023b-3656-8b35-0a611ecf86f6" + "uuid": "e3c3fcb1-21ba-37a0-8adc-58d86a01d9d7" }, { "type": 0, "input": [ { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 351, "damage": 13, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "691a122e-11e4-3f02-8ac7-aebe0f595e5c" + "uuid": "137b9853-09e4-3bc1-8c75-8314d479674f" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 351, "damage": 13, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "5ee1d725-d1a7-3970-8218-aad2587af3fe" + "uuid": "9b0c630f-59a1-37f2-8f0e-9d947cb1ca64" }, { "type": 0, "input": [ { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 351, "damage": 13, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "fe12237d-864c-393a-87ca-c067c37acac5" + "uuid": "98e494fc-52dc-34f4-88ca-10fdefcb0125" }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 38, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "eff7a30c-930f-3687-89f6-6c65c8f7e846" + "uuid": "b3dd7a18-6abc-30d7-8a6b-72b95f3c0173", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 1 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ + "output": [ { - "id": 38, - "damage": 2, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 13 } ], + "uuid": "1fba4d9d-7114-3b4e-8144-d9cad4506ded", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 2 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 7 + } + ], + "uuid": "44efd16b-ac07-3bc7-8df8-21e41b2afc6c", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 3 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 1 + } + ], + "uuid": "426df82e-481e-33d1-8547-db5164b79470", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 4 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 14 + } + ], + "uuid": "be907a2c-9663-30d8-8828-0e1a1527628f", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 5 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 7 + } + ], + "uuid": "b9c9cd2b-639d-3dcb-8485-675d5d92ee6b", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 6 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 9 + } + ], + "uuid": "df59d9fc-6a97-3e6b-8505-a97e52ce1552", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 7 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 7 + } + ], + "uuid": "1880c65e-7328-3911-86a7-176ede993620", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 38, + "damage": 8 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, + "output": [ + { + "id": 351, + "damage": 11, + "count": 2 + } + ], + "uuid": "3c5a4487-f7fd-3487-8c3c-d00a2d17f62f", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 175 + } + } + }, + { + "type": 1, + "width": 1, + "height": 1, "output": [ { "id": 351, "damage": 13, - "count": 1, - "nbt_hex": "" + "count": 2 } ], - "uuid": "d7701d78-7c1a-38f1-8d7e-8ac536377841" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 38, - "damage": 3, - "count": 1, - "nbt_hex": "" - } + "uuid": "b1a96dc2-6ae5-36a6-86e8-e2a362c6b9a6", + "shape": [ + "A" ], - "output": [ - { - "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "2e4dbab5-6c0f-3fe2-8c35-77a3430aafd6" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 38, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "1c29b0c9-7fa6-353f-8c81-2bfd2d5c2884" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 38, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "76e510f9-12e5-3e20-8e2a-049493f0392e" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 38, - "damage": 6, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "3da5dfd9-f16b-32fd-8418-387092bbbc06" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 38, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "f99d5383-1436-3449-87bd-170aa8730238" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 38, - "damage": 8, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "bf99decb-5fbf-35fa-8c07-ec83857db917" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { + "input": { + "A": { "id": 175, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 } - ], - "output": [ - { - "id": 351, - "damage": 11, - "count": 2, - "nbt_hex": "" - } - ], - "uuid": "c3a08692-1a05-3979-83ef-0eaf45619e83" + } }, { "type": 1, "width": 1, "height": 1, - "input": [ + "output": [ { + "id": 351, + "damage": 1, + "count": 2 + } + ], + "uuid": "8670bd0c-ef92-3465-8773-da077ba63d15", + "shape": [ + "A" + ], + "input": { + "A": { "id": 175, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 4 } - ], - "output": [ - { - "id": 351, - "damage": 13, - "count": 2, - "nbt_hex": "" - } - ], - "uuid": "1418560f-f347-3660-8942-fa882f90fcdb" + } }, { "type": 1, "width": 1, "height": 1, - "input": [ + "output": [ { + "id": 351, + "damage": 9, + "count": 2 + } + ], + "uuid": "487627d8-d79e-38c8-8c06-6979f99923a2", + "shape": [ + "A" + ], + "input": { + "A": { "id": 175, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 } - ], - "output": [ - { - "id": 351, - "damage": 1, - "count": 2, - "nbt_hex": "" - } - ], - "uuid": "2e6be728-208b-3fd8-8620-e00a5cdf0589" + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 175, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 351, - "damage": 9, - "count": 2, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "f2747325-b363-3663-8822-59388e2f610d" - }, - { - "type": 1, - "width": 1, - "height": 1, - "input": [ - { - "id": 457, - "damage": 0, - "count": 1, - "nbt_hex": "" - } + "uuid": "714563c2-f551-396c-84b0-cb78e57c10f6", + "shape": [ + "A" ], - "output": [ - { - "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "input": { + "A": { + "id": 457 } - ], - "uuid": "c9e252a9-dabb-3932-893c-d5cf05b46d8d" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "b133de66-1807-30b7-880b-c6a0673155f2" + "uuid": "aeaf2c96-65d6-3e1f-8635-3f6f07bc0162", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "7dad4c93-1eef-3094-8a2a-1a5795e73e8d" + "uuid": "174bb8d0-8a27-31d8-8621-1157463c15ad", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "646c653d-5bff-39da-877c-7cd712795fa6" + "uuid": "40f316c3-6482-317b-80ce-2462aad323ec", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 2 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "b5e01556-7e5c-3e65-8ab6-59f0be71aaa8" + "uuid": "5d41f4c3-a0ea-3745-8f49-7936f5240a24", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 3 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "d76d5ec7-02b9-3fed-81a9-a065711a72ff" + "uuid": "840dbfbb-212b-3a38-86b5-b11595527823", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 4 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "53c136f5-0a0b-3a70-8acd-1a4c82cac45e" + "uuid": "0b40231d-9d6e-3952-8e68-969f91218cb1", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 5 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "f7fd384d-8158-35b3-881f-06d7269be25a" + "uuid": "c6ed30ec-3bee-31b9-8c13-20a5f4cb91ca", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 6 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "6f30d371-5e7b-343c-8d86-7150c04a905b" + "uuid": "28d9abf4-1d32-3a7d-8166-505c778d41de", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 7 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "e8054f16-2446-3706-8260-e8822100db4e" + "uuid": "e902c40d-919b-3d62-8d67-a5ef6b0fc50e", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 8 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "73d4c49d-317b-3755-83ce-62404d2fd8a9" + "uuid": "e457c807-5808-3f58-81f2-5553e3161882", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 9 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "13e1ad18-88de-3e43-8749-fc60873d0654" + "uuid": "e075b2c5-47e7-33b0-8385-e135e1d7e6db", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 10 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "3a960be0-6657-3441-8e75-1c784acfaf74" + "uuid": "a718a1dd-7cae-3421-8d87-32f9f889ed39", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 11 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "47e343ae-8326-324d-8e18-933d93a95231" + "uuid": "72415043-8142-33a8-8f06-6e3bd81585a6", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 12 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "b8a7f25c-260c-386d-8605-4148d16d54f0" + "uuid": "e97dff19-90bc-398b-8ee0-829e4448bab2", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 13 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 446, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "fb7dab3c-ae1c-36d3-85d6-236db8b7ad5a" + "uuid": "d959d770-a3da-3be7-8e6c-acb45d6f1a36", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 14 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 446, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 446 } ], - "uuid": "afd3c229-eaf7-3a5d-8a6f-6e6f3d4feb34" + "uuid": "456af7ec-3637-38c5-86cf-7c017e7e221b", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 35, + "damage": 15 + }, + "B": { + "id": 280 + } + } }, { "type": 4, @@ -17169,141 +14889,85 @@ "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 395, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "494d2467-8cad-327f-8fb6-8091aa927e85" + "uuid": "bcf4d0ee-a609-30b0-8b53-1609bd946c49", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 339 + } + } }, { "type": 1, "width": 3, "height": 3, + "output": [ + { + "id": 395, + "damage": 2 + } + ], + "uuid": "ab0f5186-ed43-37ba-8e7c-145ea35d76cf", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 339 + }, + "B": { + "id": 345 + } + } + }, + { + "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 395 }, { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 345, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 345 } ], "output": [ { "id": 395, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "09adbf8c-fbc6-3889-8bad-99638d4a9e35" + "uuid": "5201b83d-6944-3145-8961-4c78d51105d4" + }, + { + "type": 0, + "input": [ + { + "id": 395, + "damage": 1 + }, + { + "id": 345 + } + ], + "output": [ + { + "id": 395, + "damage": 2 + } + ], + "uuid": "e9098d2d-cfc0-34d8-8269-d72741fd8214" }, { "type": 4, @@ -17329,19460 +14993,11179 @@ "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 338, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 338, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 338, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 339, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "564cd078-b031-3400-8f9f-277ad1a86458" + "uuid": "1e9e33e2-aff6-3f7d-8b73-46c0b857de50", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 338 + } + } }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 334 } ], "output": [ { - "id": 340, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 340 } ], - "uuid": "e898095e-72b5-3897-8960-50c4bcd2b84b" + "uuid": "e8cdd457-788c-3558-84ba-f6ab4a772062" }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 139, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "adf02114-f8b6-32ed-8757-3616ece5cbe7" + "uuid": "737fa632-742f-3f78-88ea-8d080cbe1662", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 48, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 48, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 48, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 48, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 48, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 48, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 139, "damage": 1, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "da6fc2db-3277-375f-82d5-d2a3d7c348f7" + "uuid": "1fa26a5c-e2bd-3d04-89b5-fe6f9a38e039", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 48, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 113, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "2fa66bfa-233e-305a-8b2d-ec7674aa7aeb" + "uuid": "117e319e-f7f7-34eb-8445-dbd51e1624ca", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 112, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 85, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "a8d2612a-104a-3e80-87b8-ba0a76102404" + "uuid": "5bec8e1e-f005-3eda-8ec3-853b8b4c1bdc", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 5 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 85, "damage": 1, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "e0f22bc0-3ff7-357e-898c-2871d7a59beb" + "uuid": "6c7602a4-c2e2-39e3-89c5-5c82dd861d12", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 5, + "damage": 1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 85, "damage": 2, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "46a69d3f-711c-384c-8248-7f7b561d5441" + "uuid": "8e49d97c-bd83-3205-83ab-fa20d94c2c7e", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 5, + "damage": 2 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 85, "damage": 3, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "fe143712-69ad-3d6f-8a26-f18f9f86a8e7" + "uuid": "b2563153-6fa5-3433-882f-19128d3e32b6", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 5, + "damage": 3 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 85, "damage": 4, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "781abdfa-a9fc-3468-8e8b-d2da9237a777" + "uuid": "2e6931ca-faae-3ed1-8e06-c0063abadc57", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 5, + "damage": 4 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 85, "damage": 5, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "efb26792-af94-368c-87c5-3320256f5e8b" + "uuid": "03d0d9f5-77ea-377b-814d-3d90cd4ebc88", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 5, + "damage": 5 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 107, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 107 } ], - "uuid": "86974f69-2e7a-3b8c-8060-8bc77cdf04f4" + "uuid": "097d6aad-f65d-314b-8748-de2295a5d54f", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 5 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 183, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 183 } ], - "uuid": "0f681c26-222c-3669-8b3e-6317ff834df6" + "uuid": "0470f442-6679-3b59-82b4-a5a9fe6156b4", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 5, + "damage": 1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 184, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 184 } ], - "uuid": "254a94c7-4d42-35c9-81dd-4571fc773522" + "uuid": "8ac84a4a-bcef-37c8-8b24-2283eb3e99dc", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 5, + "damage": 2 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 185, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 185 } ], - "uuid": "1cefe921-6ea6-3ebd-8f3f-78e8ca327e12" + "uuid": "1e19958a-ed6b-3ee2-872a-e86d8b028575", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 5, + "damage": 3 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 187, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 187 } ], - "uuid": "b6de84b0-1d87-3994-8c28-40e62c973d5f" + "uuid": "70f8cb04-1ffd-3fd2-87c4-d137584c1f8e", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 5, + "damage": 4 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 186, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 186 } ], - "uuid": "51b1361b-554f-3b22-825e-8a21237dc97a" + "uuid": "ed2af0e6-d8cd-3eff-8d4f-2f2be466832b", + "shape": [ + "ABA", + "ABA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 5, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 42, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 42, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 42, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 145, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 145 } ], - "uuid": "b46c04a8-b8cc-3eb9-8e5f-3f8433b4eb2e" + "uuid": "504f743c-963b-3aa5-80f6-539dc80ebca6", + "shape": [ + "AAA", + " B ", + "BBB" + ], + "input": { + "A": { + "id": 42, + "damage": -1 + }, + "B": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 340, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 340, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 340, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 47, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 47 } ], - "uuid": "e2165248-b073-39f5-80d2-76119b7c5c98" + "uuid": "502334e9-46a2-38c9-8f2b-e0171b1c4075", + "shape": [ + "AAA", + "BBB", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 340 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 332, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 332, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 332, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 332, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 80, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 80 } ], - "uuid": "b8ea7027-c187-3251-842d-08d22baf86d6" + "uuid": "731405af-35de-34c3-832b-b26d12b94226", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 332 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 80, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 80, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 80, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 78, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "d1ccfa52-26c8-3a91-87b5-593590cdc253" + "uuid": "ce15ffcd-0ba5-385b-88ee-7bb32d7d2c9f", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 80, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 337, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 337, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 337, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 337, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 82, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 82 } ], - "uuid": "22652bc8-81b9-396f-8a4c-02f113f690cd" + "uuid": "ce12743e-a712-39fc-8a1d-90adb53fbe5c", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 337 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 45, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 45 } ], - "uuid": "238ffff9-a9b8-3faf-860c-6e32b580b2d0" + "uuid": "410c438b-b405-3f3e-8924-48c4b6e4c1a8", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 336 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 348, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 348, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 348, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 348, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 89, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 89 } ], - "uuid": "3748eb70-98fa-391a-80c6-9bd84084d452" + "uuid": "8f211d1e-0a4b-3d7c-8ce6-6dbe725205b2", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 348 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 35 } ], - "uuid": "2fdbe3cc-c712-34cb-8d1e-4b28519d9872" + "uuid": "2676244e-a124-38de-8ad4-360d7c9e1901", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 287 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 12, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 46, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 46 } ], - "uuid": "263a5149-ac16-36f7-8841-c477e1823b67" + "uuid": "2667adbc-b1a8-3670-8b21-5468cf9e9df6", + "shape": [ + "ABA", + "BAB", + "ABA" + ], + "input": { + "A": { + "id": 289 + }, + "B": { + "id": 12, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 44, "damage": 3, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "6c14de43-7682-3079-8df4-b0bbd446b412" + "uuid": "b56e1914-1b94-3f72-885c-0f7e5eea09f7", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 44, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "e70a0fcb-e07a-3b54-8abc-d38ca7f990b1" + "uuid": "f936b658-25f6-3c89-8a06-724c4f03c9bb", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 44, "damage": 1, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "ed4dd582-891c-31a4-89d1-7f3f7d7f388a" + "uuid": "61541f77-bd83-3def-84ad-0f4e6bc02ff0", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 24, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 182, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "0bf64306-c585-38f3-8fcf-a022006b143b" + "uuid": "dc9a65e0-6828-3ed4-8313-cf584c4a7340", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 179, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ + "output": [ { "id": 3, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1, + "count": 4 + } + ], + "uuid": "c7303ee3-6065-394e-8b4b-99fe6daa1cb5", + "shape": [ + "AB", + "BA" + ], + "input": { + "A": { + "id": 3 }, - { + "B": { "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 13, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 3, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 3, - "damage": 1, - "count": 4, - "nbt_hex": "" - } - ], - "uuid": "2b0de937-4cbe-32cd-8328-484f435babdf" + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 158, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "d33f9c50-2743-365a-87d3-b3df463a4377" + "uuid": "178cfd66-77da-38a0-8188-078bbebe2ef3", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 5 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 158, "damage": 1, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "a2e85068-9ec4-38df-8551-b1d1d0971f2e" + "uuid": "bef2e6b1-5c09-3423-8452-94b7ad74c207", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 158, "damage": 2, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "a9a8cd87-cd23-38c0-8e28-101a991ac21f" + "uuid": "5dbf1fc6-9ba2-3acb-8eb2-bd75a1b158de", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 2 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 158, "damage": 3, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "6b5c800d-3736-3cf1-82eb-b74d24644bfe" + "uuid": "fdeff03b-b3e9-3262-82d5-5445c15fdd67", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 3 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 158, "damage": 4, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "b34db0a0-bd52-30ca-8c0a-278fb0f2a0c9" + "uuid": "eabbccfc-8afa-31ba-8071-013ed8229756", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 4 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 158, "damage": 5, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "be28d8fe-e7f9-3619-810a-69944df10f3e" + "uuid": "a3ae62ad-947c-311b-885a-213e55043e9b", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 44, "damage": 4, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "ce48cd65-a284-3066-8611-7d0f87cd5a6d" + "uuid": "106f846b-c147-3242-8ee1-88a21d1820ec", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 45, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 44, "damage": 5, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "26279ead-b04b-3b7f-87d1-7a98d98031c1" + "uuid": "af99af82-cace-3d0e-871b-82fc2265c499", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 98, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 44, "damage": 7, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "250a0640-88cc-3788-8d14-0a371729838f" + "uuid": "0ed44739-4dd3-3e2d-81e1-b1a44311b4f7", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 112, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 44, "damage": 6, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "dcf68a9f-43ca-3e62-8eda-0685235f8095" + "uuid": "272cc6b6-0a12-3067-8d5c-2b961295d053", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 155, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 182, "damage": 1, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "6be29ebc-9948-3907-820b-55cd5d0d3b7b" + "uuid": "74dd2baa-9cdd-39b4-8648-fc2592822ced", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 201, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 433, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 433, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 433, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 433, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 201, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "827e18ec-cf96-3d16-8241-c0b54a966cbd" + "uuid": "5a05b57c-3c40-3afb-846f-9a489dfecc1c", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 433 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 369, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 433, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 208, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "1fd67d25-57ea-30dd-8f07-eba296a63f55" + "uuid": "366da1ee-676e-351a-8fab-7126d829fbaa", + "shape": [ + "A", + "B" + ], + "input": { + "A": { + "id": 369 + }, + "B": { + "id": 433 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 121, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 121, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 121, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 121, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 206, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "aa2286a4-0116-3897-8777-ec3129d070fe" + "uuid": "324dfdcc-35c3-3027-856a-5846d6e2a612", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 121, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 65, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "d1a8af5b-c619-3ed8-89b0-13e67cda4a3b" + "uuid": "db32a395-4591-308f-8b7b-37d97720775b", + "shape": [ + "A A", + "AAA", + "A A" + ], + "input": { + "A": { + "id": 280 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 324, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "a3b72125-bc4e-3513-8c1b-447125f6683e" + "uuid": "6451f5a7-c2f4-3aad-88d9-8b4dc74e8f74", + "shape": [ + "AA", + "AA", + "AA" + ], + "input": { + "A": { + "id": 5 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 427, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "fad75f21-c564-369a-8890-e9d973c90d9e" + "uuid": "f45234c1-4c95-391b-8163-02394fb5a83d", + "shape": [ + "AA", + "AA", + "AA" + ], + "input": { + "A": { + "id": 5, + "damage": 1 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 428, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "42ee6ab5-b7ef-34d1-8633-5cd105b69b54" + "uuid": "ab75bd5c-ac7f-3f6a-8032-a6880eed6e38", + "shape": [ + "AA", + "AA", + "AA" + ], + "input": { + "A": { + "id": 5, + "damage": 2 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 429, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "318b45d1-2087-3fe4-8de4-2511aad9d046" + "uuid": "61770270-904f-3e13-829b-262ec057fc74", + "shape": [ + "AA", + "AA", + "AA" + ], + "input": { + "A": { + "id": 5, + "damage": 3 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 430, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "133fabe4-35bd-3552-8716-41d29d05c0b8" + "uuid": "b51b74bf-83fc-39d4-893c-5310eaed6fbc", + "shape": [ + "AA", + "AA", + "AA" + ], + "input": { + "A": { + "id": 5, + "damage": 4 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 431, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "5d59154d-c16b-352f-8f0f-cea8620d0d25" + "uuid": "8ab85fdc-5e82-305b-8cb2-c25cadd3db97", + "shape": [ + "AA", + "AA", + "AA" + ], + "input": { + "A": { + "id": 5, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 96, - "damage": 0, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "0644586a-991f-32c5-8cc9-90251f8fc505" + "uuid": "1736d377-0296-3b1b-88ee-3a2ea51013bf", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 167, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 167 } ], - "uuid": "0cfab909-e78f-36ab-84af-123141afff37" + "uuid": "13fc4022-b7de-338c-8a88-ab180884fa4a", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 1, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 131, - "damage": 0, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "c7ea75ca-97ba-39f5-8b89-88f8418f8001" + "uuid": "a6ec58a4-2e42-34c9-8816-da5e4179a9f0", + "shape": [ + "A", + "B", + "C" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + }, + "C": { + "id": 5, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 25, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 25 } ], - "uuid": "b5361c15-dca7-3c7b-8b1b-7fb406fc6584" + "uuid": "a654167d-2ce3-3205-85be-d00ab06dafc7", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 331 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 84, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 84 } ], - "uuid": "6048d2b2-22d5-341c-8c85-4ca9b294fe27" + "uuid": "77839058-2992-3135-88f9-285146518d63", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 264 + } + } }, { "type": 1, "width": 2, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 330, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "9db899f8-e5b7-3c3a-895e-3d0857f23b06" + "uuid": "9bf1e698-0adb-33d1-8bd5-d672790d2510", + "shape": [ + "AA", + "AA", + "AA" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 323, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "ffcd9152-bcd2-3285-8985-8d8df709edb7" + "uuid": "e65be0a2-0ff8-31fb-8fbb-25b8d1ca3b79", + "shape": [ + "AAA", + "AAA", + " B " + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 325, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 325, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 325, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 353, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 344, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 353, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 354, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 354 }, { "id": 325, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "e63c9f8f-2a70-3cd5-8591-965aa798c6de" + "uuid": "c64b34a8-e1c4-31b3-80f0-3510fe9f4f41", + "shape": [ + "AAA", + "BCB", + "DDD" + ], + "input": { + "A": { + "id": 325, + "damage": 1 + }, + "B": { + "id": 353 + }, + "C": { + "id": 344 + }, + "D": { + "id": 296 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 338, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 353, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 353 } ], - "uuid": "3b338612-f83d-3c1c-8bb5-141a8805bcf0" + "uuid": "da280a56-2737-386f-8f68-09b77d115789", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 338 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 391, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 396, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 396 } ], - "uuid": "cf1b6d6b-eab4-38af-8634-b58bd451a646" + "uuid": "b05192d8-af3c-3267-8077-a49ec5bf3fa9", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 371 + }, + "B": { + "id": 391 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 360, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 382, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 382 } ], - "uuid": "5bc4f398-f90d-30ce-81db-9b8609849632" + "uuid": "8a7d2840-2561-3471-85d2-12ab3ce0160f", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 371 + }, + "B": { + "id": 360 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 369, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 377, - "damage": 0, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "95d70688-01df-3c27-8455-3a08fe7eba67" + "uuid": "bb8bbf3c-6107-340e-8afa-391477d7d188", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 369 + } + } }, { "type": 0, "input": [ { - "id": 377, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 377 }, { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 341 } ], "output": [ { - "id": 378, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 378 } ], - "uuid": "4a353ca9-109a-3b51-8f12-511c958b8053" + "uuid": "a316d71f-8d7a-31d8-8b35-a42154546e63" }, { "type": 0, "input": [ { "id": 39, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, { - "id": 353, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 353 }, { - "id": 375, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 375 } ], "output": [ { - "id": 376, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 376 } ], - "uuid": "7fc0e569-0763-31cb-8dd3-08045971f452" + "uuid": "461bb154-e484-302d-8a35-3657cad930b2" }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 17, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 5, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "a2202ba5-31c6-3332-88b2-b72c610c7711" + "uuid": "0f170780-dcea-338a-84d7-9d98e196b1ee", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 17 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 17, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 5, "damage": 1, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "98c90c09-a59d-3264-8163-ac2316ef274a" + "uuid": "7d8471fe-98d8-3c67-8b03-41a2a105bd3a", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 17, + "damage": 1 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 17, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 5, "damage": 2, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "d731eb48-ec09-39fd-8dd1-c0bd20a30655" + "uuid": "7df5363a-de26-3f10-89a2-fe8460863847", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 17, + "damage": 2 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 17, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 5, "damage": 3, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "65cc9f7e-662c-3039-845c-cfc3f79ac990" + "uuid": "f653ebbe-2f8b-3a28-835a-f269eed31807", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 17, + "damage": 3 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 162, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 5, "damage": 4, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "a978f7e5-7961-3467-8e8c-c411f3200558" + "uuid": "761f20bd-005d-3e68-8372-4fd390ac5ab2", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 162 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 162, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 5, "damage": 5, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "8dd585b9-05ee-3b6e-8210-d9f2e6be2f35" + "uuid": "86b8e5ea-550e-3c37-8bba-4e963c742804", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 162, + "damage": 1 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 280, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "9be844eb-16c3-306d-8c44-fcc27a9fdbab" + "uuid": "86415e32-57f4-3dd2-8eb0-1b0bee927600", + "shape": [ + "A", + "A" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 263, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 50, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "0c6128bd-3d39-3efe-80d8-c6d24c6a081a" + "uuid": "e2ed2324-8660-32bc-8d39-d0450a16c4f8", + "shape": [ + "A", + "B" + ], + "input": { + "A": { + "id": 263, + "damage": -1 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 281, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "c78cb54a-c255-3d87-8300-8ccc0abc05d2" + "uuid": "8bf366a3-29e9-3825-8e94-b4d55f9e4e7c", + "shape": [ + "A A", + " A " + ], + "input": { + "A": { + "id": 5, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ + "output": [ { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" + "id": 413 + } + ], + "uuid": "6c5a2fc6-191a-3268-8182-b211ea9578a6", + "shape": [ + " A ", + "BCD", + " E " + ], + "input": { + "A": { + "id": 412 }, - { - "id": 412, - "damage": 0, - "count": 1, - "nbt_hex": "" + "B": { + "id": 391 }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" + "C": { + "id": 393 }, - { - "id": 391, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 393, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { + "D": { "id": 39, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 281, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" + "E": { + "id": 281 } - ], - "output": [ - { - "id": 413, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "09e0d689-da37-38f2-80b4-650ecc71a532" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 412, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 391, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 393, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 40, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 281, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 413, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 413 } ], - "uuid": "898a1566-1cf3-36f0-8e1b-23bfba6ee4a0" + "uuid": "815e713d-149e-3e80-8e51-d6323004de88", + "shape": [ + " A ", + "BCD", + " E " + ], + "input": { + "A": { + "id": 412 + }, + "B": { + "id": 391 + }, + "C": { + "id": 393 + }, + "D": { + "id": 40, + "damage": -1 + }, + "E": { + "id": 281 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { "id": 374, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "b6392a97-3671-35e9-8348-53ecfae25fa5" + "uuid": "a0bfe97b-ea2c-3de9-8f25-ef0188616a7b", + "shape": [ + "A A", + " A " + ], + "input": { + "A": { + "id": 20, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 390, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 390 } ], - "uuid": "5449fd17-221e-366f-8358-9dee33fd12dd" + "uuid": "42aae25e-9c48-3b7e-8e43-9016d02df93e", + "shape": [ + "A A", + " A " + ], + "input": { + "A": { + "id": 336 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 66, - "damage": 0, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "1ad19a7b-ee0f-3278-81bb-f7b0aaba3826" + "uuid": "d7545ff6-eac3-340c-8312-da37b8271ebd", + "shape": [ + "A A", + "ABA", + "A A" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 27, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "6649a4fa-6c6c-3ac1-8044-1c53512b83bc" + "uuid": "842a1aa9-4db7-3a33-8e3b-5765686093a0", + "shape": [ + "A A", + "ABA", + "ACA" + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 280 + }, + "C": { + "id": 331 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 70, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 28, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "5a8c8cfa-1229-3367-8157-4602d54dadab" + "uuid": "d3996f15-9218-3bd9-8dc7-0f86599aa4ea", + "shape": [ + "A A", + "ABA", + "ACA" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 70, + "damage": -1 + }, + "C": { + "id": 331 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 76, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 126, - "damage": 0, - "count": 6, - "nbt_hex": "" + "count": 6 } ], - "uuid": "a06b6390-92aa-3968-864c-efca88b4bd02" + "uuid": "c5b36eff-6362-3959-8683-18bd3112b6b4", + "shape": [ + "ABA", + "ACA", + "ABA" + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 280 + }, + "C": { + "id": 76, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 328, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 328 } ], - "uuid": "56ee6a91-c26d-3752-8f74-db941f986614" + "uuid": "79c2aea1-93a0-3d38-8618-07e5fc0e36e8", + "shape": [ + "A A", + "AAA" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ + "output": [ { + "id": 342 + } + ], + "uuid": "a06468ba-32d0-3e80-89fa-cb9ad345e08b", + "shape": [ + "A", + "B" + ], + "input": { + "A": { "id": 54, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, - { - "id": 328, - "damage": 0, - "count": 1, - "nbt_hex": "" + "B": { + "id": 328 } - ], - "output": [ - { - "id": 342, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "16a35609-8c9c-308b-8174-8d7e6e594f9b" + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 410, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 328, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 408, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 408 } ], - "uuid": "79875645-c0e5-3d68-8348-943063dcdd5b" + "uuid": "09b10d5e-8a24-3828-8bd2-dbfd2aef4af8", + "shape": [ + "A", + "B" + ], + "input": { + "A": { + "id": 410 + }, + "B": { + "id": 328 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 380, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 380 } ], - "uuid": "e184ed96-616b-36ad-86e7-c64540c25c5f" + "uuid": "64e9f250-dea5-3338-8c2f-b469d9e2c9ad", + "shape": [ + "A A", + "A A", + "AAA" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 369, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 379, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 379 } ], - "uuid": "dcfb0861-1a27-3bb8-85f9-5dbbac946c5a" + "uuid": "f9b1aa41-a7ec-3eea-8dd1-ab861725f2be", + "shape": [ + " A ", + "BBB" + ], + "input": { + "A": { + "id": 369 + }, + "B": { + "id": 4, + "damage": -1 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ + "output": [ { + "id": 91 + } + ], + "uuid": "d21819cb-e7e7-3275-8e07-1c433c272bb4", + "shape": [ + "A", + "B" + ], + "input": { + "A": { "id": 86, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, - { + "B": { "id": 50, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 91, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "23064db6-31c8-39c0-8ec4-7a9edd17d7fd" + } }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 269, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 333 } ], + "uuid": "4c19e521-ee71-32c1-8a11-219cf18176f7", + "shape": [ + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 5 + }, + "B": { + "id": 269, + "damage": -1 + } + } + }, + { + "type": 1, + "width": 3, + "height": 2, "output": [ { "id": 333, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "21c437d5-50e3-3e94-876f-ac7742ad3d26" + "uuid": "df053107-efae-3845-84e7-e3d438a48f38", + "shape": [ + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 1 + }, + "B": { + "id": 269, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 269, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 333, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "3474094e-df2d-3911-871e-d3e9f10df21b" + "uuid": "971e9e56-06e5-3a84-8ae9-edbf77b31e92", + "shape": [ + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 2 + }, + "B": { + "id": 269, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 269, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 333, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "84319830-40c1-3085-8a15-f360fd57e8bf" + "uuid": "b6bcc5b8-eea5-3bbf-82df-22c92f973f33", + "shape": [ + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 3 + }, + "B": { + "id": 269, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 269, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 333, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "8a020632-2439-35bc-85b4-b770f5925987" + "uuid": "2ab7985d-591a-3afd-8236-8ccf4a639621", + "shape": [ + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 4 + }, + "B": { + "id": 269, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 269, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 333, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "26c9ec7b-3ed2-30a7-820c-0480c0053572" - }, - { - "type": 1, - "width": 3, - "height": 2, - "input": [ - { + "uuid": "395994ab-fc4e-3d25-803e-7ab846d608dc", + "shape": [ + "ABA", + "AAA" + ], + "input": { + "A": { "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, - { + "B": { "id": 269, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 333, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "1ed3343e-ef55-3f42-8519-a16d0a159050" + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 325, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 325 } ], - "uuid": "15f6d494-12b5-335c-810d-5450c9a04dc2" + "uuid": "3b62ee2b-022e-3153-8221-1754fb61c8c7", + "shape": [ + "A A", + " A " + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 0, "input": [ { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 265 }, { - "id": 318, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 318 } ], "output": [ { - "id": 259, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 259 } ], - "uuid": "e95119dd-6313-3b16-85b1-ee1c667a3644" + "uuid": "95a8cffe-8de2-3176-840c-89da3d99636f" }, { "type": 1, "width": 3, "height": 1, - "input": [ - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 296, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 297, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 297 } ], - "uuid": "cd65268a-d557-3bed-82ec-bf89f3acdbc8" + "uuid": "947f3bac-024c-33a5-8934-9d2e8c515031", + "shape": [ + "AAA" + ], + "input": { + "A": { + "id": 296 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 53, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "208d0654-0176-3896-85e4-913707e58f62" + "uuid": "db3b2b9f-4f98-3335-8408-fe80a2464547", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 5 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 134, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "40e67edf-330b-3c45-8468-e1db16805ca0" + "uuid": "61f17ae3-6fd6-34a8-8d53-480c5fae083c", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 135, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "90f1e21f-be7b-3621-82f5-c386d01a7f44" + "uuid": "95f362fc-79b1-318c-82e2-066541096a5e", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 2 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 136, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "6c3386cf-e76b-3f81-88f0-8e2fc319bc7d" + "uuid": "b09675db-0680-3a07-8529-1d87508d3ba7", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 3 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 163, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "784b8127-7433-3dd6-8b5e-039aab14b384" + "uuid": "2b8b70d9-550f-3f41-8ae5-780ef83003d6", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 4 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 164, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "0bc87bdf-acf5-37d8-8881-1e3f189feee7" + "uuid": "6b551818-60c8-35fc-8ae6-d944a2a059f0", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 5, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 67, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "a520aed2-a353-3597-88f5-3b6606a7439a" + "uuid": "f1dfaa7d-f04b-3466-824d-4dabacdfb893", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 45, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 108, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "8d44ff44-91c8-37e9-8de1-1bd28d65c6a7" + "uuid": "2afb7caf-6f05-3d6d-86d8-adfbb5372b1d", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 45, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 24, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 128, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "495cd41c-cc4b-3295-850d-5c733fd51aae" + "uuid": "2d1c6261-31f0-386b-84ac-80cbf65e30b5", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 24, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 179, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 180, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "4fed97a9-b599-3f86-8866-ac8321ad2ec7" + "uuid": "b5b55d06-2a10-38d8-801e-bbc0df9cc1c7", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 179, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 98, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 109, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "acf612ff-6945-3063-8bcd-d69b551d2c81" + "uuid": "742bab5c-64e6-38d1-8c90-8afe7be4e920", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 98, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 155, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 156, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "15746e7a-b762-306c-88a6-65a7df49b62e" + "uuid": "4daa8fb8-c74d-3838-82f4-354596439ca2", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 155, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 112, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 114, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "d90ffba8-860c-3465-80a5-59762219c1ff" + "uuid": "b2fedcee-e720-30f3-8354-f34581b00bc1", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 112, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 201, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 203, - "damage": 0, - "count": 4, - "nbt_hex": "" + "count": 4 } ], - "uuid": "d4194ad7-2979-36cd-8ad1-7313822765da" + "uuid": "47376a27-534e-38dc-8d0f-d7d8b38e2fb3", + "shape": [ + "A ", + "AA ", + "AAA" + ], + "input": { + "A": { + "id": 201, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 346, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 346 } ], - "uuid": "1e042015-feda-3944-8a3e-af3d449eb106" + "uuid": "904a220f-8766-33dc-89b4-d2020b20df62", + "shape": [ + " A", + " AB", + "A B" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 287 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 346, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 391, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 398, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 398 } ], - "uuid": "8b34f8c0-2269-31c7-8f85-7a324aa10399" + "uuid": "7d0aa3a3-91d7-38ac-8747-8bf0cce792f1", + "shape": [ + "A ", + " B" + ], + "input": { + "A": { + "id": 346 + }, + "B": { + "id": 391 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ + "output": [ { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 321 + } + ], + "uuid": "47bc63d4-6e2d-37b3-8f77-3fe6016a8762", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 280 }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 35, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 321, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "506ec243-2790-351d-88b5-2608fb6eb3e0" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 260, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 322, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 322 } ], - "uuid": "37320a36-df45-36df-86b3-05e67be181f4" + "uuid": "006dbff2-8ae3-3083-87d1-77933c7058aa", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 260 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 260, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 41, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 466, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "6b3adbad-2dd7-39dd-872e-dd2aa417849e" + "uuid": "192e938e-4c63-34dc-87ef-f98b8f34bf28", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 41, + "damage": -1 + }, + "B": { + "id": 260 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ + "output": [ { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 69 + } + ], + "uuid": "32927de1-e893-39ed-8db8-e2f4454429ed", + "shape": [ + "A", + "B" + ], + "input": { + "A": { + "id": 280 }, - { + "B": { "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 69, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "de5e11d1-b7b4-3023-8e19-85fd50506949" + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 76, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 76 } ], - "uuid": "150ed52f-1aef-36db-87bd-e8317eb2af10" + "uuid": "0b3516c6-4c61-337f-84db-48aecc438bc1", + "shape": [ + "A", + "B" + ], + "input": { + "A": { + "id": 331 + }, + "B": { + "id": 280 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 158, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 158, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 158, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 151, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 151 } ], - "uuid": "e27123ec-3f2f-3161-8a75-5310ab8c32be" + "uuid": "d143ffd7-1c76-39f6-8950-5dcff89da76a", + "shape": [ + "AAA", + "BBB", + "CCC" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 406 + }, + "C": { + "id": 158, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 76, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 76, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 356, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 356 } ], - "uuid": "ee0aede3-df85-3b5f-836a-e467e8e72386" + "uuid": "1edd4c5f-30c4-3a78-8b60-befdb42d1acc", + "shape": [ + "ABA", + "CCC" + ], + "input": { + "A": { + "id": 76, + "damage": -1 + }, + "B": { + "id": 331 + }, + "C": { + "id": 1, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ + "output": [ { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" + "id": 123 + } + ], + "uuid": "3642f6d5-ad08-3ad6-8207-31358ce798fd", + "shape": [ + " A ", + "ABA", + " A " + ], + "input": { + "A": { + "id": 331 }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 89, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 123, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "5284f869-739e-34fa-86aa-c7757b65bd78" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 347, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 347 } ], - "uuid": "e3b3a1a6-ec5b-3bb1-860d-7674c2863bff" + "uuid": "b6aa8e44-a8db-3d70-885b-7ffb37bb48eb", + "shape": [ + " A ", + "ABA", + " A " + ], + "input": { + "A": { + "id": 266 + }, + "B": { + "id": 331 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - } - ], "output": [ { - "id": 345, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 345 } ], - "uuid": "09c4bde2-5f4d-309a-82f5-1ce1b78d4b14" + "uuid": "07c1019a-7211-3ce3-84b3-8da0f8848b24", + "shape": [ + " A ", + "ABA", + " A " + ], + "input": { + "A": { + "id": 265 + }, + "B": { + "id": 331 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 77, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "feb01dd1-0b4e-3d53-82d8-2c254db71860" + "uuid": "10dc535d-671c-3e65-8b56-babcc84d8d75", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 1 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 143, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "33e1d014-c424-3e7c-8f08-c3d1d7609ca4" - }, - { - "type": 1, - "width": 2, - "height": 1, - "input": [ - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" - } + "uuid": "aa54b8a8-be3f-3e96-8562-9ce7bdb9b389", + "shape": [ + "A" ], - "output": [ - { - "id": 70, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "475e60cc-6948-359d-83c2-921671e87c02" - }, - { - "type": 1, - "width": 2, - "height": 1, - "input": [ - { + "input": { + "A": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, + "damage": -1 + } + } + }, + { + "type": 1, + "width": 2, + "height": 1, + "output": [ { + "id": 70 + } + ], + "uuid": "5dc17ab3-1266-3492-88a4-1a71063bc133", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 1 + } + } + }, + { + "type": 1, + "width": 2, + "height": 1, + "output": [ + { + "id": 72 + } + ], + "uuid": "a61d1b3b-e8be-3455-8593-023c5c0accdb", + "shape": [ + "AA" + ], + "input": { + "A": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 72, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "79ed5bac-8bd0-3983-84c7-884270312356" + } }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 147, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 147 } ], - "uuid": "bcf94003-0cf4-3ec0-8f4c-f4c7151ac6ea" + "uuid": "c4fc5ddb-fbca-3bf5-8871-a2ba4b6366d3", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 266 + } + } }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 148, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 148 } ], - "uuid": "b16cd442-b763-3171-8a6d-a397f08a7210" + "uuid": "85a4ec48-7583-3c79-8b36-b05d55a2cfe7", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 265 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 261, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 23, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "fee9c8fb-e5f8-31a6-830c-ff6c2efe4229" + "uuid": "fa0c34e3-31b9-3ad1-8714-e8fe5137b550", + "shape": [ + "AAA", + "ABA", + "ACA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 261, + "damage": -1 + }, + "C": { + "id": 331 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 125, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "ae9ccaf6-24af-38cb-8ec1-fa2f9822e17e" + "uuid": "05161d19-e956-375c-8c5b-8fe089e2dabf", + "shape": [ + "AAA", + "A A", + "ABA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 331 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ + "output": [ { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 410 + } + ], + "uuid": "5b048da4-f04d-3864-8397-e15aa87893df", + "shape": [ + "A A", + "ABA", + " A " + ], + "input": { + "A": { + "id": 265 }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 54, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 410, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "c0b5b752-a915-3300-8e64-631d70fd57d1" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 251, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 251 } ], - "uuid": "dc97452d-0848-3ae1-85c0-9d19e8e1d2a3" + "uuid": "f9462fe1-2a5d-3132-82f9-003c3579a785", + "shape": [ + "AAA", + "BBC", + "AAA" + ], + "input": { + "A": { + "id": 4, + "damage": -1 + }, + "B": { + "id": 331 + }, + "C": { + "id": 406 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 4, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 33, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "1a89e7a6-5681-3063-8c83-bd9b51a7198f" + "uuid": "df48a424-a862-34ae-8b6b-bc2df99eddbc", + "shape": [ + "AAA", + "BCB", + "BDB" + ], + "input": { + "A": { + "id": 5, + "damage": -1 + }, + "B": { + "id": 4, + "damage": -1 + }, + "C": { + "id": 265 + }, + "D": { + "id": 331 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 33, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 29, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "860839d4-3f99-3d11-8930-ea1d3c64bf87" + "uuid": "aecd7ec7-eb17-3191-8bba-08b40f46a04b", + "shape": [ + "A", + "B" + ], + "input": { + "A": { + "id": 341 + }, + "B": { + "id": 33, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 + } + ], + "uuid": "23e3f46c-b429-3da3-8032-7a527aa89f9f", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { + "id": 35 }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 } - ], - "output": [ - { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "6f5ed14f-cdaf-3d55-8fe5-21d6ce1233a0" + } }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "b332792f-0bce-3c5a-8240-c1e4928ec346" + "uuid": "22ccac53-3cda-3edc-8f0b-6f023e3678ce" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "4fa184c6-2719-333e-8495-cb318f8a2b71" + "uuid": "c6ca4d84-27bb-3fb5-8f25-6f0bd0bfcf8a" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "30697789-33fa-3030-8845-6d3d741dc391" + "uuid": "40e86bbd-02c1-355f-8118-896182cf9766" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "2089f6f1-f6d8-386b-8259-4b1946f55282" + "uuid": "131eace7-8193-3d20-8e2d-252eca09dc70" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "286b51ec-eb33-3e04-8dec-ea46bc16b309" + "uuid": "c1b1ac74-71f7-3a1c-82ae-350b02e0af3b" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "9b4c364d-0791-3916-8639-fcb23d6390bf" + "uuid": "f1f40140-bec7-3070-83cc-42b1340f75f4" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "e96b8119-44ca-3c89-8b00-c0157792b0d6" + "uuid": "c2e9dc20-703c-3101-8bca-baa73ba6359c" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "dbd03ba5-7906-3bb7-8239-e67fa38558eb" + "uuid": "dbbf74c1-b7e0-3cb1-83f3-0f1682700651" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "6ba14ca6-fe3d-330b-868e-9afe81b55859" + "uuid": "aa224c69-167b-3f8e-8170-140d1db66e9e" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "974b655e-2833-3b1b-89ad-87142c63579c" + "uuid": "3131e877-5474-39b7-8df7-5e6ea58ee181" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "bf1b6822-764d-39ba-8ad3-f01d197ad42a" + "uuid": "0d10f147-9c97-3aad-869c-d3e3faeff71e" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "2459422f-d7ea-3734-8ef0-6915fc028a6d" + "uuid": "c4e6c426-dc6a-3b0b-89e5-d3bb20ffa2e2" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "6f973f0b-1178-3452-8537-651d405bb8ff" + "uuid": "c47bd5af-fc10-3423-8580-9f17ed0e7dc9" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "90604372-3ba1-3762-88c1-c1efbf4d14aa" + "uuid": "203c2fea-6470-3bc6-8d71-f68e96aa39dc" }, { "type": 0, "input": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { - "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 355 } ], - "uuid": "fd6715da-ea45-32ca-872a-9fd7144c1b1e" + "uuid": "22b30ddc-da60-33bc-89cc-1dea23ffefeb" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 1 + } + ], + "uuid": "23737c9a-97fd-3aed-8eba-d09172b6bea5", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "a2bacefa-146a-3524-8351-60777c976df9" + "uuid": "c86ff3f4-fc48-314b-8603-c1fd11d4ac07" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "617d57ff-96e1-3e05-8004-c8c9eacdd827" + "uuid": "1103ac9e-2f15-35ff-886f-934a2cc349f6" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "2b357a46-ebed-3764-8a7b-4721f77c5c49" + "uuid": "37632a08-f660-33bd-80c0-2a62c336a7d3" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "472268e7-8e52-3dc8-81e8-81d5ded38702" + "uuid": "f22d45e7-c968-3e29-85e2-d0bf5bdc3a51" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "11529af5-3360-3577-835d-9b15664f92ed" + "uuid": "474c1fc1-f8c5-33e7-8236-7bca4cee361a" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "371d9d0c-df2c-3d7a-8a94-916ee6849cbd" + "uuid": "2c5ca583-2863-3ed7-874d-cb819f8cb767" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "d3946205-ecf7-3ccb-89f4-7c0f7cebe795" + "uuid": "61162a9e-ce0d-3739-8ca0-74c33f6ccb2c" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "5b49de4a-f58c-36da-83d6-a395bf2c4423" + "uuid": "9d6b5689-60f4-3bd5-80bb-76b99df3d711" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "b3ba1b22-5e46-3479-89c3-fa50ced6de85" + "uuid": "96da4d14-7515-31b8-87cc-10249c6217ec" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "6523d2cc-d5b8-3a22-885f-e2e49b0c2558" + "uuid": "7b0c0b99-d745-32ef-8832-1f3e844cd54f" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "4b41e9cb-d4c8-3bdc-861e-2be916266d1b" + "uuid": "bbdc02ef-1f78-30e6-8114-94a2868e70f3" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "c5f26a47-a86f-3afb-8080-a8614f79cb65" + "uuid": "b79ac824-d8db-3c92-8323-6bec758a18fd" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "dcc7afb8-5531-374a-8c05-86cba7305ce3" + "uuid": "6f2be460-0b39-3ba1-8f2f-6d57a9d811a8" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "5e26e7b0-395a-3743-8467-71fe619de9cf" + "uuid": "56d3cc87-3858-3ee4-8433-72db36d6b653" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "104627a7-7901-3461-8a4d-d5b074c48061" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "24d6fbe9-2d04-3799-8a20-e5e71e3482d7" + "uuid": "8f64cc30-5bea-3945-894e-621f49792aa0" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 2 + } + ], + "uuid": "a5a86b5d-278f-3a64-8319-5c2bdd36188a", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "284a80ac-5b86-3d37-857e-443433564b31" + "uuid": "43492dd1-c331-3878-89ff-0a711ae9a935" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "a7b85640-2129-34e4-8fa7-d831d58bd348" + "uuid": "4968d248-4006-368c-8a98-665c5e2a4396" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "9d5af229-dfcf-3e6b-845d-ac1ac7b10930" + "uuid": "4477a5b3-1291-3399-8abc-4b345852ef78" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "a08982ec-c5e6-31ce-8441-8ef49d1333b4" + "uuid": "34a670e1-c463-34cd-8f01-c9f6e09c556f" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "5ec73be2-e0f7-364c-89e3-52aacb900ea4" + "uuid": "2f2b65ed-5550-3538-81b1-f827603ff163" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "7680f9f1-ac5b-3f18-8335-f446c5236296" + "uuid": "9984c223-0648-3f57-85ca-e36eb07f771a" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "e38049df-6267-350e-86c5-372486642589" + "uuid": "c3262795-985e-3d18-89be-bc81ae7cc174" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "1b7829f3-9a73-32ac-8dbb-7b400ec846d4" + "uuid": "e1029467-b7f7-3c95-8361-22c2395b5988" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "3d57e747-dc5a-3227-8144-49d771b18a63" + "uuid": "11325d20-a6b4-3147-861b-026087722dce" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "624619aa-f87e-3965-8dd1-5839e5f4d529" + "uuid": "4f03ea3b-14e4-3d8d-8f22-8891fd2dde81" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "48983216-96a9-359b-8b06-9a18d96fd507" + "uuid": "53fa64c7-127c-3add-811a-5bb378f1377b" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "b997a76a-c02f-33ac-8bae-3a7861ae694b" + "uuid": "668721a3-a7ec-3a2c-8f78-b48a7b1839ab" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "dfea6fa9-8197-3ad4-841d-29c07cb0b5f3" + "uuid": "b05dc61c-56df-3d0e-8f4c-f62eeccbd8ca" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "02e8e40f-74f8-3dbd-8ed4-27a279255d19" + "uuid": "1918c53e-2ff1-3fbe-8dec-2719a559a25e" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "f1a6b1bc-5ed2-3bdd-8cd5-4beabaa0d3bc" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "1a3db89a-0507-3b86-845a-14894bef5664" + "uuid": "3e882ddb-dec3-372d-83b0-c3bd6b43cb8b" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 3 + } + ], + "uuid": "3a49f406-92cb-3b70-8c77-edb3e20060ee", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "4dad6d92-1d04-3322-8502-2d441d3e78f1" + "uuid": "1d60257c-1df2-3415-806b-9985e0cf568b" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "857a91ad-0682-3e47-860f-0e93bc45cf98" + "uuid": "a71c9467-ed26-367b-850e-51c9fa5384b2" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "e8e3ef00-3ae9-38e7-8294-656eaeef8b0b" + "uuid": "ca67a40c-466f-3314-8281-b7023f1442be" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "b5bd11d9-2e4a-3754-8111-4a514be9b819" + "uuid": "e92178eb-bbf6-31a0-8972-fa8340a90f11" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "bc153a12-fd02-34ba-8934-fa68b7c9b1c9" + "uuid": "c4c10d06-d19f-3298-890a-2e73563f8a16" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "eae4dbf8-313a-333f-8d59-6633d9169641" + "uuid": "1aeff659-22ab-37c2-82e0-3b2cc9f3d594" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "5faca698-323d-31a3-8104-b25ec1b581bc" + "uuid": "43ba12ec-c8bc-3f56-87ca-8b313c590ffa" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "fa890989-b6c1-3dfe-8757-fad048329a08" + "uuid": "f487ef21-050f-3cbf-8f19-169af0804570" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "80c788c7-77fd-30d0-8e4e-536f0c47fc25" + "uuid": "fe68b1bf-8c5e-3411-812b-5c6f83d22fdd" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "ba8c59a5-0742-3ec7-8d7e-43974c3ae666" + "uuid": "a9ff972f-dda2-331f-849a-e16d516b8f4b" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "d8f2c9d6-e869-348e-8669-12d9c1e983a5" + "uuid": "61e2fd36-7ec0-3b81-85d6-77cab1a4f381" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "68cd08d9-5220-3975-8c38-8fdff374831b" + "uuid": "218ba42d-9562-330e-872b-1ebe8a157bb3" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "9263f368-4505-3b44-803f-db4da12f78c4" + "uuid": "bc25ba8b-cd9f-3567-88d1-3f14f747753a" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "18486c9e-9fb2-35c3-8c5e-38cf815d32ad" + "uuid": "9c649fad-a801-3557-8f27-9d14f78585e7" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], - "uuid": "ff6b7ac4-9b5d-3356-81c2-368ad9021c6e" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "ddc8fd78-6cc5-3532-8e75-5525df0dd835" + "uuid": "c7a29bd8-bd50-36e0-843d-39709c79c025" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 4 + } + ], + "uuid": "22800328-d424-313e-8296-2dd6a0af61df", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "39ed92b6-91c8-3aa1-8983-7cb049df5a66" + "uuid": "0c98d811-7635-3036-8037-e7b87c30fa8d" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "5fb3127a-8453-3951-809b-d995db026212" + "uuid": "2c7f9498-30dd-35a0-8b0b-746479c702fd" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "a9ed7e32-42af-36ac-8f95-c1426d10cbc4" + "uuid": "57b9cd94-af44-3346-8a45-aac0e5112e0d" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "c73ba14b-babb-34b1-85b5-24d74f8b31da" + "uuid": "7f8dccde-faf1-3106-8816-b4b8cd5663ae" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "54254058-1cb1-38cf-8847-779e20c30693" + "uuid": "d89bf11a-d528-33e5-82b8-463051fe1f25" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "7a4fcedd-8935-3a51-81f6-8e1e12b5f309" + "uuid": "bcf985d6-f5e3-3307-8df8-142d4a97dcfa" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "3811ada4-207a-36ec-869a-6299bf45c7a1" + "uuid": "0c238e6d-fee0-3803-851e-af9359d308c5" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "f81085ac-7c00-309b-8b3d-2773995233d4" + "uuid": "95c00dc3-3b23-3311-8b17-b60e87a7a7b8" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "769d3931-6755-3328-8a7e-221207c5d2fc" + "uuid": "c8fc5568-00b7-3d3d-8032-05b48b6269bb" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "0121d598-daee-364d-8eb0-287b28fccf95" + "uuid": "e7bafbd3-ccc2-372e-8ebe-08876d2b9f1b" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "1f5f2d36-1ae1-3840-8896-2364aac5ea12" + "uuid": "445f5a71-ec1c-3df1-8caf-d8e2762c8648" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "8d5a708b-17e9-3b2a-8f6e-4304846546c3" + "uuid": "1063a64a-9e4a-379a-815e-0819d3f11284" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "fa256048-28f4-3131-856b-a05c3279ca79" + "uuid": "e43d7050-92a5-3ab1-8758-29794812731c" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "04e9b5c2-78ce-3a88-8f6b-1e55a1b69cb7" + "uuid": "ae6d0f35-cdd8-360b-8d29-a7df19da6c46" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], - "uuid": "b8ac6c4a-4fea-337f-8e49-7ee85285c4fc" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "a76e1dda-75fe-34db-8c64-262055230e5b" + "uuid": "6c916d43-9f02-3ee2-8271-b78ac3fe5378" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 5 + } + ], + "uuid": "01ee9c37-5efc-3df5-8137-28c3d1413d3b", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "538dc04b-4486-3045-83ec-3824d8af157a" + "uuid": "6de2aa43-e9fb-3344-8aad-0a7757327a08" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "abbb623a-bfa1-356b-81fd-9101ede9b6cf" + "uuid": "1d9c7b13-22a9-3340-8add-3f50c10fcd96" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "f7ba5cac-10cc-3f58-8357-6c7fdb5a5fc7" + "uuid": "358afbb5-5e6d-368d-82bf-676824b4d9e3" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "5c0d4390-0678-3242-80c5-b73a2880850d" + "uuid": "ee0e9bfe-effd-3673-8ed4-7a4cae85ac7e" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "1637cc97-255d-32d1-8cf3-c6e2da108cc1" + "uuid": "d90b8709-6205-3865-8b58-6bacb16bb21b" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "8dd344f6-e394-3b10-8ece-9a1eb5d09350" + "uuid": "2c83d637-5ac7-35ae-8ee8-f5a74b34b3fe" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "4981ac9f-3dff-37a8-8ffc-08944abe7de5" + "uuid": "6c157829-75e2-3604-862a-a9f66189452f" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "911dc67c-d8a9-3a31-8d02-9dd5481a5a3f" + "uuid": "31fb8ab1-6832-3500-8797-583b8587b162" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "93dcedc6-9ff7-3d72-84e7-261b8380efd8" + "uuid": "3c447302-53a3-3467-8565-997574f97735" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "945e0242-cef3-34d8-8ecc-a13f82918fa0" + "uuid": "af596058-2b13-355c-8755-43c2c23a5f16" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "2d06b3bc-bde0-3ca5-800f-ab98b3862848" + "uuid": "4633b1c8-c456-3140-881d-73866d3e7464" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "88d06aba-68ad-3f09-8ea8-66288f519d40" + "uuid": "eef60c5b-2e31-34dd-82fa-c5cb0858d4d1" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "10ace5ce-726e-330f-8ea1-89842824745e" + "uuid": "0a81bafd-382b-335e-80e1-d96dd7e3e498" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "8b686be4-13fd-3a48-812b-cc6a635617b9" + "uuid": "48f24ec4-4896-3803-8553-6bedd8daa3d1" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], - "uuid": "4ea3a501-3edc-3b70-8fe9-d962a2890564" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "0445f23e-0446-332b-8dd9-eddfcf43a715" + "uuid": "47c9e581-095a-3b6c-8b99-c3bad63c3b85" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 6 + } + ], + "uuid": "7b4b01dd-11c5-3132-86e7-d0b615507188", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "f9f0fc5a-d9db-36c3-89e4-215f3df1ce5b" + "uuid": "39e61a91-d2bb-36f9-8b72-9e86966ee439" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "61ba9173-19e3-3790-823c-a2e6fc6bb2f7" + "uuid": "550177c0-ec44-3086-8442-7884251d23b4" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "4162a5fd-b079-3f14-834c-55d14be42ed2" + "uuid": "56a9acf7-2cd3-38e5-86af-f2e040ad04d3" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "0d75740b-2d69-3804-8cdb-d4c177e05470" + "uuid": "f085e722-a93b-3786-87a2-e46bc97913d1" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "052b8d49-72be-3e3d-87fb-66eb63a024ea" + "uuid": "048a3cb5-44da-38bf-80ab-9f0bd007bd3c" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "88521663-4e52-3728-864f-0cdcee88720d" + "uuid": "445257d6-67f8-3ed9-8403-58fa95302243" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "38a9cbc7-ea2d-37a0-88ec-34064af71159" + "uuid": "57708752-b1c0-3b6e-8657-28f91dc8307a" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "90ec416e-281e-39c2-81f2-aba1a3760cbe" + "uuid": "5cf2644c-a35f-3cf7-8232-15d12399af88" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "cf8759cb-07c9-3522-8846-637af5b27a21" + "uuid": "4f767c5f-bb3c-311e-8159-c326c673fd38" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "c47731d1-70c3-37ac-87a4-95a4fd40a0a7" + "uuid": "b0113317-a76f-33fc-83a8-c9ea1e4c7ff9" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "030c7a32-0a66-3e54-8c9e-9ff81c1d6e01" + "uuid": "6bf5c26a-8404-3030-8937-298526430245" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "10284af9-b4be-338e-8da9-be839d017923" + "uuid": "9462536d-7f0c-383d-8e73-db369b384527" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "dbeb284e-3c54-3beb-87bc-7e3d63ca6bb8" + "uuid": "8d2c9ab3-a564-3e89-8934-e6e302105dc1" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "10156715-5f2c-3921-8331-19fcd94418a3" + "uuid": "02434d66-63dd-372e-81d4-174371576680" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], - "uuid": "731a38e0-ce0c-3703-8373-05302d41c2a2" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "886b33cb-0429-3691-872b-5ccf53d4560c" + "uuid": "7ef9c4ce-d778-36db-81e9-7845fa768000" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 7 + } + ], + "uuid": "08b38745-99eb-3526-8bea-0a1d2f553b17", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "191f73e8-32af-357e-811e-bbaa8ccfe3e1" + "uuid": "6298b957-9506-383b-821c-8f0ea8a430e6" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "97ae8a7a-4bb7-39e2-8c1f-83617e090717" + "uuid": "c581f0d6-9c03-3c13-8d6d-b4bd13c90e8d" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "8e6e8097-6a93-30bc-8cc8-2b8b79bb089b" + "uuid": "559f33a4-85a0-3070-8564-c6ad684c407e" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "3a42d557-6577-3d47-8dc5-59078d4485a6" + "uuid": "2724c7e8-0569-32c1-8d6d-ff509b9d7969" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "98f5f4aa-496c-3d99-8441-789d028b720a" + "uuid": "68ebaddd-f597-3e31-8d6f-739a0f8e60e7" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "dd19c5bc-c3fe-3f13-8a43-ba4e2462b1c4" + "uuid": "3cde325f-477d-3514-8ce4-2fb347a5ceda" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "f489cfb0-2a24-34ee-83ee-9f938cdbcbdd" + "uuid": "78584796-f3d4-33bf-8b18-249f3a2d2b12" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "0b049738-19fc-3397-8c6f-61209a88527d" + "uuid": "4da54bc9-766c-310d-846f-763242c311ca" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "d4d4e26c-6ad0-36b8-86ec-dc11645583fc" + "uuid": "679d27b0-ff38-359b-8494-8726154cfbf6" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "beb99844-a6ae-351f-851c-02603dd6c7c3" + "uuid": "102ec9d9-e535-3f0a-8619-8aed4b9a9cc3" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "a6a9d5fe-bb76-3fc4-8c60-c8a65c5e5547" + "uuid": "f75b70ab-fae9-36c6-8869-31d87c37081e" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "132e9ace-ff81-3d6b-87d1-7dda91db51ad" + "uuid": "8c6f938a-7386-37eb-8d8d-f501f1b030b4" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "d534558c-f04c-358b-8173-ba4734adcbdb" + "uuid": "7d01a885-314b-388e-82ed-d855a18cb7f2" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "02b78451-955e-3409-82b5-2d43f90e76a2" + "uuid": "bc93ac76-3059-327b-8326-89cee9f06903" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], - "uuid": "04291e30-9050-3dc1-8827-682b2422cb09" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "54558ab0-c7b2-33f6-81e9-e852019a660a" + "uuid": "0086a6a3-33df-3362-8908-24929c820011" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 8 + } + ], + "uuid": "5eaaa667-fc4f-3006-835c-e830c121f06c", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "259bf427-8681-377e-892a-7dfc4cb5ff95" + "uuid": "9cd8e0e9-7cbc-373c-8e3c-8a1f826395ec" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "f9b8c016-2e23-32e7-843d-aaf22884bb8c" + "uuid": "6249c39a-f417-3550-87d9-7f22da8ab1f5" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "7d5a661c-93a3-308f-8d8b-afb149545fdd" + "uuid": "aedad15d-2f79-328b-8266-c4fd8833764d" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "485c6e26-ef6f-33f4-8224-029e6a5d455b" + "uuid": "81d439c8-68ca-3dd9-8a4d-ace5f078027a" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "66b87975-d5ac-37c1-8aeb-8c9ab4c91e37" + "uuid": "546aeef9-56b0-3b92-8c72-761b9789170b" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "283d948c-3b4d-3a36-80e9-ffda260b7199" + "uuid": "247951cc-d0ab-342a-8c42-d7b3c78702d2" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "c8aebcc7-b72d-3fec-82a3-b471f33513c2" + "uuid": "530422d2-1fb9-3bfd-8d65-9de08f80e20f" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "69f4e056-3573-3651-862a-bf417485b882" + "uuid": "21f8f19c-29c5-3385-8098-0aae02269bdc" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "dd3e0e8c-ff18-3db2-800d-7bc8a3d7d6c4" + "uuid": "8506158a-b8ac-3fbd-8bde-09980eafd1f9" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "c97f87df-e453-324a-8d22-c90f81b87ba3" + "uuid": "31f22627-2f76-34af-823e-4e2449ddaea5" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "ee4180f1-3526-3977-8619-7dfdedde8964" + "uuid": "29465ee7-baac-3d6a-8e48-6f59d074770d" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "2d5381a9-d9f1-313e-88fd-3009d4810cad" + "uuid": "9de29f52-089f-3c88-8ca8-356ee4200730" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "07ebfd29-5152-3a04-87c4-4772f97cebc3" + "uuid": "5cf466b8-3e52-3f6e-836c-ceae41d2106d" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "2a953b45-997f-33e7-856d-2e97a96a4c9b" + "uuid": "5615ec6a-fc6c-3251-8c8f-45695e3a193f" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], - "uuid": "a035deb0-7601-3a82-80d0-61dd3bac5ef4" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "71b37dff-cf34-3ef3-8106-b8b8c22bccd2" + "uuid": "4a82f410-5a67-3c41-8563-f3ce4720dd12" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 9 + } + ], + "uuid": "8ece942d-b2a7-3da1-86bf-e5b608132df2", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "3234a3b7-abe4-3581-8f06-89b564a29da8" + "uuid": "429e5075-5f57-314f-8ee7-a35ffb037820" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "e31a8afb-fba4-3ea6-8b53-35bef7f16570" + "uuid": "837064d5-a856-3ce5-8d3c-a5148b85892f" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "50e9353c-985f-3c96-8991-30726e58c7df" + "uuid": "fd1b8242-e16c-3bb2-8644-01d77716b840" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "183a90f4-96a5-3690-8a7e-4652a590e1d2" + "uuid": "7e27eacf-e8d1-39ec-8e11-3b823c3f1010" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "0da916bd-c5e5-3f74-8b2e-f70e58b18ad3" + "uuid": "1f4091ec-f2aa-3ad1-8554-ed25fdd63eac" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "2c82922d-c381-37d2-850b-ae7127026a93" + "uuid": "4f5c0e85-eca3-36eb-89ad-5eb104a00878" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "598fdb1d-1255-3f1a-8fbe-7ccbae54968d" + "uuid": "1792c0e3-21c4-3765-8f82-fcf4f6de06cd" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "49047a49-e3d0-30ff-8e9a-625532f0852a" + "uuid": "d361f6ed-ce1b-3825-82b4-a9f232baa82b" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "b3dbcb48-e54a-3379-8c62-4da805ffe644" + "uuid": "db5e30bf-998a-3c84-8652-5df4e09f7d7c" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "ea30570e-6974-379a-8da0-308321cf4329" + "uuid": "be573aed-6fc8-336d-8f4b-017d400b1b47" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "f5e012f7-ba93-3b9a-88c2-6f26d26c4b5d" + "uuid": "aae7ed14-c6be-3e5d-8447-65496086d306" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "1364b836-fc73-3617-84aa-b58698ea8fa6" + "uuid": "537d402f-c253-351f-8f81-4796b8e08cc0" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "f4bf0578-980a-367c-8c62-4e7594eaad6c" + "uuid": "cadc378b-3df9-321a-86f4-6dc2ddffd251" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "4c7d061f-88fb-3b14-8874-0b418b4550a4" + "uuid": "a68de4ea-a636-365b-8499-b36f985cc26f" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], - "uuid": "2edf106d-1a9f-3ae5-82ba-1fb429b2dd14" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "67b7c14f-bf82-3bd8-8944-7decd81578c5" + "uuid": "5a2fda85-605b-34bb-8a13-f63c75e74be6" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 10 + } + ], + "uuid": "68a6c667-1396-316e-8a4c-bfb5d780230c", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "d26c65d2-e497-34f0-88fe-75a59d2feeb6" + "uuid": "c41e41d4-a7f7-3add-8243-2bc43aea8807" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "23fd80b5-2c47-3a9c-86f8-dc01d5cdbe28" + "uuid": "bfedc0d4-090e-38cd-8cb5-401e74fbfddf" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "480e2fdf-067b-3805-8c97-bc60e0db7217" + "uuid": "5cde6233-8366-3cc5-88b2-c460ec39abb7" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "0d7b5a8e-4876-37d4-84f8-eff50c17991f" + "uuid": "b9500b08-1d8a-328e-819a-8998b927fc66" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "d1023ecb-e45c-38a6-8468-5c8e1410e07c" + "uuid": "d7d56211-e141-341c-8920-60a3e84bb2bf" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "6a4f6822-1935-3db8-8fcf-1205fa3f763a" + "uuid": "f906b71f-861f-3cf8-895f-facd2296e4c3" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "81597806-e71c-3458-82d5-bc6e365c1d36" + "uuid": "a77ae1f7-c762-3c87-8d24-0ee021b9d576" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "676c8441-aa0d-3bf8-8817-a9259b563eab" + "uuid": "3bae969c-0122-3927-8d1b-2fac80f93654" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "aabf030e-8a7b-3eed-8eef-96c564594cc9" + "uuid": "7d2904f0-fe0e-31b9-8f5f-52f9d0fb47e6" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "4c30f754-a10e-3d62-8cb4-88ea75da9ad0" + "uuid": "33f11a44-c960-3d5a-8fd7-b899514c6817" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "b4baa2df-195d-33ea-8074-915e09489766" + "uuid": "fd8c1d6d-ed52-3ad6-8133-6f015e82dfc5" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "71e1f156-de68-32fb-8648-76ca63a53e00" + "uuid": "46726123-679b-3f9d-8b4d-eb9b85c2b90f" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "c46c474b-e35c-3a7a-809c-0f30d29505b5" + "uuid": "d2f1e8b8-19e8-3d3b-8e0b-66ebd92fb59f" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "4ab2bf88-6587-399c-898a-05ca5a18b2a5" + "uuid": "88452463-8f54-3b9b-84ad-95cfc20110da" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], - "uuid": "801365b5-b128-3920-8040-a6a6628867d1" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "625ad763-7b01-314f-85f2-04d18e8e39ed" + "uuid": "5120af43-df7e-3a09-841b-410e07a2bebb" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 11 + } + ], + "uuid": "5ab7afa3-68e1-3f1e-82c7-9fc8c2d430ce", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "63c6df39-ce0b-344b-883b-1a63d457ff90" + "uuid": "54907bdd-76f8-39bf-81a9-e53bd116aeb4" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "ec56f381-f552-3b69-8f4c-67c4af7a5b77" + "uuid": "04dc5217-3652-3357-85f2-83c312435de6" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "9ad6514d-a656-3b45-837b-d34b2b603b5b" + "uuid": "aeed3379-0b43-395d-82e3-8378b0ebdf81" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "3c48096b-aa30-3641-89c4-00c973a866f7" + "uuid": "bbee8560-d5ed-3eb2-8302-a1073b0e5b81" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "285e1e1e-d953-3140-884c-0d284d2c9d9e" + "uuid": "f4a58c96-22f8-3125-8dde-882be8b99e65" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "e2310038-7e12-3dff-8c39-d9174bc26089" + "uuid": "80cc5768-ea25-311c-898b-bf7f569868fd" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "6f5e91f4-5ea8-3d34-82e1-be31da7cef98" + "uuid": "3fecfe28-0b69-330c-8cd1-511822037f59" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "9eb7996f-1f79-3da5-8af1-573507efcf14" + "uuid": "f4e2fbf7-283e-32b5-8d74-61d79ec7c1f6" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "876d85fb-b8d7-36d7-805a-dd9349a7d4c9" + "uuid": "cda66aea-b2e9-3cee-8245-b77087696789" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "6672243d-e4c7-31ab-80a7-90fa43506c3c" + "uuid": "1e61c7a3-36f1-38d1-8306-5e5b3a764a1a" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "4ceeb166-0748-3d95-8709-ddd52843042e" + "uuid": "a095bd0a-a012-311e-8007-a35bde2a1211" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "a791c110-a149-3087-8e1d-aee02f8ac74f" + "uuid": "3fc5ff20-5f43-38ae-84f3-a963439935a2" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "f4a6e4ea-696a-3beb-8210-3217fa953d9a" + "uuid": "c9dd2620-c331-37d5-81d3-bd965621e15b" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "82b61186-2509-37a4-818e-73575d58a26a" + "uuid": "3cb166cf-1a1a-322e-84f1-96ee0f4cf5cd" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], - "uuid": "af39e38a-ae21-3468-8d8a-568ab827598c" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "a8dea060-4496-30fa-802e-f0126f91c5d0" + "uuid": "b793f136-d6d5-3d3b-8708-d3ce5981a3b0" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 12 + } + ], + "uuid": "266ae921-a97b-3909-8798-e7d5d4ed5e16", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "47b25331-0f5d-3058-81eb-7e50da1b3bfd" + "uuid": "7f3075e8-64f5-3c82-85e7-c59eb1cda09f" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "1e7aebce-ab6d-3716-8db6-85e9ddb01bf0" + "uuid": "80ee0dff-5c3b-3756-8a74-eb0954855ee4" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "14604022-e382-3f7a-8d0a-915536263015" + "uuid": "7ca4ff7a-313f-30e1-8619-3f263639e071" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "99e599d5-8f55-3c84-8bfb-e04763a81c1c" + "uuid": "0c2f26eb-e9a9-33bb-8720-330dfbf82a8a" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "bc26fdc1-5885-30c4-8c53-966fa3ba5241" + "uuid": "76b7dde1-f104-3d99-8322-ff674ba9a8df" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "dcad546e-e5ca-338c-84bf-ecf676387735" + "uuid": "e01504ab-f45b-3dc9-8fd9-aefeb2163486" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "d2023cbc-31dd-345b-85f5-e6468d872c92" + "uuid": "a73e0341-4a83-3f42-873d-77c74452094c" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "4dbad3d9-988d-3001-8b5f-a89c4ed4983a" + "uuid": "6c8b0cc2-17d4-3915-8fcd-08c84d9e87bf" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "841edb08-97c5-317f-8d14-75fa8262c4ed" + "uuid": "da6e8c0e-4250-374e-8529-a3334d86a6d3" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "79b1de1e-e0d7-3833-8ceb-06f383968c7a" + "uuid": "2553cb56-a25c-3534-89c8-bcff110085a2" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "9540228b-3020-3315-8c86-bc3fb3c481c3" + "uuid": "db3fae1d-7918-3ed7-820b-27ccb0b13b59" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "14c0859c-24e1-3e36-8fdb-3c4a903b478d" + "uuid": "4a7b6be5-ea9d-3659-88c9-a0da936180fc" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "c5d137fe-f932-3121-8e38-3454c3bd4507" + "uuid": "100b5ee6-d569-3090-8c10-9c1fef0569fc" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "6fa4aa1d-1527-3796-8b5c-250ddf3fe22e" + "uuid": "c6aca0fd-dc60-3865-828e-60b861c3cd02" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], - "uuid": "19628420-bd06-3920-8fcc-466509f16d6f" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "1730de61-5c84-34fe-80e4-5879f27c83c1" + "uuid": "fc766089-839f-3659-8701-ac6bc4ece182" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 13 + } + ], + "uuid": "a43d13c5-ac59-38fb-8cb0-7fe61eba1298", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "c49f2bff-2c0d-3bb0-884d-1c259d292cb4" + "uuid": "6e3738f3-eafc-39ff-82a9-e559d09b25f8" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "91951cb9-cb9f-30ff-859a-97bc4f2b9651" + "uuid": "f1c27b3e-dfdc-33b5-87af-041a2e547726" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "f5ddce16-e846-3a92-8bbd-00d776145253" + "uuid": "63db59d8-1ad0-3d98-8de7-1a00b16ee109" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "b81d42b2-1e09-3b82-865a-e41a5ac762b6" + "uuid": "e2ad8a5f-7441-3c7d-8838-afa657047552" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "1bdae089-2200-3fca-8709-8278fbc59fbf" + "uuid": "935bb044-f55f-3f07-8584-f7de32e6c578" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "19bbeb50-a6a8-3ea6-8fee-622cfb7f6e58" + "uuid": "dd401a5e-0cd7-35fb-8878-61b36d571159" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "e4c012f6-9dd2-3e9c-8efe-3a9b36efecaf" + "uuid": "e53e2e81-7033-311d-8ec9-9e9c88011548" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "cb3a0369-8b9b-3579-8435-31f97f8ca68f" + "uuid": "1ae0c27f-2360-33f0-8737-2a082020c057" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "a42d0306-b16d-3fee-8334-fd2d4404317a" + "uuid": "5ef5f0b1-de97-3c97-84df-e716b1ea15e9" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "9ac9e491-8a48-3176-880d-476c2c1b30be" + "uuid": "cb0f024d-7e0c-3381-8228-571206c0e6b2" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "4e4356dd-a352-31af-8565-c527fd024682" + "uuid": "b04f9171-bf07-3f31-87f7-5be9cc8c0db7" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "548ef015-8d02-33b6-80d6-fc3edc55ab40" + "uuid": "cb917217-f4a0-3ff4-89fc-4a762a981bef" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "59c27276-4868-3226-8edf-64c6cc7aee3e" + "uuid": "7eaf4d30-72dc-31e8-8cb2-fd8294dccc2b" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "16f1e960-1f45-38f6-8661-20cfc3e1d996" + "uuid": "82c4a947-eafe-34dd-874f-6ce72ee8da6d" }, { "type": 0, "input": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], - "uuid": "ff88dcd5-2b87-33ec-879d-b3e81017831e" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "1b6e1d55-4478-3b5e-88bf-9847a748becb" + "uuid": "41841b81-0052-3130-8273-7883e6814bb8" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 14 + } + ], + "uuid": "985128f3-7e97-3bfe-8787-dafa64f2a4ca", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351, + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "e34fc4ec-c8e6-35b2-84d2-eab5b0d5818b" + "uuid": "a3a09224-6b05-3922-866c-b380940665a7" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "8be062e9-999d-3ed1-8808-0ad6c20758ce" + "uuid": "61508788-8885-3b3e-8673-c8692e3f434c" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "e6402f48-ff58-33d8-8b15-2be8ade8aaf4" + "uuid": "b3601580-0e5a-30f4-81db-e283216f16a5" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "9a1935b1-8bff-37ed-86af-362354cf1d11" + "uuid": "92ba7966-473d-31a3-887a-85c434a7f3f0" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "bfebaddb-e8e4-35d7-8af7-5050c65c94be" + "uuid": "31d37a8a-22c3-31f8-8479-1ff0a0335a18" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "75907a9b-1080-3cae-86f6-fa83b16833f4" + "uuid": "461c0977-87fc-3480-842a-30c6350dcb48" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "a24c7f27-b576-3df9-8bb5-f75996720582" + "uuid": "b8cbf76b-c4cd-3f1c-82ed-1eeb98e04e7d" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "02b1b530-ca7a-39b8-8b81-59809ebb2f5e" + "uuid": "6d4d33e0-023e-39a9-8aaa-ee13097c50de" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "9dfdc432-8e96-3fc6-8a69-68bcf03f59b6" + "uuid": "aed6ead0-af09-3244-8ab5-cc37eb9d1b04" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "41ad765e-5072-33dd-895c-0261cc045c3b" + "uuid": "ee56a3a7-c19d-3161-8bd9-57d49234d1ff" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "beb5ae11-bd14-3a35-8453-a93c008090d5" + "uuid": "52d6e502-e32f-31c8-8f03-669d4996a24f" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "dfeaf576-d50b-342d-8120-cc1f7f7969dc" + "uuid": "f6328bfd-9705-3fc7-8f65-881c74c5519c" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "33cbb93c-657f-3c21-8744-d38676794a27" + "uuid": "3f0690df-da4f-3c32-8a72-f2cfbf7fd7bf" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "cc7f0cfa-c290-3b49-8c69-9b7e73104dc2" + "uuid": "144d8ae5-8d46-3998-87d4-2f288d3b152f" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 15 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], - "uuid": "4a354b49-0a54-3aec-8750-1dfd87fdeadb" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "b16dea01-ca36-3d45-80a8-742e8434ded5" + "uuid": "45250223-0065-323c-81f3-ddce6680485c" }, { "type": 1, "width": 3, "height": 2, - "input": [ + "output": [ { + "id": 355, + "damage": 15 + } + ], + "uuid": "3694f2f0-5c6d-3647-8abc-80005bfad41a", + "shape": [ + "AAA", + "BBB" + ], + "input": { + "A": { "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { + "B": { "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 + } + } + }, + { + "type": 0, + "input": [ + { + "id": 355 }, { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 5, - "damage": -1, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "cf44a3de-1162-39d2-8cb8-40b477289b42" + "uuid": "6f3b4680-360a-3a4a-82ab-55feaddc35f3" }, { "type": 0, "input": [ { "id": 355, - "damage": 0, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "749932bf-bb15-33c5-85b1-60bb7bbea49c" + "uuid": "2e7fba90-2c64-3ae4-8af4-f754c118add7" }, { "type": 0, "input": [ { "id": 355, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 2 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "b767daf7-8287-3d5b-877a-215ab5ba71f9" + "uuid": "a06df863-8a6f-3f8d-8913-6564a51d52c8" }, { "type": 0, "input": [ { "id": 355, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 3 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "303fa932-974d-3939-8c08-22417477a7f3" + "uuid": "01e54b58-9a64-3a91-8121-10ad6b641d87" }, { "type": 0, "input": [ { "id": 355, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 4 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "ee4ce891-277c-3912-8d03-96aca94c7234" + "uuid": "9f48df6d-591a-352e-813e-d607a719403a" }, { "type": 0, "input": [ { "id": 355, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 5 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "5a1623f6-837e-3c32-8be2-49c98113b729" + "uuid": "87e5d46a-2500-3b02-86ff-10fbe85962cc" }, { "type": 0, "input": [ { "id": 355, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 6 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "332c3d3b-f079-32f9-81c1-e0313e2dc01e" + "uuid": "44cddc9d-4332-3146-8a39-6ed14a16122b" }, { "type": 0, "input": [ { "id": 355, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 7 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "6ddc70b3-9e59-354f-88f9-a041a63ba336" + "uuid": "407d5713-72c7-32fe-85bf-132784844cd2" }, { "type": 0, "input": [ { "id": 355, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 8 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "46d3f08b-ac3f-32fb-8829-07f81f1f1b5d" + "uuid": "5a36cf5e-07d1-3b05-8173-54fb05f3a0ae" }, { "type": 0, "input": [ { "id": 355, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 9 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "6a752cd4-9e4b-3b15-8480-33f8c0bf1261" + "uuid": "ce6c4e19-461f-3385-84df-e12bb762eca4" }, { "type": 0, "input": [ { "id": 355, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 10 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "ea4d1ccc-017d-3b10-8fa6-4920687da11f" + "uuid": "60f4a386-aba8-3391-8de7-22b8e10da6f0" }, { "type": 0, "input": [ { "id": 355, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 11 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "70c28c5b-e389-3f5d-8b13-2eb40bae0874" + "uuid": "8e76f0bb-9fdc-349c-81d5-8f93c79e941e" }, { "type": 0, "input": [ { "id": 355, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 12 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "d0f1f699-91da-34c6-83ad-f9fa49450900" + "uuid": "ccffed27-1858-3f22-803a-7ca635460c30" }, { "type": 0, "input": [ { "id": 355, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 13 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "1c4f7501-cb04-3591-824c-f4c6db9d7f62" + "uuid": "468381da-403a-32ad-8911-ca73105b76f5" }, { "type": 0, "input": [ { "id": 355, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 14 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], - "uuid": "eed27321-54ab-313e-878a-e166f6a5a7e5" - }, - { - "type": 0, - "input": [ - { - "id": 355, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "output": [ - { - "id": 355, - "damage": 15, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "728f5e1f-dbde-398a-85eb-694d53c54486" + "uuid": "b934fd9d-0c11-3a53-8b2f-d81dd196d383" }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 340, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 49, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 116, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 116 } ], - "uuid": "cdd556da-fdae-3742-80d3-206c09316dc5" + "uuid": "3ec76ce2-278a-3149-8b8b-4ef306d381ca", + "shape": [ + " A ", + "BCB", + "CCC" + ], + "input": { + "A": { + "id": 340 + }, + "B": { + "id": 264 + }, + "C": { + "id": 49, + "damage": -1 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 415, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 415, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 415, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 415, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 334 } ], - "uuid": "917e2ebe-0a6c-347a-8aec-88bd077fad52" + "uuid": "50f69a35-158c-3efe-81cb-51f494c90848", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 415 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 76, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 76, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 76, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 1, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 404, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 404 } ], - "uuid": "3f60d697-7259-3125-8252-5436b3117a15" + "uuid": "aca7422f-2d26-337f-8a9f-8cf5cb039e0d", + "shape": [ + " A ", + "ABA", + "CCC" + ], + "input": { + "A": { + "id": 76, + "damage": -1 + }, + "B": { + "id": 406 + }, + "C": { + "id": 1, + "damage": -1 + } + } }, { "type": 1, "width": 1, "height": 2, - "input": [ + "output": [ { + "id": 407 + } + ], + "uuid": "a749b3d4-8f79-3f26-85b6-efdeb373d98f", + "shape": [ + "A", + "B" + ], + "input": { + "A": { "id": 46, - "damage": -1, - "count": 1, - "nbt_hex": "" + "damage": -1 }, - { - "id": 328, - "damage": 0, - "count": 1, - "nbt_hex": "" + "B": { + "id": 328 } - ], - "output": [ - { - "id": 407, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], - "uuid": "3e5f6688-c233-35e9-818f-3db4a116048b" + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 389, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 389 } ], - "uuid": "eb4754af-beee-3f05-8539-31d7bc4aebaa" + "uuid": "1cff10c4-6f2f-33ca-8d76-3d2e4cdd6282", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 334 + } + } }, { "type": 0, "input": [ { - "id": 377, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 377 }, { - "id": 368, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 368 } ], "output": [ { - "id": 381, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 381 } ], - "uuid": "c90a2bbe-b95d-3495-8a71-c885ede40c9f" + "uuid": "0748660e-f428-34b0-838a-91e9f4f96f86" }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 381, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 370, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 426, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 426 } ], - "uuid": "7ab37c6f-fc05-3c81-8912-e0dc6681d8c0" + "uuid": "e71fd3b6-2d0b-3d89-871d-8b520238c8ef", + "shape": [ + "AAA", + "ABA", + "ACA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 381 + }, + "C": { + "id": 370 + } + } }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730000000000010600466c69676874010000" } ], - "uuid": "9a4fdebb-b679-3b56-855b-507d7a2c725e" + "uuid": "9c1d46ea-e3be-3562-83f6-c0d4eae9302a" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "e4f8c2fd-1fa0-36ae-882f-65fb85af29a3" + "uuid": "2d2e8d94-0b70-3ed4-8d13-7c164e75c4c1", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 15, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "1b7cf07d-3210-3628-890c-12332e2e369f" + "uuid": "2201e6b9-6051-3ea1-8942-77b0be64f240", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 15, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "77e56550-be19-3449-8292-8666307d5fff" + "uuid": "649f6b46-cf06-3adf-8e85-5e690b75b0c9", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 15, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 15, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "66a611e1-2c71-3fe6-832a-fb7185836be8" + "uuid": "ea3a98ca-26f4-394a-820a-124f19d07c04", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 15 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" + "damage": 15 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000f070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72f0f0f0ff00" } ], - "uuid": "b5783314-ffef-392b-8b11-3bf74239aac3" + "uuid": "1590852f-3042-3ed6-85e5-c42145a24c2e" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000f070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72f0f0f0ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f72010000000f070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "757350ec-70c0-3ae9-8d97-801c9062e78e" + "uuid": "25ef198f-029a-3d7c-8f44-4e0860170061" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 1, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "40cae2a8-dfae-39bf-8178-3f03588da93d" + "uuid": "3db287be-5382-3b5c-8126-77ee484e5cf1", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 14, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "c0f094e7-0959-35d9-8cef-46a213ebca8c" + "uuid": "d616ca06-3793-3d86-816d-c97b6a5dad56", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 14, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "c7c9872c-acdd-32d0-89a1-5e8af9935fe1" + "uuid": "da2d7b55-77bc-3503-8d32-bf20534b10df", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 1 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 14, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 14, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "f3f6ab8f-2ec5-3009-8fa0-ab0fc9bc6bb7" + "uuid": "649a69ec-bedc-3bd2-8440-a8b85b025465", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 14 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" + "damage": 14 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000e070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f721d80f9ff00" } ], - "uuid": "b995668a-3523-3f30-8a94-419307ab421f" + "uuid": "86e9cb98-8fd8-3692-8379-8db9e46dd325" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000e070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f721d80f9ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f72010000000e070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "ebb71328-bf96-3025-8fa1-c579a98082dc" + "uuid": "dfae61b4-49c8-31d9-849e-23e8d26ad114" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 2, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "4c49040b-0a52-3e24-8a7a-2ed22ede442a" + "uuid": "68a7218b-edab-3c72-8740-b410e89e7809", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 2 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 13, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "ab4d9d81-e2a6-360b-87b2-1fcd5f26dc0e" + "uuid": "894f823a-d4b7-39e2-8b60-f5c97f62f881", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 2 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 13, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "c6ff68d7-d819-3e7d-8786-66751a9bfdac" + "uuid": "efd905b4-236e-32dd-81c3-44b95882bb62", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 2 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 13, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 13, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "a337cabb-68a3-3b38-8c91-b3b1da449847" + "uuid": "d2ab44d5-b913-3df7-8680-4bac29dc1bc3", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 13 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" + "damage": 13 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000d070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72bd4ec7ff00" } ], - "uuid": "d0cc629e-36d0-3f40-86b7-eec52f3c7092" + "uuid": "f969892a-99af-3fb1-8b02-bc20e8d789c7" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000d070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72bd4ec7ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f72010000000d070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "fec7f6c3-8d19-3c6d-866a-696aa228cdcf" + "uuid": "45240fec-2e3c-319d-8384-04e194f107e6" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 3, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "491545b9-217e-37a2-8e69-25605d00d7f3" + "uuid": "cb699805-5195-3cdf-8856-bb7d9f28acd9", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 3 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 12, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "02a3ff36-6994-3344-8e63-b09b6655e7d4" + "uuid": "00b3500d-0755-386a-83d2-769e27f07ac8", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 3 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 12, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "f4787a4f-51df-315c-8de0-4d86210c11e7" + "uuid": "b18e7be9-ac9f-3891-8027-f2a93988bdeb", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 3 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 12, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 12, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "0f976593-ec1d-38b2-827a-ab227652eacc" + "uuid": "e855cf00-1ee9-3998-80d7-5c3c382e28c3", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 12 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" + "damage": 12 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000c070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72dab33aff00" } ], - "uuid": "65c839cc-a002-3b32-8a25-33c02fd52b9a" + "uuid": "737fb380-8546-3680-8f48-d0f1e25e5e60" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000c070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72dab33aff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f72010000000c070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "548a3011-88f9-3286-8da9-20afae48c5cb" + "uuid": "16310794-d779-36d6-8cef-4eb26a2d5df1" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 4, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "4d167aa9-e041-3b71-8f48-6534db0e9242" + "uuid": "eb16808d-3472-33b4-8099-219f69f28d15", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 4 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 11, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "e5d5b529-d715-307f-8566-7bed3b8cfd3a" + "uuid": "00186787-2623-3a14-8b83-2f217bfa38ed", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 4 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 11, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "b0ef5c0f-44e6-396e-8c96-d6386ee307cf" + "uuid": "10af1815-a9e0-30cf-8251-eaf7431e5af3", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 4 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 11, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 11, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "44eaa7b6-6ff0-3ac7-8ab7-5c93263d70ca" + "uuid": "5d8e556c-c1d2-342e-8efc-ff9663a0c77e", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 11 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" + "damage": 11 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000b070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f723dd8feff00" } ], - "uuid": "ae4e8bda-3da3-36f0-8ecc-cf94d532c6cb" + "uuid": "a45635d8-eb16-3a15-8112-23043fd47296" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000b070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f723dd8feff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f72010000000b070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "e2cd6f0e-cea1-38ff-8d2e-606f149780ff" + "uuid": "c54bb666-d91f-3f9d-855e-603bb3c82f18" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 5, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "4cd6c888-ab85-3081-86ed-e352b32a332b" + "uuid": "77a53179-b210-3567-8b87-f0985c849524", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 10, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "f2600edc-ebe0-3bb8-86c9-342798726419" + "uuid": "bff6aaa1-75f4-3fa6-8ebb-be6bdb3c8b16", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 10, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "61410b4a-43a6-3d83-836f-3ded69a2d17e" + "uuid": "09507446-53fe-3b0b-84f1-b7303089cdf4", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 5 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 10, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 10, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "cfab1eb2-9901-36a4-83e1-147cd33d6df9" + "uuid": "386c3fe4-7ef5-3b81-8718-90d764bc371c", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 10 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" + "damage": 10 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000a070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f721fc780ff00" } ], - "uuid": "b150e7cc-9855-3dbf-83ac-43be4d4dc3cf" + "uuid": "8591e6fa-0865-3fd1-8d7a-6794ce9713ca" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f72010000000a070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f721fc780ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f72010000000a070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "1fe12b25-27c5-3a7b-8ecf-1088133330ef" + "uuid": "50a66ab2-0d4d-3a27-8197-719bc55ba3db" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 6, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 6, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "cdf3638f-291f-3d80-8fbf-9b34d4fb62a6" + "uuid": "d169e3b0-d750-33e7-8ea8-62e767daae07", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 6 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 9, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "5b86099a-f644-3ebc-8b20-c9b28e94032a" + "uuid": "3a2a8a32-9f9b-3264-8108-951fdaf385a1", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 6 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 9, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "4790f3f3-f4b5-3b75-833b-daed2a5aa607" + "uuid": "e8f42688-7f1c-35b2-8f1f-bfc9c82ce8b2", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 6 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 9, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 9, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "b4374803-b966-3dd9-8eb5-74ae0ea78ede" + "uuid": "e2cf02df-9288-3451-8c06-8edfd16335ec", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 9 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" + "damage": 9 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000009070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72aa8bf3ff00" } ], - "uuid": "3acc8f2d-ad7b-3145-87fe-75a2d8bb63f5" + "uuid": "9821190d-a904-3fb0-8f5a-8e104e39d53d" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000009070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72aa8bf3ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000009070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "1e37b817-5dec-3404-834d-1ff3575c2ef5" + "uuid": "214eace5-266c-36f1-87bb-0f3ff75aee28" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 7, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "afd3d4b3-9078-3a17-8804-e6e17f1fd670" + "uuid": "7e825abd-d432-3764-8927-a2679fef02a4", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 7 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 8, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "11a88a89-4f59-3673-885d-b4793146635f" + "uuid": "e1fd0a22-b457-34f8-853c-10bce91e225d", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 7 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 8, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "3cd35c68-f19a-37ef-8e73-4df56c50e2b9" + "uuid": "9910c51a-d6d4-3586-840e-abb54afc4edb", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 7 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 8, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 8, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "13e76a92-0fdd-39c7-8904-296be93e815a" + "uuid": "3ea1dd36-c582-3ac6-84b2-1740cab3b7b7", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 8 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" + "damage": 8 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000008070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72524f47ff00" } ], - "uuid": "c1b0c18b-8389-3f28-88a3-33ae9c4753de" + "uuid": "e0f84c24-88af-39a2-8353-56bab55f38b0" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000008070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72524f47ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000008070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "890ce646-e46f-3c66-8e0d-641c04130aec" + "uuid": "9e4a078d-c0cf-3c4c-8fae-27408d6c53cb" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 8, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 8, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "c5ed7f1b-3706-3968-8876-5db9b3d3e61e" + "uuid": "4468444b-6c13-3623-8567-b024592f7384", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 8 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 7, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "58683742-b239-3adc-8ac7-79f2a161dc9b" + "uuid": "9f54dd03-dfc6-33ad-8667-287ba795c6aa", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 8 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 8, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 7, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "0e830c4d-56db-3c55-8462-51044e3aaba0" + "uuid": "94f8e80c-b18f-3a7e-857d-55dfbd9c4bfb", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 8 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 7, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 7, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 7, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "9d9dc75b-5d32-30dc-84f6-c1b81d2ed80b" + "uuid": "93c4b9dc-4979-32fc-8116-28ea4b5b15b8", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 7 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 7, - "count": 1, - "nbt_hex": "" + "damage": 7 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000007070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72979d9dff00" } ], - "uuid": "21c7a751-a7d0-3113-8215-8d188b99a579" + "uuid": "9bbe01af-8c56-3d11-890e-3697e5939b89" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000007070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72979d9dff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000007070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "4432219e-e783-342c-8ddb-11240b34565f" + "uuid": "030236ed-4876-34be-8182-b3cad49d3027" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 9, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 9, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "c14f6647-43f9-31fc-8c95-c94f74568594" + "uuid": "3aaeb023-50a4-30e3-8fc7-4fa2a693d51a", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 9 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 6, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "af259259-4f70-34a2-804a-7037450241c4" + "uuid": "bad6c646-b66e-32a7-8e43-3ecf1b83523b", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 9 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 9, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 6, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "61706170-3d2b-3bd2-8624-69b788c67689" + "uuid": "e7eddb49-9012-320c-8c0f-9eb894bdbab8", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 9 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 6, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 6, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 6, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "457313bd-cf15-3cbe-869e-283fc4de7cf8" + "uuid": "15c7e2d7-8088-369f-8c50-a374be4fb778", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 6 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 6, - "count": 1, - "nbt_hex": "" + "damage": 6 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000006070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f729c9c16ff00" } ], - "uuid": "7928b7c0-2b75-3a14-86e8-5aa882d9f249" + "uuid": "3059da59-1a5b-3935-8c1e-fb3c45c94947" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000006070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f729c9c16ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000006070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "a530a311-7719-3bb2-8696-00f4c5730531" + "uuid": "5232284a-4de9-323b-84c7-7475f576b791" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 10, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 10, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "63a73d2a-5612-3055-8791-f9b83d676b58" + "uuid": "5fc64895-4451-3414-899c-53cced61a23c", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 10 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 5, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "4ed08966-3a71-3355-8055-128ead5ca2ee" + "uuid": "91aee63c-6b05-3b2d-8508-dcd6a5c803c4", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 10 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 10, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 5, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "d9b9ad14-59a7-348b-8b92-ab33c0477b07" + "uuid": "80a70838-a7cb-3877-84fd-f8e49ce86353", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 10 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 5, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 5, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 5, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "b1c190e9-1cd9-3326-8fa3-2955db78cd87" + "uuid": "e9703796-afca-3b55-8dbe-353467df90ce", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 5 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 5, - "count": 1, - "nbt_hex": "" + "damage": 5 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000005070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72b83289ff00" } ], - "uuid": "8365f9c8-583d-35e2-8365-f7c7c036b359" + "uuid": "a7e88ad9-526a-3180-834b-bd8acadcccba" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000005070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72b83289ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000005070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "8b2274e2-29ec-33f9-8bc9-3fe9465204ea" + "uuid": "503e5e24-e8ff-3278-8452-0256fb2fbeb6" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 11, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 11, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "783626f1-7f08-3ffa-8bd3-42b0c777bcf0" + "uuid": "5fa99be4-5e2b-3059-8b06-2760cba2965a", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 11 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 4, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "9fcf49ae-5ac4-38e1-82ed-3674bc3cbd01" + "uuid": "cd722870-0cf2-3cc9-8d16-adaaddf90add", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 11 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 11, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 4, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "7a928e44-5c49-311c-8b08-3871b605c4e5" + "uuid": "dad75404-a8fa-3072-8f56-a9c3a7523ec4", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 11 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 4, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 4, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 4, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "7c627821-b6b4-3c0f-8770-348b6ae9378e" + "uuid": "d68f3d94-eed1-30c8-8eca-a57dd8744e02", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 4 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000004070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72aa443cff00" } ], - "uuid": "cb488c99-ba35-3bd7-8782-afa7fc0a6681" + "uuid": "f8eec684-dd30-3895-8d04-06303d8a9326" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000004070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72aa443cff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000004070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "08ef796a-83e2-3f19-8fe9-6e99792fc79c" + "uuid": "bb1dedae-3dd6-3e12-83a8-1b3cdcf047f3" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 12, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 12, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "57d75e6b-13bb-3f13-89c8-b018e1375ae5" + "uuid": "7a934b89-8f04-35de-810c-3029c70f6452", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 12 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 3, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "3ccda6d6-8ddc-3382-8a8a-7c7e8b3cc555" + "uuid": "7e996849-ef28-33bc-8e93-663ecb58651a", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 12 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 12, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 3, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "bf665838-abfb-3efa-8fd3-4fba79609b43" + "uuid": "5c767a67-b99e-382b-8e03-758e8e3d8835", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 12 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 3, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 3, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 3, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "02a2949f-ea98-3564-8556-484e208672ef" + "uuid": "9d665eb4-1f4b-3f80-8b4e-f6606720a3c7", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 3 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 3, - "count": 1, - "nbt_hex": "" + "damage": 3 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000003070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72325483ff00" } ], - "uuid": "02af6199-b60f-3220-8e7b-462ec74e2073" + "uuid": "3d020765-ba54-3d1d-80ce-6cf049d53049" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000003070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72325483ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000003070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "e3ce3f2e-c4be-3731-8cce-ac994b4f1e6d" + "uuid": "12d18328-76e6-3c93-8b2b-36ca6f019a71" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 13, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 13, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "9f396efc-cd30-3fa4-8c0f-4fab03fd245e" + "uuid": "e47c236f-7679-387b-86be-db19dd20fc4f", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 13 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 2, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "17fbbee6-b93b-38ff-8e84-549977a79bee" + "uuid": "26dede49-c139-3774-8d6b-a0d54e79d2d1", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 13 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 13, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 2, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "a1451723-189e-36d1-860e-a38bcc54409e" + "uuid": "c4f8bf86-e09b-336e-8d15-96de4335c39e", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 13 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 2, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 2, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 2, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "bbeacbf2-2e18-3080-8bb0-8c4422cae353" + "uuid": "7a24a844-dfde-3832-87fb-14f44642e506", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 2 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000002070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72167c5eff00" } ], - "uuid": "26b0f411-37f7-38dd-8b5a-e4d554c4c636" + "uuid": "f30fdf83-9a07-33ab-8378-103b0a997b14" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000002070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72167c5eff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000002070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "3d63839b-7298-3799-872a-50ee20ebea01" + "uuid": "9b49bf22-8e28-3bb8-85aa-9792420e2884" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 14, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 14, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "1ec54c57-4150-377b-8cb6-b0f2dcc352bc" + "uuid": "5600f571-03b3-3b44-815d-e155053c901d", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 14 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, "damage": 1, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "50499fd9-fbbc-328a-863f-b7ba89dd03d7" + "uuid": "f1f6578a-4c9a-342d-85f3-ce252932aedb", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 14 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 14, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, "damage": 1, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "da7ac61e-043a-33d7-8760-4c356debae72" + "uuid": "d665014f-bc22-3cf7-800a-982ff28a6c55", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 14 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, "damage": 1, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "f178a6d1-f321-3ca3-849a-bfc3d37bc65e" + "uuid": "0988e7a6-ad7d-3aa2-80f7-79ecf3188e41", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241, + "damage": 1 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 351, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000001070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72262eb0ff00" } ], - "uuid": "023a04f5-f6c7-340c-8001-a881623202a5" + "uuid": "f64fc8fe-2504-3346-872a-8d0a0094158b" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000001070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72262eb0ff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000001070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "f8b2fe2e-a7f1-3726-81f1-90321013caae" + "uuid": "7b80b468-2af3-382f-8d77-53dce1c30cd7" }, { "type": 1, "width": 2, "height": 1, - "input": [ - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 35, - "damage": 15, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 171, "damage": 15, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "ed9990bf-b759-3ab4-896e-6d210c28d057" + "uuid": "a06068e7-da7d-32d9-839b-ef5dbc059ee9", + "shape": [ + "AA" + ], + "input": { + "A": { + "id": 35, + "damage": 15 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 172, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 159, - "damage": 0, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "a903893b-a57c-3169-8d1b-222149394654" + "uuid": "b2182f40-c7a3-362f-8864-0ced67906c05", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 172, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 15 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 15, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - }, - { - "id": 20, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 241, - "damage": 0, - "count": 8, - "nbt_hex": "" + "count": 8 } ], - "uuid": "79d9a1ac-b87d-37e9-8a09-127c34854a8d" + "uuid": "cb85d77f-65cb-380b-81f0-c5c67e0de85d", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 20, + "damage": -1 + }, + "B": { + "id": 351, + "damage": 15 + } + } }, { "type": 1, "width": 3, "height": 2, - "input": [ - { - "id": 241, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 241, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 160, - "damage": 0, - "count": 16, - "nbt_hex": "" + "count": 16 } ], - "uuid": "67015f31-b5c9-3fc5-8a1a-3279e9848d76" + "uuid": "ca83f2b1-45c4-3678-8245-c34977c5d0d2", + "shape": [ + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 241 + } + } }, { "type": 0, "input": [ { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 } ], "output": [ { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000000070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72211d1dff00" } ], - "uuid": "9b700684-6c8a-3900-8128-0f68f7ad8df7" + "uuid": "0b218442-f533-39b6-8c2a-b4d578e8bcf1" }, { "type": 0, "input": [ { - "id": 339, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 339 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 }, { "id": 402, - "damage": 0, - "count": 1, "nbt_hex": "0a00000a0d0046697265776f726b734974656d070d0046697265776f726b436f6c6f720100000000070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000030b00637573746f6d436f6c6f72211d1dff00" } ], "output": [ { "id": 401, - "damage": 0, - "count": 1, + "count": 3, "nbt_hex": "0a00000a090046697265776f726b73090a004578706c6f73696f6e730a01000000070d0046697265776f726b436f6c6f720100000000070c0046697265776f726b4661646500000000010f0046697265776f726b466c69636b657200010d0046697265776f726b547261696c00010c0046697265776f726b547970650000010600466c69676874010000" } ], - "uuid": "bbc66da6-4ce4-3c0c-8195-07d760058fa2" + "uuid": "a64a0feb-cd23-344b-8973-4896ebc5cd8a" }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 165, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 165 } ], - "uuid": "a4da30b3-c410-37b0-8db6-950181eb9774" + "uuid": "0a31f996-9366-3f13-865a-3115288f7ce1", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 341 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 378, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 378, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 378, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 378, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 213, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 213 } ], - "uuid": "c43ed478-1732-3527-8471-bcfa0d1117b7" + "uuid": "6c701b9f-6d3d-324e-88df-174f73fcd5ff", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 378 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 372, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 214, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 214 } ], - "uuid": "1535b5c1-f20d-3d82-8b37-a94079ceb4fb" + "uuid": "87511742-1d06-3535-85fa-0d7f782ef05c", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 372 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 165, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 341, - "damage": 0, - "count": 9, - "nbt_hex": "" + "count": 9 } ], - "uuid": "9728ee75-65eb-3ad7-8a8d-e7a0052b020e" + "uuid": "d7c0187d-0615-3303-8b93-42eda27b6d07", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 165 + } + } }, { "type": 0, "input": [ { - "id": 377, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 377 }, { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 263 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 } ], "output": [ { "id": 385, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "2ee60c7e-4344-303b-88c6-1d74d948db69" + "uuid": "3b738922-28a4-3527-8f70-ce906c80723d" }, { "type": 0, "input": [ { - "id": 377, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 377 }, { "id": 263, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 }, { - "id": 289, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 289 } ], "output": [ { "id": 385, - "damage": 0, - "count": 3, - "nbt_hex": "" + "count": 3 } ], - "uuid": "ecc06462-fce5-3734-8814-bb8af9d232c4" + "uuid": "e619446b-cff0-34f8-8617-34f09fd37f37" }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 341, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 287, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 420, - "damage": 0, - "count": 2, - "nbt_hex": "" + "count": 2 } ], - "uuid": "8a695e79-7861-3016-801e-def43b784da5" + "uuid": "44387a70-4781-3dfb-8b78-83147f8d35d6", + "shape": [ + "AA ", + "AB ", + " A" + ], + "input": { + "A": { + "id": 287 + }, + "B": { + "id": 341 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 334, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 416, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 416 } ], - "uuid": "75a8dfe4-0df7-363f-84a7-ff35c70d8ac1" + "uuid": "c3fde3e9-cd26-3c5a-84e7-270e40fc4c2e", + "shape": [ + "A A", + "AAA", + "A A" + ], + "input": { + "A": { + "id": 334 + } + } }, { "type": 1, "width": 2, "height": 2, - "input": [ - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 168, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 168 } ], - "uuid": "85e79b7d-8154-3559-83a6-61fb7dd26320" + "uuid": "f78a1628-beea-354e-863c-85a7a3896d8b", + "shape": [ + "AA", + "AA" + ], + "input": { + "A": { + "id": 409 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 168, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } ], - "uuid": "7ff24b6e-4519-3384-8756-56f14184dac3" + "uuid": "b76a7030-1f06-3df2-872d-3ce231933a85", + "shape": [ + "AAA", + "AAA", + "AAA" + ], + "input": { + "A": { + "id": 409 + } + } }, { "type": 1, "width": 1, "height": 1, - "input": [ - { - "id": 30, - "damage": -1, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 287, - "damage": 0, - "count": 9, - "nbt_hex": "" + "count": 9 } ], - "uuid": "5d1fd543-9ea1-32e9-82bd-204870a02739" + "uuid": "fdf3e1d4-8855-3154-829e-4040a202aafd", + "shape": [ + "A" + ], + "input": { + "A": { + "id": 30, + "damage": -1 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { "id": 168, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } ], - "uuid": "1bba01c6-360c-30ec-8da6-31a7bf287fef" + "uuid": "947e826e-192d-32b9-84ea-304a43745de0", + "shape": [ + "AAA", + "ABA", + "AAA" + ], + "input": { + "A": { + "id": 409 + }, + "B": { + "id": 351 + } + } }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 422, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 422, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 422, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 422, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 422, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 409, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 169, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 169 } ], - "uuid": "c39c4984-d943-39df-81ad-1884f8fabefd" + "uuid": "9303c502-3981-3424-8565-229e7b5aeca0", + "shape": [ + "ABA", + "BBB", + "ABA" + ], + "input": { + "A": { + "id": 409 + }, + "B": { + "id": 422 + } + } }, { "type": 0, "input": [ { - "id": 340, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 340 }, { - "id": 351, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 351 }, { - "id": 288, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 288 } ], "output": [ { - "id": 386, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 386 } ], - "uuid": "82e0d3b1-9869-36be-8833-12c3e59158d1" + "uuid": "c9283f00-0107-391d-85ff-8e10ba1b54d4" }, { "type": 1, "width": 3, "height": 3, - "input": [ - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 0, - "damage": 0, - "count": 0, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 44, - "damage": 0, - "count": 1, - "nbt_hex": "" - }, - { - "id": 280, - "damage": 0, - "count": 1, - "nbt_hex": "" - } - ], "output": [ { - "id": 425, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 425 } ], - "uuid": "828c2dbc-0178-3b7b-80f4-1057da27ece6" + "uuid": "1e899ae7-b3b5-3763-85ec-4b37f649539a", + "shape": [ + "AAA", + " A ", + "ABA" + ], + "input": { + "A": { + "id": 280 + }, + "B": { + "id": 44 + } + } }, { "type": 2, "inputId": 4, "output": { - "id": 1, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 1 } }, { "type": 2, "inputId": 12, "output": { - "id": 20, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 20 } }, { "type": 2, "inputId": 14, "output": { - "id": 266, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 266 } }, { "type": 2, "inputId": 15, "output": { - "id": 265, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 265 } }, { "type": 2, "inputId": 16, "output": { - "id": 263, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 263 } }, { @@ -36790,9 +26173,7 @@ "inputId": 17, "output": { "id": 263, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } }, { @@ -36800,29 +26181,21 @@ "inputId": 21, "output": { "id": 351, - "damage": 4, - "count": 1, - "nbt_hex": "" + "damage": 4 } }, { "type": 2, "inputId": 56, "output": { - "id": 264, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 264 } }, { "type": 2, "inputId": 73, "output": { - "id": 331, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 331 } }, { @@ -36830,49 +26203,35 @@ "inputId": 81, "output": { "id": 351, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } }, { "type": 2, "inputId": 82, "output": { - "id": 172, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 172 } }, { "type": 2, "inputId": 87, "output": { - "id": 405, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 405 } }, { "type": 2, "inputId": 129, "output": { - "id": 388, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 388 } }, { "type": 2, "inputId": 153, "output": { - "id": 406, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 406 } }, { @@ -36880,349 +26239,245 @@ "inputId": 162, "output": { "id": 263, - "damage": 1, - "count": 1, - "nbt_hex": "" + "damage": 1 } }, { "type": 2, "inputId": 256, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 257, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 258, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 267, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 283, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 284, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 285, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 286, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 292, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 294, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 302, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 303, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 304, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 305, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 306, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 307, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 308, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 309, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 314, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 315, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 316, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 317, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 319, "output": { - "id": 320, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 320 } }, { "type": 2, "inputId": 337, "output": { - "id": 336, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 336 } }, { "type": 2, "inputId": 349, "output": { - "id": 350, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 350 } }, { "type": 2, "inputId": 363, "output": { - "id": 364, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 364 } }, { "type": 2, "inputId": 365, "output": { - "id": 366, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 366 } }, { "type": 2, "inputId": 392, "output": { - "id": 393, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 393 } }, { "type": 2, "inputId": 411, "output": { - "id": 412, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 412 } }, { "type": 2, "inputId": 417, "output": { - "id": 452, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 452 } }, { "type": 2, "inputId": 418, "output": { - "id": 371, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 371 } }, { "type": 2, "inputId": 423, "output": { - "id": 424, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 424 } }, { "type": 2, "inputId": 432, "output": { - "id": 433, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 433 } }, { "type": 2, "inputId": 460, "output": { - "id": 463, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 463 } }, { @@ -37230,10 +26485,7 @@ "inputId": 19, "inputDamage": 1, "output": { - "id": 19, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 19 } }, { @@ -37242,9 +26494,7 @@ "inputDamage": 0, "output": { "id": 98, - "damage": 2, - "count": 1, - "nbt_hex": "" + "damage": 2 } }, { @@ -37252,10 +26502,7 @@ "inputId": 159, "inputDamage": 0, "output": { - "id": 220, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 220 } }, { @@ -37263,10 +26510,7 @@ "inputId": 159, "inputDamage": 1, "output": { - "id": 221, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 221 } }, { @@ -37274,10 +26518,7 @@ "inputId": 159, "inputDamage": 2, "output": { - "id": 222, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 222 } }, { @@ -37285,10 +26526,7 @@ "inputId": 159, "inputDamage": 3, "output": { - "id": 223, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 223 } }, { @@ -37296,10 +26534,7 @@ "inputId": 159, "inputDamage": 4, "output": { - "id": 224, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 224 } }, { @@ -37307,10 +26542,7 @@ "inputId": 159, "inputDamage": 5, "output": { - "id": 225, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 225 } }, { @@ -37318,10 +26550,7 @@ "inputId": 159, "inputDamage": 6, "output": { - "id": 226, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 226 } }, { @@ -37329,10 +26558,7 @@ "inputId": 159, "inputDamage": 7, "output": { - "id": 227, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 227 } }, { @@ -37340,10 +26566,7 @@ "inputId": 159, "inputDamage": 8, "output": { - "id": 228, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 228 } }, { @@ -37351,10 +26574,7 @@ "inputId": 159, "inputDamage": 9, "output": { - "id": 229, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 229 } }, { @@ -37362,10 +26582,7 @@ "inputId": 159, "inputDamage": 10, "output": { - "id": 219, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 219 } }, { @@ -37373,10 +26590,7 @@ "inputId": 159, "inputDamage": 11, "output": { - "id": 231, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 231 } }, { @@ -37384,10 +26598,7 @@ "inputId": 159, "inputDamage": 12, "output": { - "id": 232, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 232 } }, { @@ -37395,10 +26606,7 @@ "inputId": 159, "inputDamage": 13, "output": { - "id": 233, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 233 } }, { @@ -37406,10 +26614,7 @@ "inputId": 159, "inputDamage": 14, "output": { - "id": 234, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 234 } }, { @@ -37417,10 +26622,7 @@ "inputId": 159, "inputDamage": 15, "output": { - "id": 235, - "damage": 0, - "count": 1, - "nbt_hex": "" + "id": 235 } } ] \ No newline at end of file