https://github.com/crabdancing/petgraves
When your pets die, they get a gravestone. You can use it to bring them back to life! (WIP)
https://github.com/crabdancing/petgraves
Last synced: over 1 year ago
JSON representation
When your pets die, they get a gravestone. You can use it to bring them back to life! (WIP)
- Host: GitHub
- URL: https://github.com/crabdancing/petgraves
- Owner: crabdancing
- License: gpl-3.0
- Created: 2020-03-22T04:37:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T04:41:39.000Z (over 6 years ago)
- Last Synced: 2025-02-06T05:32:59.979Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Pet Graves (alpha)
Alpha-quality code implementing Pet Graves for Fabric and Minecraft 1.15.2.
* Current feature set
* If a pet dies, it spawns a gravestone.
* That gravestone... looks kind of like a gravestone.
* That's it.
* Planned features
* Implement serialization to store entity data in gravestone upon death.
* Add "wand of life" tool that can bring pets back to life.
* Some item textures would probably be nice.
This mod is open-sourced under a permissive license! You can use it in any modpack you like, and if you're a nerd, you can even copy and modify the code! ^w^ See the [LICENSE file](LICENSE) for more details.
Special credit to [B0undarybreaker (Meredith Espinosa)](https://github.com/Boundarybreaker) for her [Fabric starter template](https://github.com/CottonMC/FabricStarter) and her willingness to put up with my incessent questions.