| common | implement measures to prevent conflicts NOW instead of LATER. | |
| fabric | implement measures to prevent conflicts NOW instead of LATER. | |
| gradle/wrapper | init | |
| neoforge | init | |
| .gitignore | init | |
| build.gradle | init | |
| gradle.properties | init | |
| gradlew | init | |
| gradlew.bat | init | |
| LICENSE.txt | init | |
| README.md | Update README.md | |
| settings.gradle | init | |
human slop
a mod that merges anything as long as it:
- a) works
- b) doesn't delete another feature entirely
- c) does not interfere with anyone's computer
- d) follows the guidelines to keep things maintainable
For fun, this list of rules can be added to (not changed or removed) as well.
This is on multiloader 1.21.1 because updating this is punishment nobody deserves.
Super basic guidelines for adding something
Create your own package if it's your own feature. As an example, the Slop API is under the emily package since I wrote it. It's a little harder to read but helps establish who to credit.
In this package, keep a README.md for information on your addon since not everyone will be wanting to read it all.
Your addon should extend the Addon class and be registered in Humanslop. This allows addon communication, even between other mods. It's super simple so don't worry about it!
In here, you can register your items/whatever without risking touching the Humanslop class more than you need.