Advertisement
Guest User

Untitled

a guest
Sep 26th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. [
  2. {
  3. "type": "MOD_INFO",
  4. "ident": "no_stupid_stuff",
  5. "name": "No Stupid Stuff",
  6. "authors": [ "Me" ],
  7. "description": "Removes stupid stuff.",
  8. "category": "item_exclude",
  9. "dependencies": [ "dda" ],
  10. "obsolete": false
  11. },
  12. {
  13. "type": "ITEM_BLACKLIST",
  14. "items": [
  15. "knife_butter",
  16. "glass_plate",
  17. "glass",
  18. "wine_glass",
  19. "glass_bowl",
  20. "plastic_plate",
  21. "tumbler_plastic",
  22. "bowl_plastic",
  23. "plastic_bowl_kids",
  24. "sippy_cup",
  25. "fork",
  26. "plastic_fork",
  27. "spoon",
  28. "plastic_spoon",
  29. "plastic_spoon_kids",
  30. "plastic_knife",
  31. "plastic_straw",
  32. "corkscrew",
  33. "peeler",
  34. "bottle_opener",
  35. "spork",
  36. "foon",
  37. "chopsticks",
  38. "ladle",
  39. "whisk",
  40. "potato_masher",
  41. "garlic_press",
  42. "can_opener",
  43. "carving_fork",
  44. "spatula",
  45. "colander_steel",
  46. "cutting_board",
  47. "shuttlecock",
  48.  
  49. "golf_tee",
  50. "golf_ball",
  51. "pool_ball",
  52. "baseball",
  53.  
  54. "salt_lick",
  55. "scorecard",
  56.  
  57. "knife_paring",
  58. "knife_chef",
  59. "knife_bread",
  60. "knife_vegetable_cleaver"
  61. ]
  62. }
  63. ]
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement