Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
1.0.0
Alpha
Disciple of the Warden 1.0.03 years ago 220
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Quilt
Supported environments
Client and server
Required content
Changes
Current features
- Obtain souls by killing the warden
- Encase souls into an echo chamber to use in weapon crafting
Weapons
Sacrificial Sword (0 souls)
- damage scales with power level up to 15 damage
- kill mobs with it to increase power
Harmonic Staff (1 soul)
- harness the power of a sonic boom
Seismic Horn (2 souls)
- unleash a mighty shout that knocks back and blinds nearby enemies
Planned features
Disciple's Armor (creative only atm)
- set bonus: Silences your sounds from wardens or sculk sensors
- the warden can still smell you though >:3
Sculk Core
- powerful crafting item used for creating Disciple armor
Corruption mechanic
- the more you use certain abilities, the more you change to become more like the warden (blindness, etc)
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:O0H7PnCF:G5AeE0fS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O0H7PnCF:G5AeE0fS"
}

