1
2
Fork
You've already forked humanslop
0
a horrible mod experiment
  • Java 100%
Find a file
2026年06月05日 14:32:13 +02:00
common implement measures to prevent conflicts NOW instead of LATER. 2026年06月05日 21:56:22 +10:00
fabric implement measures to prevent conflicts NOW instead of LATER. 2026年06月05日 21:56:22 +10:00
gradle/wrapper init 2026年06月05日 20:16:57 +10:00
neoforge init 2026年06月05日 20:16:57 +10:00
.gitignore init 2026年06月05日 20:16:57 +10:00
build.gradle init 2026年06月05日 20:16:57 +10:00
gradle.properties init 2026年06月05日 20:16:57 +10:00
gradlew init 2026年06月05日 20:16:57 +10:00
gradlew.bat init 2026年06月05日 20:16:57 +10:00
LICENSE.txt init 2026年06月05日 20:16:57 +10:00
README.md Update README.md 2026年06月05日 14:32:13 +02:00
settings.gradle init 2026年06月05日 20:16:57 +10:00

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.