47
Compatibility
Changes
What's New ?:
-
added the "Nulled Knife" whenever you hit someone with it, you give them the "null" effect, turning 2 random slots in their inventory into an "error null" item, this lasts for 10 second before the slots gets turned back, the knife goes on cooldown for 30.
-
it also has a special enchant called " " which prevent the use of stuff like "food" or pearls, anything with a cooldown, for a small ammount of time.
-
fixed the "offscript" effect not showing armor once you go back visible.
-
nerfed a few masks, namely "ego's mask", "grinning face mask", "happy mask" and "piko mask"; "ego's mask" now give the pinning effect when worn, "grinning face mask" now deplete your hunger when worn for too long, "happy mask" is still luck based, but now you also have a chance to take double damage instead of just healing, and "piko mask" now also lower your damage due to its really strong lifesteal.
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:3EvObeJ1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sHZlXuMx:3EvObeJ1"
}

