Schematica

Schematica

8M Downloads

/schematicaReplace command issue

CorvinusDeNuit opened this issue ยท 4 comments

commented

Example: I have a schematic I want to replace Nether Bricks with Block of Black Quartz, from the Actually Additions mod pack.

Normally, I'd use the command "/schematicaReplace nether_brick actuallyadditions:block_misc", HOWEVER that selects the pillar version. I want the plain version.

Looking at the block I want with debug up (F3) it shows as:

actuallyadditions:block_misc
type: black_quartz

I can't get the /schematicaReplace command to recognize this particular block. I've tried every variation of the command I can think of, but it doesn't work. I have the same problem with blocks from Galacticraft, too. They are marked as "basictype".

commented

I know this issue is from October, but since it is still open and I am having the same issue, figured it would be best to just add to this issue. Anyways, I have tried to use this command;

/schematicaReplace chisel:marble chisel:marble[variant=big_tile]

but all I get is

"variant=big_tile" is not a valid property for "chisel:marble"

I've tried every combination of possible entries I can think of to no effect. I've even tried other variants and get the same error. BTW, the metadata on that variant is 7.

commented

Try /schematicaReplace nether_brick actuallyadditions:block_misc[type=black_quartz].

commented

Entering that command gives the error:

"type=black_quartz" is not a valid property for "actuallyadditions:block_misc"

commented

Try variant instead of type