diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..1f0d5d8d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:black_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..a34f4fca --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..8ed26d7e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..8991c75b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..e51455cf --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..8a9acad5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..94d9de7c --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..9273c37b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:black_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..6d522c7a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..47a2f88c --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..525ad572 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/black/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:black_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_black" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_black" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..b73076f1 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:blue_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..ae83d234 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..bd9f1320 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..8fe1f4e2 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..2adeef3e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..fa64b523 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..98eaa11a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..9eab3c70 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:blue_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..58be0831 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..86c50ad3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..a5fa553c --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/blue/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:blue_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_blue" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..055c8f27 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:brown_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..4aefa228 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..f6c25bd2 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..68d07056 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..2381b47b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..7e10fa44 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..3b2d48e1 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..e07ad7b0 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:brown_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..2c6f4e92 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..275c473d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..2aed7f5f --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/brown/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:brown_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_brown" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_brown" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..6e4fb58b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:cyan_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..d1c77a01 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..daa670a8 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..6e7bc846 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..4e6facca --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..7581e49e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..dd37c5b0 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..8e4699a3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:cyan_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..120c9cfd --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..1328e7ff --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..14af421a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/cyan/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:cyan_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_cyan" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..87b00b2d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:gray_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..c986d946 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..62ff212e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..2caf886d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..7871df2d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..ab2b273a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..f308c89b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..6eeac076 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:gray_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..77cde8d9 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..5ac2a08f --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..743f9035 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/gray/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:gray_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_gray" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..8e67815d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:green_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..14e0e6fb --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..6f4dd9a4 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..06fa6a09 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..b4b1750e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..8c609476 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..ff82f58b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..7ef87ab8 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:green_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..a8540425 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..67b41662 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..bef13261 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/green/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:green_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_green" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_green" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..88614a78 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:light_blue_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..72420c34 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..94e0995d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..eb3d149c --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..e3799125 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..a8ebcc0e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..a3d25e1a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..81254ea0 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:light_blue_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..e120c091 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..ea7384fd --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..3d62ef25 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_blue/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_blue_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_light_blue" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_light_blue" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..ef8122c2 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:light_gray_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..f7513a44 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..2cc3e826 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..eb4cde7a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..a617e5a0 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..bd59bccb --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..533999a7 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..e2de62bd --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:light_gray_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..a752d362 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..c1205bb5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..68de749c --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/light_gray/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:light_gray_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_light_gray" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_light_gray" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..c516c3b3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:lime_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..de68b565 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..bc191524 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..e2e7d9f3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..9cde56f6 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..430d1de5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..75c29b8f --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..6922ba01 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:lime_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..0c1ccda3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..70f2fb8a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..ea5cda59 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/lime/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:lime_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_lime" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_lime" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..0ad05510 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:magenta_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..fb96ce29 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..6020734b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..96557cc6 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..90ff8d73 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..1c6630c0 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..a333c1d3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..158c32cb --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:magenta_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..e290a942 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..797397c4 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..fb561aab --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/magenta/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:magenta_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_magenta" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_magenta" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..be006bb2 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:orange_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..184d4f3b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..8e7d3f59 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..be564894 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..9e05aa63 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..abab34c7 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..648847b0 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..b2bbb821 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:orange_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..520a3223 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..8007134c --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..47e0e9b5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/orange/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:orange_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_orange" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_orange" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..f6cb200e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:pink_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..b5923e4d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..6fd72db9 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..2580cd71 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..aa5bc2c6 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..d720555d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..431a619f --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..682d6992 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:pink_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..9cd00b4f --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..688667d0 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..240595f1 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/pink/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:pink_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_pink" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_pink" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..f011b4c3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:purple_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..ffa0d7c3 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..dbf948ef --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..5345834d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..abed3fb5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..013c5077 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..81abce35 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..e191b297 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:purple_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..23cdc73e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..68ac3a5e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..e5b0eb7c --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/purple/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:purple_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_purple" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_purple" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..a41eccab --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:red_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..a8692e0f --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..966f4b15 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..7fb94b5a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..3d736e93 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..c9276124 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..39c0f94d --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..2b845ffa --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:red_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..683784a5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..353e77ce --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..04e5b437 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/red/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:red_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_red" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_red" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..64c12744 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:white_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..4c0a0719 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..931ac136 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..7b85cdcd --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..83983cd5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..d3f873f8 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..db808608 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..7990ba25 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:white_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..18dab109 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..c5e75ee5 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..c378a671 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/white/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:white_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_white" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_white" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/copper/vanilla_copper_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/copper/vanilla_copper_shulker_box.json new file mode 100644 index 00000000..e93c31a2 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/copper/vanilla_copper_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:copper" + }, + "S": { + "item": "minecraft:yellow_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:copper_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/crystal/diamond_crystal_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/crystal/diamond_crystal_shulker_box.json new file mode 100644 index 00000000..72dbdcc4 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/crystal/diamond_crystal_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "GGG", + "GSG", + "GGG" + ], + "key": { + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:crystal_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/diamond/gold_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/diamond/gold_diamond_shulker_box.json new file mode 100644 index 00000000..d979e8ae --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/diamond/gold_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "GGG", + "MSM", + "GGG" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:gold_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/diamond/silver_diamond_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/diamond/silver_diamond_shulker_box.json new file mode 100644 index 00000000..98898d5b --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/diamond/silver_diamond_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "GGG", + "GSG", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:diamond" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:diamond_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/gold/iron_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/gold/iron_gold_shulker_box.json new file mode 100644 index 00000000..fcd7b28e --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/gold/iron_gold_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:gold_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/gold/silver_gold_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/gold/silver_gold_shulker_box.json new file mode 100644 index 00000000..f85a0cbe --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/gold/silver_gold_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:gold" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:silver_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/iron/copper_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/iron/copper_iron_shulker_box.json new file mode 100644 index 00000000..bb0f4537 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/iron/copper_iron_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/iron/vanilla_iron_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/iron/vanilla_iron_shulker_box.json new file mode 100644 index 00000000..559fec89 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/iron/vanilla_iron_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:iron" + }, + "S": { + "item": "minecraft:yellow_shulker_box" + } + }, + "result": { + "item": "ironshulkerbox:iron_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/obsidian/diamond_obsidian_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/obsidian/diamond_obsidian_shulker_box.json new file mode 100644 index 00000000..a15b094a --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/obsidian/diamond_obsidian_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:obsidian" + }, + "S": { + "item": "ironshulkerbox:diamond_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:obsidian_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/silver/copper_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/silver/copper_silver_shulker_box.json new file mode 100644 index 00000000..2a72b555 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/silver/copper_silver_shulker_box.json @@ -0,0 +1,20 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MMM", + "MSM", + "MMM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "S": { + "item": "ironshulkerbox:copper_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_yellow" + } +} \ No newline at end of file diff --git a/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/silver/iron_silver_shulker_box.json b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/silver/iron_silver_shulker_box.json new file mode 100644 index 00000000..6780b986 --- /dev/null +++ b/src/main/resources/data/ironshulkerbox/recipes/shulkerboxes/yellow/silver/iron_silver_shulker_box.json @@ -0,0 +1,23 @@ +{ + "type": "ironshulkerbox:shulker_box", + "group": "ironshulkerbox:yellow_shulker_box", + "pattern": [ + "MGM", + "GSG", + "MGM" + ], + "key": { + "M": { + "constant": "ironshulkerbox:silver" + }, + "G": { + "constant": "ironshulkerbox:glass" + }, + "S": { + "item": "ironshulkerbox:iron_shulker_box_yellow" + } + }, + "result": { + "item": "ironshulkerbox:silver_shulker_box_yellow" + } +} \ No newline at end of file