A Minecraft mod that places a chest with the player’s items where a player dies.
Go to file
BodgeMaster e52c9b6011 Switch to using a singleton
The reason for this is that the object needs to stay accessible
because adding a block into the world is done by the object
that was used to register it in the game registry, not by the type.
2022-12-15 12:50:16 +01:00
src/main Switch to using a singleton 2022-12-15 12:50:16 +01:00
.gitignore gitignore: Ignore everything except /src 2022-12-15 00:40:59 +01:00
README.md Readme: Mention Forge 2022-12-14 23:35:24 +00:00

README.md

DeathChests

A Minecraft mod that places a chest with the players items where a player dies.

This mod is for Minecraft 1.7.10 Forge only. There are currently no plans to port it to another version as it was created for the sole purpose of being compatible with a mod pack.