mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +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 TileEntityICF() {
|
||||
super(0);
|
||||
super(12);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@ -23,7 +23,13 @@ public class TileEntityICFController extends TileEntityTickingBase implements IE
|
||||
public boolean assembled;
|
||||
|
||||
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
|
||||
|
||||
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