0.8.0+1.20.4
Compatibility
Changes
The Staff Awakens v0.8.0-MC1.20.4
Created by Dulidanci, Hungary
Changes since last update (v0.6.0):
- Reworked how the mod processes the staffs (= dynamicly changable bases and cores)
- Regular Staff has been renamed to Perfected Staff
- Reworked model rendering
- Added new model for Perfected Staff
- Added new staff base called Log Staff, with a new model
- Added new and awesome inventory textures
- Previous bugs regarding model rendering have been fixed
- Renamed mod to The Staff Awakens
- Updated logo
All available features currently:
- Staff bases:
- Perfected Staff
- Log Staff
- Cores:
- Netherrack
- End Stone
- TNT
- Anvil
- Magma Block
- Every type of Planks
- Glowstone
- Lapis Lazuli Block
- Bone Block
- Beehive
- Bell
- Target block
- Mana point system
- Magical enchantment
Sadly, you can only access the staffs from the creative inventory. However, I already have plans for future survival access.
The mod is still only available on Fabric Minecraft 1.20.4, with Fabric Loader 0.16.9 or newer and Fabric API 0.97.2 or newer
Releases and full changelog: https://github.com/Dulidanci/TheStaffAwakens/releases
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:Lsfmzkyb:6fMSbWWJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lsfmzkyb:6fMSbWWJ"
}

