Spectral Necrosis is a Minecraft data pack that causes dead players to become zombies that protect the contents of the player's inventory.
Spectral Necrosis uses the Beet, Lectern, and Mecha toolchains for ease of development and enhanced maintainability. As such, the pack must be built with the help of some Python packages before it can be included in your world.
Please refer to the releases page if you are an ordinary user.
# If you do not already have Poetry, please run `pip install poetry`.
git clone https://github.com/Luewd/spectral-necrosis
cd spectral-necrosis
poetry install
poetry run beet build
Python dependencies are specified in pyproject.toml
, whereas Beet project configuration is declared in beet-project.yaml
.
Upon building the data pack, it will be output in both folder and zipfile form in the build
directory.
Spectral Necrosis is made freely available under the terms of the MIT License. Third-party contributions shall be licensed under the same terms unless explicitly stated otherwise.