From 1061999b74856b9de16f85ce0da30590d5bc2a96 Mon Sep 17 00:00:00 2001 From: HellionGames Date: Thu, 14 Oct 2021 22:07:50 -0400 Subject: [PATCH] Bump version and update readme -Bumped to version 1.1.0 -Updated readme to reflect changes in enchants --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d089d7..ea13ab6 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ The five ores are: - Grants Frost Walker or Freezing, dependent on the item. Most commonly found under icy biomes. ### Spirit Garnet -- Grants Thorns or Leeching, dependent on the item. Most commonly found under extremely hilly biomes. +- Grants Thorns, Leeching, or Loyalty, dependent on the item. Most commonly found under extremely hilly biomes. ### Haste Peridot -- Grants Efficiency when applied. Most commonly found under jungle biomes. +- Grants Efficiency, Quick Draw, or Lure, dependent on the item. Most commonly found under jungle biomes. ### Lucky Citrine -- Grants Fortune when applied. Most commonly found under mesa biomes. +- Grants Fortune, Looting, or Luck of the Sea, dependent on the item. Most commonly found under mesa biomes. We've also added two new Enchantments from Dungeons for the Garnet and the Sapphire respectively, those being: diff --git a/build.gradle b/build.gradle index bedeeba..6e11ef7 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle' // Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. apply plugin: 'eclipse' -version = '1.0.0' +version = '1.1.0' group = 'org.infernalstudios.miningmaster' // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = 'miningmaster'