mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
getSteam function
This commit is contained in:
parent
1ad1601e96
commit
e93a1f93b1
@ -555,6 +555,12 @@ public class TileEntityReactorZirnox extends TileEntityMachineBase implements IF
|
|||||||
return new Object[] {water.getFill()};
|
return new Object[] {water.getFill()};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Callback
|
||||||
|
@Optional.Method(modid = "OpenComputers")
|
||||||
|
public Object[] getSteam(Context context, Arguments args) {
|
||||||
|
return new Object[] {steam.getFill()};
|
||||||
|
}
|
||||||
|
|
||||||
@Callback
|
@Callback
|
||||||
@Optional.Method(modid = "OpenComputers")
|
@Optional.Method(modid = "OpenComputers")
|
||||||
public Object[] getCarbonDioxide(Context context, Arguments args) {
|
public Object[] getCarbonDioxide(Context context, Arguments args) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user