Add fabric block break/place events

This commit is contained in:
James Seibel
2023-02-26 16:39:00 -06:00
parent 6c5eb09486
commit 1b2afcd02c
3 changed files with 64 additions and 4 deletions
+1
View File
@@ -59,6 +59,7 @@ dependencies {
// }
// Fabric API
addModJar(fabricApi.module("fabric-events-interaction-v0", rootProject.fabric_api_version))
addModJar(fabricApi.module("fabric-lifecycle-events-v1", rootProject.fabric_api_version))
addModJar(fabricApi.module("fabric-key-binding-api-v1", rootProject.fabric_api_version))
addModJar(fabricApi.module("fabric-resource-loader-v0", rootProject.fabric_api_version))