monster010

CC - DebiMobFarm Save File

Apr 20th, 2016
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 0
  1. {
  2.   mob4 = {
  3.     x = 2,
  4.     name = "Zombie",
  5.     color = 1024,
  6.     w = 18,
  7.     active = false,
  8.     y = 9,
  9.   },
  10.   mob1 = {
  11.     x = 2,
  12.     name = "Spinnen",
  13.     color = 16384,
  14.     w = 18,
  15.     active = false,
  16.     y = 3,
  17.   },
  18.   mob6 = {
  19.     x = 21,
  20.     name = "Hexen",
  21.     color = 128,
  22.     w = 18,
  23.     active = false,
  24.     y = 3,
  25.   },
  26.   mob2 = {
  27.     x = 2,
  28.     name = "ClayGolem",
  29.     color = 8192,
  30.     w = 18,
  31.     active = false,
  32.     y = 5,
  33.   },
  34.   mob5 = {
  35.     x = 2,
  36.     name = "Wither Skel.",
  37.     color = 512,
  38.     w = 18,
  39.     active = false,
  40.     y = 11,
  41.   },
  42.   mob3 = {
  43.     x = 2,
  44.     name = "Skeleton",
  45.     color = 2048,
  46.     w = 18,
  47.     active = false,
  48.     y = 7,
  49.   },
  50. }
Add Comment
Please, Sign In to add comment