Adorn (Forge)

Adorn (Forge)

6M Downloads

Copper Pipes Do Not Connect to Other Blocks

tetraever opened this issue ยท 1 comments

commented

Adorn version

Adorn-5.3.0+1.20.4-fabric

Minecraft version

1.20.4

Mod loader

Fabric

Mod loader version

fabric-loader-0.14.24-1.20.1 - fabric-api-0.96.11+1.20.4

Describe the bug

Copper pipes connect to other copper pipes but not to other blocks, meaning they are always floating.

To reproduce

Place down copper pipes.

Game logs

No response

Additional context

No response

commented

This is currently intentional behaviour and it's controlled by the #adorn:copper_pipes_connect_to tag (which only contains all the different copper pipes):

{
"replace": false,
"values": [
"#adorn:copper_pipes"
]
}

I could make them connect to some other blocks in the future, though. Feel free to give me suggestions :)