Merge pull request #1 from ForestOfLight/shulker-box-glyph

Add shulker box glyph
This commit is contained in:
Forest
2025-04-22 00:15:57 -07:00
committed by GitHub
Unverified
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