fluid containers can now be drained/filled from fluid interfaces

This commit is contained in:
PrototypeTrousers
2021-08-04 19:38:00 -03:00
parent 1d5465a4b8
commit e96b4a698a
6 changed files with 229 additions and 25 deletions
@@ -10,9 +10,9 @@ import net.minecraft.item.ItemStack;
public abstract class GuiCustomSlot extends Gui implements ITooltip
{
private final int x;
private final int y;
private final int id;
protected final int x;
protected final int y;
protected final int id;
public GuiCustomSlot( final int id, final int x, final int y )
{