More events and hooks

This commit is contained in:
shedaniel
2020-11-07 03:26:05 +08:00
parent b5f82c0801
commit daa3d4d8a4
34 changed files with 1201 additions and 24 deletions

View File

@@ -3,6 +3,10 @@ plugins {
id "com.github.johnrengelman.shadow" version "5.0.0"
}
loom {
accessWidener(file("src/main/resources/architectury.accessWidener"))
}
configurations {
shadow
}