1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Create default configs

This commit is contained in:
2021-01-17 13:40:59 +01:00
parent 4cca806a27
commit e46afc208b
321 changed files with 20266 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"description": "Tracks the active upgrades for the Pneumatic Armor (clientside)",
"active": [
"pneumaticcraft:core_components"
]
}

View File

@ -0,0 +1,4 @@
{
"Description": "Stores default Micromissile settings on a per-player basis",
"defaults": {}
}

View File

@ -0,0 +1,40 @@
{
"Description": "Stores the layout of Pneumatic Armor HUD elements",
"stats": {
"power": {
"x": 0.995,
"y": 0.005,
"leftSided": true
},
"message": {
"x": 0.005,
"y": 0.15,
"leftSided": false
},
"blockTracker": {
"x": 0.995,
"y": 0.1,
"leftSided": true
},
"entityTracker": {
"x": 0.995,
"y": 0.2,
"leftSided": true
},
"itemSearch": {
"x": 0.005,
"y": 0.1,
"leftSided": false
},
"airCon": {
"x": 0.5,
"y": 0.005,
"leftSided": false
},
"jetBoots": {
"x": 0.7,
"y": 0.005,
"leftSided": true
}
}
}

View File

@ -0,0 +1,15 @@
{
"description": "Enable/disable integration of specific third-party mods",
"enabled_mods": {
"botania": true,
"theoneprobe": true,
"mekanism": true,
"immersiveengineering": true,
"curios": true,
"patchouli": true,
"computercraft": true,
"waila": true,
"appliedenergistics2": true,
"jei": true
}
}