Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. local facilitiesIcons = {
  2. ['Anvil'] = '[[File:Anvil icon.png|link=Anvil]]',
  3. ['Brewery'] = '[[File:Brewery icon.png|link=Brewery]]',
  4. ['Dairy churn'] = '[[File:Dairy churn icon.png|link=Dairy churn]]',
  5. ['Clay oven'] = '[[File:Cooking range icon.png|link=Clay oven]]',
  6. ['Crafting table 1'] = '[[File:Crafting table 1 icon.png|link=Crafting table 1]]',
  7. ['Crafting table 2'] = '[[File:Crafting table 2 icon.png|link=Crafting table 2]]',
  8. ['Crafting table 3'] = '[[File:Crafting table 3 icon.png|link=Crafting table 3]]',
  9. ['Crafting table 4'] = '[[File:Crafting table 4 icon.png|link=Crafting table 4]]',
  10. ['Demon lectern'] = '[[File:Demon lectern icon.png|link=Demon lectern]]',
  11. ['Eagle lectern'] = '[[File:Eagle lectern icon.png|link=Eagle lectern]]',
  12. ['Banner easel'] = '[[File:Banner easel icon.png|link=Banner easel]]',
  13. ['Fancy Clothes Store'] = '[[File:Clothes shop icon.png|link=Fancy Clothes Store]]',
  14. ['Furnace'] = '[[File:Furnace icon.png|link=Furnace]]',
  15. ['Loom'] = '[[File:Loom icon.png|link=Loom]]',
  16. ['Mahogany eagle lectern'] = '[[File:Mahogany eagle lectern icon.png|link=Mahogany eagle lectern]]',
  17. ['Mahogany demon lectern'] = '[[File:Mahogany demon lectern icon.png|link=Mahogany demon lectern]]',
  18. ['Oak lectern'] = '[[File:Oak lectern icon.png|link=Oak lectern]]',
  19. ['Pluming stand'] = '[[File:Pluming stand icon.png|link=Pluming stand]]',
  20. ['Pottery wheel'] = '[[File:Pottery wheel icon.png|link=Pottery wheel]]',
  21. ['Cooking range'] = '[[File:Cooking range icon.png|link=Cooking range]]',
  22. ['Sandpit'] = '[[File:Sandpit icon.png|link=Sandpit]]',
  23. ['Shield easel'] = '[[File:Shield easel icon.png|link=Shield easel]]',
  24. ['Singing bowl'] = '[[File:Singing bowl icon.png|link=Singing bowl]]',
  25. ['Spinning wheel'] = '[[File:Spinning wheel icon.png|link=Spinning wheel]]',
  26. ['Woodcutting stump'] = '[[File:Woodcutting stump icon.png|link=Woodcutting stump]]',
  27. ['Tannery'] = '[[File:Tannery icon.png|link=Tannery]]',
  28. ['Taxidermist'] = '[[File:Taxidermist icon.png|link=Taxidermist]]',
  29. ['Teak demon lectern'] = '[[File:Teak demon lectern icon.png|link=Teak demon lectern]]',
  30. ['Teak eagle lectern'] = '[[File:Teak eagle lectern icon.png|link=Teak eagle lectern]]',
  31. ['Water'] = '[[File:Water source icon.png|link=Water]]',
  32. ['Whetstone'] = '[[File:Whetstone icon.png|link=Whetstone]]',
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement