All versions
1.7.0
Release
Marioverse 1.21.1-1.7.0-neoforge5 months ago 96
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
The On/Off Update
- Added On/Off Switch Blocks
- Jump into it to toggle on/off
- Shoot any projectile to toggle
- Toggles blocks globally per dimension
- Right-click with a wrench to set a radius instead of global toggle
- Toggles Dotted-Line blocks, Trampoline blocks, Trampoline Caps, and Potted Trampoline Caps
- Added Dotted-Line Blocks
- Toggles with On/Off blocks
- Can fall through when off
- Added Mushroom Trampoline Blocks
- Toggles with On/Off blocks
- Bounces anything on it
- Add Trampoline Caps
- Grows into Huge Mushroom Trampolines when bonemealed
- Huge Mushroom Trampolines generate rarely in mushroom biomes
- Can be potted
- Added Pipe Junction Blocks
- Pipe textures will connect to these, as well as copper blocks
- Fix unable to stomp small mobs, like goombas
- Split Marioverse blocks tab into building blocks and functional blocks
- Hopefully fix sit position
- Add new blocks to Fungal Brick Lanes
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:aNW7Ha45"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rUR6ldL3:aNW7Ha45"
}






