wisp-forest / alloy-forgery

Alloy smelter mod for Fabric
MIT License
44 stars 21 forks source link

Add support for count field within ingredient entry for Forge Recipe Inputs #61

Closed Dragon-Seeker closed 2 years ago

Dragon-Seeker commented 2 years ago

Example Recipe { "type": "alloy_forgery:forging", "inputs": [ { "item": "minecraft:raw_copper" "count": 2 } ], "output": { "id": "minecraft:copper_ingot", "count": 3 }, "overrides": { "2+": { "id": "minecraft:copper_ingot", "count": 4 } }, "min_forge_tier": 1, "fuel_per_tick": 5 }