V6m26a
Compatibility
Changes
MVS V6m26a:
Overlay:
Spoiler
- Changed:
- The Modlogo from the 1.16 Style to the 1.17 Style!
Dimension/World Gen:
Spoiler
- Changed:
- SuperBlocks:
- Cause of the slow world generation i reduced the biomes count to 10 biomes in this dimension!
- This removes also every Ocean biome what can generate (that also caused the slow world generation)
- (I know this looks now kinda ugly, but every Ocean looks like this before 1.13)
Entity:
Spoiler
- Boss Penguin:
- Is now renamed to "Pinguinmike"!
Items:
Spoiler
- A few item Textures has been changed to a lower resolution to reduce the file size and CPU Usage,
- The Iron Saw can now only break every Vanilla Log/End Log (not stripped and not wood because tags not working)!
- (see also in the "Bugfixes" category)
Paintings:
Spoiler
-
Removed:
-
RyanxcPogchamp,
-
Chicken,
-
Axolotl (The German translation),
-
MySkin,
-
Bits
-
(Replaced with other Paintings that better fitting in this time)
-
Changed:
-
Compass1.19 (reduced the file size about 95% with down scaleing),
-
(Mod)Logo (Changed the Logo to the "Anniversary Logo")
-
Added:
-
Projekt Pinguin (5 Paintings A 2x2),
-
MySkin_2026_Edition (2 Paintings A 1x2),
-
Banner_TTV (2x1),
-
Banner_YT (3x1),
-
MianHappy (4x3),
-
Dragon_Head16x (1x1)
Tags:
Spoiler
-
Removed:
-
mvs:moddedlogs
-
Changed:
-
minecraft:logs:
-
Added all modded logs in this tag instead.
Bugfixes:
Spoiler
Paper drops on every block when the Iron Saw break a block (now reduced on every Vanilla Log/End Log (not stripped and not wood because tags not working)!
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:G6W91SrN:lrN4Gv9z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G6W91SrN:lrN4Gv9z"
}

