Advertisement
SpaceRanger4321

Untitled

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