diff --git a/block_id.json b/block_id.json index a9c925a..f37176b 100644 --- a/block_id.json +++ b/block_id.json @@ -328,7 +328,7 @@ "675": "box3:pink_grass_all", "677": "box3:light_blue_grass", "679": "box3:light_blue_grass_all", - "681": "box3:light_purple_grass_", + "681": "box3:light_purple_grass", "683": "box3:light_purple_grass_all", "685": "box3:dark_red_grass", "687": "box3:dark_red_grass_all", diff --git a/box3formula/data/box3/recipe/a.json b/box3formula/data/box3/recipe/a.json new file mode 100644 index 0000000..7621517 --- /dev/null +++ b/box3formula/data/box3/recipe/a.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + " B" + ], + "key": { + "#": "box3:zero", + "B": "box3:one" + }, + "result": { + "id": "box3:a", + "count": 2 + }, + "group": "letters" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/b.json b/box3formula/data/box3/recipe/b.json new file mode 100644 index 0000000..051032b --- /dev/null +++ b/box3formula/data/box3/recipe/b.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + " B" + ], + "key": { + "#": "box3:zero", + "B": "box3:two" + }, + "result": { + "id": "box3:b", + "count": 2 + }, + "group": "letters" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/blue_grass.json b/box3formula/data/box3/recipe/blue_grass.json new file mode 100644 index 0000000..4e41f15 --- /dev/null +++ b/box3formula/data/box3/recipe/blue_grass.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "box3:grass", + "minecraft:blue_dye" + ], + "result": { + "id": "box3:blue_grass", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/blue_grass_all.json b/box3formula/data/box3/recipe/blue_grass_all.json new file mode 100644 index 0000000..ecfdce4 --- /dev/null +++ b/box3formula/data/box3/recipe/blue_grass_all.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "box3:blue_grass" + }, + "result": { + "id": "box3:blue_grass_all", + "count": 8 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/blue_grass_all_2.json b/box3formula/data/box3/recipe/blue_grass_all_2.json new file mode 100644 index 0000000..53d5fad --- /dev/null +++ b/box3formula/data/box3/recipe/blue_grass_all_2.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "B#B", + " B " + ], + "key": { + "#": "box3:grass", + "B": "minecraft:blue_dye" + }, + "result": { + "id": "box3:blue_grass_all", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/c.json b/box3formula/data/box3/recipe/c.json new file mode 100644 index 0000000..03feed4 --- /dev/null +++ b/box3formula/data/box3/recipe/c.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + " B" + ], + "key": { + "#": "box3:zero", + "B": "box3:three" + }, + "result": { + "id": "box3:c", + "count": 2 + }, + "group": "letters" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/d.json b/box3formula/data/box3/recipe/d.json new file mode 100644 index 0000000..58fa7e6 --- /dev/null +++ b/box3formula/data/box3/recipe/d.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:four"}, "result": {"id": "box3:d", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/e.json b/box3formula/data/box3/recipe/e.json new file mode 100644 index 0000000..2ae268a --- /dev/null +++ b/box3formula/data/box3/recipe/e.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:five"}, "result": {"id": "box3:e", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/f.json b/box3formula/data/box3/recipe/f.json new file mode 100644 index 0000000..058d235 --- /dev/null +++ b/box3formula/data/box3/recipe/f.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:six"}, "result": {"id": "box3:f", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/g.json b/box3formula/data/box3/recipe/g.json new file mode 100644 index 0000000..03afecb --- /dev/null +++ b/box3formula/data/box3/recipe/g.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:seven"}, "result": {"id": "box3:g", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/h.json b/box3formula/data/box3/recipe/h.json new file mode 100644 index 0000000..3606a0d --- /dev/null +++ b/box3formula/data/box3/recipe/h.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:eight"}, "result": {"id": "box3:h", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/i.json b/box3formula/data/box3/recipe/i.json new file mode 100644 index 0000000..9b9f3e7 --- /dev/null +++ b/box3formula/data/box3/recipe/i.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:nine"}, "result": {"id": "box3:i", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/j.json b/box3formula/data/box3/recipe/j.json new file mode 100644 index 0000000..ae9c99a --- /dev/null +++ b/box3formula/data/box3/recipe/j.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:zero"}, "result": {"id": "box3:j", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/k.json b/box3formula/data/box3/recipe/k.json new file mode 100644 index 0000000..b305809 --- /dev/null +++ b/box3formula/data/box3/recipe/k.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:one"}, "result": {"id": "box3:k", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/l.json b/box3formula/data/box3/recipe/l.json new file mode 100644 index 0000000..38e783d --- /dev/null +++ b/box3formula/data/box3/recipe/l.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:two"}, "result": {"id": "box3:l", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/light_blue_grass.json b/box3formula/data/box3/recipe/light_blue_grass.json new file mode 100644 index 0000000..4b184e1 --- /dev/null +++ b/box3formula/data/box3/recipe/light_blue_grass.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "box3:grass", + "minecraft:light_blue_dye" + ], + "result": { + "id": "box3:light_blue_grass", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/light_blue_grass_all.json b/box3formula/data/box3/recipe/light_blue_grass_all.json new file mode 100644 index 0000000..bb28320 --- /dev/null +++ b/box3formula/data/box3/recipe/light_blue_grass_all.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "box3:light_blue_grass" + }, + "result": { + "id": "box3:light_blue_grass_all", + "count": 8 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/light_blue_grass_all_2.json b/box3formula/data/box3/recipe/light_blue_grass_all_2.json new file mode 100644 index 0000000..bb6c488 --- /dev/null +++ b/box3formula/data/box3/recipe/light_blue_grass_all_2.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "B#B", + " B " + ], + "key": { + "#": "box3:grass", + "B": "minecraft:light_blue_dye" + }, + "result": { + "id": "box3:light_blue_grass_all", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/light_purple_grass.json b/box3formula/data/box3/recipe/light_purple_grass.json new file mode 100644 index 0000000..6f0020c --- /dev/null +++ b/box3formula/data/box3/recipe/light_purple_grass.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "box3:grass", + "minecraft:magenta_dye" + ], + "result": { + "id": "box3:light_purple_grass", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/light_purple_grass_all.json b/box3formula/data/box3/recipe/light_purple_grass_all.json new file mode 100644 index 0000000..59aeb7c --- /dev/null +++ b/box3formula/data/box3/recipe/light_purple_grass_all.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "box3:light_purple_grass" + }, + "result": { + "id": "box3:light_purple_grass_all", + "count": 8 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/light_purple_grass_all_2.json b/box3formula/data/box3/recipe/light_purple_grass_all_2.json new file mode 100644 index 0000000..6a8049b --- /dev/null +++ b/box3formula/data/box3/recipe/light_purple_grass_all_2.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "B#B", + " B " + ], + "key": { + "#": "box3:grass", + "B": "minecraft:magenta_dye" + }, + "result": { + "id": "box3:light_purple_grass_all", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/m.json b/box3formula/data/box3/recipe/m.json new file mode 100644 index 0000000..e7e5b55 --- /dev/null +++ b/box3formula/data/box3/recipe/m.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:three"}, "result": {"id": "box3:m", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/n.json b/box3formula/data/box3/recipe/n.json new file mode 100644 index 0000000..5216e50 --- /dev/null +++ b/box3formula/data/box3/recipe/n.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:four"}, "result": {"id": "box3:n", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/o.json b/box3formula/data/box3/recipe/o.json new file mode 100644 index 0000000..dd223a1 --- /dev/null +++ b/box3formula/data/box3/recipe/o.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:five"}, "result": {"id": "box3:o", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/orange_grass.json b/box3formula/data/box3/recipe/orange_grass.json new file mode 100644 index 0000000..9a493e4 --- /dev/null +++ b/box3formula/data/box3/recipe/orange_grass.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "box3:grass", + "minecraft:orange_dye" + ], + "result": { + "id": "box3:orange_grass", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/orange_grass_all.json b/box3formula/data/box3/recipe/orange_grass_all.json new file mode 100644 index 0000000..0562f7e --- /dev/null +++ b/box3formula/data/box3/recipe/orange_grass_all.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "box3:orange_grass" + }, + "result": { + "id": "box3:orange_grass_all", + "count": 8 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/orange_grass_all_2.json b/box3formula/data/box3/recipe/orange_grass_all_2.json new file mode 100644 index 0000000..2a8a767 --- /dev/null +++ b/box3formula/data/box3/recipe/orange_grass_all_2.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "B#B", + " B " + ], + "key": { + "#": "box3:grass", + "B": "minecraft:orange_dye" + }, + "result": { + "id": "box3:orange_grass_all", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/p.json b/box3formula/data/box3/recipe/p.json new file mode 100644 index 0000000..42d7f41 --- /dev/null +++ b/box3formula/data/box3/recipe/p.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:six"}, "result": {"id": "box3:p", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/pink_grass.json b/box3formula/data/box3/recipe/pink_grass.json new file mode 100644 index 0000000..12d683a --- /dev/null +++ b/box3formula/data/box3/recipe/pink_grass.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "box3:grass", + "minecraft:pink_dye" + ], + "result": { + "id": "box3:pink_grass", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/pink_grass_all.json b/box3formula/data/box3/recipe/pink_grass_all.json new file mode 100644 index 0000000..f9a73f3 --- /dev/null +++ b/box3formula/data/box3/recipe/pink_grass_all.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "box3:pink_grass" + }, + "result": { + "id": "box3:pink_grass_all", + "count": 8 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/pink_grass_all_2.json b/box3formula/data/box3/recipe/pink_grass_all_2.json new file mode 100644 index 0000000..94919f6 --- /dev/null +++ b/box3formula/data/box3/recipe/pink_grass_all_2.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "B#B", + " B " + ], + "key": { + "#": "box3:grass", + "B": "minecraft:pink_dye" + }, + "result": { + "id": "box3:pink_grass_all", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/purple_grass.json b/box3formula/data/box3/recipe/purple_grass.json new file mode 100644 index 0000000..f6dbd3c --- /dev/null +++ b/box3formula/data/box3/recipe/purple_grass.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "box3:grass", + "minecraft:purple_dye" + ], + "result": { + "id": "box3:purple_grass", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/purple_grass_all.json b/box3formula/data/box3/recipe/purple_grass_all.json new file mode 100644 index 0000000..22b7673 --- /dev/null +++ b/box3formula/data/box3/recipe/purple_grass_all.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "box3:purple_grass" + }, + "result": { + "id": "box3:purple_grass_all", + "count": 8 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/purple_grass_all_2.json b/box3formula/data/box3/recipe/purple_grass_all_2.json new file mode 100644 index 0000000..556a8de --- /dev/null +++ b/box3formula/data/box3/recipe/purple_grass_all_2.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "B#B", + " B " + ], + "key": { + "#": "box3:grass", + "B": "minecraft:purple_dye" + }, + "result": { + "id": "box3:purple_grass_all", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/q.json b/box3formula/data/box3/recipe/q.json new file mode 100644 index 0000000..0a4aec1 --- /dev/null +++ b/box3formula/data/box3/recipe/q.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:seven"}, "result": {"id": "box3:q", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/r.json b/box3formula/data/box3/recipe/r.json new file mode 100644 index 0000000..cf08ddc --- /dev/null +++ b/box3formula/data/box3/recipe/r.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:eight"}, "result": {"id": "box3:r", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/s.json b/box3formula/data/box3/recipe/s.json new file mode 100644 index 0000000..139a638 --- /dev/null +++ b/box3formula/data/box3/recipe/s.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:one", "B": "box3:nine"}, "result": {"id": "box3:s", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/snow_grass.json b/box3formula/data/box3/recipe/snow_grass.json new file mode 100644 index 0000000..8ea8673 --- /dev/null +++ b/box3formula/data/box3/recipe/snow_grass.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + "minecraft:snowball", + "box3:grass" + ], + "result": { + "id": "box3:snow_grass", + "count": 1 + }, + "group": "grass" +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/spiderweb.json b/box3formula/data/box3/recipe/spiderweb.json new file mode 100644 index 0000000..a903c1f --- /dev/null +++ b/box3formula/data/box3/recipe/spiderweb.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": "minecraft:cobweb" + }, + "result": { + "id": "box3:spiderweb", + "count": 8 + } +} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/t.json b/box3formula/data/box3/recipe/t.json new file mode 100644 index 0000000..2fb1a6c --- /dev/null +++ b/box3formula/data/box3/recipe/t.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:two", "B": "box3:zero"}, "result": {"id": "box3:t", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/u.json b/box3formula/data/box3/recipe/u.json new file mode 100644 index 0000000..646e4c4 --- /dev/null +++ b/box3formula/data/box3/recipe/u.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:two", "B": "box3:one"}, "result": {"id": "box3:u", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/v.json b/box3formula/data/box3/recipe/v.json new file mode 100644 index 0000000..d3ae2c0 --- /dev/null +++ b/box3formula/data/box3/recipe/v.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:two", "B": "box3:two"}, "result": {"id": "box3:v", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/w.json b/box3formula/data/box3/recipe/w.json new file mode 100644 index 0000000..30d2753 --- /dev/null +++ b/box3formula/data/box3/recipe/w.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:two", "B": "box3:three"}, "result": {"id": "box3:w", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/x.json b/box3formula/data/box3/recipe/x.json new file mode 100644 index 0000000..b06b182 --- /dev/null +++ b/box3formula/data/box3/recipe/x.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:two", "B": "box3:four"}, "result": {"id": "box3:x", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/y.json b/box3formula/data/box3/recipe/y.json new file mode 100644 index 0000000..096f901 --- /dev/null +++ b/box3formula/data/box3/recipe/y.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:two", "B": "box3:five"}, "result": {"id": "box3:y", "count": 2}, "group": "letters"} \ No newline at end of file diff --git a/box3formula/data/box3/recipe/z.json b/box3formula/data/box3/recipe/z.json new file mode 100644 index 0000000..5011a75 --- /dev/null +++ b/box3formula/data/box3/recipe/z.json @@ -0,0 +1 @@ +{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:two", "B": "box3:six"}, "result": {"id": "box3:z", "count": 2}, "group": "letters"} \ No newline at end of file