Advertisement
Buzzybe

atp/lib/chest_output

Jun 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. --autoprocess chest_output.lua
  2.  
  3. local M = {}
  4.  
  5. local sides = require("sides")
  6. local utils = require("lib.utils")
  7.  
  8. local inventorysize = 27
  9. local side = sides.right
  10. local inventoryrange = utils.generateRange(1,27)
  11. local label = "outputchest"
  12.  
  13. M.inventorysize = inventorysize
  14. M.inventoryrange = inventoryrange
  15. M.side = side
  16. M.label = label
  17.  
  18. return M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement