Finished all errors except for the sigils.
This commit is contained in:
parent
9e2c0e6e74
commit
230b44fe88
44 changed files with 431 additions and 1148 deletions
|
@ -542,4 +542,14 @@ public class TEReagentConduit extends TileSegmentedReagentHandler implements IUp
|
|||
|
||||
return super.drain(from, resource, doDrain);
|
||||
}
|
||||
|
||||
public void removeReagentDestinationViaActual(Reagent reagent, BlockPos pos)
|
||||
{
|
||||
this.removeReagentDestinationViaActual(reagent, pos.getX(), pos.getY(), pos.getZ());
|
||||
}
|
||||
|
||||
public boolean addReagentDestinationViaActual(Reagent reagent, BlockPos pos)
|
||||
{
|
||||
return addReagentDestinationViaActual(reagent, pos.getX(), pos.getY(), pos.getZ());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue