EuphoriaPatches / propertiesFiles

Community Made Mod Compatibilities
https://www.euphoriapatches.com
5 stars 18 forks source link

Improve Tracking of Added Mods #76

Closed Mentalgen closed 1 month ago

Mentalgen commented 1 month ago

This PR aims to solve an issue regarding what mods have and have not been added.

This project has gotten quite huge and will only get bigger as time goes on. As a result, I have noticed a progressing issue of knowing what mods have and haven't been added due to the absolute sheer size of block.properties. This can result in people going in and adding duplicate entries, or accidentally messing with already added ones.

For most people, it would be easier to have a list that clearly states what has been added, when it was added, and exactly what was added. This will also be useful for mods that either currently has issues with shaders, or has dynamic block generation so that we can track them for future reference.

This PR adds another file called addedmods.md and updates the README for new instructions on adding blocks when submitting a PR.