Skip to content

Commit

Permalink
Updated changelog & update.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Sep 12, 2020
1 parent 5e3c6a6 commit 6ab2bfd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Updated to 1.16 :+1:

## 1.16.1
### [1.4.1] - unreleased
### [1.4.2] - 2020-09-12
#### Added
- A new render for when the Item is in your hand thanks to [ItsTheBdoge](https://github.com/ItsTheBdoge) :heart:
- Added `hold shift` for full energy reading aka: `1M/1M FE` to `1,000,000/1,000,000 FE` It's nice! :D
- Updated Modification table textures a bit

#### Changed
- You can now use right click on TileEntities with the Gadget in your hand again. The blocker on this operation has been modified to only apply to things you might have in your offhand like torches. It's not perfect, but the perfect option requires a PR to Forge...

#### Fixed
- Fixed the Mining Gadget going into negative energy due to a issue with freezing upgrade

### [1.4.1] - 2020-08-21
#### Added
- Added a (disabled by default) key binding to open the Gadgets settings screen. (When enabled, it will disable the shift right click action)
- Added a Laser Beam preview to the Mining Gadget Visual Screen
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
#Mod Info
mod_version=1.4.1
mod_version=1.4.2
#Dependencies
forge_version=1.16.1-32.0.108
mcp_version=20200712-1.16.1
Expand Down
3 changes: 3 additions & 0 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"homepage": "https://github.com/Direwolf20-MC/MiningGadgets",
"1.16.1": {
"1.4.2": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.14.4": {
"1.0.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md",
"1.3.5": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit 6ab2bfd

Please sign in to comment.