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