Skip to content

Commit

Permalink
Version 0.9
Browse files Browse the repository at this point in the history
 * BUG FIX: Make unsafe buckets auto-refill in survival mode.
 * BUG FIX: Don't let safe water that replaces snow under a block with a
   non-zero data value flow as if unsafe.
 * The /sb command with no arguments now defaults to an *unsafe* water
   bucket.
 * Require an empty main hand, or an empty bucket, water bucket or lava bucket
   when giving the moderator a bucket with /sb. Don't keep adding more buckets
   to the moderator's inventory.
 * Document ALL THE THINGS!
  • Loading branch information
totemo committed Feb 7, 2017
1 parent f6b5485 commit 55afc94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>SafeBuckets</groupId>
<artifactId>SafeBuckets</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<packaging>jar</packaging>
<name>SafeBuckets</name>
<description>Make water non-flowing for water from buckets</description>
Expand Down Expand Up @@ -81,8 +81,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 55afc94

Please sign in to comment.