Tags
Creators
Details
0.20.0-neoforge.1.21
Compatibility
Required content
Changes
AvM Staff Mod 0.20.0
About this release
Minecraft 1.20.6 is no longer supported. Support for Minecraft 1.21.3 and 1.21.4 will be added later this year.
Caves and Cliffs curse has reached AvM Staff mod, and because I want to add complete features instead of rushed features (like 🇪 😉), the following has been delayed to the next release:
- Blue/Lapis/Villager Staff
This way, you get an update with gameplay improvements right now instead of a couple weeks later. Thank you for your patience.
The mod version now includes the loader and the version of Minecraft in the pre-release SemVer component instead of the build and patch components
What's new since 0.19.x
- Advancements (how many references can you find?)
- Bazeboze
- Bulldozer
- Coming down
- Coronavirus
- Trust me, I'm an engineer! (hidden)
- Flying into space like a rocket
- Get pranked LOL
- Infinite Power!
- Juggler
- Learning to fly
- Meet the Engineer (hidden)
- Meteor
- Prankster
- Enchantments
- Distant Detonation
- Power Charge
- Quick Draw
- Rapid Fire
- Spectre
- All of them are compatible with Enchantment description mods
- Data pack related
- New criteria
avm_staff:get_hurt_while_using_itemavm_staff:destroy_block_with_staff
- Re-added tag
avm_staff:staffs
- New criteria
- Statistics
- Royal Staff stats are now tracked, and is visible on the Statistics screen
- Staff with [item] usage stats are tracked, but aren't yet visible
For more details about about a feature, check out the wiki
What got changed since 0.19.x
- Royal Staff
- Now has a durability of 5179
- Repairable with Royal Staff Ingredient
- Adding/removing an item is now detected by sculk sensors on frequency 5
- Now enchantable with Efficiency, Fortune, Mending, Silk Touch, Unbreaking, and Curse of Vanishing, as well as the new enchantments
- Supported blocks can be picked up by moving close to them and holding the use key
- Quick Draw enchantment makes picking up blocks faster
- Only supported items can be inserted into the staff using commands; unsupported items will be deleted from the staff on load
- Royal Staff with Bell
- Right clicking is now detected by sculk sensors on frequency 10
- Right clicking now adds Glowing status effect to nearby raider mobs
- Attacking an entity with Spectre enchantment makes them glow for
enchantment level * 10s
- Royal Staff with Bone Block
- When enchanted with Efficiency, it fertilizes a bigger area
- Royal Staff with Cake/Magma Block/Snow Block/Wither Skeleton Skull
- Rapid fire is now only available when enchanted with Rapid Fire
- Royal staff with Campfire/Soul Campfire
- Technical and visual overhaul the flame
- Royal Staff with Magma Block
- When enchanted with Power Charge, an explosive fireball is shot when left-clicking
- Royal Staff with TNT
- Throwing a TNT now plays Flint and Steel sound, just like in the animation
- When enchanted with Distant Detonation, TNT can be thrown with the use key. Releasing the use key detonates the TNT
- Royal Staff with Wither Skeleton Skull
- When enchanted with Power Charge, a blue skull is shot when left-clicking
- Cooldown is reduced by Quick Draw enchantment
- Thrown cake
- Its movement is now interpolated (looks less jittery)
- Impact TNT
- Explodes when hit without Silk Touch
- Can be knocked back using an item enchanted with Silk Touch
- Removed
avm_staff:staff_renderer_overridedata component
What got fixed since 0.19.x
- Piglins don't pick up Crown of King Orange
- Player death event handler was not optimized
Supplementary resources
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:wV3GnJUf:XGLY0IPX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wV3GnJUf:XGLY0IPX"
}



