2 messages · Page 1 of 1 (latest)
Also works for making it show coins and the like. Basically anything that's hidden by default but exists.
const $ThermalFlags = java('cofh.thermal.lib.common.ThermalFlags')
$ThermalFlags.setFlag($ThermalFlags.FLAG_PLATES, true)
Goes in startup_scripts, requires disableClassFilter in common.properties to be set to true.
Full list of stuff you can enable is here: https://github.com/CoFH/ThermalFoundation/blob/1.18.2/src/main/java/cofh/thermal/lib/common/ThermalFlags.java#L38