mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
at a snail's pace
This commit is contained in:
parent
31aa445f31
commit
ef1e4653ce
@ -9,7 +9,7 @@ import net.minecraft.util.AxisAlignedBB;
|
|||||||
public class TileEntityICF extends TileEntityMachineBase {
|
public class TileEntityICF extends TileEntityMachineBase {
|
||||||
|
|
||||||
public TileEntityICF() {
|
public TileEntityICF() {
|
||||||
super(0);
|
super(12);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@ -24,6 +24,12 @@ public class TileEntityICFController extends TileEntityTickingBase implements IE
|
|||||||
|
|
||||||
public void setup(HashSet<BlockPos> ports, HashSet<BlockPos> cells, HashSet<BlockPos> emitters, HashSet<BlockPos> capacitors, HashSet<BlockPos> turbochargers) {
|
public void setup(HashSet<BlockPos> ports, HashSet<BlockPos> cells, HashSet<BlockPos> emitters, HashSet<BlockPos> capacitors, HashSet<BlockPos> turbochargers) {
|
||||||
|
|
||||||
|
this.cellCount = 0;
|
||||||
|
this.emitterCount = 0;
|
||||||
|
this.capacitorCount = 0;
|
||||||
|
this.turbochargerCount = 0;
|
||||||
|
|
||||||
|
this.ports.addAll(ports);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
BIN
src/main/resources/assets/hbm/textures/gui/reactors/gui_icf.png
Normal file
BIN
src/main/resources/assets/hbm/textures/gui/reactors/gui_icf.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Loading…
x
Reference in New Issue
Block a user