Add shulker box glyph

This commit is contained in:
SuperLlama88888
2025-04-22 08:54:26 +10:00
Unverified
parent 08671f5183
commit b76692492d
2 changed files with 1 additions and 1 deletions
@@ -82,7 +82,7 @@ class StructureMaterials {
const stackSize = this.materials[blockType].stackSize;
const fullShulker = 27 * stackSize;
if (count >= fullShulker)
countStr = `${Math.floor(count / fullShulker)} sb`;
countStr = `${Math.floor(count / fullShulker)} \uE200`;
if (count > fullShulker)
countStr += ' + ';
count %= fullShulker;
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB