Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function()
- local t = "stone"
- local c = "dirt"
- local g = "wool_colored_green"--"leaves_oak_opaque"-- "flower_rose"
- local r = "wool_colored_red"
- local x = 5
- local z = 0
- local y = 8
- local y1 = 0
- return {
- label="Flower Pot",
- shapes = {
- {x+0,y+0,z+0,x+6,y+6,z+1,texture=t},
- {x+5,y+0,z+1,x+6,y+6,z+6,texture=t},
- {x+0,y+0,z+1,x+1,y+6,z+6,texture=t},
- {x+1,y+0,z+5,x+5,y+6,z+6,texture=t},
- --dirt
- {x+1,y+0,z+1,x+5,y+4,z+5,texture=c},
- {x+2,y+5,z+2,x+3,y+8,z+3,texture=g},
- {x+2,y+7,z+3,x+3,16,z+4,texture=g},
- --rose
- {x+2,y1+0,z+3,x+3,y1+3,z+4,texture=g,state=true},
- {x+2,y1+2,z+2,x+3,y1+3,z+3,texture=g,state=true},
- {x+2,y1+5,z+0,x+3,y1+6,z+1,texture=r,state=true},
- {x+2,y1+3,z+0,x+3,y1+4,z+1,texture=r,state=true},
- {x+2,y1+3,z+1,x+3,y1+6,z+2,texture=r,state=true},
- {x+2,y1+3,z+2,x+3,y1+7,z+4,texture=r,state=true},
- {x+2,y1+2,z+4,x+3,y1+6,z+5,texture=r,state=true},
- {x+2,y1+4,z+5,x+3,y1+5,z+6,texture=r,state=true},
- {x+0,y1+5,z+2,x+1,y1+6,z+3,texture=r,state=true},
- {x+0,y1+3,z+2,x+1,y1+4,z+3,texture=r,state=true},
- {x+1,y1+3,z+2,x+2,y1+6,z+3,texture=r,state=true},
- {x+2,y1+3,z+2,x+4,y1+7,z+3,texture=r,state=true},
- {x+4,y1+2,z+2,x+5,y1+6,z+3,texture=r,state=true},
- {x+5,y1+4,z+2,x+6,y1+5,z+3,texture=r,state=true}
- }
- }
- end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement