


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.).
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
// Ingots
CMMEMaterialFlags.GENERATE_DOUBLE_INGOT,
CMMEMaterialFlags.GENERATE_TRIPLE_INGOT,
CMMEMaterialFlags.GENERATE_QUADRUPLE_INGOT,
CMMEMaterialFlags.GENERATE_QUINTUPLE_INGOT,
// Plates
CMMEMaterialFlags.GENERATE_TRIPLE_PLATE,
CMMEMaterialFlags.GENERATE_QUADRUPLE_PLATE,
CMMEMaterialFlags.GENERATE_QUINTUPLE_PLATE,
CMMEMaterialFlags.GENERATE_CURVED_PLATE,
// Ores
CMMEMaterialFlags.GENERATE_FULLBLOCK_ORES,
CMMEMaterialFlags.GENERATE_DUST_BLOCK,
// Other
CMMEMaterialFlags.GENERATE_BROAD_ROD,
CMMEMaterialFlags.GENERATE_TUBE,
CMMEMaterialFlags.GENERATE_SINGULARITY,
// Special Cases
CMMEMaterialFlags.GENERATE_DOUBLE_PLATE // adds double plates to gems.
)
})
Tags
This mod also adds tags for many kinds of items that don't have tags. Especially usefull for modpacks creators:
Wires:
gtceu:wires/<size>/
gtceu:wires/<size>
gtceu:wires/
Cables:
gtceu:cables/<size>/
gtceu:cables/<size>
gtceu:cables/
Pipes:
gtceu:pipes/<type>/<size>/
gtceu:pipes/<type>/<size>
gtceu:pipes/<type>/
gtceu:pipes
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.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.20.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as cmmeadditions-4.2.jar — drop this file into the mods folder
- Download size: 287 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.