
CM:ME Additions
A GregTech ceu Modern Addon that adds more Material Flags
- Загрузки
- 1K
- Подписчики
- 2
- Обновлён
- 5 апреля 2026 г.
- Лицензия
- CC-BY-NC-SA-4.0
Опубликован 26 августа 2025 г.
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.
Ченджлог
4.2Релиз1.20.1 · 5 апреля 2026 г.
Renamed GENERATE_FULLBLOCK_ORE_PROCESSING to GENERATE_FULLBLOCK_ORES
Added GENERATE_DUST_BLOCK for block that don't have ores.
Added configuration (not enabled yet).
Other changes and fixes!
4.1Релиз1.20.1 · 15 марта 2026 г.
Code Cleanup and some internal changes!
A small tag bugfix
4.0Релиз1.20.1 · 26 февраля 2026 г.
Added the following material Flags:
• CMMEMaterialFlags.GENERATE_CURVED_PLATE
Added more Tags
Working on implementing geodes!
3.1Релиз1.20.1 · 18 февраля 2026 г.
Forgot to uncomment a line resulting some items having item variants
Renamed some items!
3.0Релиз1.20.1 · 18 февраля 2026 г.
Changed the version counting
Added The following Material Flags:
• CMMEMaterialFlags.GENERATE_BROAD_ROD
• CMMEMaterialFlags.GENERATE_TUBE
• CMMEMaterialFlags.GENERATE_FULLBLOCK_ORE_PROCESSING (recipes are work in progress)
Added tags for all Gregtech Material Items what didn't had tags for easier accesibility within gregtech
More Plate recipes
! Warning for modpacks ! If you removed the crafting recipes any plate added by this mod with kubejs, you will have to change the recipe ids to the new ones (if you used id to remove them).
0.2.3Релиз1.20.1 · 26 ноября 2025 г.
Updated to GTCEu 7.4.0
0.2.2Релиз1.20.1 · 16 ноября 2025 г.
Updated To GTCEu 7.3.0
0.2.1Релиз1.20.1 · 23 сентября 2025 г.
Updated To GTCEu 7.2.0
Комментарии
Загружаем…