fabric.mod.json 572 B
1{ 2 "schemaVersion": 1, 3 "id": "gamblerplus", 4 "version": "1.0.0", 5 "name": "Gambler Plus", 6 "description": "Tracks wins and losses from DonutSMP chat payments.", 7 "authors": [ 8 "x/Mishka" 9 ], 10 "license": "All Rights Reserved", 11 "icon": "assets/gamblerplus/textures/gui/donut.png", 12 "environment": "client", 13 "entrypoints": { 14 "main": [ 15 "dev.mishka.gamblerplus.GamblerPlus" 16 ], 17 "client": [ 18 "dev.mishka.gamblerplus.client.GamblerPlusClient" 19 ] 20 }, 21 "depends": { 22 "fabricloader": ">=0.14.0", 23 "minecraft": "~1.21.11", 24 "java": ">=21", 25 "fabric-api": "*" 26 } 27} 28