![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.0
Compatibility
Changes
-
"corrupt900" (Main villain, has two "entity" modes) a) "corrupt900": He immediately attacks you when he spawns and disappears after a minute. You can kill him, but he has 1000 health and deals 20 health. After spawning, he teleports to you and is immune to everything except melee. b) "corrupt900watch": He watches you from a distance or up close. If you get within 10 blocks of him, he disappears and a lightning bolt spawns. He disappears after 30 seconds. He's immune to everything.
-
"Corrupted Pig" (Minions, has two "entity" modes) a) "corrupted_pig_1": A pig model with the old texture and black eyes. He attacks and deals 5 health damage, has 20 health damage, and is immune to lightning and fire damage. Each pig that spawns, also spawns "corrupted_pig_1". b) "corrupted_pig_2" - a player model with the old pig texture with black eyes. It deals 10 health and has 40 health. It is immune to lightning and fire. Its very common in the night, or even in the day.
-
"E8FX1" (Chill guy) A player model with the old Steve texture with black eyes. It doesn't attack, it just walks around. If you hit it, it disappears and sets you on fire. It disappears after a minute. It is immune to everything except melee.
-
Appearing crosses from the Netherrack.
-
Appearing red torches.
-
"NoHeadSteve" (Rare Minion) A player model with the old headless Steve texture. He attacks you and deals 10 health, has 35 health, and drops a "Corrupted Shard." He is immune to Anvil, Drowning, Dragon Breath, and Wither.
-
Music and ambient sounds play (In order).
-
Messages appear in chat (In order).
-
The entire "Corrupted Armor" set (stronger and provides additional effects) Crafted using diamond armor, several special items, and a "Corrupted Shard."
-
Corrupted Sword and Pickaxe (Stronger) The "Corrupted Sword" grants the Wither effect and fire resistance to the hit mob. Crafted using a diamond sword, some random items, and "Corrupted Shard". The "Corrupted Pickaxe" is just a stronger version of the diamond and the netherite pickaxe, crafted with 2 diamond pickaxes, 2 iron pickaxes and a "Corrupted Shard"
-
Corrupted Shard (Important for crafting good items) Drops from "NoHeadSteve" and is quite rare.
-
Corrupted Apple (Best food source) Crafted from an apple, "Corrupted Shard," and a diamond.
-
Source Code (Endgame item) Drops from "Corrupt900." Gives you strength 2 and resistance 2 when in inventory.
-
Null Blade (The most powerful sword in the game) Crafted from "Source Code" and "Corrupted Sword." Gives weakness, slowness, blindness, and wither. I am currently working on v1.1
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:cISkHOLV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F8muxXVk:cISkHOLV"
}
