In the Cofh/Thermalexspansion config
Before
# Enable this for Fluid Ender to randomly teleport entities on contact.
B:Fluid.Ender.Effect=true
After
# Enable this for Fluid Ender to randomly teleport entities on contact.
B:Fluid.Ender.Effect=false
I used this to test weather or not configs were not only working for a specific mod i wanted resonant ender not to teleport me
EnderIO
Before
# Number of millibuckects per tick extract by advanced fluid conduits auto extract..
I:advancedFluidConduitExtractRate=100
# Number of millibuckects per tick that can pass through a single connection to an advanced fluid conduit.
I:advancedFluidConduitMaxIoRate=400
After
# Number of millibuckects per tick extract by advanced fluid conduits auto extract..
I:advancedFluidConduitExtractRate=100000
# Number of millibuckects per tick that can pass through a single connection to an advanced fluid conduit.
I:advancedFluidConduitMaxIoRate=400000
I wanted to change the transfer rate of pressurized fluid pipes (which are the advanced fluid conduits)
Extra Cells
Before
# The Amount of Fluid being filled/drained per tick on the "Bucket"-Amount
I:rateBucket=1000
After
# The Amount of Fluid being filled/drained per tick on the "Bucket"-Amount
I:rateBucket=100000
want to increase extra cells Fluid transfer rate