updates with piston bellows
This commit is contained in:
@@ -1,47 +0,0 @@
|
||||
# Configuration file
|
||||
|
||||
##########################################################################################################
|
||||
# defaults
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Default configuration for forge chunk loading control
|
||||
##########################################################################################################
|
||||
|
||||
defaults {
|
||||
# Are mod overrides enabled?
|
||||
B:enabled=true
|
||||
|
||||
# The default maximum number of chunks a mod can force, per ticket,
|
||||
# for a mod without an override. This is the maximum number of chunks a single ticket can force.
|
||||
I:maximumChunksPerTicket=25
|
||||
|
||||
# The default maximum ticket count for a mod which does not have an override
|
||||
# in this file. This is the number of chunk loading requests a mod is allowed to make.
|
||||
I:maximumTicketCount=200
|
||||
|
||||
# The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.
|
||||
I:playerTicketCount=500
|
||||
|
||||
# Unloaded chunks can first be kept in a dormant cache for quicker
|
||||
# loading times. Specify the size (in chunks) of that cache here
|
||||
I:dormantChunkCacheSize=0
|
||||
}
|
||||
|
||||
|
||||
##########################################################################################################
|
||||
# forge
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Sample mod specific control section.
|
||||
# Copy this section and rename the with the modid for the mod you wish to override.
|
||||
# A value of zero in either entry effectively disables any chunkloading capabilities
|
||||
# for that mod
|
||||
##########################################################################################################
|
||||
|
||||
forge {
|
||||
# Maximum chunks per ticket for the mod.
|
||||
I:maximumChunksPerTicket=25
|
||||
|
||||
# Maximum ticket count for the mod. Zero disables chunkloading capabilities.
|
||||
I:maximumTicketCount=200
|
||||
}
|
||||
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
#Splash screen properties
|
||||
#Sun Jan 01 01:23:04 EST 2017
|
||||
logoTexture=textures/gui/title/mojang.png
|
||||
background=0xFFFFFF
|
||||
memoryGood=0x78CB34
|
||||
font=0x0
|
||||
barBackground=0xFFFFFF
|
||||
barBorder=0xC0C0C0
|
||||
memoryLow=0xE42F2F
|
||||
rotate=false
|
||||
memoryWarn=0xE6E84A
|
||||
showMemory=true
|
||||
enabled=false
|
||||
bar=0xCB3D35
|
||||
resourcePackPath=resources
|
||||
logoOffset=0
|
||||
forgeTexture=fml\:textures/gui/forge.png
|
||||
fontTexture=textures/font/ascii.png
|
||||
Reference in New Issue
Block a user