Move to RC's fluid instance, closes #1826
This commit is contained in:
parent
fcfd387bc0
commit
2f9b154e22
8 changed files with 15 additions and 15 deletions
|
@ -24,11 +24,11 @@
|
|||
|
||||
package techreborn.client.gui;
|
||||
|
||||
import io.github.prospector.silk.fluid.FluidInstance;
|
||||
import net.minecraft.entity.player.PlayerEntity;
|
||||
import reborncore.client.containerBuilder.builder.BuiltContainer;
|
||||
import reborncore.client.gui.builder.GuiBase;
|
||||
import reborncore.common.fluid.FluidUtil;
|
||||
import reborncore.common.fluid.container.FluidInstance;
|
||||
import techreborn.blockentity.machine.tier3.QuantumTankBlockEntity;
|
||||
|
||||
public class GuiQuantumTank extends GuiBase<BuiltContainer> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue