BuildCraft|Factory

BuildCraft|Factory

7M Downloads

Pipes won't place at certain height

Ginge2001 opened this issue ยท 8 comments

commented
At y co-ordinate 128, no buildcraft pipes will place. All layers below and seemingly all layers above work fine.

BuildCraft version: 2.2.14
Forge version: 3.3.8.164
Link to crash report or log:
Singleplayer or multiplayer: singleplayer
Steps to reproduce: Attempt to place pipes at y co-ordinate 128.
Additional information:

commented

Hang on, Buildcraft 2.2.14? What version of minecraft is that running on?

commented

Either way I'd assume it's because of this check here not being quite right:

if(j == 127 && Block.blocksList[blockID].blockMaterial.isSolid())

(As it uses the pipe block I'd rather than the in-world block ID)

commented

My version is 1.25. Any solutions/workarounds for this issue?

commented

I'm not sure really, I wasn't around then and I'm not sure who to ping for help. Fortunately it's only a single y level, so would it be possible to place chests there instead and just use wooden pipes for moving items out?

commented

It was probably never properly accounted for the build height limit change in 1.2. Before that it was half, and this code would be correct.

commented

I'm on this.

commented

Only in a while, though. Busy with some other things until then.

commented

Yeah I'm just using chests for the time being. I didn't think it'd be an issue since the Yogscast have reliably built Tekkit structures that are high up.