Get 1.12.2 blockname based textures working

This commit is contained in:
Mike Primm 2018-08-05 21:27:18 -05:00
parent b4920e0246
commit 58d5e59616
5 changed files with 37 additions and 19 deletions

View file

@ -140,7 +140,7 @@ public class BukkitVersionHelperGlowstone extends BukkitVersionHelper {
}
@Override
public String[] getBlockShortNames() {
public String[] getBlockNames() {
// TODO Auto-generated method stub
return null;
}