Hello,
I created a custom block, that has the following compenents:
"minecraft:support": {
"shape": "fence"
},
"minecraft:connection_rule": {
"accepts_connections_from": "only_fences"
}
Everything works fine, except, that my block tries to connect to everything, because the connection_rule throws the error: "Missing Propertie "shape".
But did I not define the shape in the support component?
Any help is very much appreciated 😊