add bed marker icon from faithful pack
Taken from the Faithful 32 texture pack: http://www.minecraftforum.net/viewtopic.php?f=25&t=77442
This commit is contained in:
@@ -312,6 +312,8 @@ overviewer.views.SignControlView = Backbone.View.extend({
|
||||
if (entity['id'] == 'Player') {
|
||||
iconURL = "http://overviewer.org/avatar/"
|
||||
+ entity['EntityId'];
|
||||
} else if (entity['id'] == 'PlayerSpawn') {
|
||||
iconURL = overviewerConfig.CONST.image.bedMarker;
|
||||
} else if (entity['id'] == 'Sign') {
|
||||
iconURL = overviewerConfig.CONST.image.signMarker;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user