{
   "format_version" : "1.14",
   "minecraft:recipe_material_reduction" : {
      "description" : {
         "identifier" : "minecraft:log2"
		 //Contains all log2 objects:
		 //Change "minecraft:log2" to "minecraft:log2:aux value"
		 //Add aux values for each type of log2 blocks
		 //acecia: 0, dark oak: 1
      },
      "input" : "minecraft:log2",
      "output" : [
         {
            "count" : 49,
            "item" : "minecraft:element_6"
         },
         {
            "count" : 6,
            "item" : "minecraft:element_1"
         },
         {
            "count" : 44,
            "item" : "minecraft:element_8"
         },
         {
            "count" : 1,
            "item" : "minecraft:element_7"
         }
      ],
      "tags" : "material_reducer"
   }
}
