Reduced memory usage of BigLetter library

This commit is contained in:
Igor Timofeev 2019-02-15 10:27:08 +03:00
parent 0eb990a87f
commit 0e3acc1e95
2 changed files with 612 additions and 607 deletions

View File

@ -1,27 +1,36 @@
{
label = "Beer",
tooltip = "Cold wheat beer... mmmmm",
label = "Companion Cube",
shapes = {
{ 0, 0, 2, 7, 1, 5, texture = "minecraft:blocks/log_spruce" },
{ 1, 0, 1, 6, 1, 6, texture = "minecraft:blocks/log_spruce" },
{ 2, 0, 0, 5, 1, 7, texture = "minecraft:blocks/log_spruce" },
{ 0, 1, 2, 1, 7, 5, texture = "minecraft:blocks/log_spruce" },
{ 1, 1, 1, 2, 7, 2, texture = "minecraft:blocks/log_spruce" },
{ 1, 1, 5, 2, 7, 6, texture = "minecraft:blocks/log_spruce" },
{ 2, 1, 0, 5, 7, 1, texture = "minecraft:blocks/log_spruce" },
{ 2, 1, 6, 5, 7, 7, texture = "minecraft:blocks/log_spruce" },
{ 5, 1, 1, 6, 7, 2, texture = "minecraft:blocks/log_spruce" },
{ 5, 1, 5, 6, 7, 6, texture = "minecraft:blocks/log_spruce" },
{ 6, 1, 2, 7, 7, 5, texture = "minecraft:blocks/log_spruce" },
{ 7, 1, 3, 9, 2, 4, texture = "minecraft:blocks/stone" },
{ 5, 2, 0, 6, 8, 1, texture = "minecraft:blocks/snow", tint = 16771749 },
{ 6, 2, 1, 7, 8, 2, texture = "minecraft:blocks/snow", tint = 16771749 },
{ 8, 2, 3, 9, 6, 4, texture = "minecraft:blocks/stone" },
{ 7, 5, 3, 9, 6, 4, texture = "minecraft:blocks/stone" },
{ 1, 6, 2, 6, 7, 5, texture = "minecraft:blocks/snow", tint = 16771749 },
{ 2, 6, 1, 5, 8, 5, texture = "minecraft:blocks/snow", tint = 16771749 },
{ 2, 6, 5, 5, 7, 6, texture = "minecraft:blocks/snow", tint = 16771749 },
{ 3, 7, 0, 6, 8, 5, texture = "minecraft:blocks/snow", tint = 16771749 },
{ 3, 8, 1, 6, 9, 4, texture = "minecraft:blocks/snow", tint = 16771749 }
-- Center
{2, 2,2, 14, 14, 14, texture = "wool_colored_gray"},
-- Corners
{ 0, 0, 0, 5, 5, 5, texture = "wool_colored_silver"},
{ 0, 0, 11, 5, 5, 16, texture = "wool_colored_silver"},
{ 0, 11, 0, 5, 16, 5, texture = "wool_colored_silver"},
{ 0, 11, 11, 5, 16, 16, texture = "wool_colored_silver"},
{ 11, 0, 0, 16, 5, 5, texture = "wool_colored_silver"},
{ 11, 0, 11, 16, 5, 16, texture = "wool_colored_silver"},
{ 11, 11, 0, 16, 16, 5, texture = "wool_colored_silver"},
{ 11, 11, 11, 16, 16, 16, texture = "wool_colored_silver"},
-- Edges
{ 1, 6, 1, 3, 10, 3, texture = "wool_colored_silver"},
{ 1, 6, 13, 3, 10, 15, texture = "wool_colored_silver"},
{ 13, 6, 1, 15, 10, 3, texture = "wool_colored_silver"},
{ 13, 6, 13, 15, 10, 15, texture = "wool_colored_silver"},
{ 6, 1, 1, 10, 3, 3, texture = "wool_colored_silver"},
{ 6, 1, 13, 10, 3, 15, texture = "wool_colored_silver"},
{ 6, 13, 1, 10, 15, 3, texture = "wool_colored_silver"},
{ 6, 13, 13, 10, 15, 15, texture = "wool_colored_silver"},
{ 1, 1, 6, 3, 3, 10, texture = "wool_colored_silver"},
{ 13, 1, 6, 15, 3, 10, texture = "wool_colored_silver"},
{ 1, 13, 6, 3, 15, 10, texture = "wool_colored_silver"},
{ 13, 13, 6, 15, 15, 10, texture = "wool_colored_silver"},
-- Centers
{ 1, 6, 6, 15, 10, 10, texture = "wool_colored_magenta"},
{ 6, 6, 1, 10, 10, 15, texture = "wool_colored_magenta"},
{ 6, 1, 6, 10, 15, 10, texture = "wool_colored_magenta"}
}
}

File diff suppressed because it is too large Load Diff