Update dependencies
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user