mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 23:58:02 -05:00
[fabric-events-interaction] fix missing entrypoints
This commit is contained in:
parent
c6f1250451
commit
1e132eb7f1
1 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,14 @@
|
||||||
"id": "fabric-events-interaction",
|
"id": "fabric-events-interaction",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"entrypoints": {
|
||||||
|
"main": [
|
||||||
|
"net.fabricmc.fabric.impl.event.InteractionEventsRouter"
|
||||||
|
],
|
||||||
|
"client": [
|
||||||
|
"net.fabricmc.fabric.impl.event.InteractionEventsRouterClient"
|
||||||
|
]
|
||||||
|
},
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"fabric-events-interaction.mixins.json"
|
"fabric-events-interaction.mixins.json"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue