Tags
Creators
Details
All versions
1.4.26
Release
1.4.26 Mod2 years ago 369.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
3 new creative mode wands, wands improvements, and bug fixes!
New Wands
- Edit Text Display: Select a text display and edit a variety of its data
- Clone Entity: Use it to clone any entity along with all of its nbt
- Scale Entity: Increase and decrease the scale attribute size of an entity
Changes
- When using the mod version or resource pack, wands now show icons via fonts in the wands menu!
- Wands now posses alternate functions by using sneak and then using the wand.
- E.x. Sneaking with repositioning wands changes their incremental steps, and sneaking with the entity remover wand allows you to exclude entities from deletion.
- You can see each wands sneak/alt functions in their item lore
- Player head drops now maintain the same signature, meaning they should now consistently stack
- Day counter should now no longer display twice when using mods/datapacks that slow down the day ticking time
- Fixed Issue 29: Gravestones would destroy one item in cramped spaces on player deaths
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:kmDSUUKd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gWO6Zqey:kmDSUUKd"
}

