fix textures
|
@ -1176,21 +1176,22 @@ public class Client implements IThreadListener {
|
|||
if(block != Blocks.air) {
|
||||
desc = block.getDisplay();
|
||||
if(block.getMiningTool() != null)
|
||||
line2 = "Werkzeug: " + block.getMiningTool().getDisplay() + (block.getMiningTool().isLevelled() ? "Level " + (block.getMiningLevel() + 1) : "");
|
||||
line2 = Color.BLUE + "Werkzeug" + Color.DARK_GRAY + ": " + Color.GREEN + block.getMiningTool().getDisplay() + (block.getMiningTool().isLevelled() ? Color.ORK + " Level " + Color.DARK_GREEN + (block.getMiningLevel() + 1) : "");
|
||||
}
|
||||
}
|
||||
else if(this.pointed != null && this.pointed.type == ObjectType.ENTITY && this.pointed.entity != null) {
|
||||
Entity entity = this.pointed.entity;
|
||||
desc = entity.getName();
|
||||
if(entity instanceof EntityLiving living) {
|
||||
line1 = living.formatStats();
|
||||
line1 = living.formatStatsFull();
|
||||
}
|
||||
line2 = Color.CYAN + EntityRegistry.getEntityName(EntityRegistry.getEntityString(entity));
|
||||
}
|
||||
if(desc != null) {
|
||||
Drawing.drawRectBorder(this.fbX / 2 - 180, 20, 360, 60, 0xff6f6f6f, 0xff000000, 0xffafafaf, 0xff4f4f4f);
|
||||
Drawing.drawTextCentered(desc, this.fbX / 2, 24, 0xffffffff);
|
||||
if(line1 != null)
|
||||
Drawing.drawTextCentered(line1, this.fbX / 2, 80 - 4 - Font.YGLYPH * 2, 0xffffffff);
|
||||
Drawing.drawTextCentered(line1, this.fbX / 2, 80 - 4 - Font.YGLYPH * 2 - 2, 0xffffffff);
|
||||
if(line2 != null)
|
||||
Drawing.drawTextCentered(line2, this.fbX / 2, 80 - 4 - Font.YGLYPH, 0xffffffff);
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
client/src/main/resources/textures/blocks/black_metal_chest_side.png
Executable file
After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
client/src/main/resources/textures/blocks/iron_chest_front.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
client/src/main/resources/textures/blocks/iron_chest_inner.png
Executable file
After Width: | Height: | Size: 5.5 KiB |
BIN
client/src/main/resources/textures/blocks/iron_chest_side.png
Executable file
After Width: | Height: | Size: 5.3 KiB |
BIN
client/src/main/resources/textures/blocks/iron_chest_top.png
Executable file
After Width: | Height: | Size: 5.5 KiB |
BIN
client/src/main/resources/textures/blocks/nichun_chest_front.png
Executable file
After Width: | Height: | Size: 5.5 KiB |
BIN
client/src/main/resources/textures/blocks/nichun_chest_inner.png
Executable file
After Width: | Height: | Size: 5.4 KiB |
BIN
client/src/main/resources/textures/blocks/nichun_chest_side.png
Executable file
After Width: | Height: | Size: 5.2 KiB |
BIN
client/src/main/resources/textures/blocks/nichun_chest_top.png
Executable file
After Width: | Height: | Size: 5.4 KiB |
BIN
client/src/main/resources/textures/blocks/platinum_chest_front.png
Executable file
After Width: | Height: | Size: 5.9 KiB |
BIN
client/src/main/resources/textures/blocks/platinum_chest_inner.png
Executable file
After Width: | Height: | Size: 5.8 KiB |
BIN
client/src/main/resources/textures/blocks/platinum_chest_side.png
Executable file
After Width: | Height: | Size: 5.5 KiB |
BIN
client/src/main/resources/textures/blocks/platinum_chest_top.png
Executable file
After Width: | Height: | Size: 5.7 KiB |
BIN
client/src/main/resources/textures/blocks/silver_chest_front.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
client/src/main/resources/textures/blocks/silver_chest_inner.png
Executable file
After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
client/src/main/resources/textures/blocks/silver_chest_top.png
Executable file
After Width: | Height: | Size: 5.5 KiB |
BIN
client/src/main/resources/textures/blocks/stone_chest_front.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
client/src/main/resources/textures/blocks/stone_chest_inner.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
client/src/main/resources/textures/blocks/stone_chest_side.png
Executable file
After Width: | Height: | Size: 5.3 KiB |
BIN
client/src/main/resources/textures/blocks/stone_chest_top.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
client/src/main/resources/textures/blocks/thetium_chest_front.png
Executable file
After Width: | Height: | Size: 6.1 KiB |
BIN
client/src/main/resources/textures/blocks/thetium_chest_inner.png
Executable file
After Width: | Height: | Size: 6 KiB |
BIN
client/src/main/resources/textures/blocks/thetium_chest_side.png
Executable file
After Width: | Height: | Size: 5.8 KiB |
BIN
client/src/main/resources/textures/blocks/thetium_chest_top.png
Executable file
After Width: | Height: | Size: 6 KiB |
BIN
client/src/main/resources/textures/blocks/wood_chest_front.png
Executable file
After Width: | Height: | Size: 6 KiB |
BIN
client/src/main/resources/textures/blocks/wood_chest_inner.png
Executable file
After Width: | Height: | Size: 6 KiB |
BIN
client/src/main/resources/textures/blocks/wood_chest_side.png
Executable file
After Width: | Height: | Size: 5.7 KiB |
BIN
client/src/main/resources/textures/blocks/wood_chest_top.png
Executable file
After Width: | Height: | Size: 5.9 KiB |
BIN
client/src/main/resources/textures/npc/alpharius_omegon.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/angron.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/corvus_corax.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/ferrus_manus.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/fulgrim.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/horus_lupercal.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/jaghatai_khan.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/konrad_curze.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/leman_russ.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/lion_el_jonson.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/lorgar_aurelian.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/magnus_the_red.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/marine_emperors_child.png
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
client/src/main/resources/textures/npc/merfolk.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/mortarion.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/perturabo.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/roboute_guilliman.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/rogal_dorn.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/sanguinius.png
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
client/src/main/resources/textures/npc/vulkan.png
Executable file
After Width: | Height: | Size: 1.5 KiB |