[fabric-events-interaction] fix missing entrypoints

This commit is contained in:
Adrian Siekierka 2019-05-11 11:29:13 +02:00
parent c6f1250451
commit 1e132eb7f1

View file

@ -3,6 +3,14 @@
"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"
]