WorldEdit Build #7441

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
Changes
IDSummaryCommitterDate
f39d76d0
  • [Fabric] RC3, and removal of Parchment
Maddy Miller6 months ago
e13c793b
  • [Fabric] RC2
Maddy Miller6 months ago
a987b958
  • Update MC Utils data
Maddy Miller6 months ago
e0b13b8c
  • [Fabric] RC1
Maddy Miller6 months ago
e7eb493a
  • [NeoForge] Pre 3
Maddy Miller6 months ago
9fc0552a
  • [Fabric] pre3
Maddy Miller6 months ago
c0bf4d38
  • [Fabric] Clean up mixins Most can be AW or just use existing API now
Octavia Togami6 months ago
8fe99bf1
  • [Fabric] Initial update to 26.1
Octavia Togami6 months ago
68e823ce
  • Fix issues with getting pre-26.1 code building
Octavia Togami6 months ago
5f105aec
  • Current Fabric attempt
Maddy Miller7 months ago
29a80a0c
  • Update to Gradle 9.4.1 (#2930)
Octavia Togami6 months ago
d73c5a4b
  • Back to SNAPSHOT for continued development
Maddy Miller6 months ago
76eaf25b
  • Release 7.4.1
Maddy Miller6 months ago
17c09012
  • Use and fix `MissingDeprecated` checkstyle check (#2924) Fixes #2917
Octavia Togami6 months ago
0819a0e0
  • Update Gradle and some plugins (#2923) Fixes #2920
Octavia Togami6 months ago
5b1d44f2
  • Update to Checkstyle 13.3.0, enable many checks (#2922)
    • Update checkstyle to 13.3.0
    • Apply UseEnhancedSwitch checkstyle check
    • Apply many further checkstyle checks
Octavia Togami6 months ago
e4f1aceb
  • Store SnapshotInfo instead of Snapshot in LocalSession (#2918) This prevents issues with the lifecycle of the file handles that may be associated with it Fixes #2902
Octavia Togami6 months ago
6ffef676
  • Fixed 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#r2552494430
euphyllia7 months ago
9741ae5f
  • Update dependencies
Maddy Miller7 months ago
a00b09d8
  • Add maintainers-only blank issue link (#2916)
Octavia Togami7 months ago
11ece8bd
  • Cleanup the old accepted verification files (#2913)
Maddy Miller7 months ago
5a594166
  • Add very basic Folia support (#2905)
    • Add very basic Folia support
    • PR feedback
Maddy Miller7 months ago
256fc2a8
  • Fix value not found exception (#2911)
vilperi2217 months ago
4f81416b
  • Tweak biome maths on Fabric & NeoForge (#2908)
Maddy Miller7 months ago
44e9e7af
  • Remove unnecessary command event listener for Bukkit (#2909)
Maddy Miller7 months ago
75d84aaf
  • Update entity leash position and home position in new minecraft versions when pasting (#2900)
brokkonaut8 months 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
tomylobo8 months ago