WorldEdit Build #7414

Be aware that this branch (ot/fix/experimental-snapshot-lifecycle-management) 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
ProjectWorldEdit
StatusFAILURE
Branchot/fix/experimental-snapshot-lifecycle-management
Number#7414-2882ead
Datea month ago
Artifacts

No artifacts (files) are available for this build!


Sponsor
Apex Hosting
Changes
IDSummaryCommitterDate
2882ead8Store SnapshotInfo instead of Snapshot in LocalSession This prevents issues with the lifecycle of the file handles that may be associated with it Fixes #2902 Octavia Togamia month ago
a00b09d8Add maintainers-only blank issue link (#2916) Octavia Togamia month ago
11ece8bdCleanup the old accepted verification files (#2913) Maddy Miller2 months ago
5a594166Add very basic Folia support (#2905) * Add very basic Folia support * PR feedbackMaddy Miller2 months ago
256fc2a8Fix value not found exception (#2911) vilperi2212 months ago
4f81416bTweak biome maths on Fabric & NeoForge (#2908) Maddy Miller2 months ago
44e9e7afRemove unnecessary command event listener for Bukkit (#2909) Maddy Miller2 months ago
75d84aafUpdate entity leash position and home position in new minecraft versions when pasting (#2900) brokkonaut3 months ago
c831bfe8Make 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 //generatetomylobo3 months ago