mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 03:56:41 +00:00
Add rotations to various blocks that were missing them.
Up/down levers still broken. Fixes WORLDEDIT-3490.
This commit is contained in:
@ -25,7 +25,7 @@ import javax.annotation.Nullable;
|
||||
import java.util.Collections;
|
||||
import java.util.Map;
|
||||
|
||||
class SimpleState implements State {
|
||||
public class SimpleState implements State {
|
||||
|
||||
private Byte dataMask;
|
||||
private Map<String, SimpleStateValue> values;
|
||||
@ -47,7 +47,7 @@ class SimpleState implements State {
|
||||
return null;
|
||||
}
|
||||
|
||||
byte getDataMask() {
|
||||
public byte getDataMask() {
|
||||
return dataMask != null ? dataMask : 0xF;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user