Datapacks - Lafolie/Final-Minecraft GitHub Wiki
FMC Core's Elemental Aspects feature is fully compatible with items, blocks, and mobs supplied by other mods. Compatibility is achieved via tags.
If you are a developer and wish to make your blocks, items, and entities compatible, all you need to do is add your items to appropriate elemental tag. There is an elemental tag for each Elemental Aspect, and they use the Fabric common tags scheme:
Element | Tag |
---|---|
Fire | c:fire_elemental |
Ice | c:ice_elemental |
Lightning | c:lightning_elemental |
Wind | c:wind_elemental |
Water | c:water_elemental |
Earth | c:earth_elemental |
Poison | c:poison_elemental |
Holy | c:holy_elemental |
Dark | c:dark_elemental |
Gravity | c:gravity_elemental |