Changed version to 2.0.0. Added configurable setting for mobs to not target a protected player.

This commit is contained in:
2021-09-28 22:02:03 +01:00
parent b71a1b5b0b
commit 9b9ffc2840
5 changed files with 31 additions and 2 deletions

View File

@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = '1.17.1-1.1.0'
version = '1.17.1-2.0.0'
group = 'com.micle.loginprotection' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'LoginProtection-Forge'