A simple system for crafting For custom ballsdex instances.
what changed(change log)
new /craft begin command
new /craft add and remove command so it won't automatically delete
better menu
new /craft recipes command
new crafting ingredient group
Important
Any Bugs, errors, or confusion in steps You won't get any direct support from official Ballsdex server for this package since this is a custom one You need to directly contact @An Unknown Guy or just ping me on the Ballsdex Developer server server or direct message me
Tip
Read howtouse.txt to understand how to use this package
copy the folder crafting to your BallsDex-DiscordBot/ballsdex/packages
open your config.yml scroll down until your see
packages and add it there

Open your __main__.py and edit the
TORTOISE_ORM = {
"connections": {"default": os.environ.get("BALLSDEXBOT_DB_URL")},
"apps": {
"models": {
"models": ["ballsdex.core.models"],
"default_connection": "default",
},
},
}To reflect the models in crafting folder 
copy the folder named craftings in to your BallsDex-DiscordBot/admin_panel

Adding screenshot to avoid any confusion
Open your BallsDex-DiscordBot/admin_panel/admin_panel/settings open local.py and add this line
INSTALLED_APPS.append("craftings")Then at your base admin_panel folder, Run
docker compose exec admin-panel python3 manage.py makemigrations craftingsThen
docker compose exec admin-panel python3 manage.py migrate craftingsAnd Your Done
Important
any issue regarding this part feel to dm me or ping me
