#minecraft:connection rule missing shape

1 messages · Page 1 of 1 (latest)

signal pumice
#

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 😊

rugged otter
signal pumice