Add 'hideores' option to make ore blocks look like plain stone

This commit is contained in:
Mike Primm 2011-09-29 10:45:49 +08:00 committed by mikeprimm
parent 560fe3c539
commit 515b2f4afc
6 changed files with 62 additions and 0 deletions

View file

@ -57,6 +57,8 @@ public class HDMapManager {
}
}
Log.info("Loaded " + shaders.size() + " shaders.");
/* Update ore mappings, if needed */
TexturePack.handleHideOres();
}
public void loadHDPerspectives(DynmapPlugin plugin) {