diff --git a/Construct[BP]/scripts/classes/Materials/StructureMaterials.js b/Construct[BP]/scripts/classes/Materials/StructureMaterials.js index b981844..6b85e94 100644 --- a/Construct[BP]/scripts/classes/Materials/StructureMaterials.js +++ b/Construct[BP]/scripts/classes/Materials/StructureMaterials.js @@ -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; diff --git a/Construct[RP]/font/glyph_E2.png b/Construct[RP]/font/glyph_E2.png new file mode 100644 index 0000000..98dafcb Binary files /dev/null and b/Construct[RP]/font/glyph_E2.png differ