mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-22 20:12:48 +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
|
||||
printer.addShape(
|
||||
model.shapes[i][1],
|
||||
model.shapes[i][3],
|
||||
(16-model.shapes[i][2]),
|
||||
(16-model.shapes[i][3]),
|
||||
model.shapes[i][2],
|
||||
|
||||
model.shapes[i][4],
|
||||
model.shapes[i][6],
|
||||
(16-model.shapes[i][5]),
|
||||
(16-model.shapes[i][6]),
|
||||
model.shapes[i][5],
|
||||
|
||||
model.shapes[i].texture,
|
||||
model.shapes[i].state,
|
||||
model.shapes[i].tint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user