Tags
Creators
Details
All versions
1.4.23
Release
[1.21] ~ 1.4.23 Mod2 years ago 1,500
Uploaded by
Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Spectator Ghost changes
- Reenabled by default again
- Particles are less now less frequent and spread. They should be less distracting now to the player as they won't block your screen anymore.
- Operator spectators can individually toggle off their particle ghosts from being rendered to themselves or others players within Spectator Mode UI Actions
- Improved Spectator Mode Actions UI to be less distracting
- Spectator animation made less prominent
- Added a new wand: Vertically Reposition Mob. Repositions mobs on the Y level by teleporting them 0.2 blocks upward
- Reorganized Wand Menus; made them neater
- Renamed many wands to be more concise and clear
- Optimized crops XP
- Fixed Bug #9: Potatoes do not give crop XP when broken
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:gWO6Zqey:wJULEcXg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gWO6Zqey:wJULEcXg"
}

