mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Set version to 5.6.1-SNAPSHOT.
This commit is contained in:
parent
21fca251fc
commit
0d550e169b
@ -1,3 +1,8 @@
|
|||||||
|
5.6.1
|
||||||
|
- Added support for Minecraft 1.7.5 on Bukkit.
|
||||||
|
- Added //flora command to place flora over grass.
|
||||||
|
- Fixed //forest accepting the wrong arguments.
|
||||||
|
|
||||||
5.6
|
5.6
|
||||||
- Added //forest that generates a forest in a selection.
|
- Added //forest that generates a forest in a selection.
|
||||||
- Added -s flag to //paste to select the pasted area.
|
- Added -s flag to //paste to select the pasted area.
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.sk89q</groupId>
|
<groupId>com.sk89q</groupId>
|
||||||
<artifactId>worldedit</artifactId>
|
<artifactId>worldedit</artifactId>
|
||||||
<version>5.7-SNAPSHOT</version>
|
<version>5.6.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<!-- Project information -->
|
<!-- Project information -->
|
||||||
|
Loading…
Reference in New Issue
Block a user