More patterns fixes
This commit is contained in:
parent
8306f245e1
commit
835b2e56d6
11 changed files with 40 additions and 32 deletions
|
@ -31,7 +31,7 @@ public class BlockPillar extends PillarBlock implements Patterned {
|
|||
@Override
|
||||
public String getModelPattern(String block) {
|
||||
Identifier blockId = Registry.BLOCK.getId(this);
|
||||
return Patterned.createJson(Patterned.PILLAR_BLOCK_MODEL, blockId, block);
|
||||
return Patterned.createJson(Patterned.PILLAR_BLOCK_MODEL, blockId, blockId.getPath());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue