Initial commit.

This commit is contained in:
2022-01-19 16:36:39 +00:00
commit d6c7a9bc4b
13 changed files with 601 additions and 0 deletions

12
gradle.properties Normal file
View File

@ -0,0 +1,12 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
group = dev.micle
archivesBaseName = LoginProtection
modID = loginprotection
name = Micle's Login Protection
author = Micle
buildVersion = 2.1.0
mcVersion = 1.18.1
forgeVersion = 39.0.44