mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
another small fix
This commit is contained in:
parent
dcac56d4e2
commit
df34a51913
@ -241,7 +241,7 @@ public class TileEntityRBMKOutgasser extends TileEntityRBMKSlottedBase implement
|
||||
@Callback(direct = true)
|
||||
@Optional.Method(modid = "OpenComputers")
|
||||
public Object[] getGasType(Context context, Arguments args) {
|
||||
return new Object[] {gas.getTankType().getID()};
|
||||
return new Object[] {gas.getTankType().getName()};
|
||||
}
|
||||
|
||||
@Callback(direct = true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user