config: cleanup

This commit is contained in:
Snogard 2025-02-10 03:11:04 +01:00
parent e4911f553b
commit 8c342a058b
7 changed files with 0 additions and 174 deletions

View File

@ -1,27 +0,0 @@
#General configuration options.
[General]
#Enable jetpack sounds?
jetpackSounds = true
#Enable jetpack particles?
jetpackParticles = true
#Enable jetpack stat tooltips?
advancedTooltips = true
#HUD configuration options.
[HUD]
#Enable the HUD?
enable = true
#The position preset for the HUD.
#0=Top Left, 1=Middle Left, 2=Bottom Left, 3=Top Right, 4=Middle Right, 5=Bottom Right
#Range: 0 ~ 5
position = 1
#The X offset for the HUD.
#Range: > -2147483648
offsetX = 0
#The Y offset for the HUD.
#Range: > -2147483648
offsetY = 0
#Show HUD over the chat?
showOverChat = false

View File

@ -1,19 +0,0 @@
#General configuration options.
[General]
#Should jetpacks be enchantable?
enchantableJetpacks = false
#Enable Curios integration.
curiosIntegration = true
#Dynamic recipe options.
[Recipe]
#Enable default recipes for Energy Cells?
cells = true
#Enable default recipes for Thrusters?
thrusters = true
#Enable default recipes for Capacitors?
capacitors = true
#Enable default recipes for Jetpacks?
jetpacks = true

View File

@ -1,11 +0,0 @@
[general]
#Modify the rate of smoke produced by a tug. Min 0, Max 1, Default 0.4
#Range: 0.0 ~ 1.0
tugSmoke = 0.4
#Modify the rate of smoke produced by a locomotive. Min 0, Max 1, Default 0.2
#Range: 0.0 ~ 1.0
locomotiveSmoke = 0.2
#Disable indicator beacons for tug route item. Default false.
disableTugRouteBeacons = false

View File

@ -1,5 +0,0 @@
[compat]
#Additional compatibility features for third-party mods, disable if broken by a third-party mod update.
create = true

View File

@ -1,22 +0,0 @@
{
"invulTime": {
"desc:": "Maximum time in ticks the logging player is invulnerable, 20 ticks is 1sec. Default is 50secs so 1000 ticks",
"invulTime": 1000
},
"ignoreFallDamage": {
"desc:": "Allows fall-damage to bypass the protection, default: true",
"ignoreFallDamage": true
},
"debugOutput": {
"desc:": "Whether to enable debug log outputs, default: false",
"debugOutput": false
},
"dimensionprotection": {
"desc:": "Enables the protection for dimension changes too, default: true",
"dimensionprotection": true
},
"respawnprotection": {
"desc:": "Enables the protection for respawning too, default: true",
"respawnprotection": true
}
}

View File

@ -1,49 +0,0 @@
["Common Configs for MerryMaking Mod"]
#mod recipe ingredients can spawn in chests. Set to 0 to disable
#Range: > 0
ingredients_in_chests_spawn = 1
#Christmas presents can spawn in chests. Set to 0 to disable
#Range: > 0
christmas_present_chest_spawn = 1
#Enable Christmas Creepers to spawn naturally in the world. Set to False to disable
christmas_creeper_enabled = true
#Enable mobs to spawn wearing Christmas sweaters and hats. Set to False to disable
mob_wear_christmas_armor_enabled = true
#Enable Santa Hats or sweaters to drop from mobs that are wearing them. Set to False to disable
mob_drop_christmas_armor_enabled = true
#Tiny Spruce saplings will drop from Spruce Leaves. Set to 0 to disable
#Range: > 0
tiny_spruce_from_leaves_drop = 1
#Enable Holly tree to spawn in world. Set to False to disable
holly_enabled = true
#Enable Tiny Spruce tree to spawn in world. Set to False to disable
tiny_spruce_enabled = true
#Enable Clover to grow naturally in the world. Set to False to disable
clover_enabled = true
#Easter Eggs will appear naturally in the world. Set to False to disable.
easter_egg_spawn = true
#Easter baskets can spawn in chests. Set to 0 to disable
#Range: > 0
easter_basket_chest_spawn = 1
#Enable Easter Lily flower to grow naturally in the world. Set to False to disable
easter_lily_enabled = true
#Enable Hydrangea flower to grow naturally in the world. Set to False to disable
hydrangea_enabled = true
#Enable Hyacinth flower to grow naturally in the world. Set to False to disable
hyacinth_enabled = true
#Enable Colored Chickens to spawn naturally in the world. Set to False to disable
colored_chicken_enabled = true
#Enable Costumed Mobs to spawn in the world. Set to False to disable
costumes_enabled = true
#Enable Gravestones to spawn in the world. Set to False to disable
gravestones_enabled = true
#Halloween Discs can spawn in chests. Set to 0 to disable
#Range: > 0
halloween_disc_chest_spawn = 1
#Enable Pine Tree to spawn in the world. Set to False to disable
pine_enabled = true
#Enable Ham item to drop from pigs. Set to False to disable
#Range: > 0
ham_drop = 1

View File

@ -1,41 +0,0 @@
{
"minimumClient": {
"desc:": "Set the clients minimum memory warning threshold in MB. Choose the lowest value possible which keeps the pack playable. default:2500, min 2500, max 25000",
"minimumClient": 8192
},
"maximumClient": {
"desc:": "Set the clients maximum memory warning threshold in MB. Choose a generous maximum with some additional over the required, e.g.recommended memory for the pack is 6000mb then set this to ~8000mb",
"maximumClient": 14336
},
"minimumServer": {
"desc:": "Set the servers minimum memory warning threshold in MB. Choose the lowest value possible which keeps the pack playable. default:2500, min 2500, max 25000",
"minimumServer": 4096
},
"maximumServer": {
"desc:": "Set the servers maximum memory warning threshold in MB. Choose a generous maximum with some additional over the required, e.g.recommended is 6000mb then set this to ~8000mb",
"maximumServer": 20480
},
"disableWarnings": {
"desc:": "Disable the memory warnings, default: false",
"disableWarnings": false
},
"howtolink": {
"desc:": "Set the link used to guide players to a website with instructions to change memory allocation",
"howtolink": "https://apexminecrafthosting.com/how-to-allocate-more-ram/"
},
"warningTolerance": {
"desc:": "Set how many percent the memory is allowed to deviate from the recommended for the system before warning about it, default: 30, max 100",
"warningTolerance": 30
},
"recommendedMemory": {
"desc:": "Set the recommended memory values based off system memory in MB. [\"system memory:recommended\"]",
"memory values": [
"16000:8000",
"20000:10000",
"24000:12000",
"32000:12000",
"64000:12000",
"12800:12000"
]
}
}