Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local mob = {
  2.  
  3.     visual = "mesh",
  4.     mesh = "turtle.x",
  5.     textures = {
  6.             "turtle_front.png",
  7.             "turtle_back.png",
  8.             "turtle_left.png",
  9.             "turtle_right.png",
  10.             "turtle_top.png",
  11.             "turtle_bottom.png",
  12.             "turtle_tool.png",
  13.     },
  14.     visual_size = {x=1, y=1},
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement