Implement an inverted MRS that requires an RS signal to function (#1022)
(cherry picked from commit ddb7542
)
This commit is contained in:
parent
64bc427c1c
commit
72c321acb0
8 changed files with 38 additions and 10 deletions
|
@ -7,7 +7,9 @@ import net.minecraft.util.IStringSerializable;
|
|||
public enum EnumRitualController implements IStringSerializable
|
||||
{
|
||||
MASTER,
|
||||
IMPERFECT;
|
||||
IMPERFECT,
|
||||
INVERTED,
|
||||
;
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue