WorldEdit

In-game Minecraft map editor - build bigger things more quickly!

File Details

WorldEdit 7.0.1 (Fabric for MC 1.14.4)

  • B
  • Aug 12, 2019
  • 2.03 MB
  • 214.5K
  • 1.14.4
  • Fabric

File Name

worldedit-fabric-mc1.14.4-7.0.1.jar

Supported Versions

  • 1.14.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:worldedit-225608:2760378"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This is the 7.0.1 release for Fabric 1.14.4. It is marked as a beta since CurseForge only shows one release and one beta in the "recent files" section of the main page.

 

 

Changes in 7.0.1

  • Fix source masks using EdiSession instead of clipboard

 

Fix bug with spaces in suggestions

 

Fix schematic list box loading schematics with spaces in path

 

Improve //thru (and navwand) in some cases

 

Fix error when /up was used below the world

 

Fix /up -f using glass anyway.

 

Fix suggestions for quoted strings

 

Improve suggestions for mask intersections

 

Fix setting biomes in unloaded chunks

 

BlockStateHolder now extends Pattern (API enhancement)

 

Skip invalid blocks when schematic versions are mismatched

 

Add -e/-b/-m flags to stack and move, just as copy/paste have

 

Fix //center for selections with even-sized height

 

(Fabric) Fix setting tile entities

 

(Forge) Update to latest Forge builds (28.0.45+ required!)

 

(Fabric/Forge Single-player) Fix wrong blocks being used when switching
between worlds generated at different times/with different mods

 

Improve //naturalize over large areas

 

Fixed //restore with 1.14 worlds

 

Added item brush support to WorldEdit for Bukkit (Formerly just Forge)

 

Create an internal state ID mapping for performance

 

Improve rotation for some blocks

 

Added .self permission node to undo/redo to only allow undoing and redoing own history

 

Improve sponge schematic implementation

 

Re-add the delchunks command

 

Added 1.14 blocks, items, tags, etc to the API (Remains compatible with 1.13)

 

Made the navigation and selection wands normal tools that can be rebound per-user with //selwand and //navwand

 

Added //wand -n to get the navigation wand

 

Improved movement of paintings

 

Allow command suggestions for selectors

 

Allow block replacer to work with tile entities

 

Fixed pasting leashed entities

 

Fixed setting player heads with names

 

Added a mask flag to //count

 

Setup pagination for //distr

 

Fixed an entity-related error being caused by plugins improperly using Spigot

 

Fixed gravity brush

 

Modify chunk batching for performance

 

Further legacy schematic loading improvements