[ { "type": "shaped", "group": "inventory", "width": 1, "height": 2, "inputs": [ { "x": 0, "y": 0, "filter": { "itemType": "Cobble" } }, { "x": 0, "y": 1, "filter": { "itemType": "Cobble" } } ], "output": { "itemType": "StoneTool" } }, { "type": "shaped", "group": "inventory", "width": 1, "height": 2, "inputs": [ { "x": 0, "y": 0, "filter": { "itemType": "StoneTool" }, "modifiers": [ { "attribute": "hp", "value": "-=0.1" } ] }, { "x": 0, "y": 1, "filter": { "itemType": "Stone" } } ], "output": { "itemType": "Cobble" } }, { "type": "shaped", "group": "inventory", "width": 1, "height": 2, "inputs": [ { "x": 0, "y": 0, "filter": { "itemType": "StoneTool" }, "modifiers": [ { "attribute": "hp", "value": "-=0.1" } ] }, { "x": 0, "y": 1, "filter": { "itemType": "Oak" } } ], "output": { "itemType": "WoodenStick" } }, { "type": "shaped", "group": "inventory", "width": 1, "height": 2, "inputs": [ { "x": 0, "y": 0, "filter": { "itemType": "StoneTool" }, "modifiers": [ { "attribute": "hp", "value": "-=0.1" } ] }, { "x": 0, "y": 1, "filter": { "itemType": "Birch" } } ], "output": { "itemType": "WoodenStick" } }, { "type": "shaped", "group": "inventory", "width": 1, "height": 2, "inputs": [ { "x": 0, "y": 0, "filter": { "itemType": "StoneTool" }, "modifiers": [ { "attribute": "hp", "value": "-=0.1" } ] }, { "x": 0, "y": 1, "filter": { "itemType": "Beech" } } ], "output": { "itemType": "WoodenStick" } }, { "type": "shaped", "group": "inventory", "width": 1, "height": 2, "inputs": [ { "x": 0, "y": 0, "filter": { "itemType": "StoneTool" }, "modifiers": [ { "attribute": "hp", "value": "-=0.1" } ] }, { "x": 0, "y": 1, "filter": { "itemType": "Pine" } } ], "output": { "itemType": "Resin" } }, { "type": "shaped", "group": "inventory", "width": 1, "height": 2, "inputs": [ { "x": 0, "y": 0, "filter": { "itemType": "Resin" } }, { "x": 0, "y": 1, "filter": { "itemType": "WoodenStick" } } ], "output": { "itemType": "Torch" } } ]