ferreusveritas

blocks

Sep 11th, 2020
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. air = build.blockState("minecraft:air", "");
  2. frameBlock = build.blockState("chisel:factory", "variation=1");
  3. platBlock = build.blockState("chisel:factory", "variation=0");
  4. ventBlock = build.blockState("chisel:factory", "variation=4");
  5. wallBlock = build.blockState("chisel:factory1", "variation=3");
  6. floorBlock = build.blockState("chisel:factory", "variation=14");
  7. dirt = build.blockState("minecraft:dirt", "variant=dirt");
  8. stone = build.blockState("minecraft:stone", "variant=stone");
  9. sandstone =  build.blockState("minecraft:sandstone", "type=sandstone");
  10. hazardBlock = build.blockState("chisel:factory", "variation=6");
  11. emeraldBlock = build.blockState("minecraft:emerald_block");
  12.  
Add Comment
Please, Sign In to add comment