V1.17.3
Compatibility
Changes
MVS V1.17.3
This is the last official supported MVS version for Forge 1.19.2 and NeoForge 1.21.8! The 1.19.2 is the current longest supported version of MVS that,s why is iconic and becomes longer support with features! Or other: Not more big full version updates but backports with features and other minor things!
Tags:
Spoiler
Added:
mvs:block_place_hand_not_placeable
Config:
Spoiler
Edited:
The "/setblockhand" command is now marked as "Stable" and is now in the "Mod Features" category
Features:
Spoiler
Added:
I adopted the Bedrock (Stuff) Feature with the Snow Layer places 1 block below when breaked and make it to every block! (Other Debug)
Spashes:
Spoiler
Added:
Extended Feature Updates! (1.19.2 Exclusive)
Edited:
- PPXII is out! --> PPXV is out!
- V1.9+ for 1.19.2 --> V1.17.3 (EFU) for 1.19.2!
- V1.15.2+ for 1.21.8 --> V1.17.3 for 1.21.8!
- More than 10000 Downloads --> More than 20000 Downloads!
- Since June 2021! --> Since 13. June 2021!
- Over 800 thinks and more! --> Over 900 thinks and more!
Bugfixes:
Spoiler
- The "/setblockhand" command detects Items not more as Blocks (is now marked as Mod Feature)
- The Emerald Chestplate gives not more the effect particles,
- The Emerald and Netherald Hoe has not the right break speed!,
- The Fireball and TNT spawns the particles in the wrong position,
- The Dragon Toy plays sometimes the sound twice or thrice (in the same sound category) and when also 1 sound plays count as 2 sounds*. (I fixed the ghost sounds and reduced the sound usage from max 25 sounds to ~10 - 15 sounds per second)
- Elytra Wings (Enchantment) Removed (again),
- The Fall Damage Config was available in the 1.19.2!
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:fN50VuXJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G6W91SrN:fN50VuXJ"
}

