Custom Machinery Mekanism 1.21.1-1.4.3
- Update to latest CM version.
- Update dependencies.
- Add I/O config in gui editor for chemical and heat components.
- Heat component side config now use Enabled/Disabled instead of Input/Output/None/Both.
- Fix chemical and heat component config not saved when changed.
- Add chinese translation, thanks to SuoYukii.
Custom Machinery Mekanism 1.21.1-1.4.1
- Fix heat element builder resetting custom texture when editing heat gui element.
- Update to latest mekanism version, this change everything related to chemicals.
- Now "custommachinery:gas", "custommachinery:slurry"... are all unified under "custommachinery:chemical".
- That goes for machine components, recipe requirements and gui elements.
- For KubeJS the change is from
requireGas
,requireSlurry
etc... torequireChemical
.
- Better parsing of chemicals in KubeJS script, the syntax is now the same as items and fluids :
"500x mekanism:steam"
will give 500mB of steam gas.
Custom Machinery Mekanism 1.18.2-1.2.0
Additions :
- Add radiation and radiation per tick requirements, bringing compatibility with Mekanism's radiation system.
Both requirements are able to emit or reduce the radiation level near the machine. - Add CT and KubeJS compat for radiation and radiation per tick requirements.
Custom Machinery Mekanism 1.18.2-1.1.0
Additions :
- Add support for Mekanism Heat system (component, gui element and requirement).
- Add temperature requirement.
- Dump gui element can now void the content of chemical components and heat component.
- Update for CM 0.8.0
BugFixes :
- Fixed chemicals not showing in the correct tanks in jei (like gases in infusion tanks).