Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function()
- local t = "gold_block"
- return {
- label="Statue Head",
- shapes = {
- --head
- {4,8,4,12,16,12,texture=t},
- --arm
- {6,0,0,10,8,4,texture=t},
- --body
- {6,0,4,10,8,12,texture=t},
- --arm
- {6,0,12,10,8,16,texture=t},
- --body
- {6,0,4,10,16,12,texture=t,state=true},
- --arm
- {6,12,0,10,16,4,texture=t,state=true},
- {6,12,12,10,16,16,texture=t,state=true}
- }
- }
- end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement