Skip to content

Commit

Permalink
Document EMI bridge in README, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Sep 16, 2023
1 parent b0e0b16 commit 7472754
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ one, allowing it to load plugins from mods of both platforms at once.
Includes parts of REI Fabric code in the `me.shedaniel.rei` package, licensed under the
[MIT License](https://github.com/shedaniel/RoughlyEnoughItems/blob/8c03832d5ae716beba4047166505181cadd76e75/LICENSE).

### EMI Plugin Platform Bridge

Similar to the REI Bridge, it loads [EMI](https://github.com/emilyploszaj/emi) plugins of Fabric mods on Forge.
Includes parts of EMI API code in the `dev.emi.emi.api` package, licensed under the
[MIT License](https://github.com/emilyploszaj/emi/blob/deef228b4a35cbcccd2e48e645118ed333a26013/LICENSE).

### Reach Entity Attributes - Forge

A Forge port of the Fabric [Reach Entity Attributes](https://github.com/JamiesWhiteShirt/reach-entity-attributes)
Expand Down
2 changes: 1 addition & 1 deletion emi-bridge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ displayName="Connector Extras EMI Bridge"
authors="Su5eD"
displayURL="https://github.com/Sinytra/ConnectorExtras"
description='''
Runs EMI's Fabric plugin detector on Forge in addition to the default one, allowing it to load plugins from mods of both platforms at once.
Loads EMI plugins of Fabric mods on Forge.
'''
displayTest = 'IGNORE_ALL_VERSION'
[[dependencies.connectorextras_emi_bridge]]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ loom.platform=forge
# Versions
versionMc=1.20.1
versionForge=47.1.3
versionConnectorExtras=1.0.1
versionConnectorExtras=1.1.0

# Publishing
curseForgeId=913445
Expand Down

0 comments on commit 7472754

Please sign in to comment.