fluid containers can now be drained/filled from fluid interfaces

This commit is contained in:
PrototypeTrousers
2021-09-18 21:39:51 -03:00
parent 69a3268549
commit 89a5ba46b1
5 changed files with 228 additions and 24 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 )
{