Removed FTB Ranks due to incompatibility.
This commit is contained in:
@@ -19,4 +19,6 @@
|
||||
fixAdvancementLoading = true
|
||||
#The permission handler used by the server. Defaults to forge:default_handler if no such handler with that name is registered.
|
||||
permissionHandler = "forge:default_handler"
|
||||
#Set this to true to remove any Entity (Note: Does not include BlockEntities) that throws an error in its tick method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
|
||||
removeErroringEntities = false
|
||||
|
||||
|
@@ -10,7 +10,10 @@
|
||||
|
||||
# Blacklist for dimensions where chunks can't be claimed. Add "minecraft:the_end" to this list if you want to disable chunk claiming in The End
|
||||
# Default: []
|
||||
claim_dimension_blacklist: [minecraft:the_end]
|
||||
claim_dimension_blacklist: [
|
||||
"minecraft"
|
||||
":the_end"
|
||||
]
|
||||
|
||||
# Disables all land protection. Useful for private servers where everyone is trusted and claims are only used for forceloading
|
||||
# Default: false
|
||||
|
104
world/serverconfig/pipez-server.toml
Normal file
104
world/serverconfig/pipez-server.toml
Normal file
@@ -0,0 +1,104 @@
|
||||
|
||||
[item_pipe]
|
||||
|
||||
[item_pipe.speed]
|
||||
#The speed at which items are transferred
|
||||
#A value of 1 means every tick
|
||||
#Range: > 1
|
||||
no_upgrade = 20
|
||||
#The speed at which items are transferred
|
||||
#A value of 1 means every tick
|
||||
#Range: > 1
|
||||
basic = 15
|
||||
#The speed at which items are transferred
|
||||
#A value of 1 means every tick
|
||||
#Range: > 1
|
||||
improved = 10
|
||||
#The speed at which items are transferred
|
||||
#A value of 1 means every tick
|
||||
#Range: > 1
|
||||
advanced = 5
|
||||
#The speed at which items are transferred
|
||||
#A value of 1 means every tick
|
||||
#Range: > 1
|
||||
ultimate = 1
|
||||
|
||||
[item_pipe.amount]
|
||||
#The amount of items transferred
|
||||
#Range: > 1
|
||||
no_upgrade = 4
|
||||
#The amount of items transferred
|
||||
#Range: > 1
|
||||
basic = 8
|
||||
#The amount of items transferred
|
||||
#Range: > 1
|
||||
improved = 16
|
||||
#The amount of items transferred
|
||||
#Range: > 1
|
||||
advanced = 32
|
||||
#The amount of items transferred
|
||||
#Range: > 1
|
||||
ultimate = 64
|
||||
|
||||
[fluid_pipe]
|
||||
|
||||
[fluid_pipe.amount]
|
||||
#The amount of mB transferred each tick
|
||||
#Range: > 1
|
||||
no_upgrade = 50
|
||||
#The amount of mB transferred each tick
|
||||
#Range: > 1
|
||||
basic = 100
|
||||
#The amount of mB transferred each tick
|
||||
#Range: > 1
|
||||
improved = 500
|
||||
#The amount of mB transferred each tick
|
||||
#Range: > 1
|
||||
advanced = 2000
|
||||
#The amount of mB transferred each tick
|
||||
#Range: > 1
|
||||
ultimate = 10000
|
||||
|
||||
[energy_pipe]
|
||||
|
||||
[energy_pipe.amount]
|
||||
#The amount of FE transferred each tick
|
||||
#Range: > 1
|
||||
no_upgrade = 256
|
||||
#The amount of FE transferred each tick
|
||||
#Range: > 1
|
||||
basic = 1024
|
||||
#The amount of FE transferred each tick
|
||||
#Range: > 1
|
||||
improved = 8192
|
||||
#The amount of FE transferred each tick
|
||||
#Range: > 1
|
||||
advanced = 32768
|
||||
#The amount of FE transferred each tick
|
||||
#Range: > 1
|
||||
ultimate = 131072
|
||||
|
||||
[gas_pipe]
|
||||
|
||||
[gas_pipe.amount]
|
||||
#The amount of mB transferred each tick
|
||||
#Only available if Mekanism is installed
|
||||
#Range: > 1
|
||||
no_upgrade = 200
|
||||
#The amount of mB transferred each tick
|
||||
#Only available if Mekanism is installed
|
||||
#Range: > 1
|
||||
basic = 400
|
||||
#The amount of mB transferred each tick
|
||||
#Only available if Mekanism is installed
|
||||
#Range: > 1
|
||||
improved = 2000
|
||||
#The amount of mB transferred each tick
|
||||
#Only available if Mekanism is installed
|
||||
#Range: > 1
|
||||
advanced = 8000
|
||||
#The amount of mB transferred each tick
|
||||
#Only available if Mekanism is installed
|
||||
#Range: > 1
|
||||
ultimate = 40000
|
||||
|
@@ -83,3 +83,128 @@
|
||||
#Range: 20 ~ 72000
|
||||
"Time Constant" = 500
|
||||
|
||||
[Devices.Fisher]
|
||||
#This sets the base time constant (in ticks) for the Aquatic Entangler.
|
||||
#Range: 400 ~ 72000
|
||||
"Time Constant" = 4800
|
||||
#This sets the time constant reduction (in ticks) per nearby Water source block for the Aquatic Entangler.
|
||||
#Range: 1 ~ 1000
|
||||
"Water Source Time Constant Reduction" = 20
|
||||
|
||||
[Dynamos]
|
||||
|
||||
[Dynamos.Stirling]
|
||||
#This sets the base power generation (RF/t) for the Stirling Dynamo.
|
||||
#Range: 10 ~ 200
|
||||
"Base Power" = 40
|
||||
|
||||
[Dynamos.Compression]
|
||||
#This sets the base power generation (RF/t) for the Compression Dynamo.
|
||||
#Range: 10 ~ 200
|
||||
"Base Power" = 40
|
||||
|
||||
[Dynamos.Magmatic]
|
||||
#This sets the base power generation (RF/t) for the Magmatic Dynamo.
|
||||
#Range: 10 ~ 200
|
||||
"Base Power" = 40
|
||||
|
||||
[Dynamos.Numismatic]
|
||||
#This sets the base power generation (RF/t) for the Numismatic Dynamo.
|
||||
#Range: 10 ~ 200
|
||||
"Base Power" = 40
|
||||
|
||||
[Dynamos.Lapidary]
|
||||
#This sets the base power generation (RF/t) for the Lapidary Dynamo.
|
||||
#Range: 10 ~ 200
|
||||
"Base Power" = 40
|
||||
|
||||
[Dynamos.Disenchantment]
|
||||
#This sets the base power generation (RF/t) for the Disenchantment Dynamo.
|
||||
#Range: 10 ~ 200
|
||||
"Base Power" = 40
|
||||
|
||||
[Dynamos.Gourmand]
|
||||
#This sets the base power generation (RF/t) for the Gourmand Dynamo.
|
||||
#Range: 10 ~ 200
|
||||
"Base Power" = 40
|
||||
|
||||
[Machines]
|
||||
|
||||
[Machines.Furnace]
|
||||
#This sets the base power consumption (RF/t) for the Redstone Furnace.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Sawmill]
|
||||
#This sets the base power consumption (RF/t) for the Sawmill.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Pulverizer]
|
||||
#This sets the base power consumption (RF/t) for the Pulverizer.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Smelter]
|
||||
#This sets the base power consumption (RF/t) for the Induction Smelter.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Insolator]
|
||||
#This sets the base power consumption (RF/t) for the Phytogenic Insolator.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Centrifuge]
|
||||
#This sets the base power consumption (RF/t) for the Centrifugal Separator.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Press]
|
||||
#This sets the base power consumption (RF/t) for the Multiservo Press.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Crucible]
|
||||
#This sets the base power consumption (RF/t) for the Magma Crucible.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 80
|
||||
|
||||
[Machines.Chiller]
|
||||
#This sets the base power consumption (RF/t) for the Blast Chiller.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Refinery]
|
||||
#This sets the base power consumption (RF/t) for the Fractionating Still.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Pyrolyzer]
|
||||
#This sets the base power consumption (RF/t) for the Pyrolyzer.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 5
|
||||
|
||||
[Machines.Bottler]
|
||||
#This sets the base power consumption (RF/t) for the Fluid Encapsulator.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Brewer]
|
||||
#This sets the base power consumption (RF/t) for the Alchemical Imbuer.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Machines.Crafter]
|
||||
#This sets the base power consumption (RF/t) for the Sequential Fabricator.
|
||||
#Range: 1 ~ 200
|
||||
"Base Power" = 20
|
||||
|
||||
[Crops]
|
||||
#If TRUE, Glimmercap Mushrooms produce light when fully grown. Disabling this may improve performance.
|
||||
"Glowstone Mushroom Light" = true
|
||||
#If TRUE, Fluxtooth Mushrooms produce light when fully grown. Disabling this may improve performance.
|
||||
"Redstone Mushroom Light" = true
|
||||
#If TRUE, Fluxtooth Mushrooms emit a redstone signal when fully grown. Disabling this may improve performance.
|
||||
"Redstone Mushroom Signal" = true
|
||||
|
||||
|
Reference in New Issue
Block a user