Advertisement
SpaceRanger4321

SlopeSpe

Oct 13th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. {
  2.   shapes = {
  3.     {
  4.       0,
  5.       14,
  6.       0,
  7.       16,
  8.       16,
  9.       2,
  10.       texture = "chisel:blocks/iron/terrain-iron-simple-side",
  11.     },
  12.     {
  13.       0,
  14.       10,
  15.       4,
  16.       16,
  17.       12,
  18.       6,
  19.       texture = "chisel:blocks/iron/terrain-iron-simple-side",
  20.     },
  21.     {
  22.       0,
  23.       6,
  24.       8,
  25.       16,
  26.       8,
  27.       10,
  28.       texture = "chisel:blocks/iron/terrain-iron-simple-side",
  29.     },
  30.     {
  31.       0,
  32.       2,
  33.       12,
  34.       16,
  35.       4,
  36.       14,
  37.       texture = "chisel:blocks/iron/terrain-iron-simple-side",
  38.     },
  39.     {0, 0, 15, 16, 16, 16, texture = "chisel:blocks/technical/new/makeshiftpanels"},
  40.   },
  41.   label = "Slope Vent",
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement