Island layer options

This commit is contained in:
paulevsGitch 2021-03-17 22:45:23 +03:00
parent 58a2970443
commit 08afd4fd97
6 changed files with 81 additions and 28 deletions

View file

@ -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");