what are the variants for stone brick in /schematicaReplace
Instinctual777 opened this issue ยท 2 comments
i want to replace all the mossy, chiseled and cracked stone brick in a schematic with normal stone brick, but there's no listing of what property to use.
i've tried variant=mossy, variant=mossy_brick, using normal minecraft ids, and basically everything else i could think of. none of it works.
is there anywhere i can get a list of the variants for stone bricks? doesn't really make much sense to have proprietary block variants without having any documentation or listing of them.
It should be the ones just directly visible on F3 as used in normal minecraft (look on the right side and you should see minecraft:stone_bricks
and then variant=mossy
(as far as I can tell). Unfortunately these IDs changed in 1.13+ due to the flattening so there's less documentation about them nowadays, but they are the normal ones as they appeared in 1.12.
I think that you can also just not specify variant and it'll ignore the variant for the purpose of replacing - something like /schematicaReplace stone_bricks stone_bricks
or /schematicaReplace stone_bricks stone_bricks[variant=normal]
.