Island layer options
This commit is contained in:
parent
58a2970443
commit
08afd4fd97
6 changed files with 81 additions and 28 deletions
|
@ -50,7 +50,6 @@ public class TripleTerrainBlock extends EndTerrainBlock {
|
|||
|
||||
@Override
|
||||
public String getModelPattern(String block) {
|
||||
System.out.println(block);
|
||||
String name = Registry.BLOCK.getId(this).getPath();
|
||||
if (block.endsWith("_middle")) {
|
||||
return Patterns.createJson(Patterns.BLOCK_BASE, name + "_top", name + "_top");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue