Remove the use of typetools in EventFactory#of and fix license field

This commit is contained in:
shedaniel
2020-11-26 19:38:21 +08:00
parent f275c3b156
commit 5822bb9460
3 changed files with 5 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
modLoader = "javafml"
loaderVersion = "[33,)"
issueTrackerURL = "https://github.com/shedaniel/architectury/issues"
license = "Apache-2.0"
license = "LGPL-3"
[[mods]]
modId = "architectury"
@@ -11,4 +11,4 @@ authors = "shedaniel"
description = '''
A intermediary api aimed to ease developing multiplatform mods.
'''
license = "Apache-2.0"
license = "LGPL-3"