Skip to content

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
-Bumped to version 1.1.0
-Updated readme to reflect changes in enchants
  • Loading branch information
Dariensg committed Oct 15, 2021
1 parent db7080e commit 1061999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 1061999

Please sign in to comment.