WorldEdit Build #7401
Be aware that this branch (
chore/remove-unnecessary-command-event) is not the main branch (version/7.4.x)!Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.
Go to main branch View stable downloads| Project | WorldEdit |
|---|---|
| Status | SUCCESS |
| Branch | chore/remove-unnecessary-command-event |
| Number | #7401-08ce90f |
| Date | an hour ago |
Artifacts
worldedit-bukkit-7.4.1-SNAPSHOT-dist.jar(7299.06 kBytes)
worldedit-cli-7.4.1-SNAPSHOT-dist.jar(22575.77 kBytes)
worldedit-fabric-mc1.21.11-7.4.1-SNAPSHOT-dist.jar(5510.51 kBytes)
worldedit-mod-7.4.1-SNAPSHOT-dist.jar(6781.88 kBytes)
worldedit-neoforge-mc1.21.11-7.4.1-SNAPSHOT-dist.jar(4680.45 kBytes)
worldedit-sponge-api18-7.4.1-SNAPSHOT-dist.jar(3524.11 kBytes)
Changes
| ID | Summary | Committer | Date |
|---|---|---|---|
| 08ce90f6 | Remove unnecessary command event listener for Bukkit | Maddy Miller | an hour ago |
| 75d84aaf | Update entity leash position and home position in new minecraft versions when pasting (#2900) | brokkonaut | 17 days ago |
| 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 | 17 days ago |