1.21 - add `c:relocation_not_supported` to excluded tag
TelepathicGrunt opened this issue ยท 2 comments
I'm not sure how to test properly and I'm fully familiar yet how tag works. I'm updating data/capsule/tags/block/excluded.json to the following (1.20.4 for now), would it work ?
{
"replace": false,
"values": [
{
"id": "#c:relocation_not_supported",
"required": false
},
{
"id": "#c:immovable",
"required": false
},
{
"id": "#tombstone:player_graves",
"required": false
}
]
}
