
CM:ME Additions
A GregTech ceu Modern Addon that adds more Material Flags
Screenshots


About this Mod
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.
Available Versions
How to Install CM:ME Additions on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set forge Loader
In the panel under "Egg", select the forge loader and matching Minecraft version (1.20.1).
Install Mod
Open the mod browser in the dashboard and search for "CM:ME Additions". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
CM:ME Additions server crashes on startup – what to do?
Most common cause: wrong forge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.
Is CM:ME Additions compatible with forge?
CM:ME Additions officially supports forge for Minecraft 1.20.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with CM:ME Additions – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if CM:ME Additions consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install CM:ME Additions with just one click on your server.
Details
- License
- Creative Commons Attribution Non Commercial Share Alike 4.0 International
- Server-side
- Required