mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Update to MC 1.16.5
This commit is contained in:
6
config[default]/pneumaticcraft/ArmorFeatureStatus.cfg
Normal file
6
config[default]/pneumaticcraft/ArmorFeatureStatus.cfg
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"description": "Tracks the active upgrades for the Pneumatic Armor (clientside)",
|
||||
"active": [
|
||||
"pneumaticcraft:core_components"
|
||||
]
|
||||
}
|
4
config[default]/pneumaticcraft/MicromissileDefaults.cfg
Normal file
4
config[default]/pneumaticcraft/MicromissileDefaults.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"Description": "Stores default Micromissile settings on a per-player basis",
|
||||
"defaults": {}
|
||||
}
|
40
config[default]/pneumaticcraft/PneumaticArmorHUDLayout.cfg
Normal file
40
config[default]/pneumaticcraft/PneumaticArmorHUDLayout.cfg
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
15
config[default]/pneumaticcraft/thirdparty.cfg
Normal file
15
config[default]/pneumaticcraft/thirdparty.cfg
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user