Crafting manager fixes
This commit is contained in:
parent
a003656419
commit
6f9baaeb30
8 changed files with 108 additions and 82 deletions
|
@ -67,7 +67,7 @@ public class BlockPlayerDetector extends BlockMachineBase {
|
|||
|
||||
public static final String[] types = new String[] { "all", "others", "you" };
|
||||
static List<String> typeNamesList = Lists.newArrayList(ArrayUtils.arrayToLowercase(types));
|
||||
public PropertyString TYPE;
|
||||
public static PropertyString TYPE;
|
||||
|
||||
public BlockPlayerDetector() {
|
||||
super();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue