[7.2.x] Command Based Pipe placing crashes or otherwise fails
dsmiller95 opened this issue ยท 1 comments
When I set up a command block to place any pipe with the /setblock command; it seems like 1 of two things happen:
- If the pipe is replacing most other blocks, then it looks like nothing happens at all. The pipe is "placed" , but it is never rendered nor is it possible to interact with it. It only takes up space, preventing other blocks from being placed in its spot
- If the pipe is replacing another pipe, then the pipe displays as a cobblestone structure pipe. It is visible in the world, but it cannot connect to other pipes of any type. It becomes a game crash hazard: if debug mode is open and the player looks at the pipe, then it will crash the game.
I'm planning on picking up this issue myself to work on it, I'm posting it as an issue for completeness' sake and to get any info about similar problems and/or input from any of the devs
Screenshots:
Before using the /setblock command. The Target is the center pipe
After running /setblock 392 4 -1270 buildcraft|transport:pipeBlock 0
Breaking the bugged block and replacing it with grass
After Running the same /setblock 392 4 -1270 buildcraft|transport:pipeBlock 0
command
After attempting to place a block in the bugged square, an outline appears where the pipe should be rendering