mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-22 15:47:57 -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,7 +3,15 @@
|
|||
"id": "fabric-events-interaction",
|
||||
"version": "${version}",
|
||||
"license": "Apache-2.0",
|
||||
"entrypoints": {
|
||||
"main": [
|
||||
"net.fabricmc.fabric.impl.event.InteractionEventsRouter"
|
||||
],
|
||||
"client": [
|
||||
"net.fabricmc.fabric.impl.event.InteractionEventsRouterClient"
|
||||
]
|
||||
},
|
||||
"mixins": [
|
||||
"fabric-events-interaction.mixins.json"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue