All versions
7.4.0-beta-01
Beta
WorldEdit 7.4.0 Beta 1 (NeoForge/Fabric for MC 1.21.10)8 months ago 326.6K
Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Fabric
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Changes in 7.4.0 Beta 1
- For a more in-depth look at the new features, check out this article
- Added a -c option to //regen to output to clipboard
- Added #clipboard mask, to mask against blocks that match the clipboard
- Added a #fullcube mask that matches all blocks that fill an entire cube
- Enables the new experimental snapshot mode by default for new setups
- Added command completions for available schematic files to schematic commands
- Added a //registry command to search available registries
- Added an adjacency mask (~) to mask blocks that are adjacent to other blocks
- Added an -m flag to the //distr command to mask included blocks
- Added an API to override the copy region in PasteBuilder, to make it easier to paste a subset of a clipboard
- Added the ability to use any other pattern in the type applying pattern
- Added the ability to source from the clipboard via //deform
- Added an extend selection mode for polygon selections
- Reworked tree and forest generation commands to use a new tree-specific registry to improve reliability and mod support
- Fixed block limits not applying to the //update command
- Deprecate bundled item data, bundled block data, World#playEffect, legacy tree systems, and more for removal in WE 8
- Reworked the way WorldEdit CLI pulls in versioned data, allowing dynamic data loading
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:1u6JkXh5:wlq4UM7x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1u6JkXh5:wlq4UM7x"
}

