- Builds
- WorldEdit (
mc/26.1) - Build #7416
WorldEdit Build #7416
Be aware that this branch (
mc/26.1) 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 | FAILURE |
| Branch | mc/26.1 |
| Number | #7416-4cfc4c8 |
| Date | 7 hours ago |
Changes
| ID | Summary | Committer | Date |
|---|---|---|---|
| 4cfc4c89 | Current Fabric attempt | Maddy Miller | 7 hours ago |
| 9741ae5f | Update dependencies | Maddy Miller | 7 hours ago |
| a00b09d8 | Add maintainers-only blank issue link (#2916) | Octavia Togami | 2 days ago |
| 11ece8bd | Cleanup the old accepted verification files (#2913) | Maddy Miller | 3 days ago |
| 5a594166 | Add very basic Folia support (#2905) * Add very basic Folia support * PR feedback | Maddy Miller | 3 days ago |
| 256fc2a8 | Fix value not found exception (#2911) | vilperi221 | 3 days ago |
| 4f81416b | Tweak biome maths on Fabric & NeoForge (#2908) | Maddy Miller | 10 days ago |
| 44e9e7af | Remove unnecessary command event listener for Bukkit (#2909) | Maddy Miller | 10 days ago |
| 75d84aaf | Update entity leash position and home position in new minecraft versions when pasting (#2900) | brokkonaut | a month 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 | a month ago |