{
   "format_version" : "1.14",
   "minecraft:recipe_material_reduction" : {
      "description" : {
         "identifier" : "minecraft:log"
		 //Contains all log objects:
		 //Change "minecraft:log" to "minecraft:log:aux value"
		 //Add aux values for each type of log blocks
		 //oak:0, spruce:1, birch:2, jungle:3
		 
      },
      "input" : "minecraft:log",
      "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"
   }
}
