IDs
Comments9
82pages on
this wiki
this wiki
This is a list of all the item and block IDs in Buildcraft.
Block Ids
Edit
The block ids are configurable; see buildcraft/config/buildcraft.cfg file for the values being used in your world.
The defaults are:
| Block Name | Block Id |
|---|---|
| Oil - Moving | 162 |
| Oil - Still | 163 |
| Automatic Crafting Table | 152 |
| Builder | 157 |
| Mining Well | 150 |
| Block Name | Block Id | pipe.id |
|---|---|---|
| Cobblestone Pipe | 166 | 4051 |
| Liquid Cobblestone Pipe | 166 | 4058 |
| Power Cobblestone Pipe | 166 | 4065 |
| Stone Pipe | 166 | 4052 |
| Liquid Stone Pipe | 166 | 4059 |
| Power Stone Pipe | 166 | 4066 |
| Diamond Pipe | 166 | 4055 |
| Liquid Diamond Pipe | 166 | 4062 |
| Power Diamond Pipe | 166 | 4069 |
| Gold Pipe | 166 | 4054 |
| Liquid Gold Pipe | 166 | 4061 |
| Power Gold Pipe | 166 | 4068 |
| Obsidian Pipe | 166 | 4056 |
| Liquid Obsidian Pipe | 166 | 4063 |
| Power Obsidian Pipe | 166 | 4070 |
Item IDs
Edit
Pulled from the source on 3.1.3:
Block
{
architect.id=158
autoWorkbench.id=169
blueprintLibrary.id=168
builder.id=157
cobblestonePipe.id=159
diamondPipe.id=170
drill.id=171
engine.id=161
filler.id=155
frame.id=160
goldenPipe.id=172
ironPipe.id=173
marker.id=154
miningWell.id=174
obsidianPipe.id=156
oilMoving.id=162
oilStill.id=163
pathMarker.id=177
pipe.id=166
pump.id=164
quarry.id=153
refinery.id=167
stonePipe.id=175
tank.id=165
woodenPipe.exclusion=
woodenPipe.id=176
}
Item
{
blueprintItem.id=3818
bucketFuel.id=3810
bucketOil.id=3807
diamondGearItem.id=3804
fuel.id=3808
goldenGearItem.id=3803
ironGearItem.id=3802
pipeItemsCobblestone.id=4051
pipeItemsDiamond.id=4055
pipeItemsGold.id=4054
pipeItemsIron.id=4053
pipeItemsObsidian.id=4056
pipeItemsStone.id=4052
pipeItemsStripes.id=4071
pipeItemsWood.id=4050
pipeLiquidsCobblestone.id=4058
pipeLiquidsGold.id=4061
pipeLiquidsIron.id=4060
pipeLiquidsStone.id=4059
pipeLiquidsWood.id=4057
pipePowerGold.id=4068
pipePowerStone.id=4066
pipePowerWood.id=4064
pipeStructureCobblestone.id=4072
stoneGearItem.id=3801
templateItem.id=3805
woodenGearItem.id=3800
wrench.id=3806
}