![corrupt900 [BROKEN]](https://cdn.modrinth.com/data/F8muxXVk/dec315fbd8b1619453579bb46cdc5e063deda6de_96.webp)
corrupt900 [BROKEN]
This is a horror mod, made by VoidMaul. It is advised to turn off minecraft music, if its even on. Its my first mod ever, so don't expect it to be a 5 or even 3 star mod. The main objective of this mod is to defeat corrupt900 (the main villain).
1.1
Compatibility
Changes
[UPDATE v1.1]
Version 1.1 focuses on stability and new threats. We removed what was breaking the game and added what will make you run even faster.
[What’s New?]
-
Crasher: The most dangerous entity in the mod. Getting within 5 blocks results in an immediate game crash. It disappears after 1 minute – better stay away.
-
Hunger Stealer: A new type of enemy. It doesn't attack directly but steals your hunger within a 30-block radius. It has 50 health – find it before you run out of energy.
-
Corrupted Dagger: A new "High Speed" weapon. Deals 5 health damage but has an attack speed of 5. Holding it gives you Speed and a small Jump Boost. Crafting: 2x Corrupted Shard, 1x Echo Shard, 2x Slime Ball, 2x Stick, 2x Feather.
[Changes and Optimization]
-
R.I.P. Spawning Crosses & Torches: Removed spawning procedures for crosses and torches. The game should no longer lag (depends on pc), throw "spawning out of chunks" errors, or freeze the game.
-
Better sound/ambient system and message system.
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:F8muxXVk:4sefprH5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F8muxXVk:4sefprH5"
}
