Start changes model loading (early WIP)
This commit is contained in:
parent
807e25c907
commit
ce98c5857e
57 changed files with 122 additions and 97 deletions
|
@ -40,7 +40,7 @@ public class EndTrapdoorBlock extends TrapDoorBlock implements IRenderTypeable,
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getModelPattern(String block) {
|
||||
public String getModelString(String block) {
|
||||
ResourceLocation blockId = Registry.BLOCK.getKey(this);
|
||||
String name = blockId.getPath();
|
||||
return Patterns.createJson(Patterns.BLOCK_TRAPDOOR, new HashMap<String, String>() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue