####################
# general
####################
general {
# Can oil burn?
B:burnOil=false
# set to true for allowing machines to be driven by continuous current
B:current.continuous=false
# set to false to prevent fillers from dropping blocks.
B:dropBrokenBlocks=true
# If true, Filler will destroy blocks instead of breaking them.
B:filler.destroy=false
# Lifespan in ticks of items dropped by the filler from non-tough blocks (those that can be broken by hand)
I:filler.lifespan.other=20
# Lifespan in ticks of items dropped by the filler from 'tough' blocks (those that can't be broken by hand)
I:filler.lifespan.tough=6000
# the lifespan in ticks of items dropped on the ground by pipes and machines, vanilla = 6000, default = 1200
I:itemLifespan=1200
B:mining.enabled=true
# set to false if BuildCraft should not generate custom blocks (e.g. oil)
B:modifyWorld=true
# delay between full client sync packets, increasing it saves bandwidth, decreasing makes for better client syncronization.
I:network.stateRefreshPeriod=40
# increasing this number will decrease network update frequency, useful for overloaded servers
I:network.updateFactor=10
B:oilSprings=true
# How long a pipe will take to break
D:pipes.durability=0.25
# when reaching this amount of objects in a pipes, items will be automatically grouped
I:pipes.groupItemsTrigger=32
# pipes containing more than this amount of items will explode, not dropping any item
I:pipes.maxItems=100
S:power.framework=buildcraft.energy.PneumaticPowerFramework
B:power.usePipeLoss=true
S:pumping.controlList=+/*/*,+/-1/Lava
B:trackNetworkUsage=false
S:version=3.7.2-10-gce3e108
}
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumhere's the error i'm getting:
2013-09-13 07:49:00 [INFO] [STDERR] java.lang.RuntimeException: Item ID conflict: 5265 is already taken by [email protected]; tried to use it for Factorization sludge
2013-09-13 07:49:00 [INFO] [STDERR] at factorization.common.Registry.itemID(Registry.java:181)
2013-09-13 07:49:00 [INFO] [STDERR] at factorization.common.Registry.makeItems(Registry.java:193)
2013-09-13 07:49:00 [INFO] [STDERR] at factorization.common.Core.load(Core.java:264)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-09-13 07:49:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)
2013-09-13 07:49:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
2013-09-13 07:49:00 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)
2013-09-13 07:49:00 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)
2013-09-13 07:49:00 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
2013-09-13 07:49:00 [INFO] [STDERR] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)
2013-09-13 07:49:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)
2013-09-13 07:49:00 [INFO] [STDERR] at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
2013-09-13 07:49:00 [INFO] [STDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:733)
2013-09-13 07:49:00 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
Buildcraft main.conf:
# Configuration file
####################
# biomes
####################
biomes {
I:oilDesert=160
I:oilOcean=161
}
####################
# block
####################
block {
I:architect.id=1508
I:assemblyTable.id=1517
I:autoWorkbench.id=1502
I:blueprintLibrary.id=1515
I:builder.id=1507
I:drill.id=1501
I:engine.id=1510
I:filler.id=1505
I:filteredBuffer.id=1523
I:frame.id=1509
I:hopper.id=1519
I:laser.id=1516
I:marker.id=1504
I:miningWell.id=1500
I:oilMoving.id=1520
I:oilStill.id=1521
I:pathMarker.id=1518
I:pipe.id=1513
I:pump.id=1511
I:quarry.id=1503
I:refinery.id=1514
I:springBlock.id=1522
I:tank.id=1512
S:woodenPipe.item.exclusion <
>
S:woodenPipe.liquid.exclusion <
>
}
####################
# """""block savers"""""
####################
""""""block savers"""""" {
B:hopper.disabled=false
}
####################
# general
####################
general {
# Can oil burn?
B:burnOil=false
# set to true for allowing machines to be driven by continuous current
B:current.continuous=false
# set to false to prevent fillers from dropping blocks.
B:dropBrokenBlocks=true
# If true, Filler will destroy blocks instead of breaking them.
B:filler.destroy=false
# Lifespan in ticks of items dropped by the filler from non-tough blocks (those that can be broken by hand)
I:filler.lifespan.other=20
# Lifespan in ticks of items dropped by the filler from 'tough' blocks (those that can't be broken by hand)
I:filler.lifespan.tough=6000
# the lifespan in ticks of items dropped on the ground by pipes and machines, vanilla = 6000, default = 1200
I:itemLifespan=1200
B:mining.enabled=true
# set to false if BuildCraft should not generate custom blocks (e.g. oil)
B:modifyWorld=true
# delay between full client sync packets, increasing it saves bandwidth, decreasing makes for better client syncronization.
I:network.stateRefreshPeriod=40
# increasing this number will decrease network update frequency, useful for overloaded servers
I:network.updateFactor=10
B:oilSprings=true
# How long a pipe will take to break
D:pipes.durability=0.25
# when reaching this amount of objects in a pipes, items will be automatically grouped
I:pipes.groupItemsTrigger=32
# pipes containing more than this amount of items will explode, not dropping any item
I:pipes.maxItems=100
S:power.framework=buildcraft.energy.PneumaticPowerFramework
B:power.usePipeLoss=true
S:pumping.controlList=+/*/*,+/-1/Lava
B:trackNetworkUsage=false
S:version=3.7.2-10-gce3e108
}
####################
# item
####################
item {
I:bluePipeWire.id=5056
I:blueprintItem.id=5057
I:bucketFuel.id=5058
I:bucketOil.id=5059
I:diamondGearItem.id=5060
I:fuel.id=5061
I:goldenGearItem.id=5062
I:greenPipeWire.id=5063
I:ironGearItem.id=5064
I:pipeFacade.id=5065
I:pipeGate.id=5066
I:pipeGateAutarchic.id=5067
I:pipeItemsCobblestone.id=5068
I:pipeItemsDiamond.id=5069
I:pipeItemsEmerald.id=5070
I:pipeItemsGold.id=5071
I:pipeItemsIron.id=5072
I:pipeItemsObsidian.id=5073
I:pipeItemsQuartz.id=5074
I:pipeItemsSandstone.id=5075
I:pipeItemsStone.id=5076
I:pipeItemsVoid.id=5077
I:pipeItemsWood.id=5078
I:pipeLiquidsCobblestone.id=5079
I:pipeLiquidsEmerald.id=5080
I:pipeLiquidsGold.id=5081
I:pipeLiquidsIron.id=5082
I:pipeLiquidsSandstone.id=5083
I:pipeLiquidsStone.id=5084
I:pipeLiquidsVoid.id=5085
I:pipeLiquidsWood.id=5086
I:pipePlug.id=5087
I:pipePowerCobblestone.id=5088
I:pipePowerDiamond.id=5089
I:pipePowerGold.id=5090
I:pipePowerQuartz.id=5091
I:pipePowerStone.id=5092
I:pipePowerWood.id=5093
I:pipeStructureCobblestone.id=5094
I:pipeWaterproof.id=5095
I:redPipeWire.id=5096
I:redstoneChipset.id=5097
I:stoneGearItem.id=5098
I:templateItem.id=5099
I:woodenGearItem.id=5100
I:wrench.id=5101
I:yellowPipeWire.id=5102
}
####################
# vars
####################
vars {
S:version.seen=3.6.0
}
Factorization.cfg:
# Configuration file
####################
# block
####################
block {
# Factorization Machines.
I:factoryBlockId=2179
# WrathFire and invisible lamp-air made by WrathLamps
I:lightAirBlockId=2180
# Ores and metal blocks mostly
I:resourceBlockId=2181
}
####################
# client
####################
client {
B:allowUnpureCommands=true
# Lets you use the bag from GUIs
B:anywhereBagSwap=true
# Lets you open the pocket crafting table from GUIs
B:anywherePocketCraft=true
# Show invisible lamp-air
B:debugLightAir=false
# If true, enables a thread that dumps a stack trace of Minecraft if it is paused for longer than lagWatchDogInterval
B:enableLagWatchDog=false
# If the game is stuck for longer than this amount of time (in seconds), dump a stacktrace of what it is doing.
D:lagWatchDogInterval=0.25
# Sets a lower bound on time dilation. Between 0 and 1.
D:lowestTimeDilation=0.8999999761581421
# If true, notifications are put in the chat log instead in the world
B:notifyInChat=false
# 3 keys for: removing (x), cycling ©, balancing (
S:pocketCraftingActionKeys=xcb
# If false, never use smooth lighting for drawing sculptures
B:renderAmbientOcclusion=true
# If true, render barrel info only when nearby
B:renderBarrelClose=false
B:renderBarrelItem=true
B:renderBarrelText=true
# If false, most TEs won't draw, making everything look broken but possibly improving FPS
B:renderOtherTileEntities=true
# If this is enabled, the client will run as slowly as the server does. This avoids visual artifacts on laggy servers.
B:useTimeDilation=true
}
####################
# dimensionslices
####################
dimensionslices {
# work in progress; may be unstable
B:enableDimensionSlices=false
}
####################
# general
####################
general {
B:addBranding=false
I:entityRelightTask=3
# This disables silver ore generation
B:generateSilverOre=true
# Filename on the Java classpath with the localizations
S:languageFile=/mods/factorization/en_US.lang
# The size of silver ore nodes. Between 5 & 35. Default is 25
I:silverOreNodeSize=25
}
####################
# item
####################
item {
I:acid=5214
I:actuatorItemManipulator=5215
I:angularSaw=5216
I:bagOfHolding=5217
I:barrelEnlarge=5218
I:battery=5219
I:chargemeter=5220
I:coil=5221
I:darkIron=5222
I:darkIronSprocket=5223
I:diamondCuttingHead=5224
I:diamondShard=5225
I:fan=5226
I:glazeBucket=5227
I:heatHole=5228
I:inverium=5229
I:itemCraftId=5230
I:leadIngot=5231
I:logicMatrix=5232
I:logicMatrixID=5233
I:logicMatrixProgrammer=5234
I:magnet=5235
I:mechaBouyantBarrel=5236
I:mechaChasis=5237
I:mechaChest=5238
I:mechaCobbleDrive=5239
I:mechaFoot=5240
I:mechaHead=5241
I:mechaLeg=5242
I:mechaMountedPiston=5243
I:mechaSpring=5244
I:mirror=5245
I:motor=5246
I:netherPowder=5247
I:oreCleanGravel=5248
I:oreCrystal=5249
I:oreDirtyGravel=5250
I:oreReduced=5251
I:pocketCraftingTable=5252
I:routerEject=5253
I:routerItemFilter=5254
I:routerMachineFilter=5255
I:routerSpeed=5256
I:routerThorough=5257
I:routerThroughput=5258
I:sculptTool=5259
I:servoMotor=5260
I:servoMotorPlacer=5261
I:servoWidgetDecor=5262
I:servoWidgetInstruction=5263
I:silverIngot=5264
I:sludge=5265
I:steam=5266
I:wandOfCooling=5267
I:wrathIgniter=5268
}
####################
# pocketcraftingactionkeys
####################
pocketcraftingactionkeys {
# 4 keys for: removing (x), cycling ©, balancing (
S:client=xcbf
}
####################
# server
####################
server {
# This is a Java Regex to blacklist router access
S:bannedRouterInventoriesRegex=
# If false, water must be piped in
B:boilersSuckWater=true
# Set to false to disable the crafting recipe for solar2steam machines
B:enableSolarSteam=true
B:equalOpportunitiesForMobs=true
# If false, notifications will be translated by the client
B:serversideTranslate=true
B:spreadWrathFire=true
# Scale how much steam is produced by the solar boiler
D:steamOutputAdjustment=1.0
# If true, maximum clay lump volume is 1 m³ instead of (1 m³)/4
B:stretchyClay=true
# How many ticks the server will wait before sending out TPS reports. 20 ticks = 1 second.
I:tpsReportInterval=20
}
so no conflict.. unless buildcraft is ignoring it's config file?
-
View User Profile
-
View Posts
-
Send Message
Curse Premium-
View User Profile
-
View Posts
-
Send Message
Curse Premium