minecraft.horrific.dev

A dynamic dashboard / download page for various tweaks and modifications as Minecraft data/resource packs.

Contributing
Interested in working with this project or volunteering to help? Get started here!
Contact Me
Have any questions or concerns? Don't hesitate to reach out!

Open Source

Browse the source code, suggest changes, or develop it yourself!

Git Repo

minecraft.horrific.dev is a dashboard / download page for various tweaks and modifications to Minecraft's resource files. This site provides configurable world downloads, resource packs, and data packs through an intuitive frontend allowing the user to select the features they need.

To learn more about how these data packs work, "Minecraft Data Pack Programming" provides a thorough introduction.

See also

This site is powered by horrificdev/minecraft-packager, an extensible packager framework for Minecraft resource/data packs. This allows for powerful dynamic code generation using Nunjucks in the datapacks to reduce repetition and enable more concise functionality.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install), start a development server:

npm run dev