- Builds
- WorldEdit (
version/7.4.x) - Build #7397
WorldEdit Build #7397
This is not a stable download!
We recommend the use of released versions whenever possible.
View Stable Downloads| Project | WorldEdit |
|---|---|
| Status | SUCCESS |
| Branch | version/7.4.x |
| Number | #7397-c831bfe |
| Date | a month ago |
Artifacts
worldedit-bukkit-7.4.1-SNAPSHOT-dist.jar(7299.98 kBytes)
worldedit-cli-7.4.1-SNAPSHOT-dist.jar(22575.53 kBytes)
worldedit-fabric-mc1.21.11-7.4.1-SNAPSHOT-dist.jar(5510.28 kBytes)
worldedit-mod-7.4.1-SNAPSHOT-dist.jar(6781.64 kBytes)
worldedit-neoforge-mc1.21.11-7.4.1-SNAPSHOT-dist.jar(4680.21 kBytes)
worldedit-sponge-api18-7.4.1-SNAPSHOT-dist.jar(3523.88 kBytes)
Changes
| ID | Summary | Committer | Date |
|---|---|---|---|
| c831bfe8 | Make non-legacy blocks' type/data values -1, to allow overriding non-legacy blocks with air in //generate (#2901) * In //g, allow overriding non-legacy blocks with air Previously, it was impossible to override a non-legacy block (i.e. one that was introduced after the switch to string IDs) with air. This was due to the fact that non-legacy blocks and air had the same type id (0). This change gives them separate type ids, making it possible to override non-legacy blocks with air. * Make query functions return type/data values of -1 for non-legacy blocks This matches the new behaviour of the type/data variables in //generate | tomylobo | a month ago |