fabric.mod.json (709B)
1 { 2 "schemaVersion": 1, 3 "id": "oldbugs", 4 "version": "${version}", 5 "name": "Old Bugs", 6 "description": "Brings back bugs from older versions.", 7 "authors": [ 8 "eosl", 9 "Ambos" 10 ], 11 "contact": { 12 "homepage": "https://memoryshards.xyz", 13 "sources": "https://github.com/amb0s/old-bugs", 14 "issues": "https://github.com/amb0s/old-bugs/issues" 15 }, 16 "license": "CC0-1.0", 17 "icon": "icon.png", 18 "environment": "*", 19 "entrypoints": { 20 "main": [ 21 "ambos.oldbugs.OldBugs" 22 ] 23 }, 24 "mixins": [ 25 "oldbugs.mixins.json" 26 ], 27 "depends": { 28 "fabricloader": ">=0.13.3" 29 }, 30 "suggests": { 31 } 32 }