Merge pull request #1 from ForestOfLight/shulker-box-glyph
Add shulker box glyph
This commit is contained in:
@@ -82,7 +82,7 @@ class StructureMaterials {
|
|||||||
const stackSize = this.materials[blockType].stackSize;
|
const stackSize = this.materials[blockType].stackSize;
|
||||||
const fullShulker = 27 * stackSize;
|
const fullShulker = 27 * stackSize;
|
||||||
if (count >= fullShulker)
|
if (count >= fullShulker)
|
||||||
countStr = `${Math.floor(count / fullShulker)} sb`;
|
countStr = `${Math.floor(count / fullShulker)} \uE200`;
|
||||||
if (count > fullShulker)
|
if (count > fullShulker)
|
||||||
countStr += ' + ';
|
countStr += ' + ';
|
||||||
count %= fullShulker;
|
count %= fullShulker;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user