diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes')
859 files changed, 13307 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/acacia_boat.json b/minecrafttrivia/mcdata/recipes/acacia_boat.json new file mode 100644 index 0000000..c720cff --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_boat.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_boat" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_button.json b/minecrafttrivia/mcdata/recipes/acacia_button.json new file mode 100644 index 0000000..8c74784 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:acacia_planks" + } + ], + "result": { + "item": "minecraft:acacia_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_door.json b/minecrafttrivia/mcdata/recipes/acacia_door.json new file mode 100644 index 0000000..e4cbbd8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_fence.json b/minecrafttrivia/mcdata/recipes/acacia_fence.json new file mode 100644 index 0000000..6f2de27 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_fence_gate.json b/minecrafttrivia/mcdata/recipes/acacia_fence_gate.json new file mode 100644 index 0000000..cbd3b24 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_planks.json b/minecrafttrivia/mcdata/recipes/acacia_planks.json new file mode 100644 index 0000000..c420aa0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:acacia_logs" + } + ], + "result": { + "item": "minecraft:acacia_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_pressure_plate.json b/minecrafttrivia/mcdata/recipes/acacia_pressure_plate.json new file mode 100644 index 0000000..4cae648 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_sign.json b/minecrafttrivia/mcdata/recipes/acacia_sign.json new file mode 100644 index 0000000..bfb054d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:acacia_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:acacia_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_slab.json b/minecrafttrivia/mcdata/recipes/acacia_slab.json new file mode 100644 index 0000000..3cbd581 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_stairs.json b/minecrafttrivia/mcdata/recipes/acacia_stairs.json new file mode 100644 index 0000000..2218bb3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_trapdoor.json b/minecrafttrivia/mcdata/recipes/acacia_trapdoor.json new file mode 100644 index 0000000..8868cd3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:acacia_planks" + } + }, + "result": { + "item": "minecraft:acacia_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/acacia_wood.json b/minecrafttrivia/mcdata/recipes/acacia_wood.json new file mode 100644 index 0000000..3d87063 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/acacia_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:acacia_log" + } + }, + "result": { + "item": "minecraft:acacia_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/activator_rail.json b/minecrafttrivia/mcdata/recipes/activator_rail.json new file mode 100644 index 0000000..a697a0e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/activator_rail.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XSX", + "X#X", + "XSX" + ], + "key": { + "#": { + "item": "minecraft:redstone_torch" + }, + "S": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:activator_rail", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/andesite.json b/minecrafttrivia/mcdata/recipes/andesite.json new file mode 100644 index 0000000..c061485 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/andesite.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:diorite" + }, + { + "item": "minecraft:cobblestone" + } + ], + "result": { + "item": "minecraft:andesite", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/andesite_slab.json b/minecrafttrivia/mcdata/recipes/andesite_slab.json new file mode 100644 index 0000000..f4a6c39 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/andesite_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:andesite" + } + }, + "result": { + "item": "minecraft:andesite_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/andesite_slab_from_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/andesite_slab_from_andesite_stonecutting.json new file mode 100644 index 0000000..9f45b4a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/andesite_slab_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "minecraft:andesite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/andesite_stairs.json b/minecrafttrivia/mcdata/recipes/andesite_stairs.json new file mode 100644 index 0000000..a5ba1c0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/andesite_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:andesite" + } + }, + "result": { + "item": "minecraft:andesite_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/andesite_stairs_from_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/andesite_stairs_from_andesite_stonecutting.json new file mode 100644 index 0000000..398f661 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/andesite_stairs_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "minecraft:andesite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/andesite_wall.json b/minecrafttrivia/mcdata/recipes/andesite_wall.json new file mode 100644 index 0000000..bcad685 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/andesite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:andesite" + } + }, + "result": { + "item": "minecraft:andesite_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/andesite_wall_from_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/andesite_wall_from_andesite_stonecutting.json new file mode 100644 index 0000000..0fd2650 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/andesite_wall_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "minecraft:andesite_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/anvil.json b/minecrafttrivia/mcdata/recipes/anvil.json new file mode 100644 index 0000000..fba3814 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/anvil.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "III", + " i ", + "iii" + ], + "key": { + "I": { + "item": "minecraft:iron_block" + }, + "i": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:anvil" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/armor_dye.json b/minecrafttrivia/mcdata/recipes/armor_dye.json new file mode 100644 index 0000000..09dd44f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/armor_dye.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_armordye" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/armor_stand.json b/minecrafttrivia/mcdata/recipes/armor_stand.json new file mode 100644 index 0000000..d77f498 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/armor_stand.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "///", + " / ", + "/_/" + ], + "key": { + "/": { + "item": "minecraft:stick" + }, + "_": { + "item": "minecraft:smooth_stone_slab" + } + }, + "result": { + "item": "minecraft:armor_stand" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/arrow.json b/minecrafttrivia/mcdata/recipes/arrow.json new file mode 100644 index 0000000..2d8980f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/arrow.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#", + "Y" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:flint" + }, + "Y": { + "item": "minecraft:feather" + } + }, + "result": { + "item": "minecraft:arrow", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/baked_potato.json b/minecrafttrivia/mcdata/recipes/baked_potato.json new file mode 100644 index 0000000..a50aa2b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/baked_potato.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:potato" + }, + "result": "minecraft:baked_potato", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/baked_potato_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/baked_potato_from_campfire_cooking.json new file mode 100644 index 0000000..8b36c4e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/baked_potato_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:potato" + }, + "result": "minecraft:baked_potato", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/baked_potato_from_smoking.json b/minecrafttrivia/mcdata/recipes/baked_potato_from_smoking.json new file mode 100644 index 0000000..6957580 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/baked_potato_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:potato" + }, + "result": "minecraft:baked_potato", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/banner_duplicate.json b/minecrafttrivia/mcdata/recipes/banner_duplicate.json new file mode 100644 index 0000000..1af352e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/banner_duplicate.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_bannerduplicate" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/barrel.json b/minecrafttrivia/mcdata/recipes/barrel.json new file mode 100644 index 0000000..4cdf148 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/barrel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PSP", + "P P", + "PSP" + ], + "key": { + "P": { + "tag": "minecraft:planks" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "minecraft:barrel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/beacon.json b/minecrafttrivia/mcdata/recipes/beacon.json new file mode 100644 index 0000000..7b3540d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/beacon.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GGG", + "GSG", + "OOO" + ], + "key": { + "S": { + "item": "minecraft:nether_star" + }, + "G": { + "item": "minecraft:glass" + }, + "O": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "minecraft:beacon" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/beehive.json b/minecrafttrivia/mcdata/recipes/beehive.json new file mode 100644 index 0000000..eddbb9e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/beehive.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PPP", + "HHH", + "PPP" + ], + "key": { + "P": { + "tag": "minecraft:planks" + }, + "H": { + "item": "minecraft:honeycomb" + } + }, + "result": { + "item": "minecraft:beehive" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/beetroot_soup.json b/minecrafttrivia/mcdata/recipes/beetroot_soup.json new file mode 100644 index 0000000..ef6cf63 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/beetroot_soup.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:bowl" + }, + { + "item": "minecraft:beetroot" + }, + { + "item": "minecraft:beetroot" + }, + { + "item": "minecraft:beetroot" + }, + { + "item": "minecraft:beetroot" + }, + { + "item": "minecraft:beetroot" + }, + { + "item": "minecraft:beetroot" + } + ], + "result": { + "item": "minecraft:beetroot_soup" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_boat.json b/minecrafttrivia/mcdata/recipes/birch_boat.json new file mode 100644 index 0000000..644bb8e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_boat.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_boat" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_button.json b/minecrafttrivia/mcdata/recipes/birch_button.json new file mode 100644 index 0000000..0947534 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:birch_planks" + } + ], + "result": { + "item": "minecraft:birch_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_door.json b/minecrafttrivia/mcdata/recipes/birch_door.json new file mode 100644 index 0000000..3e454a2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_fence.json b/minecrafttrivia/mcdata/recipes/birch_fence.json new file mode 100644 index 0000000..d60256a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_fence_gate.json b/minecrafttrivia/mcdata/recipes/birch_fence_gate.json new file mode 100644 index 0000000..af0bb7d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_planks.json b/minecrafttrivia/mcdata/recipes/birch_planks.json new file mode 100644 index 0000000..8d2eeaa --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:birch_logs" + } + ], + "result": { + "item": "minecraft:birch_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_pressure_plate.json b/minecrafttrivia/mcdata/recipes/birch_pressure_plate.json new file mode 100644 index 0000000..a4924df --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_sign.json b/minecrafttrivia/mcdata/recipes/birch_sign.json new file mode 100644 index 0000000..0f70b02 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:birch_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:birch_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_slab.json b/minecrafttrivia/mcdata/recipes/birch_slab.json new file mode 100644 index 0000000..5571288 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_stairs.json b/minecrafttrivia/mcdata/recipes/birch_stairs.json new file mode 100644 index 0000000..4f6478f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_trapdoor.json b/minecrafttrivia/mcdata/recipes/birch_trapdoor.json new file mode 100644 index 0000000..01d530c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:birch_planks" + } + }, + "result": { + "item": "minecraft:birch_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/birch_wood.json b/minecrafttrivia/mcdata/recipes/birch_wood.json new file mode 100644 index 0000000..cce7b81 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/birch_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:birch_log" + } + }, + "result": { + "item": "minecraft:birch_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_banner.json b/minecrafttrivia/mcdata/recipes/black_banner.json new file mode 100644 index 0000000..321597c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:black_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:black_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_bed.json b/minecrafttrivia/mcdata/recipes/black_bed.json new file mode 100644 index 0000000..9f2b9c7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:black_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:black_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/black_bed_from_white_bed.json new file mode 100644 index 0000000..37f3497 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:black_dye" + } + ], + "result": { + "item": "minecraft:black_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_carpet.json b/minecrafttrivia/mcdata/recipes/black_carpet.json new file mode 100644 index 0000000..f794f06 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:black_wool" + } + }, + "result": { + "item": "minecraft:black_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/black_carpet_from_white_carpet.json new file mode 100644 index 0000000..f806475 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:black_dye" + } + }, + "result": { + "item": "minecraft:black_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_concrete_powder.json b/minecrafttrivia/mcdata/recipes/black_concrete_powder.json new file mode 100644 index 0000000..1ccccf6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:black_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:black_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_dye.json b/minecrafttrivia/mcdata/recipes/black_dye.json new file mode 100644 index 0000000..c0c21f9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_dye.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "black_dye", + "ingredients": [ + { + "item": "minecraft:ink_sac" + } + ], + "result": { + "item": "minecraft:black_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_dye_from_wither_rose.json b/minecrafttrivia/mcdata/recipes/black_dye_from_wither_rose.json new file mode 100644 index 0000000..7ba123d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_dye_from_wither_rose.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "black_dye", + "ingredients": [ + { + "item": "minecraft:wither_rose" + } + ], + "result": { + "item": "minecraft:black_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/black_glazed_terracotta.json new file mode 100644 index 0000000..71d9dd4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:black_terracotta" + }, + "result": "minecraft:black_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_stained_glass.json b/minecrafttrivia/mcdata/recipes/black_stained_glass.json new file mode 100644 index 0000000..65f84a0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:black_dye" + } + }, + "result": { + "item": "minecraft:black_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/black_stained_glass_pane.json new file mode 100644 index 0000000..4f5b07c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:black_stained_glass" + } + }, + "result": { + "item": "minecraft:black_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/black_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..5d9a817 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:black_dye" + } + }, + "result": { + "item": "minecraft:black_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_terracotta.json b/minecrafttrivia/mcdata/recipes/black_terracotta.json new file mode 100644 index 0000000..f10ac46 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:black_dye" + } + }, + "result": { + "item": "minecraft:black_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/black_wool.json b/minecrafttrivia/mcdata/recipes/black_wool.json new file mode 100644 index 0000000..748f907 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/black_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:black_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:black_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blackstone_slab.json b/minecrafttrivia/mcdata/recipes/blackstone_slab.json new file mode 100644 index 0000000..8aa1f44 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blackstone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:blackstone" + } + }, + "result": { + "item": "minecraft:blackstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blackstone_slab_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/blackstone_slab_from_blackstone_stonecutting.json new file mode 100644 index 0000000..fbf0337 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blackstone_slab_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:blackstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blackstone_stairs.json b/minecrafttrivia/mcdata/recipes/blackstone_stairs.json new file mode 100644 index 0000000..ccb230e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blackstone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:blackstone" + } + }, + "result": { + "item": "minecraft:blackstone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blackstone_stairs_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/blackstone_stairs_from_blackstone_stonecutting.json new file mode 100644 index 0000000..c9a0c3c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blackstone_stairs_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:blackstone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blackstone_wall.json b/minecrafttrivia/mcdata/recipes/blackstone_wall.json new file mode 100644 index 0000000..dd4e7a7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blackstone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:blackstone" + } + }, + "result": { + "item": "minecraft:blackstone_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blackstone_wall_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/blackstone_wall_from_blackstone_stonecutting.json new file mode 100644 index 0000000..fe09806 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blackstone_wall_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:blackstone_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blast_furnace.json b/minecrafttrivia/mcdata/recipes/blast_furnace.json new file mode 100644 index 0000000..ea0c117 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blast_furnace.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "III", + "IXI", + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_stone" + }, + "X": { + "item": "minecraft:furnace" + }, + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:blast_furnace" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blaze_powder.json b/minecrafttrivia/mcdata/recipes/blaze_powder.json new file mode 100644 index 0000000..b7be695 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blaze_powder.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blaze_rod" + } + ], + "result": { + "item": "minecraft:blaze_powder", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_banner.json b/minecrafttrivia/mcdata/recipes/blue_banner.json new file mode 100644 index 0000000..f079c78 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:blue_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:blue_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_bed.json b/minecrafttrivia/mcdata/recipes/blue_bed.json new file mode 100644 index 0000000..e2ff217 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:blue_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:blue_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/blue_bed_from_white_bed.json new file mode 100644 index 0000000..7f8c551 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:blue_dye" + } + ], + "result": { + "item": "minecraft:blue_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_carpet.json b/minecrafttrivia/mcdata/recipes/blue_carpet.json new file mode 100644 index 0000000..246e62f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:blue_wool" + } + }, + "result": { + "item": "minecraft:blue_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/blue_carpet_from_white_carpet.json new file mode 100644 index 0000000..30dddcf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:blue_dye" + } + }, + "result": { + "item": "minecraft:blue_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_concrete_powder.json b/minecrafttrivia/mcdata/recipes/blue_concrete_powder.json new file mode 100644 index 0000000..c739f62 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:blue_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_dye.json b/minecrafttrivia/mcdata/recipes/blue_dye.json new file mode 100644 index 0000000..5ddf1a9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_dye.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "blue_dye", + "ingredients": [ + { + "item": "minecraft:lapis_lazuli" + } + ], + "result": { + "item": "minecraft:blue_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_dye_from_cornflower.json b/minecrafttrivia/mcdata/recipes/blue_dye_from_cornflower.json new file mode 100644 index 0000000..a15fc5d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_dye_from_cornflower.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "blue_dye", + "ingredients": [ + { + "item": "minecraft:cornflower" + } + ], + "result": { + "item": "minecraft:blue_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/blue_glazed_terracotta.json new file mode 100644 index 0000000..590f11e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:blue_terracotta" + }, + "result": "minecraft:blue_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_ice.json b/minecrafttrivia/mcdata/recipes/blue_ice.json new file mode 100644 index 0000000..d28f4b2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_ice.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:packed_ice" + } + }, + "result": { + "item": "minecraft:blue_ice" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_stained_glass.json b/minecrafttrivia/mcdata/recipes/blue_stained_glass.json new file mode 100644 index 0000000..4b1d0f7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:blue_dye" + } + }, + "result": { + "item": "minecraft:blue_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/blue_stained_glass_pane.json new file mode 100644 index 0000000..53f76b3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:blue_stained_glass" + } + }, + "result": { + "item": "minecraft:blue_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/blue_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..82e02fc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:blue_dye" + } + }, + "result": { + "item": "minecraft:blue_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_terracotta.json b/minecrafttrivia/mcdata/recipes/blue_terracotta.json new file mode 100644 index 0000000..a5606c9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:blue_dye" + } + }, + "result": { + "item": "minecraft:blue_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/blue_wool.json b/minecrafttrivia/mcdata/recipes/blue_wool.json new file mode 100644 index 0000000..7703b8a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/blue_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:blue_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bone_block.json b/minecrafttrivia/mcdata/recipes/bone_block.json new file mode 100644 index 0000000..803fdbb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bone_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:bone_meal" + } + }, + "result": { + "item": "minecraft:bone_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bone_meal.json b/minecrafttrivia/mcdata/recipes/bone_meal.json new file mode 100644 index 0000000..52ffbec --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bone_meal.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "bonemeal", + "ingredients": [ + { + "item": "minecraft:bone" + } + ], + "result": { + "item": "minecraft:bone_meal", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bone_meal_from_bone_block.json b/minecrafttrivia/mcdata/recipes/bone_meal_from_bone_block.json new file mode 100644 index 0000000..53a2d4a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bone_meal_from_bone_block.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "bonemeal", + "ingredients": [ + { + "item": "minecraft:bone_block" + } + ], + "result": { + "item": "minecraft:bone_meal", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/book.json b/minecrafttrivia/mcdata/recipes/book.json new file mode 100644 index 0000000..1994cdc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/book.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:leather" + } + ], + "result": { + "item": "minecraft:book" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/book_cloning.json b/minecrafttrivia/mcdata/recipes/book_cloning.json new file mode 100644 index 0000000..f17b05f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/book_cloning.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_bookcloning" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bookshelf.json b/minecrafttrivia/mcdata/recipes/bookshelf.json new file mode 100644 index 0000000..d4ff4f7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bookshelf.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "XXX", + "###" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "X": { + "item": "minecraft:book" + } + }, + "result": { + "item": "minecraft:bookshelf" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bow.json b/minecrafttrivia/mcdata/recipes/bow.json new file mode 100644 index 0000000..c1426e2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bow.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " #X", + "# X", + " #X" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:string" + } + }, + "result": { + "item": "minecraft:bow" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bowl.json b/minecrafttrivia/mcdata/recipes/bowl.json new file mode 100644 index 0000000..b5da023 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bowl.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:bowl", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bread.json b/minecrafttrivia/mcdata/recipes/bread.json new file mode 100644 index 0000000..e354265 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bread.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:wheat" + } + }, + "result": { + "item": "minecraft:bread" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brewing_stand.json b/minecrafttrivia/mcdata/recipes/brewing_stand.json new file mode 100644 index 0000000..fab3806 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brewing_stand.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "###" + ], + "key": { + "B": { + "item": "minecraft:blaze_rod" + }, + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:brewing_stand" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brick.json b/minecrafttrivia/mcdata/recipes/brick.json new file mode 100644 index 0000000..90974f8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brick.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:clay_ball" + }, + "result": "minecraft:brick", + "experience": 0.3, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brick_slab.json b/minecrafttrivia/mcdata/recipes/brick_slab.json new file mode 100644 index 0000000..49cd85a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:bricks" + } + }, + "result": { + "item": "minecraft:brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brick_slab_from_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/brick_slab_from_bricks_stonecutting.json new file mode 100644 index 0000000..693c225 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brick_slab_from_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:bricks" + }, + "result": "minecraft:brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brick_stairs.json b/minecrafttrivia/mcdata/recipes/brick_stairs.json new file mode 100644 index 0000000..4a8a928 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:bricks" + } + }, + "result": { + "item": "minecraft:brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brick_stairs_from_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/brick_stairs_from_bricks_stonecutting.json new file mode 100644 index 0000000..73daa50 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brick_stairs_from_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:bricks" + }, + "result": "minecraft:brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brick_wall.json b/minecrafttrivia/mcdata/recipes/brick_wall.json new file mode 100644 index 0000000..c3e564d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:bricks" + } + }, + "result": { + "item": "minecraft:brick_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brick_wall_from_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/brick_wall_from_bricks_stonecutting.json new file mode 100644 index 0000000..fd1c37c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brick_wall_from_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:bricks" + }, + "result": "minecraft:brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bricks.json b/minecrafttrivia/mcdata/recipes/bricks.json new file mode 100644 index 0000000..1c4fadf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bricks.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:brick" + } + }, + "result": { + "item": "minecraft:bricks" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_banner.json b/minecrafttrivia/mcdata/recipes/brown_banner.json new file mode 100644 index 0000000..b18a7dc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:brown_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:brown_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_bed.json b/minecrafttrivia/mcdata/recipes/brown_bed.json new file mode 100644 index 0000000..1dcc26a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:brown_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:brown_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/brown_bed_from_white_bed.json new file mode 100644 index 0000000..9730508 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:brown_dye" + } + ], + "result": { + "item": "minecraft:brown_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_carpet.json b/minecrafttrivia/mcdata/recipes/brown_carpet.json new file mode 100644 index 0000000..2cbcad7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:brown_wool" + } + }, + "result": { + "item": "minecraft:brown_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/brown_carpet_from_white_carpet.json new file mode 100644 index 0000000..c129639 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:brown_dye" + } + }, + "result": { + "item": "minecraft:brown_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_concrete_powder.json b/minecrafttrivia/mcdata/recipes/brown_concrete_powder.json new file mode 100644 index 0000000..9243a2f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:brown_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:brown_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_dye.json b/minecrafttrivia/mcdata/recipes/brown_dye.json new file mode 100644 index 0000000..b46d98c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_dye.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "brown_dye", + "ingredients": [ + { + "item": "minecraft:cocoa_beans" + } + ], + "result": { + "item": "minecraft:brown_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/brown_glazed_terracotta.json new file mode 100644 index 0000000..1100334 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:brown_terracotta" + }, + "result": "minecraft:brown_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_stained_glass.json b/minecrafttrivia/mcdata/recipes/brown_stained_glass.json new file mode 100644 index 0000000..b3a2f45 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:brown_dye" + } + }, + "result": { + "item": "minecraft:brown_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/brown_stained_glass_pane.json new file mode 100644 index 0000000..9f10b1a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:brown_stained_glass" + } + }, + "result": { + "item": "minecraft:brown_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/brown_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..7e20375 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:brown_dye" + } + }, + "result": { + "item": "minecraft:brown_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_terracotta.json b/minecrafttrivia/mcdata/recipes/brown_terracotta.json new file mode 100644 index 0000000..e3dc392 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:brown_dye" + } + }, + "result": { + "item": "minecraft:brown_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/brown_wool.json b/minecrafttrivia/mcdata/recipes/brown_wool.json new file mode 100644 index 0000000..92e20fc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/brown_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:brown_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:brown_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/bucket.json b/minecrafttrivia/mcdata/recipes/bucket.json new file mode 100644 index 0000000..f648245 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/bucket.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:bucket" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cake.json b/minecrafttrivia/mcdata/recipes/cake.json new file mode 100644 index 0000000..1c50885 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cake.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BEB", + "CCC" + ], + "key": { + "A": { + "item": "minecraft:milk_bucket" + }, + "B": { + "item": "minecraft:sugar" + }, + "C": { + "item": "minecraft:wheat" + }, + "E": { + "item": "minecraft:egg" + } + }, + "result": { + "item": "minecraft:cake" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/campfire.json b/minecrafttrivia/mcdata/recipes/campfire.json new file mode 100644 index 0000000..3cdb158 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/campfire.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + "SCS", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:logs" + }, + "S": { + "item": "minecraft:stick" + }, + "C": { + "tag": "minecraft:coals" + } + }, + "result": { + "item": "minecraft:campfire" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/carrot_on_a_stick.json b/minecrafttrivia/mcdata/recipes/carrot_on_a_stick.json new file mode 100644 index 0000000..a78fe1f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/carrot_on_a_stick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + " X" + ], + "key": { + "#": { + "item": "minecraft:fishing_rod" + }, + "X": { + "item": "minecraft:carrot" + } + }, + "result": { + "item": "minecraft:carrot_on_a_stick" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cartography_table.json b/minecrafttrivia/mcdata/recipes/cartography_table.json new file mode 100644 index 0000000..1fac415 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cartography_table.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "@@", + "##", + "##" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "@": { + "item": "minecraft:paper" + } + }, + "result": { + "item": "minecraft:cartography_table" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cauldron.json b/minecrafttrivia/mcdata/recipes/cauldron.json new file mode 100644 index 0000000..542680b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cauldron.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:cauldron" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chain.json b/minecrafttrivia/mcdata/recipes/chain.json new file mode 100644 index 0000000..45b2dc6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chain.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "N", + "I", + "N" + ], + "key": { + "I": { + "item": "minecraft:iron_ingot" + }, + "N": { + "item": "minecraft:iron_nugget" + } + }, + "result": { + "item": "minecraft:chain" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/charcoal.json b/minecrafttrivia/mcdata/recipes/charcoal.json new file mode 100644 index 0000000..3a6cc52 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/charcoal.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "tag": "minecraft:logs_that_burn" + }, + "result": "minecraft:charcoal", + "experience": 0.15, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chest.json b/minecrafttrivia/mcdata/recipes/chest.json new file mode 100644 index 0000000..6a289e0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chest.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:chest" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chest_minecart.json b/minecrafttrivia/mcdata/recipes/chest_minecart.json new file mode 100644 index 0000000..f0fc9ba --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chest_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:chest" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:chest_minecart" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_nether_bricks.json b/minecrafttrivia/mcdata/recipes/chiseled_nether_bricks.json new file mode 100644 index 0000000..f07d596 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_nether_bricks.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:nether_brick_slab" + } + }, + "result": { + "item": "minecraft:chiseled_nether_bricks" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_nether_bricks_from_nether_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_nether_bricks_from_nether_bricks_stonecutting.json new file mode 100644 index 0000000..b51ce73 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_nether_bricks_from_nether_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:nether_bricks" + }, + "result": "minecraft:chiseled_nether_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone.json b/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone.json new file mode 100644 index 0000000..fff9cc7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone_slab" + } + }, + "result": { + "item": "minecraft:chiseled_polished_blackstone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone_from_blackstone_stonecutting.json new file mode 100644 index 0000000..fa4d403 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:chiseled_polished_blackstone", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..e7d86e6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_polished_blackstone_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:chiseled_polished_blackstone", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json b/minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json new file mode 100644 index 0000000..dc2fef7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:quartz_slab" + } + }, + "result": { + "item": "minecraft:chiseled_quartz_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_quartz_block_from_quartz_block_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_quartz_block_from_quartz_block_stonecutting.json new file mode 100644 index 0000000..0920a1f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_quartz_block_from_quartz_block_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:quartz_block" + }, + "result": "minecraft:chiseled_quartz_block", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_red_sandstone.json b/minecrafttrivia/mcdata/recipes/chiseled_red_sandstone.json new file mode 100644 index 0000000..4cf7d7f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_red_sandstone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:red_sandstone_slab" + } + }, + "result": { + "item": "minecraft:chiseled_red_sandstone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_red_sandstone_from_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_red_sandstone_from_red_sandstone_stonecutting.json new file mode 100644 index 0000000..de8dd3f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_red_sandstone_from_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "minecraft:chiseled_red_sandstone", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_sandstone.json b/minecrafttrivia/mcdata/recipes/chiseled_sandstone.json new file mode 100644 index 0000000..3506716 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_sandstone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:sandstone_slab" + } + }, + "result": { + "item": "minecraft:chiseled_sandstone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_sandstone_from_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_sandstone_from_sandstone_stonecutting.json new file mode 100644 index 0000000..dde7d3b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_sandstone_from_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:chiseled_sandstone", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks.json b/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks.json new file mode 100644 index 0000000..0727312 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stone_brick_slab" + } + }, + "result": { + "item": "minecraft:chiseled_stone_bricks" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks_from_stone_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks_from_stone_bricks_stonecutting.json new file mode 100644 index 0000000..88c6773 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks_from_stone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "minecraft:chiseled_stone_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks_stone_from_stonecutting.json b/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks_stone_from_stonecutting.json new file mode 100644 index 0000000..e66c3ca --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/chiseled_stone_bricks_stone_from_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:chiseled_stone_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/clay.json b/minecrafttrivia/mcdata/recipes/clay.json new file mode 100644 index 0000000..b8e53d2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/clay.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:clay_ball" + } + }, + "result": { + "item": "minecraft:clay" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/clock.json b/minecrafttrivia/mcdata/recipes/clock.json new file mode 100644 index 0000000..1f14927 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/clock.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:clock" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/coal.json b/minecrafttrivia/mcdata/recipes/coal.json new file mode 100644 index 0000000..dd45125 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/coal.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:coal_block" + } + ], + "result": { + "item": "minecraft:coal", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/coal_block.json b/minecrafttrivia/mcdata/recipes/coal_block.json new file mode 100644 index 0000000..fa18c4a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/coal_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:coal" + } + }, + "result": { + "item": "minecraft:coal_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/coal_from_blasting.json b/minecrafttrivia/mcdata/recipes/coal_from_blasting.json new file mode 100644 index 0000000..6a0cdbf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/coal_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:coal_ore" + }, + "result": "minecraft:coal", + "experience": 0.1, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/coal_from_smelting.json b/minecrafttrivia/mcdata/recipes/coal_from_smelting.json new file mode 100644 index 0000000..6e22323 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/coal_from_smelting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:coal_ore" + }, + "result": "minecraft:coal", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/coarse_dirt.json b/minecrafttrivia/mcdata/recipes/coarse_dirt.json new file mode 100644 index 0000000..43dbebe --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/coarse_dirt.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "DG", + "GD" + ], + "key": { + "D": { + "item": "minecraft:dirt" + }, + "G": { + "item": "minecraft:gravel" + } + }, + "result": { + "item": "minecraft:coarse_dirt", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cobblestone_slab.json b/minecrafttrivia/mcdata/recipes/cobblestone_slab.json new file mode 100644 index 0000000..a602e9a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cobblestone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:cobblestone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cobblestone_slab_from_cobblestone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cobblestone_slab_from_cobblestone_stonecutting.json new file mode 100644 index 0000000..81d45c3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cobblestone_slab_from_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:cobblestone" + }, + "result": "minecraft:cobblestone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cobblestone_stairs.json b/minecrafttrivia/mcdata/recipes/cobblestone_stairs.json new file mode 100644 index 0000000..59ffa38 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cobblestone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:cobblestone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cobblestone_stairs_from_cobblestone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cobblestone_stairs_from_cobblestone_stonecutting.json new file mode 100644 index 0000000..ebc2c11 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cobblestone_stairs_from_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:cobblestone" + }, + "result": "minecraft:cobblestone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cobblestone_wall.json b/minecrafttrivia/mcdata/recipes/cobblestone_wall.json new file mode 100644 index 0000000..0298816 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:cobblestone_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cobblestone_wall_from_cobblestone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cobblestone_wall_from_cobblestone_stonecutting.json new file mode 100644 index 0000000..790063f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cobblestone_wall_from_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:cobblestone" + }, + "result": "minecraft:cobblestone_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/comparator.json b/minecrafttrivia/mcdata/recipes/comparator.json new file mode 100644 index 0000000..920930d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/comparator.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#X#", + "III" + ], + "key": { + "#": { + "item": "minecraft:redstone_torch" + }, + "X": { + "item": "minecraft:quartz" + }, + "I": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "minecraft:comparator" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/compass.json b/minecrafttrivia/mcdata/recipes/compass.json new file mode 100644 index 0000000..5ded677 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/compass.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:compass" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/composter.json b/minecrafttrivia/mcdata/recipes/composter.json new file mode 100644 index 0000000..24907a1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/composter.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + "# #", + "###" + ], + "key": { + "#": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "minecraft:composter" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/conduit.json b/minecrafttrivia/mcdata/recipes/conduit.json new file mode 100644 index 0000000..1e095e5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/conduit.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:nautilus_shell" + }, + "X": { + "item": "minecraft:heart_of_the_sea" + } + }, + "result": { + "item": "minecraft:conduit" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_beef.json b/minecrafttrivia/mcdata/recipes/cooked_beef.json new file mode 100644 index 0000000..e33bad4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_beef.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:beef" + }, + "result": "minecraft:cooked_beef", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_beef_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/cooked_beef_from_campfire_cooking.json new file mode 100644 index 0000000..116e959 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_beef_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:beef" + }, + "result": "minecraft:cooked_beef", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_beef_from_smoking.json b/minecrafttrivia/mcdata/recipes/cooked_beef_from_smoking.json new file mode 100644 index 0000000..75ed73b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_beef_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:beef" + }, + "result": "minecraft:cooked_beef", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_chicken.json b/minecrafttrivia/mcdata/recipes/cooked_chicken.json new file mode 100644 index 0000000..3ba4997 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_chicken.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:chicken" + }, + "result": "minecraft:cooked_chicken", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_chicken_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/cooked_chicken_from_campfire_cooking.json new file mode 100644 index 0000000..70b6f0a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_chicken_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:chicken" + }, + "result": "minecraft:cooked_chicken", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_chicken_from_smoking.json b/minecrafttrivia/mcdata/recipes/cooked_chicken_from_smoking.json new file mode 100644 index 0000000..378a20a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_chicken_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:chicken" + }, + "result": "minecraft:cooked_chicken", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_cod.json b/minecrafttrivia/mcdata/recipes/cooked_cod.json new file mode 100644 index 0000000..d524fae --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_cod.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:cod" + }, + "result": "minecraft:cooked_cod", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_cod_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/cooked_cod_from_campfire_cooking.json new file mode 100644 index 0000000..e5f2c29 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_cod_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:cod" + }, + "result": "minecraft:cooked_cod", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_cod_from_smoking.json b/minecrafttrivia/mcdata/recipes/cooked_cod_from_smoking.json new file mode 100644 index 0000000..62d47cb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_cod_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:cod" + }, + "result": "minecraft:cooked_cod", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_mutton.json b/minecrafttrivia/mcdata/recipes/cooked_mutton.json new file mode 100644 index 0000000..c0f8ea9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_mutton.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:mutton" + }, + "result": "minecraft:cooked_mutton", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_mutton_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/cooked_mutton_from_campfire_cooking.json new file mode 100644 index 0000000..35b6339 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_mutton_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:mutton" + }, + "result": "minecraft:cooked_mutton", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_mutton_from_smoking.json b/minecrafttrivia/mcdata/recipes/cooked_mutton_from_smoking.json new file mode 100644 index 0000000..b688a2a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_mutton_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:mutton" + }, + "result": "minecraft:cooked_mutton", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_porkchop.json b/minecrafttrivia/mcdata/recipes/cooked_porkchop.json new file mode 100644 index 0000000..18a301e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_porkchop.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:porkchop" + }, + "result": "minecraft:cooked_porkchop", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_porkchop_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/cooked_porkchop_from_campfire_cooking.json new file mode 100644 index 0000000..0ad1c88 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_porkchop_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:porkchop" + }, + "result": "minecraft:cooked_porkchop", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_porkchop_from_smoking.json b/minecrafttrivia/mcdata/recipes/cooked_porkchop_from_smoking.json new file mode 100644 index 0000000..4d8cb22 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_porkchop_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:porkchop" + }, + "result": "minecraft:cooked_porkchop", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_rabbit.json b/minecrafttrivia/mcdata/recipes/cooked_rabbit.json new file mode 100644 index 0000000..30cc815 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_rabbit.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:rabbit" + }, + "result": "minecraft:cooked_rabbit", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_rabbit_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/cooked_rabbit_from_campfire_cooking.json new file mode 100644 index 0000000..6950d25 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_rabbit_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:rabbit" + }, + "result": "minecraft:cooked_rabbit", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_rabbit_from_smoking.json b/minecrafttrivia/mcdata/recipes/cooked_rabbit_from_smoking.json new file mode 100644 index 0000000..098be9f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_rabbit_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:rabbit" + }, + "result": "minecraft:cooked_rabbit", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_salmon.json b/minecrafttrivia/mcdata/recipes/cooked_salmon.json new file mode 100644 index 0000000..32e1ed9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_salmon.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:salmon" + }, + "result": "minecraft:cooked_salmon", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_salmon_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/cooked_salmon_from_campfire_cooking.json new file mode 100644 index 0000000..cbbdb5c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_salmon_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:salmon" + }, + "result": "minecraft:cooked_salmon", + "experience": 0.35, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cooked_salmon_from_smoking.json b/minecrafttrivia/mcdata/recipes/cooked_salmon_from_smoking.json new file mode 100644 index 0000000..d567dd6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cooked_salmon_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:salmon" + }, + "result": "minecraft:cooked_salmon", + "experience": 0.35, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cookie.json b/minecrafttrivia/mcdata/recipes/cookie.json new file mode 100644 index 0000000..dfbc13c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cookie.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#X#" + ], + "key": { + "#": { + "item": "minecraft:wheat" + }, + "X": { + "item": "minecraft:cocoa_beans" + } + }, + "result": { + "item": "minecraft:cookie", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cracked_nether_bricks.json b/minecrafttrivia/mcdata/recipes/cracked_nether_bricks.json new file mode 100644 index 0000000..4dd536a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cracked_nether_bricks.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:nether_bricks" + }, + "result": "minecraft:cracked_nether_bricks", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cracked_polished_blackstone_bricks.json b/minecrafttrivia/mcdata/recipes/cracked_polished_blackstone_bricks.json new file mode 100644 index 0000000..d694d9b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cracked_polished_blackstone_bricks.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:polished_blackstone_bricks" + }, + "result": "minecraft:cracked_polished_blackstone_bricks", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cracked_stone_bricks.json b/minecrafttrivia/mcdata/recipes/cracked_stone_bricks.json new file mode 100644 index 0000000..9eb4337 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cracked_stone_bricks.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "minecraft:cracked_stone_bricks", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crafting_table.json b/minecrafttrivia/mcdata/recipes/crafting_table.json new file mode 100644 index 0000000..b0dc306 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crafting_table.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:crafting_table" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/creeper_banner_pattern.json b/minecrafttrivia/mcdata/recipes/creeper_banner_pattern.json new file mode 100644 index 0000000..b2f6eed --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/creeper_banner_pattern.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:creeper_head" + } + ], + "result": { + "item": "minecraft:creeper_banner_pattern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_button.json b/minecrafttrivia/mcdata/recipes/crimson_button.json new file mode 100644 index 0000000..4dc921e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:crimson_planks" + } + ], + "result": { + "item": "minecraft:crimson_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_door.json b/minecrafttrivia/mcdata/recipes/crimson_door.json new file mode 100644 index 0000000..f25d825 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:crimson_planks" + } + }, + "result": { + "item": "minecraft:crimson_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_fence.json b/minecrafttrivia/mcdata/recipes/crimson_fence.json new file mode 100644 index 0000000..facc629 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:crimson_planks" + } + }, + "result": { + "item": "minecraft:crimson_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_fence_gate.json b/minecrafttrivia/mcdata/recipes/crimson_fence_gate.json new file mode 100644 index 0000000..7d57669 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:crimson_planks" + } + }, + "result": { + "item": "minecraft:crimson_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_hyphae.json b/minecrafttrivia/mcdata/recipes/crimson_hyphae.json new file mode 100644 index 0000000..5fb2cbe --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_hyphae.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:crimson_stem" + } + }, + "result": { + "item": "minecraft:crimson_hyphae", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_planks.json b/minecrafttrivia/mcdata/recipes/crimson_planks.json new file mode 100644 index 0000000..cbc44f4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:crimson_stems" + } + ], + "result": { + "item": "minecraft:crimson_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_pressure_plate.json b/minecrafttrivia/mcdata/recipes/crimson_pressure_plate.json new file mode 100644 index 0000000..d91f19b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:crimson_planks" + } + }, + "result": { + "item": "minecraft:crimson_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_sign.json b/minecrafttrivia/mcdata/recipes/crimson_sign.json new file mode 100644 index 0000000..e105a4b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:crimson_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:crimson_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_slab.json b/minecrafttrivia/mcdata/recipes/crimson_slab.json new file mode 100644 index 0000000..8a1f637 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:crimson_planks" + } + }, + "result": { + "item": "minecraft:crimson_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_stairs.json b/minecrafttrivia/mcdata/recipes/crimson_stairs.json new file mode 100644 index 0000000..8799b69 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:crimson_planks" + } + }, + "result": { + "item": "minecraft:crimson_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crimson_trapdoor.json b/minecrafttrivia/mcdata/recipes/crimson_trapdoor.json new file mode 100644 index 0000000..064cbc8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crimson_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:crimson_planks" + } + }, + "result": { + "item": "minecraft:crimson_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/crossbow.json b/minecrafttrivia/mcdata/recipes/crossbow.json new file mode 100644 index 0000000..cc274fc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/crossbow.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#\u0026#", + "~$~", + " # " + ], + "key": { + "~": { + "item": "minecraft:string" + }, + "#": { + "item": "minecraft:stick" + }, + "\u0026": { + "item": "minecraft:iron_ingot" + }, + "$": { + "item": "minecraft:tripwire_hook" + } + }, + "result": { + "item": "minecraft:crossbow" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_red_sandstone.json b/minecrafttrivia/mcdata/recipes/cut_red_sandstone.json new file mode 100644 index 0000000..54c744b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_red_sandstone.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:red_sandstone" + } + }, + "result": { + "item": "minecraft:cut_red_sandstone", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_red_sandstone_from_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_from_red_sandstone_stonecutting.json new file mode 100644 index 0000000..b34a94d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_from_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "minecraft:cut_red_sandstone", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab.json b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab.json new file mode 100644 index 0000000..f77bd25 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:cut_red_sandstone" + } + }, + "result": { + "item": "minecraft:cut_red_sandstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab_from_cut_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab_from_cut_red_sandstone_stonecutting.json new file mode 100644 index 0000000..173b64a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab_from_cut_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:cut_red_sandstone" + }, + "result": "minecraft:cut_red_sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab_from_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab_from_red_sandstone_stonecutting.json new file mode 100644 index 0000000..fcff6d7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_red_sandstone_slab_from_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "minecraft:cut_red_sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_sandstone.json b/minecrafttrivia/mcdata/recipes/cut_sandstone.json new file mode 100644 index 0000000..471b30f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_sandstone.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:sandstone" + } + }, + "result": { + "item": "minecraft:cut_sandstone", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_sandstone_from_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cut_sandstone_from_sandstone_stonecutting.json new file mode 100644 index 0000000..f049f64 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_sandstone_from_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:cut_sandstone", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_sandstone_slab.json b/minecrafttrivia/mcdata/recipes/cut_sandstone_slab.json new file mode 100644 index 0000000..e5b86b0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_sandstone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:cut_sandstone" + } + }, + "result": { + "item": "minecraft:cut_sandstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_sandstone_slab_from_cut_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cut_sandstone_slab_from_cut_sandstone_stonecutting.json new file mode 100644 index 0000000..eeb425d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_sandstone_slab_from_cut_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:cut_sandstone" + }, + "result": "minecraft:cut_sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cut_sandstone_slab_from_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/cut_sandstone_slab_from_sandstone_stonecutting.json new file mode 100644 index 0000000..5bfb4a3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cut_sandstone_slab_from_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:cut_sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_banner.json b/minecrafttrivia/mcdata/recipes/cyan_banner.json new file mode 100644 index 0000000..a1004f7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:cyan_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:cyan_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_bed.json b/minecrafttrivia/mcdata/recipes/cyan_bed.json new file mode 100644 index 0000000..e396e04 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:cyan_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:cyan_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/cyan_bed_from_white_bed.json new file mode 100644 index 0000000..88bb80c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:cyan_dye" + } + ], + "result": { + "item": "minecraft:cyan_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_carpet.json b/minecrafttrivia/mcdata/recipes/cyan_carpet.json new file mode 100644 index 0000000..83c49eb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:cyan_wool" + } + }, + "result": { + "item": "minecraft:cyan_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/cyan_carpet_from_white_carpet.json new file mode 100644 index 0000000..71013c6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:cyan_dye" + } + }, + "result": { + "item": "minecraft:cyan_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_concrete_powder.json b/minecrafttrivia/mcdata/recipes/cyan_concrete_powder.json new file mode 100644 index 0000000..fae84bb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:cyan_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:cyan_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_dye.json b/minecrafttrivia/mcdata/recipes/cyan_dye.json new file mode 100644 index 0000000..58381b8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_dye.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:green_dye" + } + ], + "result": { + "item": "minecraft:cyan_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/cyan_glazed_terracotta.json new file mode 100644 index 0000000..25a8e47 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:cyan_terracotta" + }, + "result": "minecraft:cyan_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_stained_glass.json b/minecrafttrivia/mcdata/recipes/cyan_stained_glass.json new file mode 100644 index 0000000..33e2bd4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:cyan_dye" + } + }, + "result": { + "item": "minecraft:cyan_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/cyan_stained_glass_pane.json new file mode 100644 index 0000000..c853586 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:cyan_stained_glass" + } + }, + "result": { + "item": "minecraft:cyan_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/cyan_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..c673027 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:cyan_dye" + } + }, + "result": { + "item": "minecraft:cyan_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_terracotta.json b/minecrafttrivia/mcdata/recipes/cyan_terracotta.json new file mode 100644 index 0000000..a35c2d3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:cyan_dye" + } + }, + "result": { + "item": "minecraft:cyan_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/cyan_wool.json b/minecrafttrivia/mcdata/recipes/cyan_wool.json new file mode 100644 index 0000000..7e16181 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cyan_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:cyan_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:cyan_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_boat.json b/minecrafttrivia/mcdata/recipes/dark_oak_boat.json new file mode 100644 index 0000000..3ca003c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_boat.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_boat" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_button.json b/minecrafttrivia/mcdata/recipes/dark_oak_button.json new file mode 100644 index 0000000..bd19c4b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:dark_oak_planks" + } + ], + "result": { + "item": "minecraft:dark_oak_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_door.json b/minecrafttrivia/mcdata/recipes/dark_oak_door.json new file mode 100644 index 0000000..08ce2b1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_fence.json b/minecrafttrivia/mcdata/recipes/dark_oak_fence.json new file mode 100644 index 0000000..469e500 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_fence_gate.json b/minecrafttrivia/mcdata/recipes/dark_oak_fence_gate.json new file mode 100644 index 0000000..9448672 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_planks.json b/minecrafttrivia/mcdata/recipes/dark_oak_planks.json new file mode 100644 index 0000000..215751f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:dark_oak_logs" + } + ], + "result": { + "item": "minecraft:dark_oak_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_pressure_plate.json b/minecrafttrivia/mcdata/recipes/dark_oak_pressure_plate.json new file mode 100644 index 0000000..359c41a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_sign.json b/minecrafttrivia/mcdata/recipes/dark_oak_sign.json new file mode 100644 index 0000000..047af17 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:dark_oak_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:dark_oak_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_slab.json b/minecrafttrivia/mcdata/recipes/dark_oak_slab.json new file mode 100644 index 0000000..f75c405 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_stairs.json b/minecrafttrivia/mcdata/recipes/dark_oak_stairs.json new file mode 100644 index 0000000..abdb8d8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_trapdoor.json b/minecrafttrivia/mcdata/recipes/dark_oak_trapdoor.json new file mode 100644 index 0000000..a6ba90b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:dark_oak_planks" + } + }, + "result": { + "item": "minecraft:dark_oak_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_oak_wood.json b/minecrafttrivia/mcdata/recipes/dark_oak_wood.json new file mode 100644 index 0000000..10bd96d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_oak_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:dark_oak_log" + } + }, + "result": { + "item": "minecraft:dark_oak_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_prismarine.json b/minecrafttrivia/mcdata/recipes/dark_prismarine.json new file mode 100644 index 0000000..fd9581a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_prismarine.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SSS", + "SIS", + "SSS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + }, + "I": { + "item": "minecraft:black_dye" + } + }, + "result": { + "item": "minecraft:dark_prismarine" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_prismarine_slab.json b/minecrafttrivia/mcdata/recipes/dark_prismarine_slab.json new file mode 100644 index 0000000..c2be0d0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_prismarine_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:dark_prismarine" + } + }, + "result": { + "item": "minecraft:dark_prismarine_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_prismarine_slab_from_dark_prismarine_stonecutting.json b/minecrafttrivia/mcdata/recipes/dark_prismarine_slab_from_dark_prismarine_stonecutting.json new file mode 100644 index 0000000..c416c88 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_prismarine_slab_from_dark_prismarine_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:dark_prismarine" + }, + "result": "minecraft:dark_prismarine_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_prismarine_stairs.json b/minecrafttrivia/mcdata/recipes/dark_prismarine_stairs.json new file mode 100644 index 0000000..4e74217 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_prismarine_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:dark_prismarine" + } + }, + "result": { + "item": "minecraft:dark_prismarine_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dark_prismarine_stairs_from_dark_prismarine_stonecutting.json b/minecrafttrivia/mcdata/recipes/dark_prismarine_stairs_from_dark_prismarine_stonecutting.json new file mode 100644 index 0000000..a497f7f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dark_prismarine_stairs_from_dark_prismarine_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:dark_prismarine" + }, + "result": "minecraft:dark_prismarine_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/daylight_detector.json b/minecrafttrivia/mcdata/recipes/daylight_detector.json new file mode 100644 index 0000000..6b3b61a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/daylight_detector.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GGG", + "QQQ", + "WWW" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "G": { + "item": "minecraft:glass" + }, + "W": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "minecraft:daylight_detector" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/detector_rail.json b/minecrafttrivia/mcdata/recipes/detector_rail.json new file mode 100644 index 0000000..2d1c95d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/detector_rail.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "X#X", + "XRX" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:stone_pressure_plate" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:detector_rail", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond.json b/minecrafttrivia/mcdata/recipes/diamond.json new file mode 100644 index 0000000..b90351a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:diamond_block" + } + ], + "result": { + "item": "minecraft:diamond", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_axe.json b/minecrafttrivia/mcdata/recipes/diamond_axe.json new file mode 100644 index 0000000..b77f0df --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_axe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_axe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_block.json b/minecrafttrivia/mcdata/recipes/diamond_block.json new file mode 100644 index 0000000..d6bbb6d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_boots.json b/minecrafttrivia/mcdata/recipes/diamond_boots.json new file mode 100644 index 0000000..548eb8c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_boots.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_boots" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_chestplate.json b/minecrafttrivia/mcdata/recipes/diamond_chestplate.json new file mode 100644 index 0000000..55fd936 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_chestplate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_from_blasting.json b/minecrafttrivia/mcdata/recipes/diamond_from_blasting.json new file mode 100644 index 0000000..816cf11 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:diamond_ore" + }, + "result": "minecraft:diamond", + "experience": 1.0, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_from_smelting.json b/minecrafttrivia/mcdata/recipes/diamond_from_smelting.json new file mode 100644 index 0000000..cf31cf9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_from_smelting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:diamond_ore" + }, + "result": "minecraft:diamond", + "experience": 1.0, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_helmet.json b/minecrafttrivia/mcdata/recipes/diamond_helmet.json new file mode 100644 index 0000000..c83a492 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_helmet" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_hoe.json b/minecrafttrivia/mcdata/recipes/diamond_hoe.json new file mode 100644 index 0000000..2401cb2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_hoe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_leggings.json b/minecrafttrivia/mcdata/recipes/diamond_leggings.json new file mode 100644 index 0000000..32f4c2b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_leggings" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_pickaxe.json b/minecrafttrivia/mcdata/recipes/diamond_pickaxe.json new file mode 100644 index 0000000..56fc30e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_pickaxe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_shovel.json b/minecrafttrivia/mcdata/recipes/diamond_shovel.json new file mode 100644 index 0000000..84d2d4f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_shovel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diamond_sword.json b/minecrafttrivia/mcdata/recipes/diamond_sword.json new file mode 100644 index 0000000..d4bf6ee --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diamond_sword.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:diamond_sword" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diorite.json b/minecrafttrivia/mcdata/recipes/diorite.json new file mode 100644 index 0000000..69c4996 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diorite.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CQ", + "QC" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "C": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:diorite", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diorite_slab.json b/minecrafttrivia/mcdata/recipes/diorite_slab.json new file mode 100644 index 0000000..61ed93f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diorite_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:diorite" + } + }, + "result": { + "item": "minecraft:diorite_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diorite_slab_from_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/diorite_slab_from_diorite_stonecutting.json new file mode 100644 index 0000000..67d77c7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diorite_slab_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "minecraft:diorite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diorite_stairs.json b/minecrafttrivia/mcdata/recipes/diorite_stairs.json new file mode 100644 index 0000000..c11c032 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diorite_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:diorite" + } + }, + "result": { + "item": "minecraft:diorite_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diorite_stairs_from_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/diorite_stairs_from_diorite_stonecutting.json new file mode 100644 index 0000000..c3e963e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diorite_stairs_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "minecraft:diorite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diorite_wall.json b/minecrafttrivia/mcdata/recipes/diorite_wall.json new file mode 100644 index 0000000..16f9b8d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diorite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:diorite" + } + }, + "result": { + "item": "minecraft:diorite_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/diorite_wall_from_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/diorite_wall_from_diorite_stonecutting.json new file mode 100644 index 0000000..f3f3e82 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/diorite_wall_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "minecraft:diorite_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dispenser.json b/minecrafttrivia/mcdata/recipes/dispenser.json new file mode 100644 index 0000000..93d89cb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dispenser.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + }, + "X": { + "item": "minecraft:bow" + } + }, + "result": { + "item": "minecraft:dispenser" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dried_kelp.json b/minecrafttrivia/mcdata/recipes/dried_kelp.json new file mode 100644 index 0000000..2e95b1c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dried_kelp.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dried_kelp_block" + } + ], + "result": { + "item": "minecraft:dried_kelp", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dried_kelp_block.json b/minecrafttrivia/mcdata/recipes/dried_kelp_block.json new file mode 100644 index 0000000..cd1414c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dried_kelp_block.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + }, + { + "item": "minecraft:dried_kelp" + } + ], + "result": { + "item": "minecraft:dried_kelp_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dried_kelp_from_campfire_cooking.json b/minecrafttrivia/mcdata/recipes/dried_kelp_from_campfire_cooking.json new file mode 100644 index 0000000..6d8a7ad --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dried_kelp_from_campfire_cooking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "ingredient": { + "item": "minecraft:kelp" + }, + "result": "minecraft:dried_kelp", + "experience": 0.1, + "cookingtime": 600 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dried_kelp_from_smelting.json b/minecrafttrivia/mcdata/recipes/dried_kelp_from_smelting.json new file mode 100644 index 0000000..d288d9c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dried_kelp_from_smelting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:kelp" + }, + "result": "minecraft:dried_kelp", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dried_kelp_from_smoking.json b/minecrafttrivia/mcdata/recipes/dried_kelp_from_smoking.json new file mode 100644 index 0000000..cdc40ba --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dried_kelp_from_smoking.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "ingredient": { + "item": "minecraft:kelp" + }, + "result": "minecraft:dried_kelp", + "experience": 0.1, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/dropper.json b/minecrafttrivia/mcdata/recipes/dropper.json new file mode 100644 index 0000000..d276f16 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/dropper.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:dropper" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/emerald.json b/minecrafttrivia/mcdata/recipes/emerald.json new file mode 100644 index 0000000..d337d44 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/emerald.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:emerald_block" + } + ], + "result": { + "item": "minecraft:emerald", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/emerald_block.json b/minecrafttrivia/mcdata/recipes/emerald_block.json new file mode 100644 index 0000000..9ebdb20 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/emerald_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:emerald" + } + }, + "result": { + "item": "minecraft:emerald_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/emerald_from_blasting.json b/minecrafttrivia/mcdata/recipes/emerald_from_blasting.json new file mode 100644 index 0000000..853b427 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/emerald_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:emerald_ore" + }, + "result": "minecraft:emerald", + "experience": 1.0, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/emerald_from_smelting.json b/minecrafttrivia/mcdata/recipes/emerald_from_smelting.json new file mode 100644 index 0000000..695e393 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/emerald_from_smelting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:emerald_ore" + }, + "result": "minecraft:emerald", + "experience": 1.0, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/enchanting_table.json b/minecrafttrivia/mcdata/recipes/enchanting_table.json new file mode 100644 index 0000000..16eb0d3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/enchanting_table.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " B ", + "D#D", + "###" + ], + "key": { + "B": { + "item": "minecraft:book" + }, + "#": { + "item": "minecraft:obsidian" + }, + "D": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:enchanting_table" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_crystal.json b/minecrafttrivia/mcdata/recipes/end_crystal.json new file mode 100644 index 0000000..d9e40b5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_crystal.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "GGG", + "GEG", + "GTG" + ], + "key": { + "T": { + "item": "minecraft:ghast_tear" + }, + "E": { + "item": "minecraft:ender_eye" + }, + "G": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "minecraft:end_crystal" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_rod.json b/minecrafttrivia/mcdata/recipes/end_rod.json new file mode 100644 index 0000000..be2bd41 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_rod.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "/", + "#" + ], + "key": { + "#": { + "item": "minecraft:popped_chorus_fruit" + }, + "/": { + "item": "minecraft:blaze_rod" + } + }, + "result": { + "item": "minecraft:end_rod", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_slab.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_slab.json new file mode 100644 index 0000000..4dbbb67 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:end_stone_bricks" + } + }, + "result": { + "item": "minecraft:end_stone_brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_slab_from_end_stone_brick_stonecutting.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_slab_from_end_stone_brick_stonecutting.json new file mode 100644 index 0000000..a043a1b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_slab_from_end_stone_brick_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:end_stone_bricks" + }, + "result": "minecraft:end_stone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_slab_from_end_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_slab_from_end_stone_stonecutting.json new file mode 100644 index 0000000..e257cce --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_slab_from_end_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:end_stone" + }, + "result": "minecraft:end_stone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs.json new file mode 100644 index 0000000..ce0512d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:end_stone_bricks" + } + }, + "result": { + "item": "minecraft:end_stone_brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs_from_end_stone_brick_stonecutting.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs_from_end_stone_brick_stonecutting.json new file mode 100644 index 0000000..e2310de --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs_from_end_stone_brick_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:end_stone_bricks" + }, + "result": "minecraft:end_stone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs_from_end_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs_from_end_stone_stonecutting.json new file mode 100644 index 0000000..bd3bfe6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_stairs_from_end_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:end_stone" + }, + "result": "minecraft:end_stone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_wall.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_wall.json new file mode 100644 index 0000000..7bf02d2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:end_stone_bricks" + } + }, + "result": { + "item": "minecraft:end_stone_brick_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_wall_from_end_stone_brick_stonecutting.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_wall_from_end_stone_brick_stonecutting.json new file mode 100644 index 0000000..ab11740 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_wall_from_end_stone_brick_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:end_stone_bricks" + }, + "result": "minecraft:end_stone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_brick_wall_from_end_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/end_stone_brick_wall_from_end_stone_stonecutting.json new file mode 100644 index 0000000..cb04bfd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_brick_wall_from_end_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:end_stone" + }, + "result": "minecraft:end_stone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_bricks.json b/minecrafttrivia/mcdata/recipes/end_stone_bricks.json new file mode 100644 index 0000000..70989ac --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:end_stone" + } + }, + "result": { + "item": "minecraft:end_stone_bricks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/end_stone_bricks_from_end_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/end_stone_bricks_from_end_stone_stonecutting.json new file mode 100644 index 0000000..bf96a6e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/end_stone_bricks_from_end_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:end_stone" + }, + "result": "minecraft:end_stone_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/ender_chest.json b/minecrafttrivia/mcdata/recipes/ender_chest.json new file mode 100644 index 0000000..a1d1338 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/ender_chest.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#E#", + "###" + ], + "key": { + "#": { + "item": "minecraft:obsidian" + }, + "E": { + "item": "minecraft:ender_eye" + } + }, + "result": { + "item": "minecraft:ender_chest" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/ender_eye.json b/minecrafttrivia/mcdata/recipes/ender_eye.json new file mode 100644 index 0000000..59ad02b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/ender_eye.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:ender_pearl" + }, + { + "item": "minecraft:blaze_powder" + } + ], + "result": { + "item": "minecraft:ender_eye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/fermented_spider_eye.json b/minecrafttrivia/mcdata/recipes/fermented_spider_eye.json new file mode 100644 index 0000000..bce59e6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/fermented_spider_eye.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:spider_eye" + }, + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:sugar" + } + ], + "result": { + "item": "minecraft:fermented_spider_eye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/fire_charge.json b/minecrafttrivia/mcdata/recipes/fire_charge.json new file mode 100644 index 0000000..f7e57e6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/fire_charge.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:gunpowder" + }, + { + "item": "minecraft:blaze_powder" + }, + [ + { + "item": "minecraft:coal" + }, + { + "item": "minecraft:charcoal" + } + ] + ], + "result": { + "item": "minecraft:fire_charge", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/firework_rocket.json b/minecrafttrivia/mcdata/recipes/firework_rocket.json new file mode 100644 index 0000000..889dedc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/firework_rocket.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_firework_rocket" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/firework_star.json b/minecrafttrivia/mcdata/recipes/firework_star.json new file mode 100644 index 0000000..7168ef9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/firework_star.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_firework_star" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/firework_star_fade.json b/minecrafttrivia/mcdata/recipes/firework_star_fade.json new file mode 100644 index 0000000..c6b8065 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/firework_star_fade.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_firework_star_fade" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/fishing_rod.json b/minecrafttrivia/mcdata/recipes/fishing_rod.json new file mode 100644 index 0000000..d79d9ac --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/fishing_rod.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " #", + " #X", + "# X" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:string" + } + }, + "result": { + "item": "minecraft:fishing_rod" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/fletching_table.json b/minecrafttrivia/mcdata/recipes/fletching_table.json new file mode 100644 index 0000000..d91cf28 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/fletching_table.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "@@", + "##", + "##" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "@": { + "item": "minecraft:flint" + } + }, + "result": { + "item": "minecraft:fletching_table" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/flint_and_steel.json b/minecrafttrivia/mcdata/recipes/flint_and_steel.json new file mode 100644 index 0000000..ec77442 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/flint_and_steel.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:iron_ingot" + }, + { + "item": "minecraft:flint" + } + ], + "result": { + "item": "minecraft:flint_and_steel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/flower_banner_pattern.json b/minecrafttrivia/mcdata/recipes/flower_banner_pattern.json new file mode 100644 index 0000000..fa398b6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/flower_banner_pattern.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:oxeye_daisy" + } + ], + "result": { + "item": "minecraft:flower_banner_pattern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/flower_pot.json b/minecrafttrivia/mcdata/recipes/flower_pot.json new file mode 100644 index 0000000..1bf914c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/flower_pot.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": { + "item": "minecraft:brick" + } + }, + "result": { + "item": "minecraft:flower_pot" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/furnace.json b/minecrafttrivia/mcdata/recipes/furnace.json new file mode 100644 index 0000000..fbcb3d3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/furnace.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "# #", + "###" + ], + "key": { + "#": { + "tag": "minecraft:furnace_materials" + } + }, + "result": { + "item": "minecraft:furnace" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/furnace_minecart.json b/minecrafttrivia/mcdata/recipes/furnace_minecart.json new file mode 100644 index 0000000..28802cb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/furnace_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:furnace" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:furnace_minecart" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/glass.json b/minecrafttrivia/mcdata/recipes/glass.json new file mode 100644 index 0000000..32b5ece --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/glass.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "tag": "minecraft:sand" + }, + "result": "minecraft:glass", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/glass_bottle.json b/minecrafttrivia/mcdata/recipes/glass_bottle.json new file mode 100644 index 0000000..81885ac --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/glass_bottle.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + " # " + ], + "key": { + "#": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "minecraft:glass_bottle", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/glass_pane.json b/minecrafttrivia/mcdata/recipes/glass_pane.json new file mode 100644 index 0000000..a10664d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/glass_pane.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "minecraft:glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/glistering_melon_slice.json b/minecrafttrivia/mcdata/recipes/glistering_melon_slice.json new file mode 100644 index 0000000..1e4c7d2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/glistering_melon_slice.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_nugget" + }, + "X": { + "item": "minecraft:melon_slice" + } + }, + "result": { + "item": "minecraft:glistering_melon_slice" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/glowstone.json b/minecrafttrivia/mcdata/recipes/glowstone.json new file mode 100644 index 0000000..8e58f3f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/glowstone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:glowstone_dust" + } + }, + "result": { + "item": "minecraft:glowstone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_block.json b/minecrafttrivia/mcdata/recipes/gold_block.json new file mode 100644 index 0000000..28f1a3e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:gold_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_ingot.json b/minecrafttrivia/mcdata/recipes/gold_ingot.json new file mode 100644 index 0000000..a839b99 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_ingot.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "tag": "minecraft:gold_ores" + }, + "result": "minecraft:gold_ingot", + "experience": 1.0, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_ingot_from_blasting.json b/minecrafttrivia/mcdata/recipes/gold_ingot_from_blasting.json new file mode 100644 index 0000000..d344cfa --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_ingot_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "tag": "minecraft:gold_ores" + }, + "result": "minecraft:gold_ingot", + "experience": 1.0, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_ingot_from_gold_block.json b/minecrafttrivia/mcdata/recipes/gold_ingot_from_gold_block.json new file mode 100644 index 0000000..bcaf158 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_ingot_from_gold_block.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "gold_ingot", + "ingredients": [ + { + "item": "minecraft:gold_block" + } + ], + "result": { + "item": "minecraft:gold_ingot", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_ingot_from_nuggets.json b/minecrafttrivia/mcdata/recipes/gold_ingot_from_nuggets.json new file mode 100644 index 0000000..0dae15c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_ingot_from_nuggets.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "gold_ingot", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_nugget" + } + }, + "result": { + "item": "minecraft:gold_ingot" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_nugget.json b/minecrafttrivia/mcdata/recipes/gold_nugget.json new file mode 100644 index 0000000..170d877 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_nugget.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:gold_ingot" + } + ], + "result": { + "item": "minecraft:gold_nugget", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_nugget_from_blasting.json b/minecrafttrivia/mcdata/recipes/gold_nugget_from_blasting.json new file mode 100644 index 0000000..e2f1acd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_nugget_from_blasting.json @@ -0,0 +1,38 @@ +{ + "type": "minecraft:blasting", + "ingredient": [ + { + "item": "minecraft:golden_pickaxe" + }, + { + "item": "minecraft:golden_shovel" + }, + { + "item": "minecraft:golden_axe" + }, + { + "item": "minecraft:golden_hoe" + }, + { + "item": "minecraft:golden_sword" + }, + { + "item": "minecraft:golden_helmet" + }, + { + "item": "minecraft:golden_chestplate" + }, + { + "item": "minecraft:golden_leggings" + }, + { + "item": "minecraft:golden_boots" + }, + { + "item": "minecraft:golden_horse_armor" + } + ], + "result": "minecraft:gold_nugget", + "experience": 0.1, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gold_nugget_from_smelting.json b/minecrafttrivia/mcdata/recipes/gold_nugget_from_smelting.json new file mode 100644 index 0000000..58e52b6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gold_nugget_from_smelting.json @@ -0,0 +1,38 @@ +{ + "type": "minecraft:smelting", + "ingredient": [ + { + "item": "minecraft:golden_pickaxe" + }, + { + "item": "minecraft:golden_shovel" + }, + { + "item": "minecraft:golden_axe" + }, + { + "item": "minecraft:golden_hoe" + }, + { + "item": "minecraft:golden_sword" + }, + { + "item": "minecraft:golden_helmet" + }, + { + "item": "minecraft:golden_chestplate" + }, + { + "item": "minecraft:golden_leggings" + }, + { + "item": "minecraft:golden_boots" + }, + { + "item": "minecraft:golden_horse_armor" + } + ], + "result": "minecraft:gold_nugget", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_apple.json b/minecrafttrivia/mcdata/recipes/golden_apple.json new file mode 100644 index 0000000..fe8f98a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_apple.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + }, + "X": { + "item": "minecraft:apple" + } + }, + "result": { + "item": "minecraft:golden_apple" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_axe.json b/minecrafttrivia/mcdata/recipes/golden_axe.json new file mode 100644 index 0000000..265a258 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_axe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_axe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_boots.json b/minecrafttrivia/mcdata/recipes/golden_boots.json new file mode 100644 index 0000000..c55a355 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_boots.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_boots" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_carrot.json b/minecrafttrivia/mcdata/recipes/golden_carrot.json new file mode 100644 index 0000000..c0f6966 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_carrot.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:gold_nugget" + }, + "X": { + "item": "minecraft:carrot" + } + }, + "result": { + "item": "minecraft:golden_carrot" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_chestplate.json b/minecrafttrivia/mcdata/recipes/golden_chestplate.json new file mode 100644 index 0000000..7e98350 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_chestplate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_helmet.json b/minecrafttrivia/mcdata/recipes/golden_helmet.json new file mode 100644 index 0000000..cd547a1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_helmet" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_hoe.json b/minecrafttrivia/mcdata/recipes/golden_hoe.json new file mode 100644 index 0000000..3baa42f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_hoe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_leggings.json b/minecrafttrivia/mcdata/recipes/golden_leggings.json new file mode 100644 index 0000000..1d12b5a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_leggings" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_pickaxe.json b/minecrafttrivia/mcdata/recipes/golden_pickaxe.json new file mode 100644 index 0000000..32f5675 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_pickaxe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_shovel.json b/minecrafttrivia/mcdata/recipes/golden_shovel.json new file mode 100644 index 0000000..fd9b522 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_shovel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/golden_sword.json b/minecrafttrivia/mcdata/recipes/golden_sword.json new file mode 100644 index 0000000..21d5982 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/golden_sword.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:golden_sword" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/granite.json b/minecrafttrivia/mcdata/recipes/granite.json new file mode 100644 index 0000000..42c945c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/granite.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:diorite" + }, + { + "item": "minecraft:quartz" + } + ], + "result": { + "item": "minecraft:granite" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/granite_slab.json b/minecrafttrivia/mcdata/recipes/granite_slab.json new file mode 100644 index 0000000..1b94399 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/granite_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:granite" + } + }, + "result": { + "item": "minecraft:granite_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/granite_slab_from_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/granite_slab_from_granite_stonecutting.json new file mode 100644 index 0000000..275a858 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/granite_slab_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "minecraft:granite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/granite_stairs.json b/minecrafttrivia/mcdata/recipes/granite_stairs.json new file mode 100644 index 0000000..63d6f6d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/granite_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:granite" + } + }, + "result": { + "item": "minecraft:granite_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/granite_stairs_from_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/granite_stairs_from_granite_stonecutting.json new file mode 100644 index 0000000..941b987 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/granite_stairs_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "minecraft:granite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/granite_wall.json b/minecrafttrivia/mcdata/recipes/granite_wall.json new file mode 100644 index 0000000..ca18577 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/granite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:granite" + } + }, + "result": { + "item": "minecraft:granite_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/granite_wall_from_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/granite_wall_from_granite_stonecutting.json new file mode 100644 index 0000000..1bbc4f2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/granite_wall_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "minecraft:granite_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_banner.json b/minecrafttrivia/mcdata/recipes/gray_banner.json new file mode 100644 index 0000000..6155552 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:gray_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:gray_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_bed.json b/minecrafttrivia/mcdata/recipes/gray_bed.json new file mode 100644 index 0000000..4941f32 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:gray_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:gray_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/gray_bed_from_white_bed.json new file mode 100644 index 0000000..ff07964 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:gray_dye" + } + ], + "result": { + "item": "minecraft:gray_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_carpet.json b/minecrafttrivia/mcdata/recipes/gray_carpet.json new file mode 100644 index 0000000..3538c16 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:gray_wool" + } + }, + "result": { + "item": "minecraft:gray_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/gray_carpet_from_white_carpet.json new file mode 100644 index 0000000..4a5a40a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:gray_dye" + } + }, + "result": { + "item": "minecraft:gray_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_concrete_powder.json b/minecrafttrivia/mcdata/recipes/gray_concrete_powder.json new file mode 100644 index 0000000..235c847 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:gray_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:gray_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_dye.json b/minecrafttrivia/mcdata/recipes/gray_dye.json new file mode 100644 index 0000000..0402c1c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_dye.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:black_dye" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "minecraft:gray_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/gray_glazed_terracotta.json new file mode 100644 index 0000000..d8280bf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:gray_terracotta" + }, + "result": "minecraft:gray_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_stained_glass.json b/minecrafttrivia/mcdata/recipes/gray_stained_glass.json new file mode 100644 index 0000000..8841283 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:gray_dye" + } + }, + "result": { + "item": "minecraft:gray_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/gray_stained_glass_pane.json new file mode 100644 index 0000000..bcbc136 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:gray_stained_glass" + } + }, + "result": { + "item": "minecraft:gray_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/gray_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..dc40e8f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:gray_dye" + } + }, + "result": { + "item": "minecraft:gray_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_terracotta.json b/minecrafttrivia/mcdata/recipes/gray_terracotta.json new file mode 100644 index 0000000..79d10ed --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:gray_dye" + } + }, + "result": { + "item": "minecraft:gray_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/gray_wool.json b/minecrafttrivia/mcdata/recipes/gray_wool.json new file mode 100644 index 0000000..f886b51 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/gray_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:gray_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:gray_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_banner.json b/minecrafttrivia/mcdata/recipes/green_banner.json new file mode 100644 index 0000000..a8dd983 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:green_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:green_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_bed.json b/minecrafttrivia/mcdata/recipes/green_bed.json new file mode 100644 index 0000000..2a75621 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:green_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:green_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/green_bed_from_white_bed.json new file mode 100644 index 0000000..45b7784 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:green_dye" + } + ], + "result": { + "item": "minecraft:green_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_carpet.json b/minecrafttrivia/mcdata/recipes/green_carpet.json new file mode 100644 index 0000000..9384363 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:green_wool" + } + }, + "result": { + "item": "minecraft:green_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/green_carpet_from_white_carpet.json new file mode 100644 index 0000000..6fc0d1c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:green_dye" + } + }, + "result": { + "item": "minecraft:green_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_concrete_powder.json b/minecrafttrivia/mcdata/recipes/green_concrete_powder.json new file mode 100644 index 0000000..ac1c1ad --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:green_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:green_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_dye.json b/minecrafttrivia/mcdata/recipes/green_dye.json new file mode 100644 index 0000000..871c8ed --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_dye.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:cactus" + }, + "result": "minecraft:green_dye", + "experience": 1.0, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/green_glazed_terracotta.json new file mode 100644 index 0000000..efd4eb3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:green_terracotta" + }, + "result": "minecraft:green_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_stained_glass.json b/minecrafttrivia/mcdata/recipes/green_stained_glass.json new file mode 100644 index 0000000..9894998 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:green_dye" + } + }, + "result": { + "item": "minecraft:green_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/green_stained_glass_pane.json new file mode 100644 index 0000000..6ed28b0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:green_stained_glass" + } + }, + "result": { + "item": "minecraft:green_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/green_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..90cf3ee --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:green_dye" + } + }, + "result": { + "item": "minecraft:green_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_terracotta.json b/minecrafttrivia/mcdata/recipes/green_terracotta.json new file mode 100644 index 0000000..db34bd7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:green_dye" + } + }, + "result": { + "item": "minecraft:green_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/green_wool.json b/minecrafttrivia/mcdata/recipes/green_wool.json new file mode 100644 index 0000000..19b441c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/green_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:green_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:green_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/grindstone.json b/minecrafttrivia/mcdata/recipes/grindstone.json new file mode 100644 index 0000000..6a72558 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/grindstone.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "I-I", + "# #" + ], + "key": { + "I": { + "item": "minecraft:stick" + }, + "-": { + "item": "minecraft:stone_slab" + }, + "#": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:grindstone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/hay_block.json b/minecrafttrivia/mcdata/recipes/hay_block.json new file mode 100644 index 0000000..2a80b8d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/hay_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:wheat" + } + }, + "result": { + "item": "minecraft:hay_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/heavy_weighted_pressure_plate.json b/minecrafttrivia/mcdata/recipes/heavy_weighted_pressure_plate.json new file mode 100644 index 0000000..ee28d2d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/heavy_weighted_pressure_plate.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:heavy_weighted_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/honey_block.json b/minecrafttrivia/mcdata/recipes/honey_block.json new file mode 100644 index 0000000..dc06fd4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/honey_block.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:honey_bottle" + } + }, + "result": { + "item": "minecraft:honey_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/honey_bottle.json b/minecrafttrivia/mcdata/recipes/honey_bottle.json new file mode 100644 index 0000000..f16d660 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/honey_bottle.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:honey_block" + }, + { + "item": "minecraft:glass_bottle" + }, + { + "item": "minecraft:glass_bottle" + }, + { + "item": "minecraft:glass_bottle" + }, + { + "item": "minecraft:glass_bottle" + } + ], + "result": { + "item": "minecraft:honey_bottle", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/honeycomb_block.json b/minecrafttrivia/mcdata/recipes/honeycomb_block.json new file mode 100644 index 0000000..da03404 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/honeycomb_block.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "HH", + "HH" + ], + "key": { + "H": { + "item": "minecraft:honeycomb" + } + }, + "result": { + "item": "minecraft:honeycomb_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/hopper.json b/minecrafttrivia/mcdata/recipes/hopper.json new file mode 100644 index 0000000..5ccbe92 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/hopper.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "I I", + "ICI", + " I " + ], + "key": { + "C": { + "item": "minecraft:chest" + }, + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:hopper" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/hopper_minecart.json b/minecrafttrivia/mcdata/recipes/hopper_minecart.json new file mode 100644 index 0000000..f85471b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/hopper_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:hopper" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:hopper_minecart" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_axe.json b/minecrafttrivia/mcdata/recipes/iron_axe.json new file mode 100644 index 0000000..8d3430b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_axe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_axe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_bars.json b/minecrafttrivia/mcdata/recipes/iron_bars.json new file mode 100644 index 0000000..0e2552f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_bars.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_bars", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_block.json b/minecrafttrivia/mcdata/recipes/iron_block.json new file mode 100644 index 0000000..5cdfe03 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_boots.json b/minecrafttrivia/mcdata/recipes/iron_boots.json new file mode 100644 index 0000000..f257c35 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_boots.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_boots" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_chestplate.json b/minecrafttrivia/mcdata/recipes/iron_chestplate.json new file mode 100644 index 0000000..d06a59c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_chestplate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_door.json b/minecrafttrivia/mcdata/recipes/iron_door.json new file mode 100644 index 0000000..c1d6bdd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_door.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_helmet.json b/minecrafttrivia/mcdata/recipes/iron_helmet.json new file mode 100644 index 0000000..0542327 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_helmet" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_hoe.json b/minecrafttrivia/mcdata/recipes/iron_hoe.json new file mode 100644 index 0000000..f235957 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_hoe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_ingot.json b/minecrafttrivia/mcdata/recipes/iron_ingot.json new file mode 100644 index 0000000..08171ea --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_ingot.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:iron_ore" + }, + "result": "minecraft:iron_ingot", + "experience": 0.7, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_ingot_from_blasting.json b/minecrafttrivia/mcdata/recipes/iron_ingot_from_blasting.json new file mode 100644 index 0000000..4626b15 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_ingot_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:iron_ore" + }, + "result": "minecraft:iron_ingot", + "experience": 0.7, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_ingot_from_iron_block.json b/minecrafttrivia/mcdata/recipes/iron_ingot_from_iron_block.json new file mode 100644 index 0000000..d0acfdf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_ingot_from_iron_block.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "iron_ingot", + "ingredients": [ + { + "item": "minecraft:iron_block" + } + ], + "result": { + "item": "minecraft:iron_ingot", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_ingot_from_nuggets.json b/minecrafttrivia/mcdata/recipes/iron_ingot_from_nuggets.json new file mode 100644 index 0000000..c095051 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_ingot_from_nuggets.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "iron_ingot", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_nugget" + } + }, + "result": { + "item": "minecraft:iron_ingot" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_leggings.json b/minecrafttrivia/mcdata/recipes/iron_leggings.json new file mode 100644 index 0000000..25898f4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_leggings" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_nugget.json b/minecrafttrivia/mcdata/recipes/iron_nugget.json new file mode 100644 index 0000000..82b1e0f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_nugget.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:iron_ingot" + } + ], + "result": { + "item": "minecraft:iron_nugget", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_nugget_from_blasting.json b/minecrafttrivia/mcdata/recipes/iron_nugget_from_blasting.json new file mode 100644 index 0000000..1ce36c6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_nugget_from_blasting.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:blasting", + "ingredient": [ + { + "item": "minecraft:iron_pickaxe" + }, + { + "item": "minecraft:iron_shovel" + }, + { + "item": "minecraft:iron_axe" + }, + { + "item": "minecraft:iron_hoe" + }, + { + "item": "minecraft:iron_sword" + }, + { + "item": "minecraft:iron_helmet" + }, + { + "item": "minecraft:iron_chestplate" + }, + { + "item": "minecraft:iron_leggings" + }, + { + "item": "minecraft:iron_boots" + }, + { + "item": "minecraft:iron_horse_armor" + }, + { + "item": "minecraft:chainmail_helmet" + }, + { + "item": "minecraft:chainmail_chestplate" + }, + { + "item": "minecraft:chainmail_leggings" + }, + { + "item": "minecraft:chainmail_boots" + } + ], + "result": "minecraft:iron_nugget", + "experience": 0.1, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_nugget_from_smelting.json b/minecrafttrivia/mcdata/recipes/iron_nugget_from_smelting.json new file mode 100644 index 0000000..9002330 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_nugget_from_smelting.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:smelting", + "ingredient": [ + { + "item": "minecraft:iron_pickaxe" + }, + { + "item": "minecraft:iron_shovel" + }, + { + "item": "minecraft:iron_axe" + }, + { + "item": "minecraft:iron_hoe" + }, + { + "item": "minecraft:iron_sword" + }, + { + "item": "minecraft:iron_helmet" + }, + { + "item": "minecraft:iron_chestplate" + }, + { + "item": "minecraft:iron_leggings" + }, + { + "item": "minecraft:iron_boots" + }, + { + "item": "minecraft:iron_horse_armor" + }, + { + "item": "minecraft:chainmail_helmet" + }, + { + "item": "minecraft:chainmail_chestplate" + }, + { + "item": "minecraft:chainmail_leggings" + }, + { + "item": "minecraft:chainmail_boots" + } + ], + "result": "minecraft:iron_nugget", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_pickaxe.json b/minecrafttrivia/mcdata/recipes/iron_pickaxe.json new file mode 100644 index 0000000..d85cb57 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_pickaxe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_shovel.json b/minecrafttrivia/mcdata/recipes/iron_shovel.json new file mode 100644 index 0000000..b08e6ac --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_shovel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_sword.json b/minecrafttrivia/mcdata/recipes/iron_sword.json new file mode 100644 index 0000000..069e94b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_sword.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_sword" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/iron_trapdoor.json b/minecrafttrivia/mcdata/recipes/iron_trapdoor.json new file mode 100644 index 0000000..ffc5716 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/iron_trapdoor.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:iron_trapdoor" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/item_frame.json b/minecrafttrivia/mcdata/recipes/item_frame.json new file mode 100644 index 0000000..3dd76f7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/item_frame.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:item_frame" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jack_o_lantern.json b/minecrafttrivia/mcdata/recipes/jack_o_lantern.json new file mode 100644 index 0000000..386ccf2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jack_o_lantern.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:carved_pumpkin" + }, + "B": { + "item": "minecraft:torch" + } + }, + "result": { + "item": "minecraft:jack_o_lantern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jukebox.json b/minecrafttrivia/mcdata/recipes/jukebox.json new file mode 100644 index 0000000..3bce8a5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jukebox.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "X": { + "item": "minecraft:diamond" + } + }, + "result": { + "item": "minecraft:jukebox" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_boat.json b/minecrafttrivia/mcdata/recipes/jungle_boat.json new file mode 100644 index 0000000..e0975b5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_boat.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_boat" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_button.json b/minecrafttrivia/mcdata/recipes/jungle_button.json new file mode 100644 index 0000000..467014c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:jungle_planks" + } + ], + "result": { + "item": "minecraft:jungle_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_door.json b/minecrafttrivia/mcdata/recipes/jungle_door.json new file mode 100644 index 0000000..d622528 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_fence.json b/minecrafttrivia/mcdata/recipes/jungle_fence.json new file mode 100644 index 0000000..46e54a3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_fence_gate.json b/minecrafttrivia/mcdata/recipes/jungle_fence_gate.json new file mode 100644 index 0000000..ca06f9a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_planks.json b/minecrafttrivia/mcdata/recipes/jungle_planks.json new file mode 100644 index 0000000..e556105 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:jungle_logs" + } + ], + "result": { + "item": "minecraft:jungle_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_pressure_plate.json b/minecrafttrivia/mcdata/recipes/jungle_pressure_plate.json new file mode 100644 index 0000000..526818e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_sign.json b/minecrafttrivia/mcdata/recipes/jungle_sign.json new file mode 100644 index 0000000..ae02f3d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:jungle_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:jungle_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_slab.json b/minecrafttrivia/mcdata/recipes/jungle_slab.json new file mode 100644 index 0000000..70bc8b0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_stairs.json b/minecrafttrivia/mcdata/recipes/jungle_stairs.json new file mode 100644 index 0000000..826e2bf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_trapdoor.json b/minecrafttrivia/mcdata/recipes/jungle_trapdoor.json new file mode 100644 index 0000000..109463f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:jungle_planks" + } + }, + "result": { + "item": "minecraft:jungle_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/jungle_wood.json b/minecrafttrivia/mcdata/recipes/jungle_wood.json new file mode 100644 index 0000000..e69b047 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/jungle_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:jungle_log" + } + }, + "result": { + "item": "minecraft:jungle_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/ladder.json b/minecrafttrivia/mcdata/recipes/ladder.json new file mode 100644 index 0000000..dc5c6ff --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/ladder.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + "###", + "# #" + ], + "key": { + "#": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:ladder", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lantern.json b/minecrafttrivia/mcdata/recipes/lantern.json new file mode 100644 index 0000000..0215e06 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lantern.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X#X", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:torch" + }, + "X": { + "item": "minecraft:iron_nugget" + } + }, + "result": { + "item": "minecraft:lantern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lapis_block.json b/minecrafttrivia/mcdata/recipes/lapis_block.json new file mode 100644 index 0000000..b7c6231 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lapis_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:lapis_lazuli" + } + }, + "result": { + "item": "minecraft:lapis_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lapis_from_blasting.json b/minecrafttrivia/mcdata/recipes/lapis_from_blasting.json new file mode 100644 index 0000000..1f4e162 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lapis_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:lapis_ore" + }, + "result": "minecraft:lapis_lazuli", + "experience": 0.2, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lapis_from_smelting.json b/minecrafttrivia/mcdata/recipes/lapis_from_smelting.json new file mode 100644 index 0000000..5d11c13 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lapis_from_smelting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:lapis_ore" + }, + "result": "minecraft:lapis_lazuli", + "experience": 0.2, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lapis_lazuli.json b/minecrafttrivia/mcdata/recipes/lapis_lazuli.json new file mode 100644 index 0000000..b15a540 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lapis_lazuli.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:lapis_block" + } + ], + "result": { + "item": "minecraft:lapis_lazuli", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lead.json b/minecrafttrivia/mcdata/recipes/lead.json new file mode 100644 index 0000000..5e1976a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lead.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "~~ ", + "~O ", + " ~" + ], + "key": { + "~": { + "item": "minecraft:string" + }, + "O": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "minecraft:lead", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/leather.json b/minecrafttrivia/mcdata/recipes/leather.json new file mode 100644 index 0000000..028548e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/leather.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:rabbit_hide" + } + }, + "result": { + "item": "minecraft:leather" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/leather_boots.json b/minecrafttrivia/mcdata/recipes/leather_boots.json new file mode 100644 index 0000000..75a20b2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/leather_boots.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_boots" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/leather_chestplate.json b/minecrafttrivia/mcdata/recipes/leather_chestplate.json new file mode 100644 index 0000000..f0c5f84 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/leather_chestplate.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_chestplate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/leather_helmet.json b/minecrafttrivia/mcdata/recipes/leather_helmet.json new file mode 100644 index 0000000..cd72471 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/leather_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_helmet" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/leather_horse_armor.json b/minecrafttrivia/mcdata/recipes/leather_horse_armor.json new file mode 100644 index 0000000..d7677bd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/leather_horse_armor.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_horse_armor" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/leather_leggings.json b/minecrafttrivia/mcdata/recipes/leather_leggings.json new file mode 100644 index 0000000..8adb27a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/leather_leggings.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X", + "X X" + ], + "key": { + "X": { + "item": "minecraft:leather" + } + }, + "result": { + "item": "minecraft:leather_leggings" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lectern.json b/minecrafttrivia/mcdata/recipes/lectern.json new file mode 100644 index 0000000..c58f949 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lectern.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SSS", + " B ", + " S " + ], + "key": { + "S": { + "tag": "minecraft:wooden_slabs" + }, + "B": { + "item": "minecraft:bookshelf" + } + }, + "result": { + "item": "minecraft:lectern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lever.json b/minecrafttrivia/mcdata/recipes/lever.json new file mode 100644 index 0000000..4032feb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lever.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:cobblestone" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:lever" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_banner.json b/minecrafttrivia/mcdata/recipes/light_blue_banner.json new file mode 100644 index 0000000..6b1cf55 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:light_blue_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:light_blue_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_bed.json b/minecrafttrivia/mcdata/recipes/light_blue_bed.json new file mode 100644 index 0000000..71c8efa --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:light_blue_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:light_blue_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/light_blue_bed_from_white_bed.json new file mode 100644 index 0000000..ff47a25 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:light_blue_dye" + } + ], + "result": { + "item": "minecraft:light_blue_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_carpet.json b/minecrafttrivia/mcdata/recipes/light_blue_carpet.json new file mode 100644 index 0000000..298a9ce --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:light_blue_wool" + } + }, + "result": { + "item": "minecraft:light_blue_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/light_blue_carpet_from_white_carpet.json new file mode 100644 index 0000000..6be4700 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "minecraft:light_blue_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_concrete_powder.json b/minecrafttrivia/mcdata/recipes/light_blue_concrete_powder.json new file mode 100644 index 0000000..5377768 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:light_blue_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:light_blue_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_dye_from_blue_orchid.json b/minecrafttrivia/mcdata/recipes/light_blue_dye_from_blue_orchid.json new file mode 100644 index 0000000..d670f91 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_dye_from_blue_orchid.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_blue_dye", + "ingredients": [ + { + "item": "minecraft:blue_orchid" + } + ], + "result": { + "item": "minecraft:light_blue_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_dye_from_blue_white_dye.json b/minecrafttrivia/mcdata/recipes/light_blue_dye_from_blue_white_dye.json new file mode 100644 index 0000000..7a61de2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_dye_from_blue_white_dye.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_blue_dye", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "minecraft:light_blue_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/light_blue_glazed_terracotta.json new file mode 100644 index 0000000..d4d2be4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:light_blue_terracotta" + }, + "result": "minecraft:light_blue_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_stained_glass.json b/minecrafttrivia/mcdata/recipes/light_blue_stained_glass.json new file mode 100644 index 0000000..4af7f3d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "minecraft:light_blue_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/light_blue_stained_glass_pane.json new file mode 100644 index 0000000..a0b1027 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:light_blue_stained_glass" + } + }, + "result": { + "item": "minecraft:light_blue_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/light_blue_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..f6a9291 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "minecraft:light_blue_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_terracotta.json b/minecrafttrivia/mcdata/recipes/light_blue_terracotta.json new file mode 100644 index 0000000..3cb36df --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:light_blue_dye" + } + }, + "result": { + "item": "minecraft:light_blue_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_blue_wool.json b/minecrafttrivia/mcdata/recipes/light_blue_wool.json new file mode 100644 index 0000000..c69ddf5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_blue_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:light_blue_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:light_blue_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_banner.json b/minecrafttrivia/mcdata/recipes/light_gray_banner.json new file mode 100644 index 0000000..b94336b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:light_gray_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:light_gray_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_bed.json b/minecrafttrivia/mcdata/recipes/light_gray_bed.json new file mode 100644 index 0000000..245b256 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:light_gray_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:light_gray_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/light_gray_bed_from_white_bed.json new file mode 100644 index 0000000..ae3473e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:light_gray_dye" + } + ], + "result": { + "item": "minecraft:light_gray_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_carpet.json b/minecrafttrivia/mcdata/recipes/light_gray_carpet.json new file mode 100644 index 0000000..eaa24ea --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:light_gray_wool" + } + }, + "result": { + "item": "minecraft:light_gray_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/light_gray_carpet_from_white_carpet.json new file mode 100644 index 0000000..37754b5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:light_gray_dye" + } + }, + "result": { + "item": "minecraft:light_gray_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_concrete_powder.json b/minecrafttrivia/mcdata/recipes/light_gray_concrete_powder.json new file mode 100644 index 0000000..c831b65 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:light_gray_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:light_gray_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_dye_from_azure_bluet.json b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_azure_bluet.json new file mode 100644 index 0000000..2b3f4b2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_azure_bluet.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:azure_bluet" + } + ], + "result": { + "item": "minecraft:light_gray_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_dye_from_black_white_dye.json b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_black_white_dye.json new file mode 100644 index 0000000..ecea949 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_black_white_dye.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:black_dye" + }, + { + "item": "minecraft:white_dye" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "minecraft:light_gray_dye", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_dye_from_gray_white_dye.json b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_gray_white_dye.json new file mode 100644 index 0000000..fc7936f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_gray_white_dye.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:gray_dye" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "minecraft:light_gray_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_dye_from_oxeye_daisy.json b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_oxeye_daisy.json new file mode 100644 index 0000000..399a287 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_oxeye_daisy.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:oxeye_daisy" + } + ], + "result": { + "item": "minecraft:light_gray_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_dye_from_white_tulip.json b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_white_tulip.json new file mode 100644 index 0000000..74c305c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_dye_from_white_tulip.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "light_gray_dye", + "ingredients": [ + { + "item": "minecraft:white_tulip" + } + ], + "result": { + "item": "minecraft:light_gray_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/light_gray_glazed_terracotta.json new file mode 100644 index 0000000..2272f45 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:light_gray_terracotta" + }, + "result": "minecraft:light_gray_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_stained_glass.json b/minecrafttrivia/mcdata/recipes/light_gray_stained_glass.json new file mode 100644 index 0000000..799584d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:light_gray_dye" + } + }, + "result": { + "item": "minecraft:light_gray_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/light_gray_stained_glass_pane.json new file mode 100644 index 0000000..a06d2f6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:light_gray_stained_glass" + } + }, + "result": { + "item": "minecraft:light_gray_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/light_gray_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..5bd8e69 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:light_gray_dye" + } + }, + "result": { + "item": "minecraft:light_gray_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_terracotta.json b/minecrafttrivia/mcdata/recipes/light_gray_terracotta.json new file mode 100644 index 0000000..b178027 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:light_gray_dye" + } + }, + "result": { + "item": "minecraft:light_gray_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_gray_wool.json b/minecrafttrivia/mcdata/recipes/light_gray_wool.json new file mode 100644 index 0000000..e5c52ed --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_gray_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:light_gray_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:light_gray_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/light_weighted_pressure_plate.json b/minecrafttrivia/mcdata/recipes/light_weighted_pressure_plate.json new file mode 100644 index 0000000..7dd012d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/light_weighted_pressure_plate.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:light_weighted_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_banner.json b/minecrafttrivia/mcdata/recipes/lime_banner.json new file mode 100644 index 0000000..d7047e8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:lime_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:lime_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_bed.json b/minecrafttrivia/mcdata/recipes/lime_bed.json new file mode 100644 index 0000000..12da0ab --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:lime_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:lime_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/lime_bed_from_white_bed.json new file mode 100644 index 0000000..8fc7e36 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:lime_dye" + } + ], + "result": { + "item": "minecraft:lime_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_carpet.json b/minecrafttrivia/mcdata/recipes/lime_carpet.json new file mode 100644 index 0000000..afdfdf5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:lime_wool" + } + }, + "result": { + "item": "minecraft:lime_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/lime_carpet_from_white_carpet.json new file mode 100644 index 0000000..19fc5eb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:lime_dye" + } + }, + "result": { + "item": "minecraft:lime_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_concrete_powder.json b/minecrafttrivia/mcdata/recipes/lime_concrete_powder.json new file mode 100644 index 0000000..2aec6fa --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:lime_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:lime_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_dye.json b/minecrafttrivia/mcdata/recipes/lime_dye.json new file mode 100644 index 0000000..5c185c8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_dye.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:green_dye" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "minecraft:lime_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_dye_from_smelting.json b/minecrafttrivia/mcdata/recipes/lime_dye_from_smelting.json new file mode 100644 index 0000000..bfe390e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_dye_from_smelting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:sea_pickle" + }, + "result": "minecraft:lime_dye", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/lime_glazed_terracotta.json new file mode 100644 index 0000000..e0034f1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:lime_terracotta" + }, + "result": "minecraft:lime_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_stained_glass.json b/minecrafttrivia/mcdata/recipes/lime_stained_glass.json new file mode 100644 index 0000000..a0f45d3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:lime_dye" + } + }, + "result": { + "item": "minecraft:lime_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/lime_stained_glass_pane.json new file mode 100644 index 0000000..3781a7a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:lime_stained_glass" + } + }, + "result": { + "item": "minecraft:lime_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/lime_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..aee7f0b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:lime_dye" + } + }, + "result": { + "item": "minecraft:lime_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_terracotta.json b/minecrafttrivia/mcdata/recipes/lime_terracotta.json new file mode 100644 index 0000000..46769ae --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:lime_dye" + } + }, + "result": { + "item": "minecraft:lime_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lime_wool.json b/minecrafttrivia/mcdata/recipes/lime_wool.json new file mode 100644 index 0000000..28e3ed1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lime_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:lime_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:lime_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/lodestone.json b/minecrafttrivia/mcdata/recipes/lodestone.json new file mode 100644 index 0000000..c18325c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/lodestone.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SSS", + "S#S", + "SSS" + ], + "key": { + "S": { + "item": "minecraft:chiseled_stone_bricks" + }, + "#": { + "item": "minecraft:netherite_ingot" + } + }, + "result": { + "item": "minecraft:lodestone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/loom.json b/minecrafttrivia/mcdata/recipes/loom.json new file mode 100644 index 0000000..def1838 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/loom.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "@@", + "##" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "@": { + "item": "minecraft:string" + } + }, + "result": { + "item": "minecraft:loom" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_banner.json b/minecrafttrivia/mcdata/recipes/magenta_banner.json new file mode 100644 index 0000000..5ecf760 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:magenta_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:magenta_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_bed.json b/minecrafttrivia/mcdata/recipes/magenta_bed.json new file mode 100644 index 0000000..60395c0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:magenta_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:magenta_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/magenta_bed_from_white_bed.json new file mode 100644 index 0000000..a861654 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:magenta_dye" + } + ], + "result": { + "item": "minecraft:magenta_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_carpet.json b/minecrafttrivia/mcdata/recipes/magenta_carpet.json new file mode 100644 index 0000000..bc1c90a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:magenta_wool" + } + }, + "result": { + "item": "minecraft:magenta_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/magenta_carpet_from_white_carpet.json new file mode 100644 index 0000000..023405c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:magenta_dye" + } + }, + "result": { + "item": "minecraft:magenta_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_concrete_powder.json b/minecrafttrivia/mcdata/recipes/magenta_concrete_powder.json new file mode 100644 index 0000000..1e1963c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:magenta_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:magenta_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_dye_from_allium.json b/minecrafttrivia/mcdata/recipes/magenta_dye_from_allium.json new file mode 100644 index 0000000..33d1527 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_dye_from_allium.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:allium" + } + ], + "result": { + "item": "minecraft:magenta_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_dye_from_blue_red_pink.json b/minecrafttrivia/mcdata/recipes/magenta_dye_from_blue_red_pink.json new file mode 100644 index 0000000..e0c10e8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_dye_from_blue_red_pink.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:pink_dye" + } + ], + "result": { + "item": "minecraft:magenta_dye", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_dye_from_blue_red_white_dye.json b/minecrafttrivia/mcdata/recipes/magenta_dye_from_blue_red_white_dye.json new file mode 100644 index 0000000..ce8ec2d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_dye_from_blue_red_white_dye.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "minecraft:magenta_dye", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_dye_from_lilac.json b/minecrafttrivia/mcdata/recipes/magenta_dye_from_lilac.json new file mode 100644 index 0000000..2290ae8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_dye_from_lilac.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:lilac" + } + ], + "result": { + "item": "minecraft:magenta_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_dye_from_purple_and_pink.json b/minecrafttrivia/mcdata/recipes/magenta_dye_from_purple_and_pink.json new file mode 100644 index 0000000..5bd698d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_dye_from_purple_and_pink.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "magenta_dye", + "ingredients": [ + { + "item": "minecraft:purple_dye" + }, + { + "item": "minecraft:pink_dye" + } + ], + "result": { + "item": "minecraft:magenta_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/magenta_glazed_terracotta.json new file mode 100644 index 0000000..afd84f7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:magenta_terracotta" + }, + "result": "minecraft:magenta_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_stained_glass.json b/minecrafttrivia/mcdata/recipes/magenta_stained_glass.json new file mode 100644 index 0000000..20aac2c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:magenta_dye" + } + }, + "result": { + "item": "minecraft:magenta_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/magenta_stained_glass_pane.json new file mode 100644 index 0000000..58e794d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:magenta_stained_glass" + } + }, + "result": { + "item": "minecraft:magenta_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/magenta_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..84eea68 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:magenta_dye" + } + }, + "result": { + "item": "minecraft:magenta_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_terracotta.json b/minecrafttrivia/mcdata/recipes/magenta_terracotta.json new file mode 100644 index 0000000..d981d39 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:magenta_dye" + } + }, + "result": { + "item": "minecraft:magenta_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magenta_wool.json b/minecrafttrivia/mcdata/recipes/magenta_wool.json new file mode 100644 index 0000000..bdd3afb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magenta_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:magenta_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:magenta_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magma_block.json b/minecrafttrivia/mcdata/recipes/magma_block.json new file mode 100644 index 0000000..79ea04d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magma_block.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:magma_cream" + } + }, + "result": { + "item": "minecraft:magma_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/magma_cream.json b/minecrafttrivia/mcdata/recipes/magma_cream.json new file mode 100644 index 0000000..36981e0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/magma_cream.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blaze_powder" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "minecraft:magma_cream" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/map.json b/minecrafttrivia/mcdata/recipes/map.json new file mode 100644 index 0000000..7ac390b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/map.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:paper" + }, + "X": { + "item": "minecraft:compass" + } + }, + "result": { + "item": "minecraft:map" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/map_cloning.json b/minecrafttrivia/mcdata/recipes/map_cloning.json new file mode 100644 index 0000000..8fdbbce --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/map_cloning.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_mapcloning" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/map_extending.json b/minecrafttrivia/mcdata/recipes/map_extending.json new file mode 100644 index 0000000..97a5a92 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/map_extending.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_mapextending" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/melon.json b/minecrafttrivia/mcdata/recipes/melon.json new file mode 100644 index 0000000..f2f0034 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/melon.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "MMM", + "MMM", + "MMM" + ], + "key": { + "M": { + "item": "minecraft:melon_slice" + } + }, + "result": { + "item": "minecraft:melon" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/melon_seeds.json b/minecrafttrivia/mcdata/recipes/melon_seeds.json new file mode 100644 index 0000000..334e9e3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/melon_seeds.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:melon_slice" + } + ], + "result": { + "item": "minecraft:melon_seeds" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/minecart.json b/minecrafttrivia/mcdata/recipes/minecart.json new file mode 100644 index 0000000..ea35220 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/minecart.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:minecart" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mojang_banner_pattern.json b/minecrafttrivia/mcdata/recipes/mojang_banner_pattern.json new file mode 100644 index 0000000..079f221 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mojang_banner_pattern.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:enchanted_golden_apple" + } + ], + "result": { + "item": "minecraft:mojang_banner_pattern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_cobblestone.json b/minecrafttrivia/mcdata/recipes/mossy_cobblestone.json new file mode 100644 index 0000000..f7bf19b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_cobblestone.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:cobblestone" + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "item": "minecraft:mossy_cobblestone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_cobblestone_slab.json b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_slab.json new file mode 100644 index 0000000..84de5e0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:mossy_cobblestone" + } + }, + "result": { + "item": "minecraft:mossy_cobblestone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_cobblestone_slab_from_mossy_cobblestone_stonecutting.json b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_slab_from_mossy_cobblestone_stonecutting.json new file mode 100644 index 0000000..eb76e9d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_slab_from_mossy_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:mossy_cobblestone" + }, + "result": "minecraft:mossy_cobblestone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_cobblestone_stairs.json b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_stairs.json new file mode 100644 index 0000000..e859d20 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:mossy_cobblestone" + } + }, + "result": { + "item": "minecraft:mossy_cobblestone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_cobblestone_stairs_from_mossy_cobblestone_stonecutting.json b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_stairs_from_mossy_cobblestone_stonecutting.json new file mode 100644 index 0000000..58f7843 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_stairs_from_mossy_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:mossy_cobblestone" + }, + "result": "minecraft:mossy_cobblestone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_cobblestone_wall.json b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_wall.json new file mode 100644 index 0000000..eaa9f1c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:mossy_cobblestone" + } + }, + "result": { + "item": "minecraft:mossy_cobblestone_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_cobblestone_wall_from_mossy_cobblestone_stonecutting.json b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_wall_from_mossy_cobblestone_stonecutting.json new file mode 100644 index 0000000..1265aa8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_cobblestone_wall_from_mossy_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:mossy_cobblestone" + }, + "result": "minecraft:mossy_cobblestone_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_stone_brick_slab.json b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_slab.json new file mode 100644 index 0000000..63a7b20 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:mossy_stone_bricks" + } + }, + "result": { + "item": "minecraft:mossy_stone_brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_stone_brick_slab_from_mossy_stone_brick_stonecutting.json b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_slab_from_mossy_stone_brick_stonecutting.json new file mode 100644 index 0000000..5c6cdda --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_slab_from_mossy_stone_brick_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:mossy_stone_bricks" + }, + "result": "minecraft:mossy_stone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_stone_brick_stairs.json b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_stairs.json new file mode 100644 index 0000000..ce787b1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:mossy_stone_bricks" + } + }, + "result": { + "item": "minecraft:mossy_stone_brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_stone_brick_stairs_from_mossy_stone_brick_stonecutting.json b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_stairs_from_mossy_stone_brick_stonecutting.json new file mode 100644 index 0000000..9b2e172 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_stairs_from_mossy_stone_brick_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:mossy_stone_bricks" + }, + "result": "minecraft:mossy_stone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_stone_brick_wall.json b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_wall.json new file mode 100644 index 0000000..e91a8eb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:mossy_stone_bricks" + } + }, + "result": { + "item": "minecraft:mossy_stone_brick_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_stone_brick_wall_from_mossy_stone_brick_stonecutting.json b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_wall_from_mossy_stone_brick_stonecutting.json new file mode 100644 index 0000000..cd58b30 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_stone_brick_wall_from_mossy_stone_brick_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:mossy_stone_bricks" + }, + "result": "minecraft:mossy_stone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mossy_stone_bricks.json b/minecrafttrivia/mcdata/recipes/mossy_stone_bricks.json new file mode 100644 index 0000000..74fa333 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mossy_stone_bricks.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:stone_bricks" + }, + { + "item": "minecraft:vine" + } + ], + "result": { + "item": "minecraft:mossy_stone_bricks" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/mushroom_stew.json b/minecrafttrivia/mcdata/recipes/mushroom_stew.json new file mode 100644 index 0000000..507d110 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/mushroom_stew.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brown_mushroom" + }, + { + "item": "minecraft:red_mushroom" + }, + { + "item": "minecraft:bowl" + } + ], + "result": { + "item": "minecraft:mushroom_stew" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick.json b/minecrafttrivia/mcdata/recipes/nether_brick.json new file mode 100644 index 0000000..205d738 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:netherrack" + }, + "result": "minecraft:nether_brick", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick_fence.json b/minecrafttrivia/mcdata/recipes/nether_brick_fence.json new file mode 100644 index 0000000..e8acd84 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick_fence.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#-#", + "#-#" + ], + "key": { + "#": { + "item": "minecraft:nether_bricks" + }, + "-": { + "item": "minecraft:nether_brick" + } + }, + "result": { + "item": "minecraft:nether_brick_fence", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick_slab.json b/minecrafttrivia/mcdata/recipes/nether_brick_slab.json new file mode 100644 index 0000000..65806f5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_bricks" + } + }, + "result": { + "item": "minecraft:nether_brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick_slab_from_nether_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/nether_brick_slab_from_nether_bricks_stonecutting.json new file mode 100644 index 0000000..5da3c14 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick_slab_from_nether_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:nether_bricks" + }, + "result": "minecraft:nether_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick_stairs.json b/minecrafttrivia/mcdata/recipes/nether_brick_stairs.json new file mode 100644 index 0000000..bb9789f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_bricks" + } + }, + "result": { + "item": "minecraft:nether_brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick_stairs_from_nether_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/nether_brick_stairs_from_nether_bricks_stonecutting.json new file mode 100644 index 0000000..955937b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick_stairs_from_nether_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:nether_bricks" + }, + "result": "minecraft:nether_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick_wall.json b/minecrafttrivia/mcdata/recipes/nether_brick_wall.json new file mode 100644 index 0000000..351346c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_bricks" + } + }, + "result": { + "item": "minecraft:nether_brick_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_brick_wall_from_nether_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/nether_brick_wall_from_nether_bricks_stonecutting.json new file mode 100644 index 0000000..650fd27 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_brick_wall_from_nether_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:nether_bricks" + }, + "result": "minecraft:nether_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_bricks.json b/minecrafttrivia/mcdata/recipes/nether_bricks.json new file mode 100644 index 0000000..b0fb36a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_bricks.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "NN", + "NN" + ], + "key": { + "N": { + "item": "minecraft:nether_brick" + } + }, + "result": { + "item": "minecraft:nether_bricks" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/nether_wart_block.json b/minecrafttrivia/mcdata/recipes/nether_wart_block.json new file mode 100644 index 0000000..d826325 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/nether_wart_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:nether_wart" + } + }, + "result": { + "item": "minecraft:nether_wart_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_axe_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_axe_smithing.json new file mode 100644 index 0000000..c2996de --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_axe_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_axe" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_axe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_block.json b/minecrafttrivia/mcdata/recipes/netherite_block.json new file mode 100644 index 0000000..cbf3126 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:netherite_ingot" + } + }, + "result": { + "item": "minecraft:netherite_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_boots_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_boots_smithing.json new file mode 100644 index 0000000..48b3da7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_boots_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_boots" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_boots" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_chestplate_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_chestplate_smithing.json new file mode 100644 index 0000000..87b583b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_chestplate_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_chestplate" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_chestplate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_helmet_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_helmet_smithing.json new file mode 100644 index 0000000..3788b0c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_helmet_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_helmet" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_helmet" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_hoe_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_hoe_smithing.json new file mode 100644 index 0000000..8c59317 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_hoe_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_hoe" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_hoe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_ingot.json b/minecrafttrivia/mcdata/recipes/netherite_ingot.json new file mode 100644 index 0000000..6077a9b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_ingot.json @@ -0,0 +1,33 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "netherite_ingot", + "ingredients": [ + { + "item": "minecraft:netherite_scrap" + }, + { + "item": "minecraft:netherite_scrap" + }, + { + "item": "minecraft:netherite_scrap" + }, + { + "item": "minecraft:netherite_scrap" + }, + { + "item": "minecraft:gold_ingot" + }, + { + "item": "minecraft:gold_ingot" + }, + { + "item": "minecraft:gold_ingot" + }, + { + "item": "minecraft:gold_ingot" + } + ], + "result": { + "item": "minecraft:netherite_ingot" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json b/minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json new file mode 100644 index 0000000..e61416e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_ingot_from_netherite_block.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "netherite_ingot", + "ingredients": [ + { + "item": "minecraft:netherite_block" + } + ], + "result": { + "item": "minecraft:netherite_ingot", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_leggings_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_leggings_smithing.json new file mode 100644 index 0000000..b646d52 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_leggings_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_leggings" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_leggings" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_pickaxe_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_pickaxe_smithing.json new file mode 100644 index 0000000..c39310c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_pickaxe_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_pickaxe" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_pickaxe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_scrap.json b/minecrafttrivia/mcdata/recipes/netherite_scrap.json new file mode 100644 index 0000000..8cf69f5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_scrap.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:ancient_debris" + }, + "result": "minecraft:netherite_scrap", + "experience": 2.0, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_scrap_from_blasting.json b/minecrafttrivia/mcdata/recipes/netherite_scrap_from_blasting.json new file mode 100644 index 0000000..dd586b3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_scrap_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:ancient_debris" + }, + "result": "minecraft:netherite_scrap", + "experience": 2.0, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_shovel_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_shovel_smithing.json new file mode 100644 index 0000000..4530289 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_shovel_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_shovel" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_shovel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/netherite_sword_smithing.json b/minecrafttrivia/mcdata/recipes/netherite_sword_smithing.json new file mode 100644 index 0000000..15afa77 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/netherite_sword_smithing.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "base": { + "item": "minecraft:diamond_sword" + }, + "addition": { + "item": "minecraft:netherite_ingot" + }, + "result": { + "item": "minecraft:netherite_sword" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/note_block.json b/minecrafttrivia/mcdata/recipes/note_block.json new file mode 100644 index 0000000..6baea02 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/note_block.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:note_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_boat.json b/minecrafttrivia/mcdata/recipes/oak_boat.json new file mode 100644 index 0000000..1de9bf3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_boat.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_boat" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_button.json b/minecrafttrivia/mcdata/recipes/oak_button.json new file mode 100644 index 0000000..afbfedd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:oak_planks" + } + ], + "result": { + "item": "minecraft:oak_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_door.json b/minecrafttrivia/mcdata/recipes/oak_door.json new file mode 100644 index 0000000..92779b1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_fence.json b/minecrafttrivia/mcdata/recipes/oak_fence.json new file mode 100644 index 0000000..7ad33d7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_fence_gate.json b/minecrafttrivia/mcdata/recipes/oak_fence_gate.json new file mode 100644 index 0000000..563bfb3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_planks.json b/minecrafttrivia/mcdata/recipes/oak_planks.json new file mode 100644 index 0000000..e6e4279 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:oak_logs" + } + ], + "result": { + "item": "minecraft:oak_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_pressure_plate.json b/minecrafttrivia/mcdata/recipes/oak_pressure_plate.json new file mode 100644 index 0000000..03e3df6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_sign.json b/minecrafttrivia/mcdata/recipes/oak_sign.json new file mode 100644 index 0000000..1c3a03a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:oak_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_slab.json b/minecrafttrivia/mcdata/recipes/oak_slab.json new file mode 100644 index 0000000..8e36e00 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_stairs.json b/minecrafttrivia/mcdata/recipes/oak_stairs.json new file mode 100644 index 0000000..1fa97dd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_trapdoor.json b/minecrafttrivia/mcdata/recipes/oak_trapdoor.json new file mode 100644 index 0000000..4c2b717 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:oak_planks" + } + }, + "result": { + "item": "minecraft:oak_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/oak_wood.json b/minecrafttrivia/mcdata/recipes/oak_wood.json new file mode 100644 index 0000000..6212454 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/oak_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:oak_log" + } + }, + "result": { + "item": "minecraft:oak_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/observer.json b/minecrafttrivia/mcdata/recipes/observer.json new file mode 100644 index 0000000..0637ba9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/observer.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "RRQ", + "###" + ], + "key": { + "Q": { + "item": "minecraft:quartz" + }, + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "minecraft:observer" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_banner.json b/minecrafttrivia/mcdata/recipes/orange_banner.json new file mode 100644 index 0000000..70692a4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:orange_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:orange_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_bed.json b/minecrafttrivia/mcdata/recipes/orange_bed.json new file mode 100644 index 0000000..8f7ae1c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:orange_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:orange_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/orange_bed_from_white_bed.json new file mode 100644 index 0000000..3d223a0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:orange_dye" + } + ], + "result": { + "item": "minecraft:orange_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_carpet.json b/minecrafttrivia/mcdata/recipes/orange_carpet.json new file mode 100644 index 0000000..f22346a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:orange_wool" + } + }, + "result": { + "item": "minecraft:orange_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/orange_carpet_from_white_carpet.json new file mode 100644 index 0000000..fc2d2a1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:orange_dye" + } + }, + "result": { + "item": "minecraft:orange_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_concrete_powder.json b/minecrafttrivia/mcdata/recipes/orange_concrete_powder.json new file mode 100644 index 0000000..7b603f7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:orange_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:orange_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_dye_from_orange_tulip.json b/minecrafttrivia/mcdata/recipes/orange_dye_from_orange_tulip.json new file mode 100644 index 0000000..257ca4f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_dye_from_orange_tulip.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "orange_dye", + "ingredients": [ + { + "item": "minecraft:orange_tulip" + } + ], + "result": { + "item": "minecraft:orange_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_dye_from_red_yellow.json b/minecrafttrivia/mcdata/recipes/orange_dye_from_red_yellow.json new file mode 100644 index 0000000..e801eeb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_dye_from_red_yellow.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "orange_dye", + "ingredients": [ + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:yellow_dye" + } + ], + "result": { + "item": "minecraft:orange_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/orange_glazed_terracotta.json new file mode 100644 index 0000000..ee417a3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:orange_terracotta" + }, + "result": "minecraft:orange_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_stained_glass.json b/minecrafttrivia/mcdata/recipes/orange_stained_glass.json new file mode 100644 index 0000000..bc5f43f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:orange_dye" + } + }, + "result": { + "item": "minecraft:orange_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/orange_stained_glass_pane.json new file mode 100644 index 0000000..d7f02d1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:orange_stained_glass" + } + }, + "result": { + "item": "minecraft:orange_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/orange_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..ba93859 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:orange_dye" + } + }, + "result": { + "item": "minecraft:orange_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_terracotta.json b/minecrafttrivia/mcdata/recipes/orange_terracotta.json new file mode 100644 index 0000000..e252427 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:orange_dye" + } + }, + "result": { + "item": "minecraft:orange_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/orange_wool.json b/minecrafttrivia/mcdata/recipes/orange_wool.json new file mode 100644 index 0000000..7ab4e68 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/orange_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:orange_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:orange_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/packed_ice.json b/minecrafttrivia/mcdata/recipes/packed_ice.json new file mode 100644 index 0000000..bba6176 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/packed_ice.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + }, + { + "item": "minecraft:ice" + } + ], + "result": { + "item": "minecraft:packed_ice" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/painting.json b/minecrafttrivia/mcdata/recipes/painting.json new file mode 100644 index 0000000..5ee04b5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/painting.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:wool" + } + }, + "result": { + "item": "minecraft:painting" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/paper.json b/minecrafttrivia/mcdata/recipes/paper.json new file mode 100644 index 0000000..b03abbe --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/paper.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:sugar_cane" + } + }, + "result": { + "item": "minecraft:paper", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_banner.json b/minecrafttrivia/mcdata/recipes/pink_banner.json new file mode 100644 index 0000000..9369d3d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:pink_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:pink_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_bed.json b/minecrafttrivia/mcdata/recipes/pink_bed.json new file mode 100644 index 0000000..81b023e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:pink_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:pink_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/pink_bed_from_white_bed.json new file mode 100644 index 0000000..ff59068 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:pink_dye" + } + ], + "result": { + "item": "minecraft:pink_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_carpet.json b/minecrafttrivia/mcdata/recipes/pink_carpet.json new file mode 100644 index 0000000..27eb799 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:pink_wool" + } + }, + "result": { + "item": "minecraft:pink_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/pink_carpet_from_white_carpet.json new file mode 100644 index 0000000..a2fd626 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:pink_dye" + } + }, + "result": { + "item": "minecraft:pink_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_concrete_powder.json b/minecrafttrivia/mcdata/recipes/pink_concrete_powder.json new file mode 100644 index 0000000..0dde6d5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:pink_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:pink_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_dye_from_peony.json b/minecrafttrivia/mcdata/recipes/pink_dye_from_peony.json new file mode 100644 index 0000000..af2a378 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_dye_from_peony.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "pink_dye", + "ingredients": [ + { + "item": "minecraft:peony" + } + ], + "result": { + "item": "minecraft:pink_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_dye_from_pink_tulip.json b/minecrafttrivia/mcdata/recipes/pink_dye_from_pink_tulip.json new file mode 100644 index 0000000..15b063f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_dye_from_pink_tulip.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "pink_dye", + "ingredients": [ + { + "item": "minecraft:pink_tulip" + } + ], + "result": { + "item": "minecraft:pink_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_dye_from_red_white_dye.json b/minecrafttrivia/mcdata/recipes/pink_dye_from_red_white_dye.json new file mode 100644 index 0000000..3ed8161 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_dye_from_red_white_dye.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "pink_dye", + "ingredients": [ + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "minecraft:pink_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/pink_glazed_terracotta.json new file mode 100644 index 0000000..d3b6d67 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:pink_terracotta" + }, + "result": "minecraft:pink_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_stained_glass.json b/minecrafttrivia/mcdata/recipes/pink_stained_glass.json new file mode 100644 index 0000000..b7888ee --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:pink_dye" + } + }, + "result": { + "item": "minecraft:pink_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/pink_stained_glass_pane.json new file mode 100644 index 0000000..8dd8d9e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:pink_stained_glass" + } + }, + "result": { + "item": "minecraft:pink_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/pink_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..3892925 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:pink_dye" + } + }, + "result": { + "item": "minecraft:pink_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_terracotta.json b/minecrafttrivia/mcdata/recipes/pink_terracotta.json new file mode 100644 index 0000000..2b3fc18 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:pink_dye" + } + }, + "result": { + "item": "minecraft:pink_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pink_wool.json b/minecrafttrivia/mcdata/recipes/pink_wool.json new file mode 100644 index 0000000..8654621 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pink_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:pink_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:pink_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/piston.json b/minecrafttrivia/mcdata/recipes/piston.json new file mode 100644 index 0000000..5d44f8b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/piston.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "TTT", + "#X#", + "#R#" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:cobblestone" + }, + "T": { + "tag": "minecraft:planks" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:piston" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite.json b/minecrafttrivia/mcdata/recipes/polished_andesite.json new file mode 100644 index 0000000..98cbdfd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:andesite" + } + }, + "result": { + "item": "minecraft:polished_andesite", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite_from_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_andesite_from_andesite_stonecutting.json new file mode 100644 index 0000000..0291f16 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "minecraft:polished_andesite", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite_slab.json b/minecrafttrivia/mcdata/recipes/polished_andesite_slab.json new file mode 100644 index 0000000..36e787c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_andesite" + } + }, + "result": { + "item": "minecraft:polished_andesite_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite_slab_from_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_andesite_slab_from_andesite_stonecutting.json new file mode 100644 index 0000000..ced7b27 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite_slab_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "minecraft:polished_andesite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite_slab_from_polished_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_andesite_slab_from_polished_andesite_stonecutting.json new file mode 100644 index 0000000..6447812 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite_slab_from_polished_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_andesite" + }, + "result": "minecraft:polished_andesite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite_stairs.json b/minecrafttrivia/mcdata/recipes/polished_andesite_stairs.json new file mode 100644 index 0000000..d0afed3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_andesite" + } + }, + "result": { + "item": "minecraft:polished_andesite_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite_stairs_from_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_andesite_stairs_from_andesite_stonecutting.json new file mode 100644 index 0000000..3331782 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite_stairs_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "minecraft:polished_andesite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_andesite_stairs_from_polished_andesite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_andesite_stairs_from_polished_andesite_stonecutting.json new file mode 100644 index 0000000..e47f70f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_andesite_stairs_from_polished_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_andesite" + }, + "result": "minecraft:polished_andesite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_basalt.json b/minecrafttrivia/mcdata/recipes/polished_basalt.json new file mode 100644 index 0000000..0ff33eb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_basalt.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:basalt" + } + }, + "result": { + "item": "minecraft:polished_basalt", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_basalt_from_basalt_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_basalt_from_basalt_stonecutting.json new file mode 100644 index 0000000..ae62b09 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_basalt_from_basalt_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:basalt" + }, + "result": "minecraft:polished_basalt", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone.json b/minecrafttrivia/mcdata/recipes/polished_blackstone.json new file mode 100644 index 0000000..b59335a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:blackstone" + } + }, + "result": { + "item": "minecraft:polished_blackstone", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab.json new file mode 100644 index 0000000..c0f2f67 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone_bricks" + } + }, + "result": { + "item": "minecraft:polished_blackstone_brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_blackstone_stonecutting.json new file mode 100644 index 0000000..4b50e4e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_polished_blackstone_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_polished_blackstone_bricks_stonecutting.json new file mode 100644 index 0000000..07af914 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_polished_blackstone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone_bricks" + }, + "result": "minecraft:polished_blackstone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..52d92d4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_slab_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:polished_blackstone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs.json new file mode 100644 index 0000000..4591b01 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone_bricks" + } + }, + "result": { + "item": "minecraft:polished_blackstone_brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_blackstone_stonecutting.json new file mode 100644 index 0000000..5f6d13e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_polished_blackstone_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_polished_blackstone_bricks_stonecutting.json new file mode 100644 index 0000000..bca3891 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_polished_blackstone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone_bricks" + }, + "result": "minecraft:polished_blackstone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..e997166 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_stairs_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:polished_blackstone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall.json new file mode 100644 index 0000000..9dbf776 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone_bricks" + } + }, + "result": { + "item": "minecraft:polished_blackstone_brick_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_blackstone_stonecutting.json new file mode 100644 index 0000000..0af88de --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_polished_blackstone_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_polished_blackstone_bricks_stonecutting.json new file mode 100644 index 0000000..55124ec --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_polished_blackstone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone_bricks" + }, + "result": "minecraft:polished_blackstone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..fe937e3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_brick_wall_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:polished_blackstone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks.json new file mode 100644 index 0000000..4f18772 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone" + } + }, + "result": { + "item": "minecraft:polished_blackstone_bricks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks_from_blackstone_stonecutting.json new file mode 100644 index 0000000..bbea702 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..d9cd661 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_bricks_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:polished_blackstone_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_button.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_button.json new file mode 100644 index 0000000..292d1fd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_button.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:polished_blackstone" + } + ], + "result": { + "item": "minecraft:polished_blackstone_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_from_blackstone_stonecutting.json new file mode 100644 index 0000000..d1e9e50 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_pressure_plate.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_pressure_plate.json new file mode 100644 index 0000000..e853ec9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_pressure_plate.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone" + } + }, + "result": { + "item": "minecraft:polished_blackstone_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_slab.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_slab.json new file mode 100644 index 0000000..c4ad40c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone" + } + }, + "result": { + "item": "minecraft:polished_blackstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_slab_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_slab_from_blackstone_stonecutting.json new file mode 100644 index 0000000..3c00f20 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_slab_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_slab_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_slab_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..8bf386b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_slab_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:polished_blackstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs.json new file mode 100644 index 0000000..2abf250 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone" + } + }, + "result": { + "item": "minecraft:polished_blackstone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs_from_blackstone_stonecutting.json new file mode 100644 index 0000000..c793f74 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..fa77af5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_stairs_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:polished_blackstone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_wall.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_wall.json new file mode 100644 index 0000000..555486e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_blackstone" + } + }, + "result": { + "item": "minecraft:polished_blackstone_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_wall_from_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_wall_from_blackstone_stonecutting.json new file mode 100644 index 0000000..e40a0cd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_wall_from_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:blackstone" + }, + "result": "minecraft:polished_blackstone_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_blackstone_wall_from_polished_blackstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_blackstone_wall_from_polished_blackstone_stonecutting.json new file mode 100644 index 0000000..ba3c0f3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_blackstone_wall_from_polished_blackstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_blackstone" + }, + "result": "minecraft:polished_blackstone_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite.json b/minecrafttrivia/mcdata/recipes/polished_diorite.json new file mode 100644 index 0000000..94020d0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:diorite" + } + }, + "result": { + "item": "minecraft:polished_diorite", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite_from_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_diorite_from_diorite_stonecutting.json new file mode 100644 index 0000000..144024c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "minecraft:polished_diorite", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite_slab.json b/minecrafttrivia/mcdata/recipes/polished_diorite_slab.json new file mode 100644 index 0000000..52f0257 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_diorite" + } + }, + "result": { + "item": "minecraft:polished_diorite_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite_slab_from_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_diorite_slab_from_diorite_stonecutting.json new file mode 100644 index 0000000..897753f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite_slab_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "minecraft:polished_diorite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite_slab_from_polished_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_diorite_slab_from_polished_diorite_stonecutting.json new file mode 100644 index 0000000..63b9932 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite_slab_from_polished_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_diorite" + }, + "result": "minecraft:polished_diorite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite_stairs.json b/minecrafttrivia/mcdata/recipes/polished_diorite_stairs.json new file mode 100644 index 0000000..4aa8827 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_diorite" + } + }, + "result": { + "item": "minecraft:polished_diorite_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite_stairs_from_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_diorite_stairs_from_diorite_stonecutting.json new file mode 100644 index 0000000..6081197 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite_stairs_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "minecraft:polished_diorite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_diorite_stairs_from_polished_diorite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_diorite_stairs_from_polished_diorite_stonecutting.json new file mode 100644 index 0000000..2dcf368 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_diorite_stairs_from_polished_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_diorite" + }, + "result": "minecraft:polished_diorite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite.json b/minecrafttrivia/mcdata/recipes/polished_granite.json new file mode 100644 index 0000000..aaac5bc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:granite" + } + }, + "result": { + "item": "minecraft:polished_granite", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite_from_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_granite_from_granite_stonecutting.json new file mode 100644 index 0000000..701aaac --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "minecraft:polished_granite", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite_slab.json b/minecrafttrivia/mcdata/recipes/polished_granite_slab.json new file mode 100644 index 0000000..6657ae2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_granite" + } + }, + "result": { + "item": "minecraft:polished_granite_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite_slab_from_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_granite_slab_from_granite_stonecutting.json new file mode 100644 index 0000000..abc85b0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite_slab_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "minecraft:polished_granite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite_slab_from_polished_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_granite_slab_from_polished_granite_stonecutting.json new file mode 100644 index 0000000..590afc3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite_slab_from_polished_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_granite" + }, + "result": "minecraft:polished_granite_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite_stairs.json b/minecrafttrivia/mcdata/recipes/polished_granite_stairs.json new file mode 100644 index 0000000..761db4d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:polished_granite" + } + }, + "result": { + "item": "minecraft:polished_granite_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite_stairs_from_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_granite_stairs_from_granite_stonecutting.json new file mode 100644 index 0000000..7231f28 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite_stairs_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "minecraft:polished_granite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/polished_granite_stairs_from_polished_granite_stonecutting.json b/minecrafttrivia/mcdata/recipes/polished_granite_stairs_from_polished_granite_stonecutting.json new file mode 100644 index 0000000..ecee75c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/polished_granite_stairs_from_polished_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:polished_granite" + }, + "result": "minecraft:polished_granite_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/popped_chorus_fruit.json b/minecrafttrivia/mcdata/recipes/popped_chorus_fruit.json new file mode 100644 index 0000000..bce84d3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/popped_chorus_fruit.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:chorus_fruit" + }, + "result": "minecraft:popped_chorus_fruit", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/powered_rail.json b/minecrafttrivia/mcdata/recipes/powered_rail.json new file mode 100644 index 0000000..d531334 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/powered_rail.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "X#X", + "XRX" + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:gold_ingot" + } + }, + "result": { + "item": "minecraft:powered_rail", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine.json b/minecrafttrivia/mcdata/recipes/prismarine.json new file mode 100644 index 0000000..bc4b3a8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + } + }, + "result": { + "item": "minecraft:prismarine" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_brick_slab.json b/minecrafttrivia/mcdata/recipes/prismarine_brick_slab.json new file mode 100644 index 0000000..23be8e5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:prismarine_bricks" + } + }, + "result": { + "item": "minecraft:prismarine_brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_brick_slab_from_prismarine_stonecutting.json b/minecrafttrivia/mcdata/recipes/prismarine_brick_slab_from_prismarine_stonecutting.json new file mode 100644 index 0000000..09763ce --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_brick_slab_from_prismarine_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:prismarine_bricks" + }, + "result": "minecraft:prismarine_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_brick_stairs.json b/minecrafttrivia/mcdata/recipes/prismarine_brick_stairs.json new file mode 100644 index 0000000..68601e4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:prismarine_bricks" + } + }, + "result": { + "item": "minecraft:prismarine_brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_brick_stairs_from_prismarine_stonecutting.json b/minecrafttrivia/mcdata/recipes/prismarine_brick_stairs_from_prismarine_stonecutting.json new file mode 100644 index 0000000..bd34ab3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_brick_stairs_from_prismarine_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:prismarine_bricks" + }, + "result": "minecraft:prismarine_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_bricks.json b/minecrafttrivia/mcdata/recipes/prismarine_bricks.json new file mode 100644 index 0000000..a682ed9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SSS", + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + } + }, + "result": { + "item": "minecraft:prismarine_bricks" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_slab.json b/minecrafttrivia/mcdata/recipes/prismarine_slab.json new file mode 100644 index 0000000..5957feb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:prismarine" + } + }, + "result": { + "item": "minecraft:prismarine_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_slab_from_prismarine_stonecutting.json b/minecrafttrivia/mcdata/recipes/prismarine_slab_from_prismarine_stonecutting.json new file mode 100644 index 0000000..6bbbdd6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_slab_from_prismarine_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:prismarine" + }, + "result": "minecraft:prismarine_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_stairs.json b/minecrafttrivia/mcdata/recipes/prismarine_stairs.json new file mode 100644 index 0000000..03335c1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:prismarine" + } + }, + "result": { + "item": "minecraft:prismarine_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_stairs_from_prismarine_stonecutting.json b/minecrafttrivia/mcdata/recipes/prismarine_stairs_from_prismarine_stonecutting.json new file mode 100644 index 0000000..39eef1e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_stairs_from_prismarine_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:prismarine" + }, + "result": "minecraft:prismarine_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_wall.json b/minecrafttrivia/mcdata/recipes/prismarine_wall.json new file mode 100644 index 0000000..e80d38b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:prismarine" + } + }, + "result": { + "item": "minecraft:prismarine_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/prismarine_wall_from_prismarine_stonecutting.json b/minecrafttrivia/mcdata/recipes/prismarine_wall_from_prismarine_stonecutting.json new file mode 100644 index 0000000..fe46ef6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/prismarine_wall_from_prismarine_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:prismarine" + }, + "result": "minecraft:prismarine_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pumpkin_pie.json b/minecrafttrivia/mcdata/recipes/pumpkin_pie.json new file mode 100644 index 0000000..bff9f68 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pumpkin_pie.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:pumpkin" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:egg" + } + ], + "result": { + "item": "minecraft:pumpkin_pie" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/pumpkin_seeds.json b/minecrafttrivia/mcdata/recipes/pumpkin_seeds.json new file mode 100644 index 0000000..da8f3b4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/pumpkin_seeds.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:pumpkin" + } + ], + "result": { + "item": "minecraft:pumpkin_seeds", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_banner.json b/minecrafttrivia/mcdata/recipes/purple_banner.json new file mode 100644 index 0000000..d18a8d5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:purple_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:purple_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_bed.json b/minecrafttrivia/mcdata/recipes/purple_bed.json new file mode 100644 index 0000000..0d23fec --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:purple_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:purple_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/purple_bed_from_white_bed.json new file mode 100644 index 0000000..218754f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:purple_dye" + } + ], + "result": { + "item": "minecraft:purple_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_carpet.json b/minecrafttrivia/mcdata/recipes/purple_carpet.json new file mode 100644 index 0000000..b2f8e9d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:purple_wool" + } + }, + "result": { + "item": "minecraft:purple_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/purple_carpet_from_white_carpet.json new file mode 100644 index 0000000..93010dd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:purple_dye" + } + }, + "result": { + "item": "minecraft:purple_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_concrete_powder.json b/minecrafttrivia/mcdata/recipes/purple_concrete_powder.json new file mode 100644 index 0000000..431f887 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:purple_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:purple_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_dye.json b/minecrafttrivia/mcdata/recipes/purple_dye.json new file mode 100644 index 0000000..750d549 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_dye.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:red_dye" + } + ], + "result": { + "item": "minecraft:purple_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/purple_glazed_terracotta.json new file mode 100644 index 0000000..5b130a0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:purple_terracotta" + }, + "result": "minecraft:purple_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_stained_glass.json b/minecrafttrivia/mcdata/recipes/purple_stained_glass.json new file mode 100644 index 0000000..4b9a91d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:purple_dye" + } + }, + "result": { + "item": "minecraft:purple_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/purple_stained_glass_pane.json new file mode 100644 index 0000000..8aa7364 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:purple_stained_glass" + } + }, + "result": { + "item": "minecraft:purple_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/purple_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..6925ffe --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:purple_dye" + } + }, + "result": { + "item": "minecraft:purple_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_terracotta.json b/minecrafttrivia/mcdata/recipes/purple_terracotta.json new file mode 100644 index 0000000..81e60a1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:purple_dye" + } + }, + "result": { + "item": "minecraft:purple_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purple_wool.json b/minecrafttrivia/mcdata/recipes/purple_wool.json new file mode 100644 index 0000000..dd3674e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purple_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:purple_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:purple_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purpur_block.json b/minecrafttrivia/mcdata/recipes/purpur_block.json new file mode 100644 index 0000000..1ef4ce0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "FF", + "FF" + ], + "key": { + "F": { + "item": "minecraft:popped_chorus_fruit" + } + }, + "result": { + "item": "minecraft:purpur_block", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purpur_pillar.json b/minecrafttrivia/mcdata/recipes/purpur_pillar.json new file mode 100644 index 0000000..11ab831 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_pillar.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:purpur_slab" + } + }, + "result": { + "item": "minecraft:purpur_pillar" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purpur_pillar_from_purpur_block_stonecutting.json b/minecrafttrivia/mcdata/recipes/purpur_pillar_from_purpur_block_stonecutting.json new file mode 100644 index 0000000..8b89545 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_pillar_from_purpur_block_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:purpur_block" + }, + "result": "minecraft:purpur_pillar", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purpur_slab.json b/minecrafttrivia/mcdata/recipes/purpur_slab.json new file mode 100644 index 0000000..f837478 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_slab.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:purpur_block" + }, + { + "item": "minecraft:purpur_pillar" + } + ] + }, + "result": { + "item": "minecraft:purpur_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purpur_slab_from_purpur_block_stonecutting.json b/minecrafttrivia/mcdata/recipes/purpur_slab_from_purpur_block_stonecutting.json new file mode 100644 index 0000000..14b8e88 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_slab_from_purpur_block_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:purpur_block" + }, + "result": "minecraft:purpur_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purpur_stairs.json b/minecrafttrivia/mcdata/recipes/purpur_stairs.json new file mode 100644 index 0000000..fc02093 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_stairs.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:purpur_block" + }, + { + "item": "minecraft:purpur_pillar" + } + ] + }, + "result": { + "item": "minecraft:purpur_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/purpur_stairs_from_purpur_block_stonecutting.json b/minecrafttrivia/mcdata/recipes/purpur_stairs_from_purpur_block_stonecutting.json new file mode 100644 index 0000000..fef0028 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_stairs_from_purpur_block_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:purpur_block" + }, + "result": "minecraft:purpur_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz.json b/minecrafttrivia/mcdata/recipes/quartz.json new file mode 100644 index 0000000..26f2e3a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:nether_quartz_ore" + }, + "result": "minecraft:quartz", + "experience": 0.2, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_block.json b/minecrafttrivia/mcdata/recipes/quartz_block.json new file mode 100644 index 0000000..102e898 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_block.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:quartz" + } + }, + "result": { + "item": "minecraft:quartz_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_bricks.json b/minecrafttrivia/mcdata/recipes/quartz_bricks.json new file mode 100644 index 0000000..f2c9444 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:quartz_block" + } + }, + "result": { + "item": "minecraft:quartz_bricks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_bricks_from_quartz_block_stonecutting.json b/minecrafttrivia/mcdata/recipes/quartz_bricks_from_quartz_block_stonecutting.json new file mode 100644 index 0000000..475b5f3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_bricks_from_quartz_block_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:quartz_block" + }, + "result": "minecraft:quartz_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_from_blasting.json b/minecrafttrivia/mcdata/recipes/quartz_from_blasting.json new file mode 100644 index 0000000..097af64 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:nether_quartz_ore" + }, + "result": "minecraft:quartz", + "experience": 0.2, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_pillar.json b/minecrafttrivia/mcdata/recipes/quartz_pillar.json new file mode 100644 index 0000000..256a1be --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:quartz_block" + } + }, + "result": { + "item": "minecraft:quartz_pillar", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_pillar_from_quartz_block_stonecutting.json b/minecrafttrivia/mcdata/recipes/quartz_pillar_from_quartz_block_stonecutting.json new file mode 100644 index 0000000..213b63f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_pillar_from_quartz_block_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:quartz_block" + }, + "result": "minecraft:quartz_pillar", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_slab.json b/minecrafttrivia/mcdata/recipes/quartz_slab.json new file mode 100644 index 0000000..eaa9664 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_slab.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:chiseled_quartz_block" + }, + { + "item": "minecraft:quartz_block" + }, + { + "item": "minecraft:quartz_pillar" + } + ] + }, + "result": { + "item": "minecraft:quartz_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_slab_from_stonecutting.json b/minecrafttrivia/mcdata/recipes/quartz_slab_from_stonecutting.json new file mode 100644 index 0000000..5ca2c2e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_slab_from_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:quartz_block" + }, + "result": "minecraft:quartz_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_stairs.json b/minecrafttrivia/mcdata/recipes/quartz_stairs.json new file mode 100644 index 0000000..b1578f1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_stairs.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:chiseled_quartz_block" + }, + { + "item": "minecraft:quartz_block" + }, + { + "item": "minecraft:quartz_pillar" + } + ] + }, + "result": { + "item": "minecraft:quartz_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/quartz_stairs_from_quartz_block_stonecutting.json b/minecrafttrivia/mcdata/recipes/quartz_stairs_from_quartz_block_stonecutting.json new file mode 100644 index 0000000..3c16d70 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/quartz_stairs_from_quartz_block_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:quartz_block" + }, + "result": "minecraft:quartz_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/rabbit_stew_from_brown_mushroom.json b/minecrafttrivia/mcdata/recipes/rabbit_stew_from_brown_mushroom.json new file mode 100644 index 0000000..dd5d803 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/rabbit_stew_from_brown_mushroom.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "rabbit_stew", + "ingredients": [ + { + "item": "minecraft:baked_potato" + }, + { + "item": "minecraft:cooked_rabbit" + }, + { + "item": "minecraft:bowl" + }, + { + "item": "minecraft:carrot" + }, + { + "item": "minecraft:brown_mushroom" + } + ], + "result": { + "item": "minecraft:rabbit_stew" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/rabbit_stew_from_red_mushroom.json b/minecrafttrivia/mcdata/recipes/rabbit_stew_from_red_mushroom.json new file mode 100644 index 0000000..cf7eec0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/rabbit_stew_from_red_mushroom.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "rabbit_stew", + "ingredients": [ + { + "item": "minecraft:baked_potato" + }, + { + "item": "minecraft:cooked_rabbit" + }, + { + "item": "minecraft:bowl" + }, + { + "item": "minecraft:carrot" + }, + { + "item": "minecraft:red_mushroom" + } + ], + "result": { + "item": "minecraft:rabbit_stew" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/rail.json b/minecrafttrivia/mcdata/recipes/rail.json new file mode 100644 index 0000000..ee8fc02 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/rail.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X X", + "X#X", + "X X" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:rail", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_banner.json b/minecrafttrivia/mcdata/recipes/red_banner.json new file mode 100644 index 0000000..bcb9bf9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:red_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:red_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_bed.json b/minecrafttrivia/mcdata/recipes/red_bed.json new file mode 100644 index 0000000..ffb0e9e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:red_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:red_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/red_bed_from_white_bed.json new file mode 100644 index 0000000..36140a6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:red_dye" + } + ], + "result": { + "item": "minecraft:red_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_carpet.json b/minecrafttrivia/mcdata/recipes/red_carpet.json new file mode 100644 index 0000000..00b18ce --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:red_wool" + } + }, + "result": { + "item": "minecraft:red_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/red_carpet_from_white_carpet.json new file mode 100644 index 0000000..7236d61 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:red_dye" + } + }, + "result": { + "item": "minecraft:red_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_concrete_powder.json b/minecrafttrivia/mcdata/recipes/red_concrete_powder.json new file mode 100644 index 0000000..a0d04bf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:red_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json b/minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json new file mode 100644 index 0000000..23b85d8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:beetroot" + } + ], + "result": { + "item": "minecraft:red_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_dye_from_poppy.json b/minecrafttrivia/mcdata/recipes/red_dye_from_poppy.json new file mode 100644 index 0000000..0b3c31b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_dye_from_poppy.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:poppy" + } + ], + "result": { + "item": "minecraft:red_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_dye_from_rose_bush.json b/minecrafttrivia/mcdata/recipes/red_dye_from_rose_bush.json new file mode 100644 index 0000000..2b46335 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_dye_from_rose_bush.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:rose_bush" + } + ], + "result": { + "item": "minecraft:red_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_dye_from_tulip.json b/minecrafttrivia/mcdata/recipes/red_dye_from_tulip.json new file mode 100644 index 0000000..8f061a2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_dye_from_tulip.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:red_tulip" + } + ], + "result": { + "item": "minecraft:red_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/red_glazed_terracotta.json new file mode 100644 index 0000000..1ac5a53 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:red_terracotta" + }, + "result": "minecraft:red_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_nether_brick_slab.json b/minecrafttrivia/mcdata/recipes/red_nether_brick_slab.json new file mode 100644 index 0000000..b4273ce --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_nether_brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:red_nether_bricks" + } + }, + "result": { + "item": "minecraft:red_nether_brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_nether_brick_slab_from_red_nether_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/red_nether_brick_slab_from_red_nether_bricks_stonecutting.json new file mode 100644 index 0000000..152c307 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_nether_brick_slab_from_red_nether_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_nether_bricks" + }, + "result": "minecraft:red_nether_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_nether_brick_stairs.json b/minecrafttrivia/mcdata/recipes/red_nether_brick_stairs.json new file mode 100644 index 0000000..a2adaf8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_nether_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:red_nether_bricks" + } + }, + "result": { + "item": "minecraft:red_nether_brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_nether_brick_stairs_from_red_nether_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/red_nether_brick_stairs_from_red_nether_bricks_stonecutting.json new file mode 100644 index 0000000..c7f346e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_nether_brick_stairs_from_red_nether_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_nether_bricks" + }, + "result": "minecraft:red_nether_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_nether_brick_wall.json b/minecrafttrivia/mcdata/recipes/red_nether_brick_wall.json new file mode 100644 index 0000000..ddff055 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_nether_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:red_nether_bricks" + } + }, + "result": { + "item": "minecraft:red_nether_brick_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_nether_brick_wall_from_red_nether_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/red_nether_brick_wall_from_red_nether_bricks_stonecutting.json new file mode 100644 index 0000000..7e03052 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_nether_brick_wall_from_red_nether_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_nether_bricks" + }, + "result": "minecraft:red_nether_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_nether_bricks.json b/minecrafttrivia/mcdata/recipes/red_nether_bricks.json new file mode 100644 index 0000000..c43f8c8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_nether_bricks.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "NW", + "WN" + ], + "key": { + "W": { + "item": "minecraft:nether_wart" + }, + "N": { + "item": "minecraft:nether_brick" + } + }, + "result": { + "item": "minecraft:red_nether_bricks" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_sandstone.json b/minecrafttrivia/mcdata/recipes/red_sandstone.json new file mode 100644 index 0000000..eca9a86 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_sandstone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:red_sand" + } + }, + "result": { + "item": "minecraft:red_sandstone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_sandstone_slab.json b/minecrafttrivia/mcdata/recipes/red_sandstone_slab.json new file mode 100644 index 0000000..82d0577 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_sandstone_slab.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:red_sandstone" + }, + { + "item": "minecraft:chiseled_red_sandstone" + } + ] + }, + "result": { + "item": "minecraft:red_sandstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_sandstone_slab_from_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/red_sandstone_slab_from_red_sandstone_stonecutting.json new file mode 100644 index 0000000..a43c385 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_sandstone_slab_from_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "minecraft:red_sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_sandstone_stairs.json b/minecrafttrivia/mcdata/recipes/red_sandstone_stairs.json new file mode 100644 index 0000000..359ee43 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_sandstone_stairs.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:red_sandstone" + }, + { + "item": "minecraft:chiseled_red_sandstone" + }, + { + "item": "minecraft:cut_red_sandstone" + } + ] + }, + "result": { + "item": "minecraft:red_sandstone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_sandstone_stairs_from_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/red_sandstone_stairs_from_red_sandstone_stonecutting.json new file mode 100644 index 0000000..2282ac2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_sandstone_stairs_from_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "minecraft:red_sandstone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_sandstone_wall.json b/minecrafttrivia/mcdata/recipes/red_sandstone_wall.json new file mode 100644 index 0000000..3f512dc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_sandstone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:red_sandstone" + } + }, + "result": { + "item": "minecraft:red_sandstone_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_sandstone_wall_from_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/red_sandstone_wall_from_red_sandstone_stonecutting.json new file mode 100644 index 0000000..7520867 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_sandstone_wall_from_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "minecraft:red_sandstone_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_stained_glass.json b/minecrafttrivia/mcdata/recipes/red_stained_glass.json new file mode 100644 index 0000000..8f686aa --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:red_dye" + } + }, + "result": { + "item": "minecraft:red_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/red_stained_glass_pane.json new file mode 100644 index 0000000..652a4ad --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:red_stained_glass" + } + }, + "result": { + "item": "minecraft:red_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/red_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..b238fc3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:red_dye" + } + }, + "result": { + "item": "minecraft:red_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_terracotta.json b/minecrafttrivia/mcdata/recipes/red_terracotta.json new file mode 100644 index 0000000..437be0d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:red_dye" + } + }, + "result": { + "item": "minecraft:red_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/red_wool.json b/minecrafttrivia/mcdata/recipes/red_wool.json new file mode 100644 index 0000000..5777674 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:red_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/redstone.json b/minecrafttrivia/mcdata/recipes/redstone.json new file mode 100644 index 0000000..9fea268 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/redstone.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:redstone_block" + } + ], + "result": { + "item": "minecraft:redstone", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/redstone_block.json b/minecrafttrivia/mcdata/recipes/redstone_block.json new file mode 100644 index 0000000..b5844c0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/redstone_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:redstone_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/redstone_from_blasting.json b/minecrafttrivia/mcdata/recipes/redstone_from_blasting.json new file mode 100644 index 0000000..e001024 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/redstone_from_blasting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "ingredient": { + "item": "minecraft:redstone_ore" + }, + "result": "minecraft:redstone", + "experience": 0.7, + "cookingtime": 100 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/redstone_from_smelting.json b/minecrafttrivia/mcdata/recipes/redstone_from_smelting.json new file mode 100644 index 0000000..ae73cd2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/redstone_from_smelting.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:redstone_ore" + }, + "result": "minecraft:redstone", + "experience": 0.7, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/redstone_lamp.json b/minecrafttrivia/mcdata/recipes/redstone_lamp.json new file mode 100644 index 0000000..c0e0c13 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/redstone_lamp.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " R ", + "RGR", + " R " + ], + "key": { + "R": { + "item": "minecraft:redstone" + }, + "G": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "minecraft:redstone_lamp" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/redstone_torch.json b/minecrafttrivia/mcdata/recipes/redstone_torch.json new file mode 100644 index 0000000..68d88e6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/redstone_torch.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:redstone_torch" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/repair_item.json b/minecrafttrivia/mcdata/recipes/repair_item.json new file mode 100644 index 0000000..d3fbc16 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/repair_item.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_repairitem" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/repeater.json b/minecrafttrivia/mcdata/recipes/repeater.json new file mode 100644 index 0000000..e693e76 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/repeater.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#X#", + "III" + ], + "key": { + "#": { + "item": "minecraft:redstone_torch" + }, + "X": { + "item": "minecraft:redstone" + }, + "I": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "minecraft:repeater" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/respawn_anchor.json b/minecrafttrivia/mcdata/recipes/respawn_anchor.json new file mode 100644 index 0000000..6ba2caf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/respawn_anchor.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "OOO", + "GGG", + "OOO" + ], + "key": { + "O": { + "item": "minecraft:crying_obsidian" + }, + "G": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "minecraft:respawn_anchor" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sandstone.json b/minecrafttrivia/mcdata/recipes/sandstone.json new file mode 100644 index 0000000..da25845 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:sand" + } + }, + "result": { + "item": "minecraft:sandstone" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sandstone_slab.json b/minecrafttrivia/mcdata/recipes/sandstone_slab.json new file mode 100644 index 0000000..c92668c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone_slab.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:sandstone" + }, + { + "item": "minecraft:chiseled_sandstone" + } + ] + }, + "result": { + "item": "minecraft:sandstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json new file mode 100644 index 0000000..cb338cb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone_slab_from_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sandstone_stairs.json b/minecrafttrivia/mcdata/recipes/sandstone_stairs.json new file mode 100644 index 0000000..19f75a6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone_stairs.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": [ + { + "item": "minecraft:sandstone" + }, + { + "item": "minecraft:chiseled_sandstone" + }, + { + "item": "minecraft:cut_sandstone" + } + ] + }, + "result": { + "item": "minecraft:sandstone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sandstone_stairs_from_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/sandstone_stairs_from_sandstone_stonecutting.json new file mode 100644 index 0000000..58b3c90 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone_stairs_from_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:sandstone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sandstone_wall.json b/minecrafttrivia/mcdata/recipes/sandstone_wall.json new file mode 100644 index 0000000..1746368 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:sandstone" + } + }, + "result": { + "item": "minecraft:sandstone_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sandstone_wall_from_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/sandstone_wall_from_sandstone_stonecutting.json new file mode 100644 index 0000000..9fb5e3f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sandstone_wall_from_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:sandstone_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/scaffolding.json b/minecrafttrivia/mcdata/recipes/scaffolding.json new file mode 100644 index 0000000..915fd07 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/scaffolding.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "I~I", + "I I", + "I I" + ], + "key": { + "~": { + "item": "minecraft:string" + }, + "I": { + "item": "minecraft:bamboo" + } + }, + "result": { + "item": "minecraft:scaffolding", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sea_lantern.json b/minecrafttrivia/mcdata/recipes/sea_lantern.json new file mode 100644 index 0000000..8a76702 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sea_lantern.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "SCS", + "CCC", + "SCS" + ], + "key": { + "S": { + "item": "minecraft:prismarine_shard" + }, + "C": { + "item": "minecraft:prismarine_crystals" + } + }, + "result": { + "item": "minecraft:sea_lantern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/shears.json b/minecrafttrivia/mcdata/recipes/shears.json new file mode 100644 index 0000000..c69c833 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/shears.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " #", + "# " + ], + "key": { + "#": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:shears" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/shield.json b/minecrafttrivia/mcdata/recipes/shield.json new file mode 100644 index 0000000..35f0cee --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/shield.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "WoW", + "WWW", + " W " + ], + "key": { + "W": { + "tag": "minecraft:planks" + }, + "o": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:shield" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/shield_decoration.json b/minecrafttrivia/mcdata/recipes/shield_decoration.json new file mode 100644 index 0000000..7672851 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/shield_decoration.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_shielddecoration" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/shulker_box.json b/minecrafttrivia/mcdata/recipes/shulker_box.json new file mode 100644 index 0000000..1a1a224 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/shulker_box.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "-", + "#", + "-" + ], + "key": { + "#": { + "item": "minecraft:chest" + }, + "-": { + "item": "minecraft:shulker_shell" + } + }, + "result": { + "item": "minecraft:shulker_box" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/shulker_box_coloring.json b/minecrafttrivia/mcdata/recipes/shulker_box_coloring.json new file mode 100644 index 0000000..ef72382 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/shulker_box_coloring.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_shulkerboxcoloring" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/skull_banner_pattern.json b/minecrafttrivia/mcdata/recipes/skull_banner_pattern.json new file mode 100644 index 0000000..b0f63fe --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/skull_banner_pattern.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "item": "minecraft:wither_skeleton_skull" + } + ], + "result": { + "item": "minecraft:skull_banner_pattern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/slime_ball.json b/minecrafttrivia/mcdata/recipes/slime_ball.json new file mode 100644 index 0000000..e9a44de --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/slime_ball.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "minecraft:slime_ball", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/slime_block.json b/minecrafttrivia/mcdata/recipes/slime_block.json new file mode 100644 index 0000000..b432818 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/slime_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "minecraft:slime_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smithing_table.json b/minecrafttrivia/mcdata/recipes/smithing_table.json new file mode 100644 index 0000000..28b693f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smithing_table.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "@@", + "##", + "##" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "@": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:smithing_table" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smoker.json b/minecrafttrivia/mcdata/recipes/smoker.json new file mode 100644 index 0000000..fdd3337 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smoker.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "tag": "minecraft:logs" + }, + "X": { + "item": "minecraft:furnace" + } + }, + "result": { + "item": "minecraft:smoker" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_quartz.json b/minecrafttrivia/mcdata/recipes/smooth_quartz.json new file mode 100644 index 0000000..edcc3c8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_quartz.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:quartz_block" + }, + "result": "minecraft:smooth_quartz", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_quartz_slab.json b/minecrafttrivia/mcdata/recipes/smooth_quartz_slab.json new file mode 100644 index 0000000..d4555cd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_quartz_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_quartz" + } + }, + "result": { + "item": "minecraft:smooth_quartz_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_quartz_slab_from_smooth_quartz_stonecutting.json b/minecrafttrivia/mcdata/recipes/smooth_quartz_slab_from_smooth_quartz_stonecutting.json new file mode 100644 index 0000000..dcdef33 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_quartz_slab_from_smooth_quartz_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:smooth_quartz" + }, + "result": "minecraft:smooth_quartz_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_quartz_stairs.json b/minecrafttrivia/mcdata/recipes/smooth_quartz_stairs.json new file mode 100644 index 0000000..e6376cb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_quartz_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_quartz" + } + }, + "result": { + "item": "minecraft:smooth_quartz_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_quartz_stairs_from_smooth_quartz_stonecutting.json b/minecrafttrivia/mcdata/recipes/smooth_quartz_stairs_from_smooth_quartz_stonecutting.json new file mode 100644 index 0000000..46933de --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_quartz_stairs_from_smooth_quartz_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:smooth_quartz" + }, + "result": "minecraft:smooth_quartz_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_red_sandstone.json b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone.json new file mode 100644 index 0000000..a738995 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:red_sandstone" + }, + "result": "minecraft:smooth_red_sandstone", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_slab.json b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_slab.json new file mode 100644 index 0000000..46570ef --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_red_sandstone" + } + }, + "result": { + "item": "minecraft:smooth_red_sandstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_slab_from_smooth_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_slab_from_smooth_red_sandstone_stonecutting.json new file mode 100644 index 0000000..82e3d66 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_slab_from_smooth_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:smooth_red_sandstone" + }, + "result": "minecraft:smooth_red_sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json new file mode 100644 index 0000000..27dc4ac --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_red_sandstone" + } + }, + "result": { + "item": "minecraft:smooth_red_sandstone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs_from_smooth_red_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs_from_smooth_red_sandstone_stonecutting.json new file mode 100644 index 0000000..e83848c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_red_sandstone_stairs_from_smooth_red_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:smooth_red_sandstone" + }, + "result": "minecraft:smooth_red_sandstone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_sandstone.json b/minecrafttrivia/mcdata/recipes/smooth_sandstone.json new file mode 100644 index 0000000..c6d07d8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_sandstone.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "minecraft:smooth_sandstone", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_sandstone_slab.json b/minecrafttrivia/mcdata/recipes/smooth_sandstone_slab.json new file mode 100644 index 0000000..f534019 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_sandstone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_sandstone" + } + }, + "result": { + "item": "minecraft:smooth_sandstone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_sandstone_slab_from_smooth_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/smooth_sandstone_slab_from_smooth_sandstone_stonecutting.json new file mode 100644 index 0000000..d194f0c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_sandstone_slab_from_smooth_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:smooth_sandstone" + }, + "result": "minecraft:smooth_sandstone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_sandstone_stairs.json b/minecrafttrivia/mcdata/recipes/smooth_sandstone_stairs.json new file mode 100644 index 0000000..ae0b6b9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_sandstone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_sandstone" + } + }, + "result": { + "item": "minecraft:smooth_sandstone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_sandstone_stairs_from_smooth_sandstone_stonecutting.json b/minecrafttrivia/mcdata/recipes/smooth_sandstone_stairs_from_smooth_sandstone_stonecutting.json new file mode 100644 index 0000000..86ff37a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_sandstone_stairs_from_smooth_sandstone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:smooth_sandstone" + }, + "result": "minecraft:smooth_sandstone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_stone.json b/minecrafttrivia/mcdata/recipes/smooth_stone.json new file mode 100644 index 0000000..b8edf4b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_stone.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:smooth_stone", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_stone_slab.json b/minecrafttrivia/mcdata/recipes/smooth_stone_slab.json new file mode 100644 index 0000000..5b5ded6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_stone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:smooth_stone" + } + }, + "result": { + "item": "minecraft:smooth_stone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/smooth_stone_slab_from_smooth_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/smooth_stone_slab_from_smooth_stone_stonecutting.json new file mode 100644 index 0000000..622e5fd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/smooth_stone_slab_from_smooth_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:smooth_stone" + }, + "result": "minecraft:smooth_stone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/snow.json b/minecrafttrivia/mcdata/recipes/snow.json new file mode 100644 index 0000000..fdbf886 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/snow.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:snow_block" + } + }, + "result": { + "item": "minecraft:snow", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/snow_block.json b/minecrafttrivia/mcdata/recipes/snow_block.json new file mode 100644 index 0000000..78f0f13 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/snow_block.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:snowball" + } + }, + "result": { + "item": "minecraft:snow_block" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/soul_campfire.json b/minecrafttrivia/mcdata/recipes/soul_campfire.json new file mode 100644 index 0000000..172dc48 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/soul_campfire.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " S ", + "S#S", + "LLL" + ], + "key": { + "L": { + "tag": "minecraft:logs" + }, + "S": { + "item": "minecraft:stick" + }, + "#": { + "tag": "minecraft:soul_fire_base_blocks" + } + }, + "result": { + "item": "minecraft:soul_campfire" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/soul_lantern.json b/minecrafttrivia/mcdata/recipes/soul_lantern.json new file mode 100644 index 0000000..48c87ee --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/soul_lantern.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X#X", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:soul_torch" + }, + "X": { + "item": "minecraft:iron_nugget" + } + }, + "result": { + "item": "minecraft:soul_lantern" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/soul_torch.json b/minecrafttrivia/mcdata/recipes/soul_torch.json new file mode 100644 index 0000000..d7beb34 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/soul_torch.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#", + "S" + ], + "key": { + "X": [ + { + "item": "minecraft:coal" + }, + { + "item": "minecraft:charcoal" + } + ], + "#": { + "item": "minecraft:stick" + }, + "S": { + "tag": "minecraft:soul_fire_base_blocks" + } + }, + "result": { + "item": "minecraft:soul_torch", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spectral_arrow.json b/minecrafttrivia/mcdata/recipes/spectral_arrow.json new file mode 100644 index 0000000..9989657 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spectral_arrow.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "item": "minecraft:glowstone_dust" + }, + "X": { + "item": "minecraft:arrow" + } + }, + "result": { + "item": "minecraft:spectral_arrow", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sponge.json b/minecrafttrivia/mcdata/recipes/sponge.json new file mode 100644 index 0000000..27fa250 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sponge.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:wet_sponge" + }, + "result": "minecraft:sponge", + "experience": 0.15, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_boat.json b/minecrafttrivia/mcdata/recipes/spruce_boat.json new file mode 100644 index 0000000..d60edad --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_boat.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "boat", + "pattern": [ + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_boat" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_button.json b/minecrafttrivia/mcdata/recipes/spruce_button.json new file mode 100644 index 0000000..05a9217 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:spruce_planks" + } + ], + "result": { + "item": "minecraft:spruce_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_door.json b/minecrafttrivia/mcdata/recipes/spruce_door.json new file mode 100644 index 0000000..478d8d3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_fence.json b/minecrafttrivia/mcdata/recipes/spruce_fence.json new file mode 100644 index 0000000..980344e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_fence_gate.json b/minecrafttrivia/mcdata/recipes/spruce_fence_gate.json new file mode 100644 index 0000000..ae5e5b6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_planks.json b/minecrafttrivia/mcdata/recipes/spruce_planks.json new file mode 100644 index 0000000..641608e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:spruce_logs" + } + ], + "result": { + "item": "minecraft:spruce_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_pressure_plate.json b/minecrafttrivia/mcdata/recipes/spruce_pressure_plate.json new file mode 100644 index 0000000..9e8bd0d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_sign.json b/minecrafttrivia/mcdata/recipes/spruce_sign.json new file mode 100644 index 0000000..220548f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:spruce_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:spruce_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_slab.json b/minecrafttrivia/mcdata/recipes/spruce_slab.json new file mode 100644 index 0000000..ec16b94 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_stairs.json b/minecrafttrivia/mcdata/recipes/spruce_stairs.json new file mode 100644 index 0000000..d937ce0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_trapdoor.json b/minecrafttrivia/mcdata/recipes/spruce_trapdoor.json new file mode 100644 index 0000000..da6268d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:spruce_planks" + } + }, + "result": { + "item": "minecraft:spruce_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/spruce_wood.json b/minecrafttrivia/mcdata/recipes/spruce_wood.json new file mode 100644 index 0000000..a47010b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/spruce_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:spruce_log" + } + }, + "result": { + "item": "minecraft:spruce_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stick.json b/minecrafttrivia/mcdata/recipes/stick.json new file mode 100644 index 0000000..70d79d3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stick.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sticks", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:stick", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stick_from_bamboo_item.json b/minecrafttrivia/mcdata/recipes/stick_from_bamboo_item.json new file mode 100644 index 0000000..e25ceea --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stick_from_bamboo_item.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sticks", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:bamboo" + } + }, + "result": { + "item": "minecraft:stick" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sticky_piston.json b/minecrafttrivia/mcdata/recipes/sticky_piston.json new file mode 100644 index 0000000..b153e16 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sticky_piston.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "S", + "P" + ], + "key": { + "P": { + "item": "minecraft:piston" + }, + "S": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "minecraft:sticky_piston" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone.json b/minecrafttrivia/mcdata/recipes/stone.json new file mode 100644 index 0000000..8ed533f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:cobblestone" + }, + "result": "minecraft:stone", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_axe.json b/minecrafttrivia/mcdata/recipes/stone_axe.json new file mode 100644 index 0000000..c796920 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_axe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:stone_tool_materials" + } + }, + "result": { + "item": "minecraft:stone_axe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_slab.json b/minecrafttrivia/mcdata/recipes/stone_brick_slab.json new file mode 100644 index 0000000..7cd943c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:stone_bricks" + } + }, + "result": { + "item": "minecraft:stone_brick_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_slab_from_stone_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_brick_slab_from_stone_bricks_stonecutting.json new file mode 100644 index 0000000..94f762f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_slab_from_stone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "minecraft:stone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_slab_from_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_brick_slab_from_stone_stonecutting.json new file mode 100644 index 0000000..ab4aebf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_slab_from_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:stone_brick_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_stairs.json b/minecrafttrivia/mcdata/recipes/stone_brick_stairs.json new file mode 100644 index 0000000..f1394af --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:stone_bricks" + } + }, + "result": { + "item": "minecraft:stone_brick_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_stairs_from_stone_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_brick_stairs_from_stone_bricks_stonecutting.json new file mode 100644 index 0000000..21ce9d8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_stairs_from_stone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "minecraft:stone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_stairs_from_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_brick_stairs_from_stone_stonecutting.json new file mode 100644 index 0000000..a48822a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_stairs_from_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:stone_brick_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_wall.json b/minecrafttrivia/mcdata/recipes/stone_brick_wall.json new file mode 100644 index 0000000..d5e0e9e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:stone_bricks" + } + }, + "result": { + "item": "minecraft:stone_brick_wall", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_wall_from_stone_bricks_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_brick_wall_from_stone_bricks_stonecutting.json new file mode 100644 index 0000000..9a5800c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_wall_from_stone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone_bricks" + }, + "result": "minecraft:stone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_brick_walls_from_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_brick_walls_from_stone_stonecutting.json new file mode 100644 index 0000000..bbf630c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_brick_walls_from_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:stone_brick_wall", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_bricks.json b/minecrafttrivia/mcdata/recipes/stone_bricks.json new file mode 100644 index 0000000..4595c26 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "minecraft:stone_bricks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_bricks_from_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_bricks_from_stone_stonecutting.json new file mode 100644 index 0000000..bc1f971 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_bricks_from_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:stone_bricks", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_button.json b/minecrafttrivia/mcdata/recipes/stone_button.json new file mode 100644 index 0000000..ee596e0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_button.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:stone" + } + ], + "result": { + "item": "minecraft:stone_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_hoe.json b/minecrafttrivia/mcdata/recipes/stone_hoe.json new file mode 100644 index 0000000..b1612f6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:stone_tool_materials" + } + }, + "result": { + "item": "minecraft:stone_hoe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_pickaxe.json b/minecrafttrivia/mcdata/recipes/stone_pickaxe.json new file mode 100644 index 0000000..fadc41b --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:stone_tool_materials" + } + }, + "result": { + "item": "minecraft:stone_pickaxe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_pressure_plate.json b/minecrafttrivia/mcdata/recipes/stone_pressure_plate.json new file mode 100644 index 0000000..ea714c3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_pressure_plate.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "minecraft:stone_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_shovel.json b/minecrafttrivia/mcdata/recipes/stone_shovel.json new file mode 100644 index 0000000..f1de430 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:stone_tool_materials" + } + }, + "result": { + "item": "minecraft:stone_shovel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_slab.json b/minecrafttrivia/mcdata/recipes/stone_slab.json new file mode 100644 index 0000000..de66ee7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "minecraft:stone_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json new file mode 100644 index 0000000..c7394e7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_slab_from_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:stone_slab", + "count": 2 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_stairs.json b/minecrafttrivia/mcdata/recipes/stone_stairs.json new file mode 100644 index 0000000..7af7bbd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "minecraft:stone_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_stairs_from_stone_stonecutting.json b/minecrafttrivia/mcdata/recipes/stone_stairs_from_stone_stonecutting.json new file mode 100644 index 0000000..d2b9b10 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_stairs_from_stone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:stone" + }, + "result": "minecraft:stone_stairs", + "count": 1 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stone_sword.json b/minecrafttrivia/mcdata/recipes/stone_sword.json new file mode 100644 index 0000000..37a0dd6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stone_sword.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:stone_tool_materials" + } + }, + "result": { + "item": "minecraft:stone_sword" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stonecutter.json b/minecrafttrivia/mcdata/recipes/stonecutter.json new file mode 100644 index 0000000..d6da249 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stonecutter.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " I ", + "###" + ], + "key": { + "I": { + "item": "minecraft:iron_ingot" + }, + "#": { + "item": "minecraft:stone" + } + }, + "result": { + "item": "minecraft:stonecutter" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_acacia_wood.json b/minecrafttrivia/mcdata/recipes/stripped_acacia_wood.json new file mode 100644 index 0000000..a40906c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_acacia_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_acacia_log" + } + }, + "result": { + "item": "minecraft:stripped_acacia_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_birch_wood.json b/minecrafttrivia/mcdata/recipes/stripped_birch_wood.json new file mode 100644 index 0000000..5e969cc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_birch_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_birch_log" + } + }, + "result": { + "item": "minecraft:stripped_birch_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_crimson_hyphae.json b/minecrafttrivia/mcdata/recipes/stripped_crimson_hyphae.json new file mode 100644 index 0000000..e9725af --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_crimson_hyphae.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_crimson_stem" + } + }, + "result": { + "item": "minecraft:stripped_crimson_hyphae", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_dark_oak_wood.json b/minecrafttrivia/mcdata/recipes/stripped_dark_oak_wood.json new file mode 100644 index 0000000..e03e49e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_dark_oak_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_dark_oak_log" + } + }, + "result": { + "item": "minecraft:stripped_dark_oak_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_jungle_wood.json b/minecrafttrivia/mcdata/recipes/stripped_jungle_wood.json new file mode 100644 index 0000000..dfff75f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_jungle_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_jungle_log" + } + }, + "result": { + "item": "minecraft:stripped_jungle_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_oak_wood.json b/minecrafttrivia/mcdata/recipes/stripped_oak_wood.json new file mode 100644 index 0000000..de68d18 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_oak_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_oak_log" + } + }, + "result": { + "item": "minecraft:stripped_oak_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_spruce_wood.json b/minecrafttrivia/mcdata/recipes/stripped_spruce_wood.json new file mode 100644 index 0000000..301a908 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_spruce_wood.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_spruce_log" + } + }, + "result": { + "item": "minecraft:stripped_spruce_wood", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/stripped_warped_hyphae.json b/minecrafttrivia/mcdata/recipes/stripped_warped_hyphae.json new file mode 100644 index 0000000..4cc7f88 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/stripped_warped_hyphae.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:stripped_warped_stem" + } + }, + "result": { + "item": "minecraft:stripped_warped_hyphae", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sugar_from_honey_bottle.json b/minecrafttrivia/mcdata/recipes/sugar_from_honey_bottle.json new file mode 100644 index 0000000..23b30e8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sugar_from_honey_bottle.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "sugar", + "ingredients": [ + { + "item": "minecraft:honey_bottle" + } + ], + "result": { + "item": "minecraft:sugar", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/sugar_from_sugar_cane.json b/minecrafttrivia/mcdata/recipes/sugar_from_sugar_cane.json new file mode 100644 index 0000000..68d44c0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/sugar_from_sugar_cane.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "sugar", + "ingredients": [ + { + "item": "minecraft:sugar_cane" + } + ], + "result": { + "item": "minecraft:sugar" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/suspicious_stew.json b/minecrafttrivia/mcdata/recipes/suspicious_stew.json new file mode 100644 index 0000000..c737e8a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/suspicious_stew.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_suspiciousstew" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/target.json b/minecrafttrivia/mcdata/recipes/target.json new file mode 100644 index 0000000..6d57cc7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/target.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " R ", + "RHR", + " R " + ], + "key": { + "H": { + "item": "minecraft:hay_block" + }, + "R": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:target" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/terracotta.json b/minecrafttrivia/mcdata/recipes/terracotta.json new file mode 100644 index 0000000..0938de6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:clay" + }, + "result": "minecraft:terracotta", + "experience": 0.35, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/tipped_arrow.json b/minecrafttrivia/mcdata/recipes/tipped_arrow.json new file mode 100644 index 0000000..71c7aa5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/tipped_arrow.json @@ -0,0 +1,3 @@ +{ + "type": "minecraft:crafting_special_tippedarrow" +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/tnt.json b/minecrafttrivia/mcdata/recipes/tnt.json new file mode 100644 index 0000000..02aa4cc --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/tnt.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X#X", + "#X#", + "X#X" + ], + "key": { + "#": [ + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:red_sand" + } + ], + "X": { + "item": "minecraft:gunpowder" + } + }, + "result": { + "item": "minecraft:tnt" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/tnt_minecart.json b/minecrafttrivia/mcdata/recipes/tnt_minecart.json new file mode 100644 index 0000000..777df94 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/tnt_minecart.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A", + "B" + ], + "key": { + "A": { + "item": "minecraft:tnt" + }, + "B": { + "item": "minecraft:minecart" + } + }, + "result": { + "item": "minecraft:tnt_minecart" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/torch.json b/minecrafttrivia/mcdata/recipes/torch.json new file mode 100644 index 0000000..b7c74de --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/torch.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": [ + { + "item": "minecraft:coal" + }, + { + "item": "minecraft:charcoal" + } + ] + }, + "result": { + "item": "minecraft:torch", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/trapped_chest.json b/minecrafttrivia/mcdata/recipes/trapped_chest.json new file mode 100644 index 0000000..342a79e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/trapped_chest.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:chest" + }, + { + "item": "minecraft:tripwire_hook" + } + ], + "result": { + "item": "minecraft:trapped_chest" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/tripwire_hook.json b/minecrafttrivia/mcdata/recipes/tripwire_hook.json new file mode 100644 index 0000000..5cc506f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/tripwire_hook.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "I", + "S", + "#" + ], + "key": { + "#": { + "tag": "minecraft:planks" + }, + "S": { + "item": "minecraft:stick" + }, + "I": { + "item": "minecraft:iron_ingot" + } + }, + "result": { + "item": "minecraft:tripwire_hook", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/turtle_helmet.json b/minecrafttrivia/mcdata/recipes/turtle_helmet.json new file mode 100644 index 0000000..9efb5d6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/turtle_helmet.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "X X" + ], + "key": { + "X": { + "item": "minecraft:scute" + } + }, + "result": { + "item": "minecraft:turtle_helmet" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_button.json b/minecrafttrivia/mcdata/recipes/warped_button.json new file mode 100644 index 0000000..b7c3515 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_button.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wooden_button", + "ingredients": [ + { + "item": "minecraft:warped_planks" + } + ], + "result": { + "item": "minecraft:warped_button" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_door.json b/minecrafttrivia/mcdata/recipes/warped_door.json new file mode 100644 index 0000000..7bccc97 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_door.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_door", + "pattern": [ + "##", + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_door", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_fence.json b/minecrafttrivia/mcdata/recipes/warped_fence.json new file mode 100644 index 0000000..8b73e8a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_fence.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence", + "pattern": [ + "W#W", + "W#W" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_fence", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_fence_gate.json b/minecrafttrivia/mcdata/recipes/warped_fence_gate.json new file mode 100644 index 0000000..93f9cc0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_fence_gate.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_fence_gate", + "pattern": [ + "#W#", + "#W#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "W": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_fence_gate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_fungus_on_a_stick.json b/minecrafttrivia/mcdata/recipes/warped_fungus_on_a_stick.json new file mode 100644 index 0000000..fdb1ab4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_fungus_on_a_stick.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + " X" + ], + "key": { + "#": { + "item": "minecraft:fishing_rod" + }, + "X": { + "item": "minecraft:warped_fungus" + } + }, + "result": { + "item": "minecraft:warped_fungus_on_a_stick" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_hyphae.json b/minecrafttrivia/mcdata/recipes/warped_hyphae.json new file mode 100644 index 0000000..880f1c6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_hyphae.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bark", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:warped_stem" + } + }, + "result": { + "item": "minecraft:warped_hyphae", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_planks.json b/minecrafttrivia/mcdata/recipes/warped_planks.json new file mode 100644 index 0000000..6acc401 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_planks.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "planks", + "ingredients": [ + { + "tag": "minecraft:warped_stems" + } + ], + "result": { + "item": "minecraft:warped_planks", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_pressure_plate.json b/minecrafttrivia/mcdata/recipes/warped_pressure_plate.json new file mode 100644 index 0000000..a6294ac --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_pressure_plate.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_pressure_plate", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_pressure_plate" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_sign.json b/minecrafttrivia/mcdata/recipes/warped_sign.json new file mode 100644 index 0000000..747d351 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_sign.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "sign", + "pattern": [ + "###", + "###", + " X " + ], + "key": { + "#": { + "item": "minecraft:warped_planks" + }, + "X": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:warped_sign", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_slab.json b/minecrafttrivia/mcdata/recipes/warped_slab.json new file mode 100644 index 0000000..39497bb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_slab", + "pattern": [ + "###" + ], + "key": { + "#": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_slab", + "count": 6 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_stairs.json b/minecrafttrivia/mcdata/recipes/warped_stairs.json new file mode 100644 index 0000000..e5dcfb7 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_stairs", + "pattern": [ + "# ", + "## ", + "###" + ], + "key": { + "#": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_stairs", + "count": 4 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/warped_trapdoor.json b/minecrafttrivia/mcdata/recipes/warped_trapdoor.json new file mode 100644 index 0000000..472d486 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/warped_trapdoor.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "wooden_trapdoor", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:warped_planks" + } + }, + "result": { + "item": "minecraft:warped_trapdoor", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/wheat.json b/minecrafttrivia/mcdata/recipes/wheat.json new file mode 100644 index 0000000..5701cad --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/wheat.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:hay_block" + } + ], + "result": { + "item": "minecraft:wheat", + "count": 9 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_banner.json b/minecrafttrivia/mcdata/recipes/white_banner.json new file mode 100644 index 0000000..5485871 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:white_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:white_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_bed.json b/minecrafttrivia/mcdata/recipes/white_bed.json new file mode 100644 index 0000000..44da677 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:white_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:white_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_carpet.json b/minecrafttrivia/mcdata/recipes/white_carpet.json new file mode 100644 index 0000000..059e09e --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:white_wool" + } + }, + "result": { + "item": "minecraft:white_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_concrete_powder.json b/minecrafttrivia/mcdata/recipes/white_concrete_powder.json new file mode 100644 index 0000000..da54cf5 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:white_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:white_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_dye.json b/minecrafttrivia/mcdata/recipes/white_dye.json new file mode 100644 index 0000000..54ef2a3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_dye.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "white_dye", + "ingredients": [ + { + "item": "minecraft:bone_meal" + } + ], + "result": { + "item": "minecraft:white_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_dye_from_lily_of_the_valley.json b/minecrafttrivia/mcdata/recipes/white_dye_from_lily_of_the_valley.json new file mode 100644 index 0000000..ee55ebb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_dye_from_lily_of_the_valley.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "white_dye", + "ingredients": [ + { + "item": "minecraft:lily_of_the_valley" + } + ], + "result": { + "item": "minecraft:white_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/white_glazed_terracotta.json new file mode 100644 index 0000000..c840038 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:white_terracotta" + }, + "result": "minecraft:white_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_stained_glass.json b/minecrafttrivia/mcdata/recipes/white_stained_glass.json new file mode 100644 index 0000000..132571a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:white_dye" + } + }, + "result": { + "item": "minecraft:white_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/white_stained_glass_pane.json new file mode 100644 index 0000000..64ccc28 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_stained_glass" + } + }, + "result": { + "item": "minecraft:white_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/white_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..96fe7b6 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:white_dye" + } + }, + "result": { + "item": "minecraft:white_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_terracotta.json b/minecrafttrivia/mcdata/recipes/white_terracotta.json new file mode 100644 index 0000000..d6e28b0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:white_dye" + } + }, + "result": { + "item": "minecraft:white_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/white_wool_from_string.json b/minecrafttrivia/mcdata/recipes/white_wool_from_string.json new file mode 100644 index 0000000..8736bcd --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/white_wool_from_string.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "##" + ], + "key": { + "#": { + "item": "minecraft:string" + } + }, + "result": { + "item": "minecraft:white_wool" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/wooden_axe.json b/minecrafttrivia/mcdata/recipes/wooden_axe.json new file mode 100644 index 0000000..ee3a585 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/wooden_axe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "X#", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:wooden_axe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/wooden_hoe.json b/minecrafttrivia/mcdata/recipes/wooden_hoe.json new file mode 100644 index 0000000..e4596c2 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/wooden_hoe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + " #", + " #" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:wooden_hoe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/wooden_pickaxe.json b/minecrafttrivia/mcdata/recipes/wooden_pickaxe.json new file mode 100644 index 0000000..28aee5a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/wooden_pickaxe.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + " # ", + " # " + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:wooden_pickaxe" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/wooden_shovel.json b/minecrafttrivia/mcdata/recipes/wooden_shovel.json new file mode 100644 index 0000000..69f9594 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/wooden_shovel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:wooden_shovel" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/wooden_sword.json b/minecrafttrivia/mcdata/recipes/wooden_sword.json new file mode 100644 index 0000000..e81f2cb --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/wooden_sword.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "X", + "X", + "#" + ], + "key": { + "#": { + "item": "minecraft:stick" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:wooden_sword" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/writable_book.json b/minecrafttrivia/mcdata/recipes/writable_book.json new file mode 100644 index 0000000..babaf73 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/writable_book.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:book" + }, + { + "item": "minecraft:ink_sac" + }, + { + "item": "minecraft:feather" + } + ], + "result": { + "item": "minecraft:writable_book" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_banner.json b/minecrafttrivia/mcdata/recipes/yellow_banner.json new file mode 100644 index 0000000..f8e805a --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_banner.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "banner", + "pattern": [ + "###", + "###", + " | " + ], + "key": { + "#": { + "item": "minecraft:yellow_wool" + }, + "|": { + "item": "minecraft:stick" + } + }, + "result": { + "item": "minecraft:yellow_banner" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_bed.json b/minecrafttrivia/mcdata/recipes/yellow_bed.json new file mode 100644 index 0000000..4f3b498 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_bed.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "bed", + "pattern": [ + "###", + "XXX" + ], + "key": { + "#": { + "item": "minecraft:yellow_wool" + }, + "X": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "minecraft:yellow_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_bed_from_white_bed.json b/minecrafttrivia/mcdata/recipes/yellow_bed_from_white_bed.json new file mode 100644 index 0000000..ca14e46 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_bed_from_white_bed.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "dyed_bed", + "ingredients": [ + { + "item": "minecraft:white_bed" + }, + { + "item": "minecraft:yellow_dye" + } + ], + "result": { + "item": "minecraft:yellow_bed" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_carpet.json b/minecrafttrivia/mcdata/recipes/yellow_carpet.json new file mode 100644 index 0000000..7fdaa7d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_carpet.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "##" + ], + "key": { + "#": { + "item": "minecraft:yellow_wool" + } + }, + "result": { + "item": "minecraft:yellow_carpet", + "count": 3 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_carpet_from_white_carpet.json b/minecrafttrivia/mcdata/recipes/yellow_carpet_from_white_carpet.json new file mode 100644 index 0000000..3bc19da --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_carpet_from_white_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "carpet", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:white_carpet" + }, + "$": { + "item": "minecraft:yellow_dye" + } + }, + "result": { + "item": "minecraft:yellow_carpet", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_concrete_powder.json b/minecrafttrivia/mcdata/recipes/yellow_concrete_powder.json new file mode 100644 index 0000000..6e51ad1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_concrete_powder.json @@ -0,0 +1,37 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "concrete_powder", + "ingredients": [ + { + "item": "minecraft:yellow_dye" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:sand" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "minecraft:yellow_concrete_powder", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_dye_from_dandelion.json b/minecrafttrivia/mcdata/recipes/yellow_dye_from_dandelion.json new file mode 100644 index 0000000..b7d09c3 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_dye_from_dandelion.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "yellow_dye", + "ingredients": [ + { + "item": "minecraft:dandelion" + } + ], + "result": { + "item": "minecraft:yellow_dye" + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_dye_from_sunflower.json b/minecrafttrivia/mcdata/recipes/yellow_dye_from_sunflower.json new file mode 100644 index 0000000..df82367 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_dye_from_sunflower.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "yellow_dye", + "ingredients": [ + { + "item": "minecraft:sunflower" + } + ], + "result": { + "item": "minecraft:yellow_dye", + "count": 2 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_glazed_terracotta.json b/minecrafttrivia/mcdata/recipes/yellow_glazed_terracotta.json new file mode 100644 index 0000000..d65c6c4 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_glazed_terracotta.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:yellow_terracotta" + }, + "result": "minecraft:yellow_glazed_terracotta", + "experience": 0.1, + "cookingtime": 200 +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_stained_glass.json b/minecrafttrivia/mcdata/recipes/yellow_stained_glass.json new file mode 100644 index 0000000..3ce80d9 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_stained_glass.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + }, + "X": { + "item": "minecraft:yellow_dye" + } + }, + "result": { + "item": "minecraft:yellow_stained_glass", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json b/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json new file mode 100644 index 0000000..13cc1f1 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "###" + ], + "key": { + "#": { + "item": "minecraft:yellow_stained_glass" + } + }, + "result": { + "item": "minecraft:yellow_stained_glass_pane", + "count": 16 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane_from_glass_pane.json b/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane_from_glass_pane.json new file mode 100644 index 0000000..b6d03ce --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_stained_glass_pane_from_glass_pane.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_glass_pane", + "pattern": [ + "###", + "#$#", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass_pane" + }, + "$": { + "item": "minecraft:yellow_dye" + } + }, + "result": { + "item": "minecraft:yellow_stained_glass_pane", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_terracotta.json b/minecrafttrivia/mcdata/recipes/yellow_terracotta.json new file mode 100644 index 0000000..538fd4f --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_terracotta.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "pattern": [ + "###", + "#X#", + "###" + ], + "key": { + "#": { + "item": "minecraft:terracotta" + }, + "X": { + "item": "minecraft:yellow_dye" + } + }, + "result": { + "item": "minecraft:yellow_terracotta", + "count": 8 + } +}
\ No newline at end of file diff --git a/minecrafttrivia/mcdata/recipes/yellow_wool.json b/minecrafttrivia/mcdata/recipes/yellow_wool.json new file mode 100644 index 0000000..bf0d73d --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/yellow_wool.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "wool", + "ingredients": [ + { + "item": "minecraft:yellow_dye" + }, + { + "item": "minecraft:white_wool" + } + ], + "result": { + "item": "minecraft:yellow_wool" + } +}
\ No newline at end of file |