All versions
1.6.1
Release
Marioverse 1.21.1-1.6.1-neoforge5 months ago 269
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Add ability to stomp other players
- Add tag to prevent 1-Up reward
- Fix riding position of mobs on death (pokey)
- Fix mega mushroom sounds still playing on death
- Fix shrinking players gamerule false by default
- Fix non-mobs being stompable with config
- Add Super Building Blocks mod mushrooms to
bounceable_blockstag - Add float goal to fire goombas
- Hopefix power up desync in multiplayer
- Prevent gold koopa shell from breaking lava with coins
Previous Update: The Mega & Mini Update
- Added the Mega Mushroom
- Mega-sizes the user
- Doubles your max hearts
- Break blocks you collide with
- Mine blocks in a 3x3
- Increase reach distance by 3
- Damage mobs you collide with
- Step height increased to 1 block
- Added the Mini Mushroom
- Shrinks the user
- Sets your max hearts to 1
- Run on water
- Jump higher
- No stomp damage when mini
- Decrease reach distance by 1
- Added power ups to villager trades & chest loot
- New Super Star model
- Tweak tooltips
- Converted power up data to Neoforges data attachment system
- Camera now zooms out when mega
- Inventory screen player shrinks when mega
- Power up entities can now take some damage and drop loot (if a loot table is provided)
- Improve scaling
- Fix warp door & trapdoor tags & loot on servers

Optional dependencies
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:rUR6ldL3:pFNqSE8K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rUR6ldL3:pFNqSE8K"
}






