View difference between Paste ID: avqmEEB1 and LmMsQDRz
SHOW: | | - or go back to the newest paste.
1-
t = "gold_block"
1+
(function()
2-
{
2+
local t = "gold_block"
3-
  label="Statue Head",
3+
return {
4-
  shapes = {
4+
  label="Statue Head",
5-
--head
5+
  shapes = {
6-
    {4,8,4,12,16,12,texture=t},
6+
--head
7-
--arm
7+
    {4,8,4,12,16,12,texture=t},
8-
    {6,0,0,10,8,4,texture=t},
8+
--arm
9-
--body
9+
    {6,0,0,10,8,4,texture=t},
10-
    {6,0,4,10,8,12,texture=t},
10+
--body
11-
--arm
11+
    {6,0,4,10,8,12,texture=t},
12-
    {6,0,12,10,8,16,texture=t},
12+
--arm
13-
--body
13+
    {6,0,12,10,8,16,texture=t},
14-
    {6,0,4,10,16,12,texture=t,state=true},
14+
--body
15-
--arm
15+
    {6,0,4,10,16,12,texture=t,state=true},
16-
    {6,12,0,10,16,4,texture=t,state=true},
16+
--arm
17-
    {6,12,12,10,16,16,texture=t,state=true}
17+
    {6,12,0,10,16,4,texture=t,state=true},
18-
18+
    {6,12,12,10,16,16,texture=t,state=true}
19-
  }
19+
20-
}
20+
  }
21
}
22
end)()