Files
Gregtech-New-Bastards/.minecraft/config/ae2fc.cfg
2025-08-23 05:19:43 +02:00

57 lines
1.7 KiB
INI

# Configuration file
##########################################################################################################
# fluid craft for ae2
#--------------------------------------------------------------------------------------------------------#
# Settings for AE2FC.
##########################################################################################################
"fluid craft for ae2" {
B:"Blacklist Essentia Gas"=true
# Disable all recipes, for quick tweaker. [default: false]
B:"Disable all recipes"=true
# Enable this to add Fluid Import/Export Bus like EC2's one. [default: true]
B:"Enable AE2FC's Fluid I/O Bus"=true
# Enable this to generate the fluid storage cells. If you are playing with EC2, you can turn it off. [default: true]
B:"Enable Fluid Storage Cell"=true
# Enable this to make normal ME Interface can emit fluid with fluid pattern, like the ME Dual Interface. [default: false]
B:"No Fluid Packet"=false
D:"Portable Fluid Cell Battery Capacity"=20000.0
# Enable the P2P Tunnel - ME Dual Interface feature. [default: true]
B:fluidP2PInterface=true
# Period at which packets are dispatched, in ms.
I:packetRate=50
# Number of items to be sent per packet
I:packetSize=256
# Set true to handle missing item mappings from EC2. Note to work properly, you must have all relevant parts. [default: true]
B:replaceEC2=true
}
levelmaintainer {
# Number on ticks for maximal request
I:maxTick=120
# Number on ticks for minimal request
I:minTick=5
}
ultrawireless {
# Magnet pick up radius
I:magnetRange=16
# Time between restocks
I:reStockTime=1000
}