spaceboy01218 / additional-pipes

Automatically exported from code.google.com/p/additional-pipes
0 stars 0 forks source link

Pipe's block id is not configurable #111

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
You should know it. Only Chunk loader is configurable

Original issue reported on code.google.com by ezra1...@gmail.com on 20 Nov 2011 at 12:46

GoogleCodeExporter commented 8 years ago
What happens when you try and configure them?

Original comment by brutalvi...@gmail.com on 20 Nov 2011 at 5:32

GoogleCodeExporter commented 8 years ago
There no entry for the pipe's id

Original comment by ezra1...@gmail.com on 21 Nov 2011 at 6:49

GoogleCodeExporter commented 8 years ago
Are you getting an error when booting up mc?

Original comment by brutalvi...@gmail.com on 21 Nov 2011 at 4:41

GoogleCodeExporter commented 8 years ago
Nope. But I may miss something. I'll test tomorrow.

Original comment by ezra1...@gmail.com on 21 Nov 2011 at 4:46

GoogleCodeExporter commented 8 years ago
###########
# General #
###########

general {
   EnableWaterProofRemoval=true
   saveLagFix=false
   wrenchOpensGui=false
}

#########
# Block #
#########

block {
   ChunkLoader.Enabled=true
   ChunkLoader.id=254
}

########
# Item #
########

item {
   pipeItemTeleport.Enabled=true
   pipeItemTeleport.id=4047
   pipeItemsAdvancedInsertion.Enabled=true
   pipeItemsAdvancedInsertion.id=4044
   pipeItemsAdvancedWood.Enabled=true
   pipeItemsAdvancedWood.id=4045
   pipeItemsDistributor.Enabled=true
   pipeItemsDistributor.id=4046
   pipeItemsRedstone.Enabled=true
   pipeItemsRedstone.id=4043
   pipeLiquidsRedstone.Enabled=true
   pipeLiquidsRedstone.id=4042
   pipeLiquidsTeleport.Enabled=true
   pipeLiquidsTeleport.id=4048
   pipePowerTeleport.Enabled=true
   pipePowerTeleport.id=4049
}

Original comment by brutalvi...@gmail.com on 21 Nov 2011 at 4:55

GoogleCodeExporter commented 8 years ago
If you can't find the error just use that config file

Original comment by brutalvi...@gmail.com on 21 Nov 2011 at 4:55

GoogleCodeExporter commented 8 years ago
Sorry but is the pipe is using new block is or what?

Original comment by ezra1...@gmail.com on 22 Nov 2011 at 6:42

GoogleCodeExporter commented 8 years ago
What do you mean?

Original comment by brutalvi...@gmail.com on 23 Nov 2011 at 12:31

GoogleCodeExporter commented 8 years ago
I mean if the pipe uses a new block Id. Why isn't the block id is configurable 
in the config? As I see your config on top there's no entry for me to edit 
pipe's block ID?

Original comment by ezra1...@gmail.com on 23 Nov 2011 at 3:14

GoogleCodeExporter commented 8 years ago
It doesn't use a new block? (Except the chunkloader, which is there)

Original comment by brutalvi...@gmail.com on 23 Nov 2011 at 4:35