Updated for 1.4.

This commit is contained in:
sk89q 2010-11-21 01:29:52 -08:00
parent 881f050f0d
commit 9a29474132
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
1.4
- New on-acquire hook. This does both a total inventory check on inventory
change and item pick up denial. The item pick up denial is largely
thanks to Dinnerbone for fulfilling my request to add a particular hook.
- Item durability can now be toggled with item-durability. Thanks to
Dinnerbone for figuring this out while filfilling my request. The
default setting is to fix item durability.
- New no-physics-gravel and no-physics-sand options allow you to
prevent gravel and sand from falling.
- New allow-portal-anywhere option allows you to create portal blocks
anywhere.
1.3
- UPGRADE WARNING: If you are using database logging, you must add a
NULL 'comment' VARCHAR field to the table. The line of SQL that you

View File

@ -1,2 +1,2 @@
Manifest-Version: 1.0
WorldGuard-Version: 1.3
WorldGuard-Version: 1.4