Update dependencies

This commit is contained in:
Raoul Van den Berge
2016-10-30 20:35:44 +01:00
parent d4404e0d74
commit b583f505bc
3 changed files with 12 additions and 12 deletions

View File

@@ -8,14 +8,14 @@ public enum AccessType {
* Insert and extract ability.
*/
INSERT_EXTRACT(0),
/**
* Only extract ability.
*/
EXTRACT(1),
/**
* Only insert ability.
*/
INSERT(2);
INSERT(1),
/**
* Only extract ability.
*/
EXTRACT(2);
private int id;

View File

@@ -136,8 +136,8 @@ sidebutton.refinedstorage:destructor.pickup=Pickup items instead of breaking
sidebutton.refinedstorage:access_type=Access Type
sidebutton.refinedstorage:access_type.0=Insert and extract
sidebutton.refinedstorage:access_type.1=Only extract
sidebutton.refinedstorage:access_type.2=Only insert
sidebutton.refinedstorage:access_type.1=Only insert
sidebutton.refinedstorage:access_type.2=Only extract
block.refinedstorage:controller.0.name=Controller
block.refinedstorage:controller.1.name=Creative Controller