Skip to content

Commit

Permalink
Fix cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
tier940 committed Oct 16, 2024
1 parent b1a9027 commit e429992
Show file tree
Hide file tree
Showing 14 changed files with 304 additions and 177 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ overrides/config/enderio/recipes/*
!overrides/config/enderio/recipes/user/*
overrides/config/nutrition/effects/example.json
overrides/config/nutrition/nutrients/example.json
overrides/config/activity.json
overrides/config/AdvancedBackups-client.properties
4 changes: 4 additions & 0 deletions CHANGELOG_v2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# v2.7.8
## Modpack information
- Fix titanium quest.
- Fix Void Portal quest.

## Update mods
- CraftPresence (2.5.0 -> 2.5.1)
- GregTech Food Option (1.12.0 -> 1.12.1)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

- GTE2 comes with compatibility scripts for the following mods. You can drop them into the mods folder and their recipes will be adjusted accordingly.
- However, support is for recipes only, so we will not respond to reports of unstable operation of the mod itself :<
- [GTMoreOreProcessing](https://www.curseforge.com/minecraft/mc-mods/gtmoreoreprocessing)
- You want to process more ores?
- [Flux Networks](https://www.curseforge.com/minecraft/mc-mods/flux-networks)
- You want to make RF wireless?
- (**WIP**) [Forestry](https://www.curseforge.com/minecraft/mc-mods/forestry)
Expand Down
3 changes: 3 additions & 0 deletions overrides/config/AppliedEnergistics2/AppliedEnergistics2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ client {
# Controls buttons on Priority Screen : Capped at 9999
I:priorityAmtButton4=1000

# Whether to show a preview of cell contents in tooltips.
B:showCellContentsPreview=true

# Whether to add "Craftable" to item tooltips when they can be crafted automatically.
B:showCraftableTooltip=true

Expand Down
292 changes: 146 additions & 146 deletions overrides/config/aquaacrobatics.cfg
Original file line number Diff line number Diff line change
@@ -1,146 +1,146 @@
# Configuration file

general {
# STANDARD - The player will occasionally be pushed out of certain spaces. Collisions are evaluated for full cubes only, non-full cubes are ignored. This is the default behavior up to Minecraft 1.12.
# APPROXIMATE - The player can move into more spaces, but will still be pushed out of some. Collisions are evaluated for full cubes only, non-full cubes are ignored.
# EXACT - The player can move into all spaces as expected. Collisions are evaluated for all types of cubes. This is the default behavior in Minecraft 1.13 and onwards.
# Valid values:
# STANDARD
# APPROXIMATE
# EXACT
S:"Push Player Out Of Blocks"=APPROXIMATE

##########################################################################################################
# blocks
#--------------------------------------------------------------------------------------------------------#
# Block-related config options (must match server).
##########################################################################################################

blocks {
# Make water only reduce light level by 1 per Y-level, instead of 3.
B:"Brighter Water"=true

# Use the new water rendering in 1.13+.
B:"New Water"=true

# Use the new fog rendering in 1.13+.
B:"New Water Fog"=true

# Allow seagrass to generate in the world.
B:Seagrass=false
}

##########################################################################################################
# movement
#--------------------------------------------------------------------------------------------------------#
# Movement related config options.
##########################################################################################################

movement {
# Taking off with an elytra from the ground is now far easier like in Minecraft 1.15 and onwards.
B:"Easy Elytra Takeoff"=false

# Enables crawling to prevent suffocation. Note that if you disable this there will probably be behavioral differences from 1.13.
B:"Enable Crawling"=true

# Enables a keybind to toggle crawling.
B:"Enable Toggle Crawling"=false

# Allow climbing vines and climbing by pressing jump.
B:"New Climbing Behavior"=false

# Modify projectile behavior to be closer to that of newer versions (fixes MC-73884 and allows bubble columns to work with ender pearls).
B:"New Projectile Behavior"=false

# Prevent sprinting from being triggered by double tapping the walk forward key.
B:"No Double Tab Sprinting"=false

# Enables sprinting to the left and right.
B:"Sideways Sprinting"=false

# Enables swimming to the left and right.
B:"Sideways Swimming"=false
}

##########################################################################################################
# miscellaneous
#--------------------------------------------------------------------------------------------------------#
# Config options for various features of the mod.
##########################################################################################################

miscellaneous {
# Enable bubble columns.
B:"Bubble Columns"=true

# Allows overriding the water and fog colors for a biome. Specify each entry like this (without quotes) - 'modname:biome,color,fogcolor'
S:"Custom Biome Water Colors" <
>

# Animate eating in third-person view.
B:"Eating Animation"=true

# Whether or not items should float in water like in 1.13+.
B:"Floating Items"=true

# Replenish air slowly when out of water instead of immediately.
B:"Replenish Air Slowly"=true

# Parrots no longer leave the players shoulders as easily, instead the player needs to press the sneak key.
B:"Sneaking Dismounts Parrots"=true

# List of WorldProviders in which fog should be disabled.
S:"WorldProvider Fog Blacklist" <
thebetweenlands.common.world.WorldProviderBetweenlands
>
}

##########################################################################################################
# integration
#--------------------------------------------------------------------------------------------------------#
# Control compatibility settings for individual mods.
##########################################################################################################

integration {
# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Applied Energistics 2 Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"ArtemisLib Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Betweenlands Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Chiseled Me Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Ender IO Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Hats Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Mo' Bends Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Morph Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Random Patches Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Thaumic Augmentation Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Trinkets and Baubles Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Wings Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Witchery: Resurrected Integration"=true
}

}


# Configuration file

general {
# STANDARD - The player will occasionally be pushed out of certain spaces. Collisions are evaluated for full cubes only, non-full cubes are ignored. This is the default behavior up to Minecraft 1.12.
# APPROXIMATE - The player can move into more spaces, but will still be pushed out of some. Collisions are evaluated for full cubes only, non-full cubes are ignored.
# EXACT - The player can move into all spaces as expected. Collisions are evaluated for all types of cubes. This is the default behavior in Minecraft 1.13 and onwards.
# Valid values:
# STANDARD
# APPROXIMATE
# EXACT
S:"Push Player Out Of Blocks"=APPROXIMATE

##########################################################################################################
# blocks
#--------------------------------------------------------------------------------------------------------#
# Block-related config options (must match server).
##########################################################################################################

blocks {
# Make water only reduce light level by 1 per Y-level, instead of 3.
B:"Brighter Water"=true

# Use the new water rendering in 1.13+.
B:"New Water"=true

# Use the new fog rendering in 1.13+.
B:"New Water Fog"=true

# Allow seagrass to generate in the world.
B:Seagrass=false
}

##########################################################################################################
# movement
#--------------------------------------------------------------------------------------------------------#
# Movement related config options.
##########################################################################################################

movement {
# Taking off with an elytra from the ground is now far easier like in Minecraft 1.15 and onwards.
B:"Easy Elytra Takeoff"=false

# Enables crawling to prevent suffocation. Note that if you disable this there will probably be behavioral differences from 1.13.
B:"Enable Crawling"=true

# Enables a keybind to toggle crawling.
B:"Enable Toggle Crawling"=false

# Allow climbing vines and climbing by pressing jump.
B:"New Climbing Behavior"=false

# Modify projectile behavior to be closer to that of newer versions (fixes MC-73884 and allows bubble columns to work with ender pearls).
B:"New Projectile Behavior"=false

# Prevent sprinting from being triggered by double tapping the walk forward key.
B:"No Double Tab Sprinting"=false

# Enables sprinting to the left and right.
B:"Sideways Sprinting"=false

# Enables swimming to the left and right.
B:"Sideways Swimming"=false
}

##########################################################################################################
# miscellaneous
#--------------------------------------------------------------------------------------------------------#
# Config options for various features of the mod.
##########################################################################################################

miscellaneous {
# Enable bubble columns.
B:"Bubble Columns"=true

# Allows overriding the water and fog colors for a biome. Specify each entry like this (without quotes) - 'modname:biome,color,fogcolor'
S:"Custom Biome Water Colors" <
>

# Animate eating in third-person view.
B:"Eating Animation"=true

# Whether or not items should float in water like in 1.13+.
B:"Floating Items"=true

# Replenish air slowly when out of water instead of immediately.
B:"Replenish Air Slowly"=true

# Parrots no longer leave the players shoulders as easily, instead the player needs to press the sneak key.
B:"Sneaking Dismounts Parrots"=true

# List of WorldProviders in which fog should be disabled.
S:"WorldProvider Fog Blacklist" <
thebetweenlands.common.world.WorldProviderBetweenlands
>
}

##########################################################################################################
# integration
#--------------------------------------------------------------------------------------------------------#
# Control compatibility settings for individual mods.
##########################################################################################################

integration {
# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Applied Energistics 2 Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"ArtemisLib Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Betweenlands Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Chiseled Me Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Ender IO Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Hats Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Mo' Bends Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Morph Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Random Patches Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Thaumic Augmentation Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Trinkets and Baubles Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Wings Integration"=true

# Only applies when the mod is installed. Disable when there are issues with the mod.
B:"Witchery: Resurrected Integration"=true
}

}


3 changes: 3 additions & 0 deletions overrides/config/betterquesting.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ general {
# The default visibility value used when creating quests [default: NORMAL]
S:"Default Quest Visibility"=ALWAYS

# If true, whenever you save your quests, they will have the first 16 characters of the quest name in the file name, this is useful if you want to be easily able to identify quests in file explorer, however it is less compatible when using version control. [default: false]
B:"DefaultQuests saves using Names"=false

# If true, locks the quest chapter list and opens it initially [default: false]
B:"Lock Tray"=false

Expand Down
3 changes: 3 additions & 0 deletions overrides/config/enderstorage.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ botaniaManaSupport=true
#Disables the tank on top of the creators heads.
disableCreatorVisuals=false

#The name of the item used to enable auto collect on the pouch. Nether Star by default. Format <modid>:<registeredItemName>|<meta>, Meta can be replaced with "WILD"
enableAutoCollectItem=minecraft:nether_star|0

#If Ender Tank can be used in inventory slots as fluid capability provider.
enderTankItemFluidHandler=true

Expand Down
6 changes: 5 additions & 1 deletion overrides/config/gregtech/gregtech.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ general {

"client options" {
# Whether or not to enable Emissive Textures for Electric Blast Furnace Coils when the multiblock is working.
# Default: false
# Default: true
B:coilsActiveEmissiveTextures=true

# The default color to overlay onto machines.
Expand All @@ -27,6 +27,10 @@ general {
# Max: 16777215
I:defaultUIColor=13819135

# Enable the fancy rendering for Super/Quantum Chests/Tanks.
# Default: true
B:enableFancyChestRender=true

# Whether to hook depth texture. Has no effect on performance, but if there is a problem with rendering, try disabling it.
# Default: true
B:hookDepthTexture=true
Expand Down
2 changes: 1 addition & 1 deletion overrides/config/gtexpert/gtexpert.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gtexpert-core {
B:hardSolarPanel=true

# Making Planks even more difficult.
# CEu's nerfWoodCrafting to true to reflect.
# CEu's hardWoodRecipes & nerfWoodCrafting to true to reflect.
# Default: false
B:moreNerfPlankCrafting=true

Expand Down
13 changes: 13 additions & 0 deletions overrides/config/inb/modules.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Configuration file

##########################################################################################################
# modules
#--------------------------------------------------------------------------------------------------------#
# Module configuration file. Can individually enable/disable modules from INBxpert and its addons
##########################################################################################################

modules {
B:"inb:core"=true
}


Loading

0 comments on commit e429992

Please sign in to comment.