Advertisement
SpaceRanger4321

bottom

Oct 7th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.77 KB | None | 0 0
  1. {
  2.     label = "Glass Door Bottom",
  3.     shapes={
  4.         {1,1,13,15,16,15,texture="chisel:blocks/glass/terrain-glassbubble",state=false},
  5.         {0,0,12,1,16,16,texture="chisel:blocks/iron/terrain-iron-simple-side",state=false},
  6.         {0,0,12,16,1,16,texture="chisel:blocks/iron/terrain-iron-simple-side",state=false},
  7.         {15,0,12,16,16,16,texture="chisel:blocks/iron/terrain-iron-simple-side",state=false},
  8.         {1,1,1,3,16,15,texture="chisel:blocks/glass/terrain-glassbubble",state=true},
  9.         {0,0,15,4,16,16,texture="chisel:blocks/iron/terrain-iron-simple-side",state=true},
  10.         {0,0,0,4,1,16,texture="chisel:blocks/iron/terrain-iron-simple-side",state=true},
  11.         {0,0,0,4,16,1,texture="chisel:blocks/iron/terrain-iron-simple-side",state=true},
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement