Fellies/defaultconfigs[default]/rftoolsstorage-server.toml

67 lines
9.4 KiB
TOML
Raw Normal View History

2021-01-28 20:11:47 +00:00
#Settings for the modular storage system
[storage]
#Maximum RF storage that the remote storage block can hold
#Range: > 0
remoteStorageMaxRF = 100000
#RF per tick that the remote storage block can receive
#Range: > 0
remoteStorageRFPerTick = 300
#Maximum RF storage that the storage tablet can hold
#Range: > 0
tabletMaxRF = 20000
#RF per tick that the storage tablet can receive
#Range: > 0
tabletRFPerTick = 500
#RF per usage of the storage tablet
#Range: > 0
tabletRFUsage = 100
#RF per usage of the storage tablet when used in combation with the scanner module
#Range: > 0
tabletRFUsageScanner = 100
#Extra RF per usage per storage tier
#Range: > 0
tabletExtraRFUsage = 100
#RF/tick to share an inventory to the same dimension
#Range: > 0
remoteShareLocal = 10
#RF/tick to share an inventory to all dimensions
#Range: > 0
remoteShareGlobal = 50
#The height for the smallest style modular storage GUI
#Range: 0 ~ 1000000
modularStorageGuiHeight1 = 236
#The height for the middle style modular storage GUI
#Range: 0 ~ 1000000
modularStorageGuiHeight2 = 320
#The height for the tallest style modular storage GUI
#Range: 0 ~ 1000000
modularStorageGuiHeight3 = 490
categories = ["extrabiomes.blocks.BlockCustomFlower=Flowers", "crazypants.enderio.material.ItemMachinePart=Technical", "net.minecraft.block.BlockPistonBase=Technical", "com.rwtema.extrautils.tileentity.transfernodes.BlockTransferPipe=Technical", "net.minecraft.block.BlockWood=null", "powercrystals.minefactoryreloaded.item.ItemPortaSpawner=Technical", "thermalfoundation.block.BlockOre=Ores", "mcjty.rftools.items.screenmodules=Modules", "net.minecraft.block.BlockRail=Technical", "net.minecraft.item.ItemShears=Tools", "net.minecraft.block.BlockRailPowered=Technical", "net.minecraft.block.BlockJukebox=Technical", "mcjty.rftools.blocks.teleporter.MatterBoosterBlock=Machines", "crazypants.enderio.material.ItemCapacitor=Technical", "powercrystals.minefactoryreloaded.item.ItemLaserFocus=Technical", "crazypants.enderio.fluid.ItemBucketEio=Buckets", "biomesoplenty.common.items.ItemBOPBucket=Buckets", "net.minecraft.block.BlockCommandBlock=Technical", "mcjty.rftools.items.dimensionmonitor.DimensionMonitorItem=Technical", "net.minecraft.block.BlockRedstoneLight=Technical", "net.minecraft.item.ItemFood=Food", "crazypants.enderio.conduit.facade.BlockConduitFacade=Technical", "mcjty.rftools.blocks.spaceprojector.SpaceChamberBlock=Machines", "powercrystals.minefactoryreloaded.item.base.ItemFactoryBucket=Buckets", "crazypants.enderio.conduit.BlockConduitBundle=Technical", "powercrystals.minefactoryreloaded.block=Machines", "net.minecraft.block.BlockPotato=Food", "crazypants.enderio.rail.BlockEnderRail=Technical", "crazypants.enderio.machine=Machines", "thermalexpansion.block.device.ItemBlockDevice=Machines", "mcjty.rftools.items.teleportprobe.ChargedPorterItem=Technical", "com.rwtema.extrautils.block.BlockEnderthermicPump=Machines", "net.minecraft.block.BlockPressurePlate=Technical", "net.minecraft.block.BlockFlower=Flowers", "mcjty.rftools.items.dimlets.KnownDimlet=Dimlets", "mcjty.rftools.items.teleportprobe.TeleportProbeItem=Technical", "crazypants.enderio.item.ItemMagnet=Technical", "mcjty.rftools.items.devdelight.DevelopersDelightItem=Technical", "mcjty.rftools.items.parts.MediocreEfficiencyEssenceItem=Dimlet Parts", "thermalexpansion.item.tool.ItemIgniter=Technical", "mcjty.rftools.items.smartwrench.SmartWrenchItem=Technical", "mcjty.rftools.items.parts.DimletTypeControllerItem=Dimlet Parts", "crazypants.enderio.block.BlockDarkSteelPressurePlate=Technical", "net.minecraft.block.BlockButtonStone=Technical", "mcjty.rftools.items.parts.PeaceEssenceItem=Dimlet Parts", "mcjty.rftools.items.envmodules=Modules", "net.minecraft.block.BlockDropper=Technical", "crazypants.enderio.conduit.redstone.ItemRedstoneConduit=Technical", "mcjty.rftools.blocks.MachineBase=Machines", "crazypants.enderio.conduit.item.filter.ItemBasicItemFilter=Technical", "crazypants.enderio.item.ItemConduitProbe=Technical", "thermalexpansion.item.tool.ItemMultimeter=Technical", "net.minecraft.item.ItemFlintAndSteel=Tools", "net.minecraft.block.BlockTripWireHook=Technical", "net.minecraft.block.BlockDispenser=Technical", "net.minecraft.block.BlockLever=Technical", "mcjty.rftools.blocks.MachineFrame=Machines", "crazypants.enderio.conduit.item.ItemItemConduit=Technical", "mcjty.rftools.items.parts.DimletEnergyModuleItem=Dimlet Parts", "thermalexpansion.block.machine=Machines", "crazypants.enderio.conduit.item.filter.ItemExistingItemFilter=Technical", "net.minecraft.item.ItemBow=Weapons", "net.minecraft.block.BlockRedstoneWire=Technical", "net.minecraft.block.BlockTripWire=Technical", "mcjty.rftools.items.manual.RFToolsDimensionManualItem=Books", "com.rwtema.extrautils.tileentity.enderquarry.BlockEnderQuarry=Machines", "codechicken.microblock.ItemSaw=Tools", "net.minecraft.block.BlockWorkbench=Technical", "biomesoplenty.common.blocks.BlockBOPFlower=Flowers", "biomesoplenty.common.itemblocks.ItemBlockFlower=Flowers", "powercrystals.minefactoryreloaded.item.ItemLogicUpgradeCard=Technical", "net.minecraft.block.BlockHopper=Technical", "net.minecraft.item.ItemPotion=Potions", "net.minecraft.item.ItemBook=Books", "net.minecraft.item.ItemBucket=Buckets", "mcjty.rftools.items.pa
#Settings for the storage scanner machine
[storagescanner]
#Amount of RF used to request an item
#Range: > 0
rfPerRequest = 100
#Amount of RF used to insert an item
#Range: > 0
rfPerInsert = 20
#Maximum RF storage that the storage scanner can hold
#Range: > 0
scannerMaxRF = 50000
#RF per tick that the storage scanner can receive
#Range: > 0
scannerRFPerTick = 500
#RF per tick/per block for the storage control module
#Range: > 0
storageControlRFPerTick = 0
#RF per tick/per block for the dump module
#Range: > 0
dumpRFPerTick = 0
#If this is true then requesting items from the storage scanner will go straight into the player inventory and not the output slot
requestStraightToInventory = true
#If this is true then XNet is required (if present) to be able to connect storages to a storage scanner
xnetRequired = false