CM:ME Additions

CM:ME Additions

Mod

A GregTech ceu Modern Addon that adds more Material Flags

Client and server TechnologyUtility

4 downloads
0 followers
Follow Save

CM:ME Additions is a mod, an Addon for Gregtech Modern, that adds more Material Flags Mainly used for modpacks. If you just install the mod, it adds nothing. Items must be added with KubeJS (For now.). The recipes are yet to be added in a future update, but until then you can add it yourself

KubeJS

The Material flags can be accessed with Kubejs using "CMMEMaterialFlags" .

Example:

GTCEuStartupEvents.registry('gtceu:material', event => {
     GTMaterials.Tin.addFlags(
         // All Available Material Flags are listed here
         CMMEMaterialFlags.GENERATE_DOUBLE_INGOT,
         CMMEMaterialFlags.GENERATE_TRIPLE_INGOT,
         CMMEMaterialFlags.GENERATE_QUADRUPLE_INGOT,
         CMMEMaterialFlags.GENERATE_QUINTUPLE_INGOT,
         CMMEMaterialFlags.GENERATE_TRIPLE_PLATE,
         CMMEMaterialFlags.GENERATE_QUADRUPLE_PLATE,
         CMMEMaterialFlags.GENERATE_QUINTUPLE_PLATE,
         CMMEMaterialFlags.GENERATE_SINGULARITY
     )
})

License and Credit

Some of the textures were taken (and modified) from Modernity GT:NH being under Attribution-NonCommercial-ShareAlike 4.0 International License.

The mod was created mainly for CM:ME Modpack.


Project members

CristalGaming

Member

Details

Published 3 days ago
Updated 11 days ago