Possible fix for Alchemy Arrays not working on servers.
This commit is contained in:
parent
00adb96931
commit
52a067e845
|
@ -72,7 +72,7 @@ public class BlockAlchemyArray extends BlockContainer
|
|||
array.attemptCraft();
|
||||
} else
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue