Skip to content

Releases: Ghoulboy78/Scarpet-edit

Version 1.3.0

27 Jun 10:17
550b812
Compare
Choose a tag to compare

Renamed to Scarpet-edit, and changed app name from world_edit.sc to se.sc, for ease of commands (doing /se bla bla is faster than /world_edit bla bla)
Changes in this release:

  • Reworked brushes to make adding new brushes a lot easier, using the magic of lambda functions (@Ghoulboy78)
  • Added spray paint brush (@Firigion)
  • Added drain command and brush, which drains an area of liquids (@Firigion)
  • Made undo work across dimensions (@Ghoulboy78)
  • Added new flag -l, which will make brushes trace liquids as well as blocks when brushing (@Firigion)
  • Added outline command, which outlines selection with a block (@Firigion)
  • Added up <distance> command to teleport you up distance blocks and place glass beneath you if there was nothing there before. Just doing /se up will simply place a block below your feet if there was none before. (@Firigion)
  • Added angel block command, which allows you to designate an angel block (@Firigion)
  • Changed name from world_edit.sc to se.sc (@Ghoulboy78: #47)
  • Added Spanish (la) translation (@altrisi y @Firigion)

Version 1.2.0

31 Jan 08:51
76e6e23
Compare
Choose a tag to compare

Added @altrisi as a collaborator too. Welcome!

  • Reworked languages into .json files in the world_edit.data/langs folder (@altrisi )
  • Missing translations will now be sent to the logs, instead of potentially crashing (@Ghoulboy78)
  • Added brush functionality (cube, cuboid, sphere, line, prism_polygon, prism_star, ellipsoid, cone, cylinder) (@Firigion )
  • Added /structure command to be able to load .nbt files, and save them as well, under world_edit.data/structures (@Ghoulboy78 )
  • Upgraded performance by about 1000% with flags suggester (fi you were noticing long load times, those are gone now) (@altrisi )
  • Added -w, -d, -s, -g and -a flags (@Firigion )

Version 1.1.0

26 Dec 17:29
69c83af
Compare
Choose a tag to compare

Complete overhaul:

Version 1.0.0

20 Dec 11:45
Compare
Choose a tag to compare

Removed all the old stuff, started from scratch with @Firigion, @gnembon and @replaceitem as collaborators now.
Added:

  • Filling an area
  • Cloning an area from one place to another (without the old bugs)
  • Rotating an area about an axis (again, without the old bug)
  • An undo command, with /world-edit undo history for debugging purposes, with proper support for multiple undo operations in a row
  • Position selection using wooden sword, not axe (so we don't break blocks here and there)
  • Ability to change wand (default suggestions are wooden sword and axe, but could also be bucket of axolotls if you really wanted)

Version 0.0.2

27 May 20:42
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release

Made undo undo entire operation, not just 1 block at a time
Some formatting with help
(as you can see, I'm still having trouble with release tags)

First release-0.0.1

27 May 17:52
Compare
Choose a tag to compare
First release-0.0.1 Pre-release
Pre-release

Some stuff, largely untested