Tweaked Tartaric Gem interactions.
This commit is contained in:
parent
39dbaea109
commit
3fc5a76d53
4 changed files with 26 additions and 4 deletions
|
@ -329,13 +329,13 @@ public class TileSoulForge extends TileInventory implements ITickable, IDemonWil
|
|||
@Override
|
||||
public boolean canFill(EnumDemonWillType type)
|
||||
{
|
||||
return type.equals(EnumDemonWillType.DEFAULT);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canDrain(EnumDemonWillType type)
|
||||
{
|
||||
return type.equals(EnumDemonWillType.DEFAULT);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue