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

Packs Site

Hosted datapacks for the Needs Of Nature mod.

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

Announcements

Placeholder — news and updates will live here.

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

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 %}
{% endblock %}