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

Enigmatica configs

This commit is contained in:
2021-01-24 17:10:27 +01:00
parent 5a06719b8a
commit 8d0cd17a27
665 changed files with 12258 additions and 21014 deletions

View File

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

View File

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

View File

@ -1,40 +0,0 @@
{
"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

@ -1,15 +0,0 @@
{
"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
}
}