-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2207 from AllTheMods/Staging
1.7.10
- Loading branch information
Showing
27 changed files
with
487 additions
and
291 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,5 @@ | |
[packversionminrev] | ||
#Pack Minor Version Revision : X | ||
#Range: 0 ~ 32768 | ||
minorrev = 9 | ||
minorrev = 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
["Connectivity settings"] | ||
#Should login packet size limits be disabled? Error:(IOException("Payload may not be larger than 1048576 bytes")) default:true | ||
disableLoginLimits = true | ||
#Should play packet size limits be disabled? Error:(Badly compressed packet) default:true | ||
disablePacketLimits = true | ||
#If enabled all messages exceeding normal limits will be printed to log. default:false | ||
debugPrintMessages = false | ||
#Set the max login timeout in ticks. 20 ticks = 1 sec, default = 120 seconds | ||
#Range: 600 ~ 20000 | ||
logintimeout = 4800 | ||
#Set the ingame disconnect timeout for disconnecting players. Default = 60sec | ||
#Range: 15 ~ 400 | ||
disconnectTimeout = 60 | ||
#Set the amount of minutes for which network packet history data is saved. Default = 5 minutes | ||
#Range: 1 ~ 400 | ||
packetHistoryMinutes = 5 | ||
#Enable to see the full log output for all resource location exceptions. Default = false | ||
showFullResourceLocationException = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# | ||
#Tier Creative Apiary Output | ||
#Allowed Values: BLOCK | ||
tierCreativeApiaryOutput = "BLOCK" | ||
# | ||
#Tier Creative Apiary Quantity | ||
# How many Combs/Blocks per Bees? | ||
#Range: > 1 | ||
tierCreativeApiaryQuantity = 100 | ||
# | ||
#Tier Creative Apiary Max Bees | ||
#Range: > 1 | ||
tierCreativeApiaryMaxBees = 100 | ||
# | ||
#Tier Creative Apiary Max Time in Hive (Value in %) | ||
#For example 0.7 = 70% reduction | ||
#Range: 0.0 ~ 1.0 | ||
tierCreativeApiaryMaxTimeInHive = 1.0 | ||
# | ||
#Creative Apiary Breeder Speed (Value in %) | ||
#For example 0.7 = 70% reduction | ||
#Range: 0.0 ~ 1.0 | ||
CreativeApiaryBreederSpeed = 1.0 | ||
# | ||
#Creative Apiary Breeder Item Max Stack Size | ||
#Range: > 1 | ||
CreativeApiaryStorageItemMaxStackSize = 16384 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
{ | ||
# (This only works if the mod 'Lost Trinkets' is installed!) | ||
# Adds a custom 'Ultiminer' trinket players will need to activate to be able to use Ultimine | ||
# Make sure you disable the 'Octopick' trinket if this is enabled! | ||
# Default: false | ||
use_trinket: false | ||
} | ||
{ } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.