# Resources

- [Mix-Weed](/wasd/resources/mix-weed.md)
- [Installation](/wasd/resources/mix-weed/installation.md)
- [How To Do](/wasd/resources/mix-weed/how-to-do.md): Detailed explanations for some things
- [Items](/wasd/resources/mix-weed/how-to-do/items.md): You need to add the codes given here to the items section of your inventory/core script.
- [Config](/wasd/resources/mix-weed/how-to-do/config.md): An example of the contents of config.lua
- [Modules](/wasd/resources/mix-weed/modules.md): Detailed explanation about the relevant modules. This part requires some knowledge
- [Weed Type](/wasd/resources/mix-weed/modules/weed-type.md): All weed actions are formated as an array containing objects with the following properties.
- [Recipe Type](/wasd/resources/mix-weed/modules/recipe-type.md): All mix recipe is formatted as an array containing objects with the following properties.
- [Recipe onUsed](/wasd/resources/mix-weed/modules/recipe-type/recipe-onused.md): Example onUsed events
- [ATM Robbery \[Free\]](/wasd/resources/atm-robbery-free.md)
- [Items](/wasd/resources/atm-robbery-free/items.md): You need to add the codes given here to the items section of your inventory/core script.
- [24/7 Shop](/wasd/resources/24-7-shop.md)
- [Multiplayer Delivery Job](/wasd/resources/multiplayer-delivery-job.md)
- [Multiplayer Newspaper Job](/wasd/resources/multiplayer-newspaper-job.md)
- [Multiplayer Garbage Job](/wasd/resources/multiplayer-garbage-job.md)
- [Multiplayer Tow Job](/wasd/resources/multiplayer-tow-job.md)
- [Exports / Events](/wasd/resources/multiplayer-tow-job/exports-events.md)
- [Daily Rewards Script](/wasd/resources/daily-rewards-script.md)
