Skip to content

Commit

Permalink
feat: updated changelog & update.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Jan 31, 2023
1 parent 40d09ef commit 351b636
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 5 deletions.
98 changes: 95 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,103 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## 1.19.3

### [1.14.0]

#### Changed

- Ported to 1.19.3

## 1.19.2

### [1.13.0]

#### Changed

- Updated to 1.19.2

## 1.19

### [1.12.1]

#### Changed

- Updated to the latest forge version and slight work to make 1.19 and 1.19.1 work on the samve version

### [1.12.0]

#### Changed

- Updated to 1.19

## 1.18.2

### [1.11.1]

#### Fixed

- Fixed client sounds having issues

### [1.11.0]

#### Changed

- Ported to 1.18.2

## 1.18

### [1.10.2]

#### Fixed

- Effect block not rendering correctly
- Progress bar on durability not reflecting correct value
- Errors being logged on mining

### [1.10.1] - 2021-12-01

#### Fixed

- Block entities (Modification table, effect block) not saving their data correctly

### [1.10.0] - 2021-12-01

#### Changed

- Updated to 1.18!

## 1.17.1

### [1.9.0] - 2021-12-01

#### Changed

- Ported to 1.17 :D

#### Fixed

- Render quads for the null side on "render blocks" (thanks to malte0811)
- Modification table slot issues, filter slot order being flipped
- Filter slot duplication issues

## 1.16.5

### [1.7.6] - 2022-7-27

#### Changed

- Added Mining Gadget to FTB Ultimine blacklist to avoid block voiding

#### Fixed

- Call break events correctly
- Fixed an issue with hardness not being calculated properly causing blocks to break very slowly
- Removed a random print line...

### [1.7.5] - 2021-04-17

## Added
#### Added

- All new and amazing textures for the gadgets, modification table, and upgrades courtesy of the one and
only [Ridanisaurus Rid](https://github.com/Ridanisaurus)
Expand All @@ -16,13 +108,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- We've also added a super fancy render of the laser on the outside of the block. You'll see what I'm talking
about...

### Changed
#### Changed

- Changed the strength of the `render block` to stop players being able to hit the block and void its
drops. [#130](https://github.com/Direwolf20-MC/MiningGadgets/issues/130)
- Modified the gadgets recipes slightly to allow for multiple lasers.

### Fixed
#### Fixed

- Added blocking area on JEI to stop the modification gadgets slot overlapping a deletion area when in cheat
mode. [#142](https://github.com/Direwolf20-MC/MiningGadgets/issues/142)
Expand Down
39 changes: 37 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"homepage": "https://github.com/Direwolf20-MC/MiningGadgets",
"1.19.3": {
"1.14.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.19.2": {
"1.13.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.19": {
"1.12.1": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md",
"1.12.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.18.2": {
"1.11.1": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md",
"1.11.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.18": {
"1.10.2": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md",
"1.10.1": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md",
"1.10.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.17.1": {
"1.9.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.16.5": {
"1.7.6": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md",
"1.7.5": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"1.16.4": {
Expand Down Expand Up @@ -35,8 +58,20 @@
"1.0.0": "Changelog: https://github.com/Direwolf20-MC/MiningGadgets/blob/master/CHANGELOG.md"
},
"promos": {
"1.16.5-latest": "1.7.5",
"1.16.5-recommended": "1.7.5",
"1.19.3-latest": "1.14.0",
"1.19.3-recommended": "1.14.0",
"1.19.2-latest": "1.13.0",
"1.19.2-recommended": "1.13.0",
"1.19-latest": "1.12.1",
"1.19-recommended": "1.12.1",
"1.18.2-latest": "1.11.1",
"1.18.2-recommended": "1.11.1",
"1.18-latest": "1.10.2",
"1.18-recommended": "1.10.2",
"1.17.1-latest": "1.9.0",
"1.17.1-recommended": "1.9.0",
"1.16.5-latest": "1.7.6",
"1.16.5-recommended": "1.7.6",
"1.16.4-latest": "1.7.1",
"1.16.4-recommended": "1.7.1",
"1.16.3-latest": "1.6.0",
Expand Down

0 comments on commit 351b636

Please sign in to comment.