mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
Reduced memory usage of BigLetter library
This commit is contained in:
parent
0eb990a87f
commit
0e3acc1e95
@ -1,27 +1,36 @@
|
|||||||
{
|
{
|
||||||
label = "Beer",
|
label = "Companion Cube",
|
||||||
tooltip = "Cold wheat beer... mmmmm",
|
|
||||||
shapes = {
|
shapes = {
|
||||||
{ 0, 0, 2, 7, 1, 5, texture = "minecraft:blocks/log_spruce" },
|
-- Center
|
||||||
{ 1, 0, 1, 6, 1, 6, texture = "minecraft:blocks/log_spruce" },
|
{2, 2,2, 14, 14, 14, texture = "wool_colored_gray"},
|
||||||
{ 2, 0, 0, 5, 1, 7, texture = "minecraft:blocks/log_spruce" },
|
|
||||||
{ 0, 1, 2, 1, 7, 5, texture = "minecraft:blocks/log_spruce" },
|
-- Corners
|
||||||
{ 1, 1, 1, 2, 7, 2, texture = "minecraft:blocks/log_spruce" },
|
{ 0, 0, 0, 5, 5, 5, texture = "wool_colored_silver"},
|
||||||
{ 1, 1, 5, 2, 7, 6, texture = "minecraft:blocks/log_spruce" },
|
{ 0, 0, 11, 5, 5, 16, texture = "wool_colored_silver"},
|
||||||
{ 2, 1, 0, 5, 7, 1, texture = "minecraft:blocks/log_spruce" },
|
{ 0, 11, 0, 5, 16, 5, texture = "wool_colored_silver"},
|
||||||
{ 2, 1, 6, 5, 7, 7, texture = "minecraft:blocks/log_spruce" },
|
{ 0, 11, 11, 5, 16, 16, texture = "wool_colored_silver"},
|
||||||
{ 5, 1, 1, 6, 7, 2, texture = "minecraft:blocks/log_spruce" },
|
{ 11, 0, 0, 16, 5, 5, texture = "wool_colored_silver"},
|
||||||
{ 5, 1, 5, 6, 7, 6, texture = "minecraft:blocks/log_spruce" },
|
{ 11, 0, 11, 16, 5, 16, texture = "wool_colored_silver"},
|
||||||
{ 6, 1, 2, 7, 7, 5, texture = "minecraft:blocks/log_spruce" },
|
{ 11, 11, 0, 16, 16, 5, texture = "wool_colored_silver"},
|
||||||
{ 7, 1, 3, 9, 2, 4, texture = "minecraft:blocks/stone" },
|
{ 11, 11, 11, 16, 16, 16, texture = "wool_colored_silver"},
|
||||||
{ 5, 2, 0, 6, 8, 1, texture = "minecraft:blocks/snow", tint = 16771749 },
|
|
||||||
{ 6, 2, 1, 7, 8, 2, texture = "minecraft:blocks/snow", tint = 16771749 },
|
-- Edges
|
||||||
{ 8, 2, 3, 9, 6, 4, texture = "minecraft:blocks/stone" },
|
{ 1, 6, 1, 3, 10, 3, texture = "wool_colored_silver"},
|
||||||
{ 7, 5, 3, 9, 6, 4, texture = "minecraft:blocks/stone" },
|
{ 1, 6, 13, 3, 10, 15, texture = "wool_colored_silver"},
|
||||||
{ 1, 6, 2, 6, 7, 5, texture = "minecraft:blocks/snow", tint = 16771749 },
|
{ 13, 6, 1, 15, 10, 3, texture = "wool_colored_silver"},
|
||||||
{ 2, 6, 1, 5, 8, 5, texture = "minecraft:blocks/snow", tint = 16771749 },
|
{ 13, 6, 13, 15, 10, 15, texture = "wool_colored_silver"},
|
||||||
{ 2, 6, 5, 5, 7, 6, texture = "minecraft:blocks/snow", tint = 16771749 },
|
{ 6, 1, 1, 10, 3, 3, texture = "wool_colored_silver"},
|
||||||
{ 3, 7, 0, 6, 8, 5, texture = "minecraft:blocks/snow", tint = 16771749 },
|
{ 6, 1, 13, 10, 3, 15, texture = "wool_colored_silver"},
|
||||||
{ 3, 8, 1, 6, 9, 4, texture = "minecraft:blocks/snow", tint = 16771749 }
|
{ 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
Loading…
x
Reference in New Issue
Block a user