bump ver to v1.1.1

This commit is contained in:
Bella 2019-12-15 18:55:35 -05:00
parent 54d6845f03
commit c166ee1016
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,7 @@
{
"homepage": "https://github.com/S-B99/KAMI/releases",
"1.12.2": {
"v1.1.1": "\n to be filled in",
"v1.1.0": "\n Fixed 7 different NPE / config related crashes\n Added AntiDeathScreen\n Made AutoRespawn Better\n Added AntiChunkBan\n Added Criticals\n Added .commands descriptions\n Added PrefixChat (press your prefix just like MC /!)\n Added AntiKick to FakeGamemode and Spectator\n Added AutoQMain\n Added Capes\n Added IceSpeed\n Added .entitystats, .vanish, .nbt and .teleport\n Added BookCrash\n Added AutoSnowGolem\n Added AutoWither\n Added AutoNameTag option\n Added HoleESP and HoleESP Fast (to be combined into one)\n Added Glow mode to ESP\n Added ElytraFly bypass\n Added ReloadSounds\n Added NoSoundLag\n Added options to the InfoOverlay as well as a welcomer, memory and ping\n Fixed some bugs with sliders\n Improved FastUse with modes and speed\n Added AutoExp\n Added Auto tick speed to Aura\n Fixed CrystalAura entity placing things\n",
"v1.0.9": "\n Readded commands option to CustomChat which was deleted somehow\n Renamed KAMI Aura mode to CPS to make it more clear\n Added surround\n Added bowspam\n Renamed Brightness to FullBright for clarity\n Added FastXP\n Added HoleESP\n Added FakeGamemode\n Added InventoryPreview\n Added a new mode to Customchat\n Changed defaults for FullBright, Autototem and Customchat, and the added modules\n Fixed InvPreview crash\n",
"v1.0.8": "\n Customchat now has modes (ontop, website etc)\n NoFall modes are now a toggle\n Autototem now has an inventory mode\n Autototem Soft mode has been toggled and renamed to Force to be more self exclamatory\n Minor changes to the GUIColor module\n",
@ -13,6 +14,6 @@
"v1.0.1": "\n this does not work\n rainbow module list\n future compatibility shouldn't be an issue, but safewalk has not been changed to ensure it\n this current release has some small features behind zeroeightysix, this will not be the case in the future. this is less buggy then their's, but if you don't mind it use their's.\n"
},
"promos": {
"1.12.2-latest": "v1.1.0"
"1.12.2-latest": "v1.1.1"
}
}

View File

@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
modGroup=me.zeroeightsix
modVersion=v1.1.0
modVersion=v1.1.1
modBaseName=kami
forgeVersion=1.12.2-14.23.0.2531
#mcpVersion=snapshot_20170605

View File

@ -61,7 +61,7 @@ public class KamiMod {
public static final String MODID = "kamiblue";
public static final String MODNAME = "KAMI Blue";
public static final String MODVER = "v1.1.0";
public static final String MODVER = "v1.1.1";
public static final String UPDATE_JSON = "https://raw.githubusercontent.com/S-B99/KAMI/features-master/assets/updateChecker.json";
public static final String KAMI_HIRAGANA = "\u304B\u307F";
@ -141,7 +141,6 @@ public class KamiMod {
try { // load modules that are on by default
ModuleManager.getModuleByName("InfoOverlay").setEnabled(true);
ModuleManager.getModuleByName("GUI Scale").setEnabled(true);
ModuleManager.getModuleByName("Cape").setEnabled(true);
if (((BlueDiscordRPC) ModuleManager.getModuleByName("DiscordRPC")).startupGlobal.getValue()) {
ModuleManager.getModuleByName("DiscordRPC").setEnabled(true);
}

View File

@ -3,7 +3,7 @@
"modid": "kamiblue",
"name": "KAMI Blue\n",
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by S-B99\n",
"version": "v1.1.0",
"version": "v1.1.1",
"mcversion": "1.12.2",
"logoFile": "kami.png",
"url": "https://github.com/S-B99/KAMI",