Advertisement
Guest User

Untitled

a guest
Nov 13th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. -- The big table
  2. items = {
  3. woodShop = { -- Name of shop
  4. "default:wood" -- List of items available
  5. },
  6. otherShop = {
  7. "default:glass"
  8. }
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement