mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-23 12:32:49 +01:00
1313
This commit is contained in:
parent
9ef899dda8
commit
8e7229fc53
@ -312,11 +312,13 @@ local function printModel()
|
|||||||
for i in pairs(model.shapes) do
|
for i in pairs(model.shapes) do
|
||||||
printer.addShape(
|
printer.addShape(
|
||||||
model.shapes[i][1],
|
model.shapes[i][1],
|
||||||
model.shapes[i][3],
|
(16-model.shapes[i][3]),
|
||||||
(16-model.shapes[i][2]),
|
model.shapes[i][2],
|
||||||
|
|
||||||
model.shapes[i][4],
|
model.shapes[i][4],
|
||||||
model.shapes[i][6],
|
(16-model.shapes[i][6]),
|
||||||
(16-model.shapes[i][5]),
|
model.shapes[i][5],
|
||||||
|
|
||||||
model.shapes[i].texture,
|
model.shapes[i].texture,
|
||||||
model.shapes[i].state,
|
model.shapes[i].state,
|
||||||
model.shapes[i].tint
|
model.shapes[i].tint
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user