always-show-debug-info/src/main/resources/fabric.mod.json

26 lines
681 B
JSON

{
"schemaVersion": 1,
"id": "always-show-debug-info",
"version": "${version}",
"name": "Always Show Debug Info",
"description": "Simple mod that allows you to view the F3 info disabled by the reducedDebugInfo gamerule (coords, light level, etc.)",
"authors": [
"Jill \"oatmealine\" Monoids"
],
"contact": {
"website": "https://oat.zone/",
"repo": "https://git.oat.zone/oat/always-show-debug-info"
},
"license": "AGPL-3.0",
"icon": "assets/alwaysshowdebuginfo/icon.png",
"environment": "*",
"entrypoints": {},
"mixins": [
"alwaysshowdebuginfo.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.8",
"minecraft": "1.18"
}
}