{% extends 'base.html' %} {% load static %} {% block title %}Home - Packs Site{% endblock %} {% block content %}

Packs Site

Hosted datapacks for Needs Of Nature & Animation Director.

Browse and download packs shared by the community. Upload your own once you have a creator account.

{{ stats.creators }} Creators
{{ stats.packs }} Packs
{{ stats.downloads }} Downloads
{{ stats.versions }} Versions

Latest packs

View all
{% for project in latest_projects %} {% include 'library/_project_card.html' %} {% empty %}

No packs yet

Be the first to share a pack.

{% endfor %}

How it works

Enter the site

Use the master password to get in. It only grants access to browse and download.

Create an account

Creators register to get their own profile, upload packs and manage their content.

Share packs

Upload a .zip plus page assets. Everything is stored under your own folder.

Keep mods updated

The Fabric mod checks the API with your personal token and downloads new versions automatically.

This is a private site. All content is gated and only reachable by authorized users. Unauthorized API or media requests are rejected with 401 Unauthorized.

{% endblock %}