WorldEdit Build #7399

Be aware that this branch (feature/basic-folia-support) 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
StatusSUCCESS
Branchfeature/basic-folia-support
Number#7399-b2ba274
Date8 hours ago
Changes
IDSummaryCommitterDate
b2ba2745Add very basic Folia support Maddy Miller8 hours ago
75d84aafUpdate entity leash position and home position in new minecraft versions when pasting (#2900) brokkonaut16 days 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 //generatetomylobo16 days ago