Mobs-Dimensions2/src/overrides/config/rftools/rftools.cfg
Timo Ley 42a575c740 Update:
-Added Recipes
-Updated Cavern
2020-08-08 14:43:04 +02:00

2011 lines
74 KiB
INI

# Configuration file
##########################################################################################################
# blockprotector
#--------------------------------------------------------------------------------------------------------#
# Settings for the block protector machine
##########################################################################################################
blockprotector {
# Maximum RF storage that the block protector can hold [range: 0 ~ 2147483647, default: 500000]
I:blockProtectorMaxRF=500000
# RF per tick that the block protector can receive [range: 0 ~ 2147483647, default: 20000]
I:blockProtectorRFPerTick=20000
# Whether the block protector should exist [default: true]
B:enabled=true
# The maximum distance between the protector and the protected blocks (on one axis) [range: 0 ~ 1000000, default: 10]
I:maxProtectDistance=10
# The RF that is consumed to protect a block right next to the explosion with a radius of 8 (standard TNT). Further distances will reduce power usage, bigger radius will increase power usage. [range: 0 ~ 2147483647, default: 10000]
I:rfForExplosionProtection=10000
# The RF that is consumed to protect against a single harvest attempt [range: 0 ~ 2147483647, default: 2000]
I:rfForHarvestAttempt=2000
# Amount of passive RF/tick used for every protected block [range: 0 ~ 2147483647, default: 5]
I:rfPerProtectedBlock=5
}
##########################################################################################################
# booster
#--------------------------------------------------------------------------------------------------------#
# Settings for the booster
##########################################################################################################
booster {
# Maximum RF storage that the booster can hold [range: 0 ~ 2147483647, default: 200000]
I:boosterMaxRF=200000
# RF per tick that the the booster can receive [range: 0 ~ 2147483647, default: 1000]
I:boosterRFPerTick=1000
# Multiplier for the module to calculate RF consumption for a single usage [range: 0.0 ~ 1.0E9, default: 500000.0]
S:energyMultiplier=500000.0
}
##########################################################################################################
# builder
#--------------------------------------------------------------------------------------------------------#
# Settings for the builder
##########################################################################################################
builder {
# Maximum RF storage that the builder can hold [range: 0 ~ 2147483647, default: 1000000]
I:builderMaxRF=1000000
# RF per tick that the builder can receive [range: 0 ~ 2147483647, default: 20000]
I:builderRFPerTick=20000
# RF per entity move operation for the builder [range: 0 ~ 2147483647, default: 5000]
I:builderRfPerEntity=5000
# Base RF per block operation for the builder when used as a pump [range: 0 ~ 2147483647, default: 300]
I:builderRfPerLiquid=300
# RF per block operation for the builder when used to build [range: 0 ~ 2147483647, default: 500]
I:builderRfPerOperation=500
# RF per player move operation for the builder [range: 0 ~ 2147483647, default: 40000]
I:builderRfPerPlayer=40000
# Base RF per block operation for the builder when used as a quarry or voider (actual cost depends on hardness of block) [range: 0 ~ 2147483647, default: 300]
I:builderRfPerQuarry=300
# RF per block that is skipped (used when a filter is added to the builder) [range: 0 ~ 2147483647, default: 50]
I:builderRfPerSkipped=50
# If true we allow the clearing quarry cards to be crafted (these can be heavier on the server) [default: true]
B:clearingQuarryAllowed=true
# The cost of collecting an item (builder 'collect items' mode)) [range: 0 ~ 2147483647, default: 20]
I:collectRFPerItem=20
# The RF/t per area to keep checking for items in a given area (builder 'collect items' mode)) [range: 0.0 ~ 1000000.0, default: 0.5]
S:collectRFPerTickPerArea=0.5
# The cost of collecting 1 XP level (builder 'collect items' mode)) [range: 0.0 ~ 1000000.0, default: 2.0]
S:collectRFPerXP=2.0
# How many ticks we wait before collecting again (with the builder 'collect items' mode) [range: 0 ~ 2147483647, default: 10]
I:collectTimer=10
# How much more expensive a move accross dimensions is [range: 0.0 ~ 1000000.0, default: 5.0]
S:dimensionCostFactor=5.0
# The RF per operation of the builder is multiplied with this factor when using the fortune quarry shape card [range: 0.0 ~ 1000000.0, default: 2.0]
S:fortunequarryShapeCardFactor=2.0
# Maximum dimension of the shape when a shape card is used in the builder [range: 0 ~ 2147483647, default: 512]
I:maxBuilderDimension=512
# Maximum offset of the shape when a shape card is used in the builder [range: 0 ~ 2147483647, default: 260]
I:maxBuilderOffset=260
# Maximum dimension for the space chamber [range: 0 ~ 100000, default: 128]
I:maxSpaceChamberDimension=128
# If true we go back to the old (wrong) sphere/cylinder calculation for the builder/shield [default: false]
B:oldSphereCylinderShape=false
# If true we allow quarry cards to be crafted [default: true]
B:quarryAllowed=true
# The base speed (number of blocks per tick) of the quarry [range: 0 ~ 2147483647, default: 8]
I:quarryBaseSpeed=8
# If true the quarry will chunkload a chunk at a time. If false the quarry will stop if a chunk is not loaded [default: true]
B:quarryChunkloads=true
# Multiply the infusion factor with this value and add that to the quarry base speed [range: 0 ~ 2147483647, default: 20]
I:quarryInfusionSpeedFactor=20
# Use this block for the builder to replace with [default: minecraft:dirt]
S:quarryReplacE=minecraft:dirt
# If true the quarry will also quarry tile entities. Otherwise it just ignores them [default: true]
B:quarryTileEntities=true
# If true we allow shape cards to be crafted. Note that in order to use the quarry system you must also enable this [default: true]
B:shapeCardAllowed=true
# If true a holo hud with current progress is shown above the builder [default: true]
B:showProgressHud=true
# The RF per operation of the builder is multiplied with this factor when using the silk quarry shape card [range: 0.0 ~ 1000000.0, default: 3.0]
S:silkquarryShapeCardFactor=3.0
# Can Tile Entities be moved? 'forbidden' means never, 'whitelist' means only whitelisted, 'blacklist' means all except blacklisted, 'allowed' means all (MOVE_FORBIDDEN,MOVE_WHITELIST,MOVE_BLACKLIST,MOVE_ALLOWED) [default: MOVE_WHITELIST]
S:tileEntityMode=MOVE_WHITELIST
# The RF per operation of the builder is multiplied with this factor when using the void shape card [range: 0.0 ~ 1000000.0, default: 0.5]
S:voidShapeCardFactor=0.5
}
##########################################################################################################
# coalgen
#--------------------------------------------------------------------------------------------------------#
# Settings for the coal generator
##########################################################################################################
coalgen {
# Whether the coal generator should exist [default: true]
B:enabled=true
# Amount of RF generated per tick [range: 0 ~ 2147483647, default: 60]
I:generatePerTick=60
# RF per tick that the generator can charge items with [range: 0 ~ 2147483647, default: 1000]
I:generatorChargePerTick=1000
# Maximum RF storage that the generator can hold [range: 0 ~ 2147483647, default: 500000]
I:generatorMaxRF=500000
# RF per tick that the generator can send [range: 0 ~ 2147483647, default: 2000]
I:generatorRFPerTick=2000
# Amount of ticks generated per coal [range: 0 ~ 2147483647, default: 600]
I:ticksPerCoal=600
}
##########################################################################################################
# crafter
#--------------------------------------------------------------------------------------------------------#
# Settings for the crafter
##########################################################################################################
crafter {
# Maximum RF storage that the crafter can hold [range: 0 ~ 2147483647, default: 50000]
I:crafterMaxRF=50000
# RF per tick that the crafter can receive [range: 0 ~ 2147483647, default: 500]
I:crafterRFPerTick=500
# Whether the crafter should exist [default: true]
B:enabled=true
# Amount of RF used per crafting operation [range: 0 ~ 2147483647, default: 100]
I:rfPerOperation=100
# How many operations to do at once in fast mode [range: 0 ~ 2147483647, default: 5]
I:speedOperations=5
}
##########################################################################################################
# elevator
#--------------------------------------------------------------------------------------------------------#
# Settings for the elevator
##########################################################################################################
elevator {
# The volume for the elevator sound (1.0 is default, 0.0 is off) [range: 0.0 ~ 1.0, default: 1.0]
S:baseElevatorVolume=1.0
# Maximum RF storage that the generator can hold [range: 0 ~ 2147483647, default: 150000]
I:elevatorMaximumRF=150000
# RF per tick that the evelator block can receive [range: 0 ~ 2147483647, default: 1000]
I:elevatorRFPerTick=1000
# Relative volume of the elevator looping sound. With 1.0 the looping sound has equal loudness as the elevator base volume [range: 0.0 ~ 1.0, default: 1.0]
S:loopVolumeFactor=1.0
# Maximum platform size that can be moved [range: 0 ~ 10000, default: 11]
I:maxPlatformSize=11
# Distance from the end at which speed will start going down again [range: 0.0 ~ 1.0E9, default: 2.0]
S:maxSpeedDistanceEnd=2.0
# Distance from the start at which maximum speed is reached [range: 0.0 ~ 1.0E9, default: 5.0]
S:maxSpeedDistanceStart=5.0
# Maximum elevator speed [range: 0.0 ~ 1.0E9, default: 0.3]
S:maximumSpeed=0.3
# Mimumum elevator speed [range: 0.0 ~ 1.0E9, default: 0.1]
S:minimumSpeed=0.1
# Amount of RF used per height level when moving [range: 0 ~ 2147483647, default: 500]
I:rfPerHeightUnit=500
}
##########################################################################################################
# endergenic
#--------------------------------------------------------------------------------------------------------#
# Settings for the endergenic generator
##########################################################################################################
endergenic {
# The amount of particles to spawn whenever a pearl is lost (use 0 to disable) [range: 0 ~ 1000, default: 10]
I:endergenicBadParticles=10
# The chance (in 1/10 percent, so 1000 = 100%) that an endergenic pearl is lost while trying to hold it [range: 0 ~ 1000, default: 5]
I:endergenicChanceLost=5
# The amount of particles to spawn whenever energy is generated (use 0 to disable) [range: 0 ~ 1000, default: 10]
I:endergenicGoodParticles=10
# The amount of RF that every endergenic will keep itself (so that it can hold pearls) [range: 0 ~ 2147483647, default: 2000]
I:endergenicKeepRf=2000
# The amount of RF that is consumed every tick to hold the endergenic pearl [range: 0 ~ 2147483647, default: 500]
I:endergenicRfHolding=500
# The amount of RF per tick that this generator can give from its internal buffer to adjacent blocks [range: 0 ~ 2147483647, default: 20000]
I:endergenicRfOutput=20000
# Multiplier for power generation [range: 0.0 ~ 1.0E9, default: 2.0]
S:powergenFactor=2.0
}
##########################################################################################################
# environmental
#--------------------------------------------------------------------------------------------------------#
# Settings for the environmental controller
##########################################################################################################
environmental {
# Set to true to make the blindness module work on players [default: false]
B:blindnessAvailable=false
# RF per tick/per block for the blindness module [range: 0.0 ~ 1.0E9, default: 0.01]
S:blindnessRFPerTick=0.01
# Maximum RF storage that the environmental controller can hold [range: 0 ~ 2147483647, default: 500000]
I:environmentalMaxRF=500000
# The minimum RF/tick usage that an active controller consumes [range: 0 ~ 2147483647, default: 5]
I:environmentalMinRFUsage=5
# RF per tick that the the environmental controller can receive [range: 0 ~ 2147483647, default: 20000]
I:environmentalRFPerTick=20000
# RF per tick/per block for the feather falling plus module [range: 0.0 ~ 1.0E9, default: 0.003]
S:featherfallingPlusRFPerTick=0.003
# RF per tick/per block for the feather falling module [range: 0.0 ~ 1.0E9, default: 0.001]
S:featherfallingRFPerTick=0.001
# RF per tick/per block for the flight module [range: 0.0 ~ 1.0E9, default: 0.004]
S:flightRFPerTick=0.004
# RF per tick/per block for the glowing module [range: 0.0 ~ 1.0E9, default: 0.001]
S:glowingRFPerTick=0.001
# RF per tick/per block for the haste plus module [range: 0.0 ~ 1.0E9, default: 0.003]
S:hastePlusRFPerTick=0.003
# RF per tick/per block for the haste module [range: 0.0 ~ 1.0E9, default: 0.001]
S:hasteRFPerTick=0.001
# RF per tick/per block for the luck module [range: 0.0 ~ 1.0E9, default: 0.002]
S:luckRFPerTick=0.002
# When the environmental controller is used on mobs the power usage is multiplied with this [range: 0.0 ~ 1.0E8, default: 2.0]
S:mobsPowerMultiplier=2.0
# RF per tick/per block for the night vision module [range: 0.0 ~ 1.0E9, default: 0.001]
S:nightvisionRFPerTick=0.001
# RF per tick/per block for the noTeleport module [range: 0.0 ~ 1.0E9, default: 0.002]
S:noTeleportRFPerTick=0.002
# RF per tick/per block for the peaceful module [range: 0.0 ~ 1.0E9, default: 0.001]
S:peacefulRFPerTick=0.001
# Set to true to make the poison module work on players [default: false]
B:poisonAvailable=false
# RF per tick/per block for the poison module [range: 0.0 ~ 1.0E9, default: 0.02]
S:poisonRFPerTick=0.02
# RF per tick/per block for the regeneration plus module [range: 0.0 ~ 1.0E9, default: 0.0045]
S:regenerationPlusRFPerTick=0.0045
# RF per tick/per block for the regeneration module [range: 0.0 ~ 1.0E9, default: 0.0015]
S:regenerationRFPerTick=0.0015
# RF per tick/per block for the saturation plus module [range: 0.0 ~ 1.0E9, default: 0.003]
S:saturationPlusRFPerTick=0.003
# RF per tick/per block for the saturation module [range: 0.0 ~ 1.0E9, default: 0.001]
S:saturationRFPerTick=0.001
# Set to true to make the slowness module work on players [default: false]
B:slownessAvailable=false
# RF per tick/per block for the slowness module [range: 0.0 ~ 1.0E9, default: 0.012]
S:slownessRFPerTick=0.012
# RF per tick/per block for the speed plus module [range: 0.0 ~ 1.0E9, default: 0.003]
S:speedPlusRFPerTick=0.003
# RF per tick/per block for the speed module [range: 0.0 ~ 1.0E9, default: 0.001]
S:speedRFPerTick=0.001
# RF per tick/per block for the wather breathing module [range: 0.0 ~ 1.0E9, default: 0.001]
S:watherBreathingRFPerTick=0.001
# Set to true to make the weakness module work on players [default: false]
B:weaknessAvailable=false
# RF per tick/per block for the weakness module [range: 0.0 ~ 1.0E9, default: 0.01]
S:weaknessRFPerTick=0.01
}
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# General settings
##########################################################################################################
general {
# Oregen for dimensional shards in case RFTools Dimensions is present [default: [-1], [1]]
S:dimensionalShardOregenWithDimensions <
>
# Oregen for dimensional shards in case RFTools Dimensions is not present [default: [-1], [1]]
S:dimensionalShardOregenWithoutDimensions <
>
# Craftability of dimensional shards if RFTools Dimension is present: 0=not, 1=easy, 2=hard [range: 0 ~ 2, default: 0]
I:dimensionalShardRecipeWithDimensions=0
# Craftability of dimensional shards if RFTools Dimension is not present: 0=not, 1=easy, 2=hard [range: 0 ~ 2, default: 2]
I:dimensionalShardRecipeWithoutDimensions=2
# Amount of injections needed to get a fully absorbed mob essence [range: 0 ~ 10000, default: 10]
I:maxMobInjections=10
# Maximum y level for dimensional shard ores [range: 0 ~ 255, default: 40]
I:oreMaximumHeight=40
# Maximum number of veins for dimensional shard ores [range: 0 ~ 10000, default: 3]
I:oreMaximumVeinCount=3
# Maximum vein size of dimensional shard ores [range: 0 ~ 10000, default: 8]
I:oreMaximumVeinSize=8
# Minimum y level for dimensional shard ores [range: 0 ~ 255, default: 2]
I:oreMinimumHeight=2
# Minimum vein size of dimensional shard ores [range: 0 ~ 10000, default: 5]
I:oreMinimumVeinSize=5
# Set to true to enable retrogen [default: true]
B:retrogen=true
# The ID for the RFTools villager. -1 means disable, 0 means to automatically assigns an id, any other number will use that as fixed id [range: -1 ~ 2147483647, default: 0]
I:villagerId=0
}
##########################################################################################################
# infuser
#--------------------------------------------------------------------------------------------------------#
# Settings for the infuser
##########################################################################################################
infuser {
# Amount of RF used per tick while infusing [range: 0 ~ 2147483647, default: 600]
I:generatePerTick=600
# Maximum RF storage that the infuser can hold [range: 0 ~ 2147483647, default: 60000]
I:infuserMaxRF=60000
# RF per tick that the infuser can receive [range: 0 ~ 2147483647, default: 600]
I:infuserRFPerTick=600
}
##########################################################################################################
# livingmatter
#--------------------------------------------------------------------------------------------------------#
# Blocks and items that are seen as living for the spawner
##########################################################################################################
livingmatter {
S:living.0 <
B
minecraft:leaves
0.5
>
S:living.1 <
B
minecraft:leaves2
0.5
>
S:living.10 <
B
minecraft:red_mushroom
0.4
>
S:living.11 <
B
minecraft:pumpkin
0.9
>
S:living.12 <
B
minecraft:vine
0.4
>
S:living.13 <
B
minecraft:waterlily
0.4
>
S:living.14 <
B
minecraft:cocoa
0.8
>
S:living.15 <
I
minecraft:apple
1.0
>
S:living.16 <
I
minecraft:wheat
1.1
>
S:living.17 <
I
minecraft:wheat_seeds
0.4
>
S:living.18 <
I
minecraft:potato
1.5
>
S:living.19 <
I
minecraft:carrot
1.5
>
S:living.2 <
B
minecraft:sapling
0.5
>
S:living.20 <
I
minecraft:pumpkin_seeds
0.4
>
S:living.21 <
I
minecraft:melon_seeds
0.4
>
S:living.22 <
I
minecraft:beef
1.5
>
S:living.23 <
I
minecraft:porkchop
1.5
>
S:living.24 <
I
minecraft:mutton
1.5
>
S:living.25 <
I
minecraft:chicken
1.5
>
S:living.26 <
I
minecraft:rabbit
1.2
>
S:living.27 <
I
minecraft:rabbit_foot
1.0
>
S:living.28 <
I
minecraft:rabbit_hide
0.5
>
S:living.29 <
I
minecraft:beetroot
0.8
>
S:living.3 <
B
minecraft:hay_block
1.5
>
S:living.30 <
I
minecraft:beetroot_seeds
0.4
>
S:living.31 <
I
minecraft:chorus_fruit
1.5
>
S:living.32 <
I
minecraft:fish
1.5
>
S:living.33 <
I
minecraft:reeds
1.0
>
S:living.4 <
B
minecraft:melon_block
1.0
>
S:living.5 <
B
minecraft:cactus
0.4
>
S:living.6 <
B
minecraft:red_flower
0.3
>
S:living.7 <
B
minecraft:yellow_flower
0.3
>
S:living.8 <
B
minecraft:chorus_flower
1.1
>
S:living.9 <
B
minecraft:brown_mushroom
0.4
>
}
##########################################################################################################
# mobspawnamounts
#--------------------------------------------------------------------------------------------------------#
# Amount of materials needed to spawn mobs
##########################################################################################################
mobspawnamounts {
S:StraySkeleton.spawnamount.0 <
I
minecraft:bone
0
0.1
>
S:StraySkeleton.spawnamount.1 <
B
minecraft:netherrack
0
0.5
>
S:StraySkeleton.spawnamount.2 <
L
0
20.0
>
S:WitherSkeleton.spawnamount.0 <
I
minecraft:bone
0
0.1
>
S:WitherSkeleton.spawnamount.1 <
B
minecraft:netherrack
0
0.5
>
S:WitherSkeleton.spawnamount.2 <
L
0
30.0
>
S:"minecraft:bat.spawnamount.0" <
I
minecraft:feather
0
0.1
>
S:"minecraft:bat.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:bat.spawnamount.2" <
L
0
10.0
>
S:"minecraft:blaze.spawnamount.0" <
I
minecraft:blaze_rod
0
0.1
>
S:"minecraft:blaze.spawnamount.1" <
B
minecraft:netherrack
0
0.5
>
S:"minecraft:blaze.spawnamount.2" <
L
0
30.0
>
S:"minecraft:cave_spider.spawnamount.0" <
I
minecraft:string
0
0.1
>
S:"minecraft:cave_spider.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:cave_spider.spawnamount.2" <
L
0
10.0
>
S:"minecraft:chicken.spawnamount.0" <
I
minecraft:feather
0
0.1
>
S:"minecraft:chicken.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:chicken.spawnamount.2" <
L
0
15.0
>
S:"minecraft:cow.spawnamount.0" <
I
minecraft:leather
0
0.1
>
S:"minecraft:cow.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:cow.spawnamount.2" <
L
0
20.0
>
S:"minecraft:creeper.spawnamount.0" <
I
minecraft:gunpowder
0
0.1
>
S:"minecraft:creeper.spawnamount.1" <
B
minecraft:dirt
0
0.5
>
S:"minecraft:creeper.spawnamount.2" <
L
0
20.0
>
S:"minecraft:ender_dragon.spawnamount.0" <
I
minecraft:experience_bottle
0
0.1
>
S:"minecraft:ender_dragon.spawnamount.1" <
B
minecraft:end_stone
0
100.0
>
S:"minecraft:ender_dragon.spawnamount.2" <
L
0
200.0
>
S:"minecraft:enderman.spawnamount.0" <
I
minecraft:ender_pearl
0
0.1
>
S:"minecraft:enderman.spawnamount.1" <
B
minecraft:end_stone
0
0.5
>
S:"minecraft:enderman.spawnamount.2" <
L
0
40.0
>
S:"minecraft:endermite.spawnamount.0" <
I
minecraft:ender_pearl
0
0.05
>
S:"minecraft:endermite.spawnamount.1" <
B
minecraft:end_stone
0
0.2
>
S:"minecraft:endermite.spawnamount.2" <
L
0
10.0
>
S:"minecraft:ghast.spawnamount.0" <
I
minecraft:ghast_tear
0
0.1
>
S:"minecraft:ghast.spawnamount.1" <
B
minecraft:netherrack
0
1.0
>
S:"minecraft:ghast.spawnamount.2" <
L
0
50.0
>
S:"minecraft:guardian.spawnamount.0" <
I
minecraft:prismarine_shard
0
0.1
>
S:"minecraft:guardian.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:guardian.spawnamount.2" <
L
0
30.0
>
S:"minecraft:horse.spawnamount.0" <
I
minecraft:leather
0
0.1
>
S:"minecraft:horse.spawnamount.1" <
B
minecraft:dirt
0
0.5
>
S:"minecraft:horse.spawnamount.2" <
L
0
30.0
>
S:"minecraft:magma_cube.spawnamount.0" <
I
minecraft:magma_cream
0
0.1
>
S:"minecraft:magma_cube.spawnamount.1" <
B
minecraft:netherrack
0
0.2
>
S:"minecraft:magma_cube.spawnamount.2" <
L
0
10.0
>
S:"minecraft:mooshroom.spawnamount.0" <
I
minecraft:leather
0
0.1
>
S:"minecraft:mooshroom.spawnamount.1" <
B
minecraft:dirt
0
1.0
>
S:"minecraft:mooshroom.spawnamount.2" <
L
0
20.0
>
S:"minecraft:ocelot.spawnamount.0" <
I
minecraft:fish
0
0.1
>
S:"minecraft:ocelot.spawnamount.1" <
B
minecraft:dirt
0
1.0
>
S:"minecraft:ocelot.spawnamount.2" <
L
0
20.0
>
S:"minecraft:pig.spawnamount.0" <
I
minecraft:leather
0
0.1
>
S:"minecraft:pig.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:pig.spawnamount.2" <
L
0
20.0
>
S:"minecraft:polar_bear.spawnamount.0" <
I
minecraft:fish
0
0.1
>
S:"minecraft:polar_bear.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:polar_bear.spawnamount.2" <
L
0
20.0
>
S:"minecraft:rabbit.spawnamount.0" <
I
minecraft:rabbit_stew
0
0.1
>
S:"minecraft:rabbit.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:rabbit.spawnamount.2" <
L
0
10.0
>
S:"minecraft:sheep.spawnamount.0" <
B
minecraft:wool
0
0.1
>
S:"minecraft:sheep.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:sheep.spawnamount.2" <
L
0
20.0
>
S:"minecraft:shulker.spawnamount.0" <
I
minecraft:ender_pearl
0
0.1
>
S:"minecraft:shulker.spawnamount.1" <
B
minecraft:end_stone
0
0.2
>
S:"minecraft:shulker.spawnamount.2" <
L
0
20.0
>
S:"minecraft:silverfish.spawnamount.0" <
I
minecraft:iron_ingot
0
0.05
>
S:"minecraft:silverfish.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:silverfish.spawnamount.2" <
L
0
10.0
>
S:"minecraft:skeleton.spawnamount.0" <
I
minecraft:bone
0
0.1
>
S:"minecraft:skeleton.spawnamount.1" <
B
minecraft:dirt
0
0.5
>
S:"minecraft:skeleton.spawnamount.2" <
L
0
20.0
>
S:"minecraft:slime.spawnamount.0" <
I
minecraft:slime_ball
0
0.1
>
S:"minecraft:slime.spawnamount.1" <
B
minecraft:dirt
0
0.5
>
S:"minecraft:slime.spawnamount.2" <
L
0
15.0
>
S:"minecraft:snowman.spawnamount.0" <
I
minecraft:snowball
0
0.1
>
S:"minecraft:snowman.spawnamount.1" <
B
minecraft:dirt
0
1.0
>
S:"minecraft:snowman.spawnamount.2" <
L
0
15.0
>
S:"minecraft:spider.spawnamount.0" <
I
minecraft:string
0
0.1
>
S:"minecraft:spider.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:spider.spawnamount.2" <
L
0
15.0
>
S:"minecraft:squid.spawnamount.0" <
I
minecraft:dye
0
0.1
>
S:"minecraft:squid.spawnamount.1" <
B
minecraft:dirt
0
0.5
>
S:"minecraft:squid.spawnamount.2" <
L
0
10.0
>
S:"minecraft:stray.spawnamount.0" <
I
minecraft:bone
0
0.1
>
S:"minecraft:stray.spawnamount.1" <
B
minecraft:netherrack
0
0.5
>
S:"minecraft:stray.spawnamount.2" <
L
0
20.0
>
S:"minecraft:villager.spawnamount.0" <
I
minecraft:book
0
0.1
>
S:"minecraft:villager.spawnamount.1" <
B
minecraft:dirt
0
5.0
>
S:"minecraft:villager.spawnamount.2" <
L
0
30.0
>
S:"minecraft:villager_golem.spawnamount.0" <
I
minecraft:iron_ingot
0
0.1
>
S:"minecraft:villager_golem.spawnamount.1" <
B
minecraft:dirt
0
6.0
>
S:"minecraft:villager_golem.spawnamount.2" <
B
minecraft:red_flower
0
0.5
>
S:"minecraft:witch.spawnamount.0" <
I
minecraft:glass_bottle
0
0.1
>
S:"minecraft:witch.spawnamount.1" <
B
minecraft:dirt
0
1.0
>
S:"minecraft:witch.spawnamount.2" <
L
0
30.0
>
S:"minecraft:wither.spawnamount.0" <
I
minecraft:nether_star
0
0.1
>
S:"minecraft:wither.spawnamount.1" <
B
minecraft:soul_sand
0
0.5
>
S:"minecraft:wither.spawnamount.2" <
L
0
100.0
>
S:"minecraft:wither_skeleton.spawnamount.0" <
I
minecraft:bone
0
0.1
>
S:"minecraft:wither_skeleton.spawnamount.1" <
B
minecraft:netherrack
0
0.5
>
S:"minecraft:wither_skeleton.spawnamount.2" <
L
0
30.0
>
S:"minecraft:wolf.spawnamount.0" <
I
minecraft:bone
0
0.1
>
S:"minecraft:wolf.spawnamount.1" <
B
minecraft:dirt
0
0.5
>
S:"minecraft:wolf.spawnamount.2" <
L
0
20.0
>
S:"minecraft:zombie.spawnamount.0" <
I
minecraft:rotten_flesh
0
0.1
>
S:"minecraft:zombie.spawnamount.1" <
B
minecraft:dirt
0
0.2
>
S:"minecraft:zombie.spawnamount.2" <
L
0
20.0
>
S:"minecraft:zombie_pigman.spawnamount.0" <
I
minecraft:gold_nugget
0
0.1
>
S:"minecraft:zombie_pigman.spawnamount.1" <
B
minecraft:netherrack
0
0.5
>
S:"minecraft:zombie_pigman.spawnamount.2" <
L
0
20.0
>
}
##########################################################################################################
# mobspawnrf
#--------------------------------------------------------------------------------------------------------#
# Amount of RF needed to spawn mobs
##########################################################################################################
mobspawnrf {
I:StraySkeleton=800
I:WitherSkeleton=1500
I:"minecraft:bat"=100
I:"minecraft:blaze"=1000
I:"minecraft:cave_spider"=500
I:"minecraft:chicken"=500
I:"minecraft:cow"=800
I:"minecraft:creeper"=800
I:"minecraft:ender_dragon"=100000
I:"minecraft:enderman"=2000
I:"minecraft:endermite"=400
I:"minecraft:ghast"=2000
I:"minecraft:guardian"=1000
I:"minecraft:horse"=1000
I:"minecraft:magma_cube"=600
I:"minecraft:mooshroom"=800
I:"minecraft:ocelot"=800
I:"minecraft:pig"=800
I:"minecraft:polar_bear"=1500
I:"minecraft:rabbit"=300
I:"minecraft:sheep"=800
I:"minecraft:shulker"=600
I:"minecraft:silverfish"=400
I:"minecraft:skeleton"=800
I:"minecraft:slime"=600
I:"minecraft:snowman"=600
I:"minecraft:spider"=500
I:"minecraft:squid"=500
I:"minecraft:stray"=800
I:"minecraft:villager"=2000
I:"minecraft:villager_golem"=2000
I:"minecraft:witch"=1200
I:"minecraft:wither"=20000
I:"minecraft:wither_skeleton"=1500
I:"minecraft:wolf"=800
I:"minecraft:zombie"=800
I:"minecraft:zombie_pigman"=1200
}
##########################################################################################################
# networkmonitor
#--------------------------------------------------------------------------------------------------------#
# Settings for the network monitor item
##########################################################################################################
networkmonitor {
# Whether the network monitor should exist [default: true]
B:enabled=true
# Time (in seconds) to hilight a block in the world [range: 0 ~ 2147483647, default: 5]
I:hilightTime=5
# Maximum amount of blocks to show in monitor (do NOT increase above 1800!) [range: 0 ~ 1800, default: 500]
I:maximumBlocks=500
}
##########################################################################################################
# powercell
#--------------------------------------------------------------------------------------------------------#
# Settings for the powercell
##########################################################################################################
powercell {
# How much better is the advanced cell with RF and RF/t [range: 0 ~ 2147483647, default: 4]
I:advancedFactor=4
# The maximum cost factor for extracting energy out of a powercell for blocks in other dimensions or farther away then 10000 blocks [range: 0.0 ~ 1.0E9, default: 1.1]
S:powerCellCostFactor=1.1
# At this distance the cost factor will be maximum. This value is also used when power is extracted from cells in different dimensions [range: 0.0 ~ 1.0E9, default: 10000.0]
S:powerCellDistanceCap=10000.0
# As soon as powercells are not connected this value will be taken as the minimum distance to base the cost factor from [range: 0.0 ~ 1.0E9, default: 100.0]
S:powerCellMinDistance=100.0
# A multiplier for the distance if RFTools dimensions are involved. If both sides are RFTools dimensions then this multiplier is done twice [range: 0.0 ~ 1.0E9, default: 0.5]
S:powerCellRFToolsDimensionAdvantage=0.5
# RF per tick that the powrcell can charge items with [range: 0 ~ 2147483647, default: 30000]
I:powercellChargePerTick=30000
# Maximum RF storage that a single cell can hold [range: 0 ~ 2147483647, default: 1000000]
I:rfPerNormalCell=1000000
# Base amount of RF/tick that can be extracted/inserted in this block [range: 0 ~ 2147483647, default: 5000]
I:rfPerTick=5000
# How much worse is the simple cell with RF and RF/t [range: 0 ~ 2147483647, default: 4]
I:simpleFactor=4
}
##########################################################################################################
# scanner
#--------------------------------------------------------------------------------------------------------#
# Settings for the scanner, composer, and projector
##########################################################################################################
scanner {
# The volume for the projector sound (0.0 is off) [range: 0.0 ~ 1.0, default: 0.4]
S:baseProjectorVolume=0.4
# The amount of milliseconds before the client will remove shape render data that hasn't been used. Decreasing this will free memory faster at the cost of having to update shape renders more often [range: 100 ~ 1000000, default: 10000]
I:clientRenderDataTimeout=10000
# Height of the beacon in case beacons are used [range: 0 ~ 2147483647, default: 30]
I:locatorBeaconHeight=30
# Maximum amount of entities in a single block to show markers/beacons for [range: 0 ~ 2147483647, default: 10]
I:locatorEntitySafety=10
# Additional amount of RF per 16x16x16 subchunk needed for a filtered scan [range: 0.0 ~ 1.0E9, default: 0.5]
S:locatorFilterCost=0.5
# Maximum amount of 16x16 chunks we support for energy scanning [range: 0 ~ 2147483647, default: 25]
I:locatorMaxEnergyChunks=25
# Maximum RF storage that the locator can hold [range: 0 ~ 2147483647, default: 2000000]
I:locatorMaxRF=2000000
# RF per tick that the locator can receive [range: 0 ~ 2147483647, default: 20000]
I:locatorRFPerTick=20000
# Fixed amount of RF needed for a scan [range: 0 ~ 2147483647, default: 5000]
I:locatorUsePerTickBase=5000
# Base amount of RF needed for a scan per 16x16x16 subchunk [range: 0.0 ~ 1.0E9, default: 0.1]
S:locatorUsePerTickChunk=0.1
# Additional amount of RF per 16x16x16 subchunk needed for a scan for low energy [range: 0.0 ~ 1.0E9, default: 5.0]
S:locatorUsePerTickEnergy=5.0
# Additional amount of RF per 16x16x16 subchunk needed for a scan for hostile entities [range: 0.0 ~ 1.0E9, default: 1.0]
S:locatorUsePerTickHostile=1.0
# Additional amount of RF per 16x16x16 subchunk needed for a scan for passive entities [range: 0.0 ~ 1.0E9, default: 0.5]
S:locatorUsePerTickPassive=0.5
# Additional amount of RF per 16x16x16 subchunk needed for a scan for players [range: 0.0 ~ 1.0E9, default: 2.0]
S:locatorUsePerTickPlayer=2.0
# Maximum dimension of the shape when a scanner/projector card is used [range: 0 ~ 10000, default: 512]
I:maxScannerDimension=512
# Maximum offset of the shape when a shape card is used in the scanner/projector [range: 0 ~ 2147483647, default: 2048]
I:maxScannerOffset=2048
# The amount of 'surface area' that the server will send to the client for the projector. Increasing this will increase the speed at which projections are ready but also increase the load for server and client [range: 100 ~ 10000000, default: 40000]
I:planeSurfacePerTick=40000
# The amount of milliseconds that a scanline 'flash' will exist on the client [range: 10 ~ 1000000, default: 400]
I:projectorFlashTimeout=400
# Maximum RF storage that the projector can hold [range: 0 ~ 2147483647, default: 500000]
I:projectorMaxRF=500000
# RF per tick that the projector can receive [range: 0 ~ 2147483647, default: 10000]
I:projectorRFPerTick=10000
# RF/t for the projector while it is in use [range: 0 ~ 2147483647, default: 1000]
I:projectorUsePerTick=1000
# Amount of RF needed per tick during the scan for a remote scanner [range: 0 ~ 2147483647, default: 2000]
I:remoteScannerUsePerTick=2000
# Maximum RF storage that the scanner can hold [range: 0 ~ 2147483647, default: 500000]
I:scannerMaxRF=500000
# RF per tick that the scanner can receive [range: 0 ~ 2147483647, default: 20000]
I:scannerRFPerTick=20000
# Amount of RF needed per tick during the scan [range: 0 ~ 2147483647, default: 1000]
I:scannerUsePerTick=1000
# The amount of surface area the scanner will scan in a tick. Increasing this will increase the speed of the scanner but cause more strain on the server [range: 100 ~ 1073741824, default: 262144]
I:surfaceAreaPerTick=262144
# Number of ticks between every scan of the locator [range: 0 ~ 2147483647, default: 40]
I:ticksPerLocatorScan=40
# Use VBO for rendering shapecard views. Otherwise display lists [default: true]
B:useVBO=true
}
##########################################################################################################
# screen
#--------------------------------------------------------------------------------------------------------#
# Settings for the screen system
##########################################################################################################
screen {
# Additional characters that should be supported by the truetype system [default: ]
S:additionalCharacters=
# RF per tick/per block for the button module [range: 0 ~ 2147483647, default: 9]
I:buttonRFPerTick=9
# RF per tick/per block for the clock module [range: 0 ~ 2147483647, default: 1]
I:clockRFPerTick=1
# RF per tick/per block for the computer module [range: 0 ~ 2147483647, default: 4]
I:computerRFPerTick=4
# RF per tick/per block for the counter plus module [range: 0 ~ 2147483647, default: 30]
I:counterPlusRFPerTick=30
# RF per tick/per block for the counter module [range: 0 ~ 2147483647, default: 4]
I:counterRFPerTick=4
# RF per tick/per block for the dimension module [range: 0 ~ 2147483647, default: 6]
I:dimensionRFPerTick=6
# RF per tick/per block for the dump module [range: 0 ~ 2147483647, default: 0]
I:dumpRFPerTick=0
# RF per tick/per block for the elevator button module [range: 0 ~ 2147483647, default: 0]
I:elevatorButtonRFPerTick=0
# RF per tick/per block for the energy plus module [range: 0 ~ 2147483647, default: 30]
I:energyPlusRFPerTick=30
# RF per tick/per block for the energy module [range: 0 ~ 2147483647, default: 4]
I:energyRFPerTick=4
# RF per tick/per block for the fluid plus module [range: 0 ~ 2147483647, default: 30]
I:fluidPlusRFPerTick=30
# RF per tick/per block for the fluid module [range: 0 ~ 2147483647, default: 4]
I:fluidRFPerTick=4
# The default truetype font to use [default: rftools:fonts/ubuntu.ttf]
S:fontName=rftools:fonts/ubuntu.ttf
# The size of the font [range: 0.0 ~ 1000000.0, default: 40.0]
S:fontSize=40.0
# RF per tick/per block for the itemstack plus module [range: 0 ~ 2147483647, default: 30]
I:itemstackPlusRFPerTick=30
# RF per tick/per block for the itemstack module [range: 0 ~ 2147483647, default: 4]
I:itemstackRFPerTick=4
# RF per tick/per block for the machine information module [range: 0 ~ 2147483647, default: 4]
I:machineInfoRFPerTick=4
# RF per tick/per block for the redstone module [range: 0 ~ 2147483647, default: 4]
I:redstoneRFPerTick=4
# Maximum RF storage that the screen controller can hold [range: 0 ~ 2147483647, default: 60000]
I:screenControllerMaxRF=60000
# RF per tick that the the screen controller can receive [range: 0 ~ 2147483647, default: 1000]
I:screenControllerRFPerTick=1000
# How many times the screen will update. Higher numbers make the screens less accurate but better for network bandwidth [range: 0 ~ 2147483647, default: 500]
I:screenRefreshTiming=500
# RF per tick/per block for the storage control module [range: 0 ~ 2147483647, default: 0]
I:storageControlRFPerTick=0
# RF per tick/per block for the text module [range: 0 ~ 2147483647, default: 0]
I:textRFPerTick=0
# Set to true for TrueType font, set to false for vanilla font [default: true]
B:useTruetype=true
}
##########################################################################################################
# security
#--------------------------------------------------------------------------------------------------------#
# Settings for the block security system
##########################################################################################################
security {
# Whether anything related to the block security system should exist [default: true]
B:enabled=true
}
##########################################################################################################
# shield
#--------------------------------------------------------------------------------------------------------#
# Settings for the shield system
##########################################################################################################
shield {
# Set this to false if you don't want invisible shield rendering mode to be possible [default: true]
B:allowInvisibleShield=true
# Set this to true if you have a corrupted world due to a bad camo block in the shield system. Load your world, remove the offending block from the shield, exit MC and then set this back to false [default: false]
B:disableShieldBlocksToUncorruptWorld=false
# The looting kill bonus [range: 0 ~ 256, default: 3]
I:lootingKillBonus=3
# Maximum distance at which you can add disjoint shield sections to a composed shield [range: 0 ~ 10000, default: 64]
I:maxDisjointShieldDistance=64
# Maximum dimension of the shape when a shape card is used [range: 0 ~ 1000000, default: 256]
I:maxShieldDimension=256
# Maximum offset of the shape when a shape card is used [range: 0 ~ 100000, default: 128]
I:maxShieldOffset=128
# Amount of dimensional shards per looting kill. Remember that this is per block that does damage [range: 0 ~ 256, default: 2]
I:shardsPerLootingKill=2
# The amount of damage to do for a single spike on one entity [range: 0.0 ~ 1.0E9, default: 5.0]
S:shieldDamage=5.0
# Maximum RF storage that the shield block can hold [range: 0 ~ 2147483647, default: 200000]
I:shieldMaxRF=200000
# Maximum size (in blocks) of a tier 1 shield [range: 0 ~ 1000000, default: 256]
I:shieldMaxSize=256
# RF per tick that the shield block can receive [range: 0 ~ 2147483647, default: 5000]
I:shieldRFPerTick=5000
# Base amount of RF/tick for every 10 blocks in the shield (while active) [range: 0 ~ 2147483647, default: 8]
I:shieldRfBase=8
# RF/tick for every 10 blocks added in case of camo mode [range: 0 ~ 2147483647, default: 2]
I:shieldRfCamo=2
# The amount of RF to consume for a single spike of damage for one entity [range: 0 ~ 2147483647, default: 1000]
I:shieldRfDamage=1000
# The amount of RF to consume for a single spike of damage for one entity (used in case of player-type damage) [range: 0 ~ 2147483647, default: 2000]
I:shieldRfDamagePlayer=2000
# RF/tick for every 10 block addeds in case of shield mode [range: 0 ~ 2147483647, default: 2]
I:shieldRfShield=2
}
##########################################################################################################
# spawner
#--------------------------------------------------------------------------------------------------------#
# Settings for the spawner system
##########################################################################################################
spawner {
# The amount of blocks that the matter beamer will use send in one operation (every 20 ticks)
I:beamerBlocksPerSend=1
# Maximum RF storage that the matter beamer can hold
I:beamerMaxRF=200000
# RF per tick that the matter beamer can receive
I:beamerRFPerTick=1000
# RF per tick that the matter beamer will use for sending over a single object
I:beamerRfPerSend=2000
# The maximum distance that a laser can travel between the beamer and the spawner
I:maxBeamDistance=8
# The maximum amount of energized matter that this spawner can store (per type)
I:spawnerMaxMatterStorage=6400
# Maximum RF storage that the spawner can hold
I:spawnerMaxRF=200000
# RF per tick that the spawner can receive
I:spawnerRFPerTick=2000
}
##########################################################################################################
# storage
#--------------------------------------------------------------------------------------------------------#
# Settings for the modular storage system
##########################################################################################################
storage {
# If true we automatically set the focus on the search field when opening the GUI for the modular storage. Set to false if you don't want that [default: false]
B:autofocusSearch=false
# [default: [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.parts.DimletMemoryUnitItem=Dimlet Parts], [powercrystals.minefactoryreloaded.item.tool.ItemRedNetMeter=Technical], [mcjty.rftools.blocks.shield.ShieldTemplateBlock=Machines], [net.minecraft.block.BlockRedstoneTorch=Technical], [mcjty.lib.container.GenericBlock=Machines], [com.rwtema.extrautils.tileentity.enderquarry.BlockEnderMarkers=Technical], [net.minecraft.item.ItemRecord=Records], [crazypants.enderio.conduit.gas.ItemGasConduit=Technical], [mcjty.rftools.blocks.spaceprojector.SpaceChamberCardItem=Technical], [crazypants.enderio.conduit.liquid.ItemLiquidConduit=Technical], [powercrystals.minefactoryreloaded.item.tool.ItemXpExtractor=Technical], [net.minecraft.item.ItemArmor=Armor], [net.minecraft.block.BlockOre=Ores], [buildcraft.builders=Machines], [mcjty.rftools.blocks.teleporter.DestinationAnalyzerBlock=Machines], [com.rwtema.extrautils.tileentity.generators.BlockGenerator=Machines], [crazypants.enderio.conduit.item.ItemExtractSpeedUpgrade=Technical], [mcjty.rftools.items.parts.SyringeItem=Dimlet Parts], [net.minecraft.block.BlockRedstoneComparator=Technical], [mcjty.rftools.items.parts.EfficiencyEssenceItem=Dimlet Parts], [thermalexpansion.block.cell=Machines], [net.minecraft.item.ItemRedstone=Technical], [net.minecraft.block.BlockNote=Technical], [mcjty.rftools.items.manual.RFToolsManualItem=Books], [crazypants.enderio.conduit.power.ItemPowerConduit=Technical], [mcjty.rftools.items.storage=Modules], [mcjty.rftools.items.dimlets.RealizedDimensionTab=Dimlets], [crazypants.enderio.machine.spawner.ItemBrokenSpawner=Machines], [cofh.core.item.ItemBucket=Buckets], [net.minecraft.item.ItemMinecart=Technical], [net.minecraft.item.ItemSkull=Skulls], [mcjty.rftools.items.dimlets.EmptyDimensionTab=Dimlets], [mcjty.rftools.items.dimlets.UnknownDimlet=Dimlets], [crazypants.enderio.item.skull=Skulls], [net.minecraft.block.BlockFurnace=Technical], [net.minecraft.block.BlockPressurePlateWeighted=Technical], [powercrystals.minefactoryreloaded.item.ItemSafariNet=Technical], [net.minecraft.block.BlockRailDetector=Technical], [net.minecraft.block.BlockRedstoneRepeater=Technical], [mcjty.rftools.items.dimlets.DimletTemplate=Dimlets], [mcjty.rftools.items.dimensionmonitor.PhasedFieldGeneratorItem=Technical], [net.minecraft.block.BlockSapling=Saplings], [net.minecraft.block.BlockDaylightDetector=Technical], [cofh.thermalexpansion.block.device=Machines], [codechicken.microblock.ItemMicroPart=Microblocks], [crazypants.enderio.conduit.item.filter.ItemModItemFilter=Technical], [mcjty.rftools.items.manual.RFToolsShapeManualItem=Books], [net.minecraft.item.ItemSword=Weapons], [powercrystals.minefactoryreloaded.item.gun.ItemSafariNetLauncher=Technical], [net.minecraft.item.ItemTool=Tools], [thermalexpansion.item.tool.ItemWrench=Technical], [net.minecraft.block.BlockCake=Food], [mcjty.rftools.items.parts.DimletControlCircuitItem=Dimlet Parts], [net.minecraft.block.BlockCarrot=Food], [biomesoplenty.common.itemblocks.ItemBlockFlower2=Flowers], [thermalexpansion.block.dynamo.ItemBlockDynamo=Machines], [thermalexpansion.item.ItemCapacitor=Technical], [biomesoplenty.common.blocks.BlockBOPFlower2=Flowers], [codechicken.chunkloader.ItemChunkLoader=Machines], [powercrystals.minefactoryreloaded.item.tool.ItemRedNetMemoryCard=Technical], [net.minecraft.block.BlockTNT=Technical], [net.minecraft.item.ItemHoe=Tools], [mcjty.rftools.items.netmonitor.NetworkMonitorItem=Technical], [com.rwtema.extrautils.tileentity.enderquarry.BlockQuarryUpgrades=Technical]]
S: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.parts.DimletMemoryUnitItem=Dimlet Parts
powercrystals.minefactoryreloaded.item.tool.ItemRedNetMeter=Technical
mcjty.rftools.blocks.shield.ShieldTemplateBlock=Machines
net.minecraft.block.BlockRedstoneTorch=Technical
mcjty.lib.container.GenericBlock=Machines
com.rwtema.extrautils.tileentity.enderquarry.BlockEnderMarkers=Technical
net.minecraft.item.ItemRecord=Records
crazypants.enderio.conduit.gas.ItemGasConduit=Technical
mcjty.rftools.blocks.spaceprojector.SpaceChamberCardItem=Technical
crazypants.enderio.conduit.liquid.ItemLiquidConduit=Technical
powercrystals.minefactoryreloaded.item.tool.ItemXpExtractor=Technical
net.minecraft.item.ItemArmor=Armor
net.minecraft.block.BlockOre=Ores
buildcraft.builders=Machines
mcjty.rftools.blocks.teleporter.DestinationAnalyzerBlock=Machines
com.rwtema.extrautils.tileentity.generators.BlockGenerator=Machines
crazypants.enderio.conduit.item.ItemExtractSpeedUpgrade=Technical
mcjty.rftools.items.parts.SyringeItem=Dimlet Parts
net.minecraft.block.BlockRedstoneComparator=Technical
mcjty.rftools.items.parts.EfficiencyEssenceItem=Dimlet Parts
thermalexpansion.block.cell=Machines
net.minecraft.item.ItemRedstone=Technical
net.minecraft.block.BlockNote=Technical
mcjty.rftools.items.manual.RFToolsManualItem=Books
crazypants.enderio.conduit.power.ItemPowerConduit=Technical
mcjty.rftools.items.storage=Modules
mcjty.rftools.items.dimlets.RealizedDimensionTab=Dimlets
crazypants.enderio.machine.spawner.ItemBrokenSpawner=Machines
cofh.core.item.ItemBucket=Buckets
net.minecraft.item.ItemMinecart=Technical
net.minecraft.item.ItemSkull=Skulls
mcjty.rftools.items.dimlets.EmptyDimensionTab=Dimlets
mcjty.rftools.items.dimlets.UnknownDimlet=Dimlets
crazypants.enderio.item.skull=Skulls
net.minecraft.block.BlockFurnace=Technical
net.minecraft.block.BlockPressurePlateWeighted=Technical
powercrystals.minefactoryreloaded.item.ItemSafariNet=Technical
net.minecraft.block.BlockRailDetector=Technical
net.minecraft.block.BlockRedstoneRepeater=Technical
mcjty.rftools.items.dimlets.DimletTemplate=Dimlets
mcjty.rftools.items.dimensionmonitor.PhasedFieldGeneratorItem=Technical
net.minecraft.block.BlockSapling=Saplings
net.minecraft.block.BlockDaylightDetector=Technical
cofh.thermalexpansion.block.device=Machines
codechicken.microblock.ItemMicroPart=Microblocks
crazypants.enderio.conduit.item.filter.ItemModItemFilter=Technical
mcjty.rftools.items.manual.RFToolsShapeManualItem=Books
net.minecraft.item.ItemSword=Weapons
powercrystals.minefactoryreloaded.item.gun.ItemSafariNetLauncher=Technical
net.minecraft.item.ItemTool=Tools
thermalexpansion.item.tool.ItemWrench=Technical
net.minecraft.block.BlockCake=Food
mcjty.rftools.items.parts.DimletControlCircuitItem=Dimlet Parts
net.minecraft.block.BlockCarrot=Food
biomesoplenty.common.itemblocks.ItemBlockFlower2=Flowers
thermalexpansion.block.dynamo.ItemBlockDynamo=Machines
thermalexpansion.item.ItemCapacitor=Technical
biomesoplenty.common.blocks.BlockBOPFlower2=Flowers
codechicken.chunkloader.ItemChunkLoader=Machines
powercrystals.minefactoryreloaded.item.tool.ItemRedNetMemoryCard=Technical
net.minecraft.block.BlockTNT=Technical
net.minecraft.item.ItemHoe=Tools
mcjty.rftools.items.netmonitor.NetworkMonitorItem=Technical
com.rwtema.extrautils.tileentity.enderquarry.BlockQuarryUpgrades=Technical
>
# If true we clear the search field when opening the GUI for the modular storage. Set to false if you don't want that [default: true]
B:clearSearchOnOpen=true
# Background color for group lines [range: 0 ~ 2147483647, default: -1123021]
I:groupBackground=-1123021
# Foreground color for group lines [range: 0 ~ 2147483647, default: -16777216]
I:groupForeground=-16777216
# The height for the smallest style modular storage GUI [range: 0 ~ 1000000, default: 236]
I:modularStorageGuiHeight1=236
# The height for the middle style modular storage GUI [range: 0 ~ 1000000, default: 320]
I:modularStorageGuiHeight2=320
# The height for the tallest style modular storage GUI [range: 0 ~ 1000000, default: 490]
I:modularStorageGuiHeight3=490
# RF/tick to share an inventory to all dimensions [range: 0 ~ 2147483647, default: 50]
I:remoteShareGlobal=50
# RF/tick to share an inventory to the same dimension [range: 0 ~ 2147483647, default: 10]
I:remoteShareLocal=10
# Maximum RF storage that the remote storage block can hold [range: 0 ~ 2147483647, default: 100000]
I:remoteStorageMaxRF=100000
# RF per tick that the remote storage block can receive [range: 0 ~ 2147483647, default: 300]
I:remoteStorageRFPerTick=300
# Extra RF per usage per storage tier [range: 0 ~ 2147483647, default: 100]
I:tabletExtraRFUsage=100
# Maximum RF storage that the storage tablet can hold [range: 0 ~ 2147483647, default: 20000]
I:tabletMaxRF=20000
# RF per tick that the storage tablet can receive [range: 0 ~ 2147483647, default: 500]
I:tabletRFPerTick=500
# RF per usage of the storage tablet [range: 0 ~ 2147483647, default: 100]
I:tabletRFUsage=100
# RF per usage of the storage tablet when used in combation with the scanner module [range: 0 ~ 2147483647, default: 100]
I:tabletRFUsageScanner=100
}
##########################################################################################################
# storagemonitor
#--------------------------------------------------------------------------------------------------------#
# Settings for the storage scanner machine
##########################################################################################################
storagemonitor {
# If this is true then opening the storage scanner GUI will automatically select the starred inventory view [default: true]
B:hilightStarredOnGuiOpen=true
# Time (in seconds) to hilight a block in the world [range: 0 ~ 2147483647, default: 5]
I:hilightTime=5
# If this is true then requesting items from the storage scanner will go straight into the player inventory and not the output slot [default: true]
B:requestStraightToInventory=true
# Amount of RF used to insert an item [range: 0 ~ 2147483647, default: 20]
I:rfPerInsert=20
# Amount of RF used to request an item [range: 0 ~ 2147483647, default: 100]
I:rfPerRequest=100
# Maximum RF storage that the storage scanner can hold [range: 0 ~ 2147483647, default: 50000]
I:scannerMaxRF=50000
# RF per tick that the storage scanner can receive [range: 0 ~ 2147483647, default: 500]
I:scannerRFPerTick=500
# If this is true then XNet is required (if present) to be able to connect storages to a storage scanner [default: false]
B:xnetRequired=false
}
##########################################################################################################
# teleporter
#--------------------------------------------------------------------------------------------------------#
# Settings for the teleportation system
##########################################################################################################
teleporter {
# Maximum RF storage that the advanced charged porter item can hold (note that teleporting this way uses 50% more RF then with a matter transmitter) [range: 0 ~ 2147483647, default: 1000000]
I:advancedChargedPorterMaxRF=1000000
# The speed bonus for the advanced charged porter (compared to the normal one) [range: 0 ~ 2147483647, default: 4]
I:advancedSpeedBonus=4
# Comma separated list of dimension ids that the teleportation system can't teleport to [default: ]
S:blacklistedTeleportationDestinations=
# Comma separated list of dimension ids that the teleportation system can't teleport from [default: ]
S:blacklistedTeleportationSources=
# Maximum RF storage that the charged porter item can hold (note that teleporting this way uses 50% more RF then with a matter transmitter) [range: 0 ~ 2147483647, default: 200000]
I:chargedPorterMaxRF=200000
# RF per tick that the the charged porter item can receive [range: 0 ~ 2147483647, default: 2000]
I:chargedPorterRFPerTick=2000
# The amount of ticks that a matter transmitter with destination checker will wait before checking a receiver in case the chunk is not loaded (-1 to disable this check completely) [range: -1 ~ 2147483647, default: -1]
I:checkUnloadedChunk=-1
# The amount of ticks that a matter transmitter with destination checker will wait before checking a receiver in case the world is not loaded (-1 to disable this check completely) [range: -1 ~ 2147483647, default: -1]
I:checkUnloadedWorld=-1
# Maximum RF storage that the dialing device can hold [range: 0 ~ 2147483647, default: 50000]
I:dialerMaxRF=50000
# RF per tick that the dialing device can receive [range: 0 ~ 2147483647, default: 100]
I:dialerRFPerTick=100
# The horizontal range the dialing device uses to check for transmitters. These are the transmitters the dialing device will be able to control [range: 0 ~ 2147483647, default: 10]
I:horizontalDialerRange=10
# If this is true then all usages of the teleport system are logged [default: false]
B:logTeleportUsages=false
# If this is true then the RFTools teleportation system cannot be used to travel in the same dimension [default: false]
B:preventInterdimensionalTeleports=false
# Maximum RF storage that the matter receiver can hold [range: 0 ~ 2147483647, default: 100000]
I:receiverMaxRF=100000
# RF per tick that the matter receiver can receive [range: 0 ~ 2147483647, default: 500]
I:receiverRFPerTick=500
# This is the amount of RF that is consumed at a boosted transmitter in case the receiver doesn't have enough power [range: 0 ~ 2147483647, default: 20000]
I:rfBoostedTeleport=20000
# The amount of RF that is consumed by the matter transmitter when a dial is active [range: 0 ~ 2147483647, default: 10]
I:rfDialedConnectionPerTick=10
# The amount of RF/tick an idle dialed transmitter consumes [range: 0 ~ 2147483647, default: 0]
I:rfMatterIdleTick=0
# The amount of RF consumed when the dialing device checks for the capabilities of a receiver ('Check' button) [range: 0 ~ 2147483647, default: 5000]
I:rfPerCheck=5000
# The amount of RF consumed when dialing a transmitter to another receiver [range: 0 ~ 2147483647, default: 1000]
I:rfPerDial=1000
# This is the amount of RF that is consumed at the receiving side for every teleport. This RF is only consumed when the teleportation actually happens [range: 0 ~ 2147483647, default: 5000]
I:rfPerTeleportReceiver=5000
# The amount of RF that is consumed by a matter transmitter when the player goes to stand in the teleportation beam allowing the teleportation process to start. This version is for a teleportation to another dimension and in this case 'rfStartTeleportDist' is not used. This value also acts as the maximum rf that can be consumed for a local teleport [range: 0 ~ 2147483647, default: 100000]
I:rfStartTeleportDim=100000
# For every unit in distance this value is added to the initial RF cost for starting the teleportation. This value is not used when teleporting to another dimension [range: 0 ~ 2147483647, default: 10]
I:rfStartTeleportDist=10
# The amount of RF that is consumed by a matter transmitter when the player goes to stand in the teleportation beam allowing the teleportation process to start. This value is used for a teleport in the same dimension. In addition to this value the 'rfStartTeleportDist' is also added per traveled distance [range: 0 ~ 2147483647, default: 5000]
I:rfStartTeleportLocal=5000
# For the duration of the teleport process this value represents the amount of RF that is consumed by the matter transmitter for every tick [range: 0 ~ 2147483647, default: 500]
I:rfTeleportPerTick=500
# The base time used for a teleportation to another dimension. The 'timeTeleportDist' value is not used [range: 0 ~ 2147483647, default: 50]
I:timeTeleportBaseDim=50
# The base time used for a teleportation for a local teleport. The 'timeTeleportDist' value is added per distance traveled [range: 0 ~ 2147483647, default: 5]
I:timeTeleportBaseLocal=5
# The amount of time that is added depending on distance for a local teleport. This value is in militicks which means that 1000 is one tick and one tick is 1/20 of a second [range: 0 ~ 2147483647, default: 10]
I:timeTeleportDist=10
# Maximum RF storage that the matter transmitter can hold. This should be at least equal to 'rfStartTeleportDim' [range: 0 ~ 2147483647, default: 200000]
I:transmitterMaxRF=200000
# RF per tick that the matter transmitter can receive. It is recommended to keep this at least equal to 'rfTeleportPerTick' [range: 0 ~ 2147483647, default: 1000]
I:transmitterRFPerTick=1000
# The vertical range the dialing device uses to check for transmitters [range: 0 ~ 2147483647, default: 5]
I:verticalDialerRange=5
# The volume for the teleporting sound (1.0 is default) [range: 0.0 ~ 1.0, default: 1.0]
S:volumeTeleport=1.0
# The volume for the error sound when teleportation fails (1.0 is default) [range: 0.0 ~ 1.0, default: 1.0]
S:volumeTeleportError=1.0
# Set this to false to disable the 'whoosh' message on teleport [default: true]
B:whooshMessage=true
}