-
-
Notifications
You must be signed in to change notification settings - Fork 24
Mekanism API Notes
Mekanism Computer Integration: https://docs.google.com/spreadsheets/d/1sheh1BIeP_vSto881H6UtgXvxdbyJEfILM_uUW_UD7Q/
- activation
- high temperature
- excess waste
- damage critical (100%+)
- insufficient fuel
Mekanism logic:
- activate = isPowered() == 1
- high temp = getTemperature() >= 1200
- excess waste = getWasteNeeded() == 0
- damaged = getDamagePercent() >= 100
- depleted = getFuelFilledPercentage() == 0
-
getHeatCapacity
-
getFuelAssemblies
-
getFuelSurfaceArea
-
getFuelCapacity
-
getWasteCapacity
-
getCoolantCapacity
-
getHeatedCoolantCapacity
-
getStatus
-
getHeatingRate
-
getTemperature
-
getDamagePercent
-
getBoilEfficiency
-
getEnvironmentalLoss
-
getFuel
-
getFuelNeeded
-
getFuelFilledPercentage
-
getWaste
-
getWasteNeeded
-
getWasteFilledPercentage
-
getCoolant = ['name': mekanism:sodium, 'amount': 45000000]
-
getCoolantNeeded
-
getCoolantFilledPercentage
-
getHeatedCoolant
-
getHeatedCoolantNeeded
-
getHeatedCoolantFilledPercentage
-
getBurnRate
-
getActualBurnRate
-
getMaxBurnRate
-
scram
-
setBurnRate
-
activate
-
getSuperheaters
-
getBoilCapacity
-
getSteamCapacity
-
getWaterCapacity
-
getHeatedCoolantCapacity
-
getCooledCoolantCapacity
-
getTemperature
-
getEnvironmentalLoss
-
getBoilRate
-
getMaxBoilRate
-
getSteamNeeded
-
getSteam
-
getSteamFilledPercentage
-
getWater
-
getWaterNeeded
-
getWaterFilledPercentage
-
getHeatedCoolant
-
getHeatedCoolantNeeded
-
getHeatedCoolantFilledPercentage
-
getCooledCoolant
-
getCooledCoolantNeeded
-
getCooledCoolantFilledPercentage
-
getCoils
-
getBlades
-
getVents
-
getDispersers
-
getCondensers
-
getDumpingMode
-
getSteamCapacity
-
getProductionRate
-
getMaxProduction
-
getLastSteamInputRate
-
getFlowRate
-
getMaxFlowRate
-
getMaxWaterOutput
-
getSteam
-
getSteamNeeded
-
getSteamFilledPercentage
- getTotalEnergyFilledPercentage
- getTotalEnergy
- getTotalMaxEnergy
- getTotalEnergyNeeded
If you need help beyond this wiki, open a support discussion or ask on Discord! If you prefer videos, they can be found on my YouTube channel.
- User Manual
- Computer Applications
- Notable System Components
- Notes
- Investigations
- References & Resources
- Legacy