Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #275 from wolfkidsounds/4.4.5
Browse files Browse the repository at this point in the history
4.4.5
  • Loading branch information
wolfkidsounds authored Apr 11, 2021
2 parents 2b77cf9 + 10dcc65 commit 486e360
Show file tree
Hide file tree
Showing 39 changed files with 5,555 additions and 5,332 deletions.
5,324 changes: 19 additions & 5,305 deletions .gitignore

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions Client/.ReAuth.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Configuration file

general {
# Enables play-offline button
B:offlineModeEnabled=true

# Your Password in plaintext if chosen to save to disk
S:password=

# Your Username
S:username=

# If the Session-Validator look weird disable this
B:validatorBold=true

# Disables the Session Validator
B:validatorEnabled=true
}


2 changes: 0 additions & 2 deletions Client/config/Galacticraft/core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ worldgen {
# Enter IDs of other mods' ores here for Galacticraft to generate them on the Moon and other planets. Format is BlockName or BlockName:metadata. Use optional parameters at end of each line: /RARE /UNCOMMON or /COMMON for rarity in a chunk; /DEEP /SHALLOW or /BOTH for height; /SINGLE /STANDARD or /LARGE for clump size; /XTRARANDOM for ores sometimes there sometimes not at all. /ONLYMOON or /ONLYMARS if wanted on one planet only. If nothing specified, defaults are /COMMON, /BOTH and /STANDARD. Repeat lines to generate a huge quantity of ores.
S:"Other mods ores for GC to generate on the Moon and planets" <
universemod:universeore
matteroverdrive:tritanium_ore
matteroverdrive:dilithium_ore
>

# Biome Types will not be registered in the BiomeDictionary if this is set to true.
Expand Down
2 changes: 1 addition & 1 deletion Client/config/bloodymods/packcrashinfo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ general {
B:gatherManifestFirst=false
S:modpackAuthor="WOLFKIDSOUNDS"
S:modpackName="Univers Modpack"
S:modpackVersion="4.3.2"
S:modpackVersion="4.4.5"
}


10 changes: 5 additions & 5 deletions Client/config/cookingforblockheads.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ client {

compat {
# Set this to true if you'd like the oven to only accept cooking oil as fuel (requires Pam's Harvestcraft)
B:"Oven Requires Cooking Oil"=false
B:"Oven Requires Cooking Oil"=true
}


general {
# If true, a cow can be squished into a Milk Jar by dropping an anvil on top.
B:"Cow in a Jar"=true
B:"Cow in a Jar"=false

# The amount of milk the cow in a jar generates per tick.
# Min: 0.0
Expand All @@ -25,20 +25,20 @@ general {
B:"Disallow Oven Automation"=false

# Enabling this will make the kitchen counters have twice as much inventory space.
B:"Large Counters"=false
B:"Large Counters"=true

# The cooking time multiplier for the cooking oven. Higher values means it will take longer.
# Min: 0.25
# Max: 9.0
D:"Oven Cook Time Multiplier"=1.0
D:"Oven Cook Time Multiplier"=4.0

# The fuel multiplier for the cooking oven. Higher values means fuel lasts longer, 1.0 is furnace default.
# Min: 0.10000000149011612
# Max: 2.0
D:"Oven Fuel Time Multiplier"=0.33000001311302185

# Set this to true if you'd like the sink to require water to be piped in, instead of providing infinite of it.
B:"Sink Requires Water"=false
B:"Sink Requires Water"=true
}


8 changes: 4 additions & 4 deletions Client/config/corpsecomplex.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ effects {

experience {
# Set to true to enable experience module
B:"Enable Experience Module"=false
B:"Enable Experience Module"=true

# Set to true to keep all XP on death
B:"Keep All XP"=false
B:"Keep All XP"=true

# Percent of experience lost on death
D:"Lost XP Percent"=1.0
D:"Lost XP Percent"=0.0

# Maximum amount of experience that can be recovered, 0 to disable
I:"Maximum Recoverable XP"=0
Expand Down Expand Up @@ -225,7 +225,7 @@ inventory {

soulbinding {
# Set to true to enable Soulbinding enchantment
B:"Enable Soulbinding Enchantment"=false
B:"Enable Soulbinding Enchantment"=true

# The max level of the enchantment
I:"Max Level"=1
Expand Down
6 changes: 3 additions & 3 deletions Client/config/foamfix.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ coremod {
B:forceDisable=false

# The amount of ticks per player presence check for mob spawners. Set to 1 to disable the patch and match vanilla behaviour. [default: 10, range: 1-200]
I:mobSpawnerCheckSpeed=1
I:mobSpawnerCheckSpeed=10

# Optimizes BlockPos mutable/immutable getters to run on the same variables, letting them be inlined and thus theoretically increasing performance. [default: true]
B:optimizedBlockPos=true
Expand Down Expand Up @@ -95,7 +95,7 @@ general {

ghostbuster {
# Checks if worlds do not unload after a specified amount of time, and notifies the user if that is the case. [default: true]
B:checkNonUnloadedWorldClients=false
B:checkNonUnloadedWorldClients=true

# The amount of time FoamFix should wait for a world to be deemed non-unloaded. [default: 60, range: 10-3600]
I:checkNonUnloadedWorldTimeout=60
Expand Down Expand Up @@ -153,7 +153,7 @@ textures {

tweaks {
# Prevent redstone from causing light updates by removing its light level. [default: false]
B:disableRedstoneLight=false
B:disableRedstoneLight=true

# Do not delay lighting updates over other types of updates. [default: false]
B:immediateLightingUpdates=false
Expand Down
60 changes: 60 additions & 0 deletions Client/config/jeiintegration.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Configuration file

~CONFIG_VERSION: 1.0.0

##########################################################################################################
# handler settings
#--------------------------------------------------------------------------------------------------------#
# Enable or disable some of the recipe handlers this mod adds.
##########################################################################################################

"handler settings" {
}


##########################################################################################################
# miscellaneous settings
#--------------------------------------------------------------------------------------------------------#
# It's Miscellaneous... How do you expect me to know what's in here?
##########################################################################################################

"miscellaneous settings" {
}


##########################################################################################################
# tooltip settings
#--------------------------------------------------------------------------------------------------------#
# No tooltip defined. How ironic.
##########################################################################################################

"tooltip settings" {
# Configure the state of the burn time tooltip. [default: disabled]
S:burnTimeTooltipMode=disabled

# config.jeiintegration.tooltips.durabilityTooltipMode.comment [default: disabled]
S:durabilityTooltipMode=disabled

# Configure the state of the fluid registry information tooltip. [default: disabled]
S:fluidRegInfoTooltipMode=disabled

# Configure the state of the max stack size tooltip. [default: disabled]
S:maxStackSizeTooltipMode=disabled

# Configure the state of the metadata tooltip [default: disabled]
S:metadataTooltipMode=disabled

# config.jeiintegration.tooltips.nbtTooltipMode.comment [default: disabled]
S:nbtTooltipMode=disabled

# Configure the state of the ore dictionary entries tooltip. [default: disabled]
S:oreDictEntriesTooltipMode=disabled

# Configure the state of the registry name tooltip. [default: disabled]
S:registryNameTooltipMode=disabled

# Configure the state of the unlocalized name tooltip. [default: disabled]
S:unlocalizedNameTooltipMode=disabled
}


3 changes: 2 additions & 1 deletion Client/config/nodami.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ core {
B:excludeAllMobs=false

# Are players excluded from this mod (if true, players will always get 10 ticks of i-frames on being damaged [default: false]
B:excludePlayers=false
B:excludePlayers=true

# How many ticks of i-frames does an entity get when damaged, from 0 (default), to 2^31-1 (nothing can take damage) [range: 0 ~ 2147483647, default: 0]
I:iFrameInterval=2
Expand Down Expand Up @@ -45,6 +45,7 @@ exclusions {
air
earth
inMagma
onFire
>
}

Expand Down
4 changes: 2 additions & 2 deletions Client/config/quark.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1223,10 +1223,10 @@ oddities {

"totem of holding" {
# Set this to false to only allow the owner of a totem to collect its items rather than any player
B:"Allow Anyone to Collect"=true
B:"Allow Anyone to Collect"=false

# Set this to false to remove the behaviour where totems destroy themselves if the player dies again.
B:"Dark Souls Mode"=true
B:"Dark Souls Mode"=false

# Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped
B:"Destroy Lost Items"=false
Expand Down
2 changes: 1 addition & 1 deletion Client/config/quickleafdecay.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ settings {
I:DecayFuzz=7

# The Speed at which Leaves Decay Higher->Slower
I:DecaySpeed=7
I:DecaySpeed=5

# If set to true only trees broken by players will quickly decay.
B:PlayerDecay=true
Expand Down
2 changes: 1 addition & 1 deletion Client/config/treecapitator.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ general_settings {
B:useStrictBlockPairing=true

# [Global] Enabling this will make leaves be destroyed when trees are chopped. [default: true]
B:destroyLeaves=false
B:destroyLeaves=true

# [Global, PerTree] When true Treecapitator will only instantly decay leaves that have actually been marked
# for decay. Set to false if you want leaves to be destroyed regardless of their decay status
Expand Down
20 changes: 20 additions & 0 deletions Client/config/unloader.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Configuration file

##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General configuration settings for Unloader!
##########################################################################################################

general {
# List of Dimensions you don't want Unloader to unload. Can be dimension name or ID. Uses Regular Expressions! [default: [0], [overworld]]
S:blacklistDims <
0
overworld
>

# Time (in ticks) you want Unloader to wait before checking dimensions. [range: 200 ~ 6000, default: 600]
I:unloadCheckDelay=600
}


Loading

0 comments on commit 486e360

Please sign in to comment.