WorldEdit Build #7479

Be aware that this branch (feature/one-native-code-to-rule-them-all) 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/one-native-code-to-rule-them-all
Number#7479-11e276e
Date4 days ago
Changes
IDSummaryCommitterDate
11e276e3Merge most of Fabric and NeoForge into core-mc Octavia Togami4 days ago
66ebba4eAdd core-mc project to the build No code yet Octavia Togami12 days ago
eb3f609bBack to SNAPSHOT for continued development Maddy Miller7 days ago
80c6d612Release 7.4.3 Beta 01 Maddy Miller7 days ago
2c286af9[Bukkit] Cleanup adapter version warnings (#2949)Maddy Miller7 days ago
55a4210aCleanup non-platform registry init (#2948)Maddy Miller7 days ago
5e1584e6Filter `push` GH Actions run to version and master branches (#2947)Maddy Miller7 days ago
9ec0b19aRe-add random tree generator (#2943) * Re-add random tree generator * Apply PR feedbackMaddy Miller7 days ago
1d951d26[Bukkit] Fix regen on 26.1+ (#2946)Maddy Miller7 days ago
68e2d017Use caching blockdata creation on Paper 26.1 Maddy Miller9 days ago
f91e0f5a[Bukkit] 26.1.1 Maddy Miller13 days ago
e1b91faa[Fabric] Work around Loom jar-in-jar regression Maddy Miller17 days ago
afae748bUpdate Gradle dependencies Maddy Miller18 days ago
652d8c07[Sponge] 26.1 Maddy Miller20 days ago
29452b22Fix CUI and perms API dependencies Octavia Togami20 days ago
8c12e868[Fabric, NeoForge] Final MC 26.1 release Maddy Miller23 days ago
d391aa49[Fabric] RC3, and removal of Parchment Maddy Miller24 days ago
5fa297de[Fabric] RC2 Maddy Millera month ago
f69aacb2Update MC Utils data Maddy Millera month ago
c4c5d5b3[Fabric] RC1 Maddy Millera month ago
16aed356[NeoForge] Pre 3 Maddy Millera month ago
70a0f20f[Fabric] pre3 Maddy Millera month ago
8d01f88e[Fabric] Clean up mixins Most can be AW or just use existing API now Octavia Togamia month ago
86dcf4a9[Fabric] Initial update to 26.1 Octavia Togamia month ago
52ad87e7Fix issues with getting pre-26.1 code building Octavia Togamia month ago
3f9c4044Current Fabric attempt Maddy Millera month ago
7c6b5586Improve schematic filename exception handling (#2941) * Improve schematic filename exception handling * Review notesMaddy Miller9 days ago
9eced08ecleanup implementations of shift, expand and contract methods (#2939)samuraiworf9 days ago
51ec8a8dInclude default permission message on no-arg Authorization Exceptions creation (#2938) * convert authorization exceptions (see undo.other) * fix at callsites * remove unused import * make default constructor usable * remove unused importssamuraiworf10 days ago
4d31815cmake generatebiome undoable (#2937)samuraiworf10 days ago
38d32c31fix ExtendingCuboidRegionSelector constructor (#2936)samuraiworf10 days ago
e7a02d6cBack to SNAPSHOT for continued development Maddy Miller16 days ago
eb8e82c3Release 7.4.2 Maddy Miller16 days ago
6f4a9c8fReport problems instead of discarding (#2932) Also fixes #2910 by changing `createWithoutContext` to `createWithContext`.Octavia Togami20 days ago
29a80a0cUpdate to Gradle 9.4.1 (#2930)Octavia Togamia month ago
d73c5a4bBack to SNAPSHOT for continued development Maddy Millera month ago
76eaf25bRelease 7.4.1 Maddy Millera month ago
17c09012Use and fix `MissingDeprecated` checkstyle check (#2924) Fixes #2917Octavia Togamia month ago
0819a0e0Update Gradle and some plugins (#2923) Fixes #2920Octavia Togamia month ago
5b1d44f2Update to Checkstyle 13.3.0, enable many checks (#2922) * Update checkstyle to 13.3.0 * Apply UseEnhancedSwitch checkstyle check * Apply many further checkstyle checksOctavia Togamia month ago
e4f1acebStore SnapshotInfo instead of Snapshot in LocalSession (#2918) This prevents issues with the lifecycle of the file handles that may be associated with it Fixes #2902Octavia Togamia month ago
6ffef676Fixed certain commands that teleport the player or an entity to Folia. (#2919) * Fixed certain commands that teleport the player or an entity to Folia. * I just saw a comment about the requirement to include its return value, so I simply stated that if the server was running Folia (see: https://github.com/EngineHub/WorldEdit/pull/2848/changes#r2552494430euphylliaa month ago
9741ae5fUpdate dependencies Maddy Millera 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