Tags
Creators
Details
0.3.1
Compatibility
Required content
Changes
Just a hotfix for 0.3.1, there was a fatal crash someone brought to my attention right away. Thanks to Alexandru!
Previous Update Changes:
Friday the 13th Update! Hello everyone, didn't expect another update so soon? ;) There isn't too much content added in this update, as I have only been working on it for the past week and a half, but I hope you enjoy the new mobs and weapons I chose to add on this very special day! Expect next update to perhaps be even smaller, just want to fix some features over working on more mobs to have to fix later!
ADDED:
Mobs: Patrick Bateman, Big Charlie, Jason Part 2, Jason Part 3, Jason Part 4, Jason Part 5, Jason Part 6, Jason Part 7, Jason Part 8, Jason Part 9, Savini Jason, and Retro Jason New brown and white variants for the Werewolf!
Weapons: Lucifer's Trident (Shoots Fireballs) and Bateman's Axe
CHANGES:
Mobs health has been changed to better suit how Minecraft distributes its mob health (use excel sheet for info, you can find that here) Cleared some unused files that weren't used in the mods files, just to relieve some space :) that's why it went from 10mb+ to about 4mb
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:19wV6G9T:DnuDscMi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:19wV6G9T:DnuDscMi"
}

