SMP-MODPACK/.minecraft/config/beenfo.json

24 lines
589 B
JSON
Raw Permalink Normal View History

2024-03-06 10:50:17 +01:00
{
"beenfo.config.popupypercent": {
"key": "beenfo.config.popupypercent",
"toolTip": "beenfo.config.tt.popupypercent",
"value": 50,
"defaultValue": 50,
"minValue": 0,
"maxValue": 100
},
"beenfo.config.popupxpercent": {
"key": "beenfo.config.popupxpercent",
"toolTip": "beenfo.config.tt.popupxpercent",
"value": 50,
"defaultValue": 50,
"minValue": 0,
"maxValue": 100
},
"beenfo.config.showpopup": {
"key": "beenfo.config.showpopup",
"toolTip": "beenfo.config.tt.showpopup",
"value": false,
"defaultValue": false
}
}