48
Compatibility
Changes
What's New ?:
-
added a new item called the "hunter's satchel which allows you to store items like a bundle, but with more space. You can also swap to "potion" or "armor" mod to specifically store potions and armor more efficiently by renaming the satchel. you can craft the satchel by dropping 4 leather and 1 pale steel ingot near or on, an endermite and then right clicking it with an eye of ender.
-
fixed a few bugs all around.
-
made the "EgoOnly" gamerule, only used for an smp I'm in, it's defaulted to false and will simply allow only my uuid to get the satchel.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:sHZlXuMx:vhAxGKxu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sHZlXuMx:vhAxGKxu"
}

