Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hillcox committed Nov 7, 2019
1 parent 174b4d4 commit 39f0afa
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Building Gadgets Changelog
The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and should continue to adhere to the conventions outlined in the Keep a Changelog guidelines.

## [2.7.4 - 1.12.2] - 2019-11-07
Release note: We're nearing the final versions of Building Gadgets for Minecraft 1.12 and will be winding down on the release schedule. 1.14 is going strong and we'd recommend you check it out :D
### Added
- Back ported a feature from 1.14 that disabled the Gadgets tooltip for power if the config is set to 0 for max-power
- Back ported a feature from 1.14 that allows you to disable `absolute coords mode` for the Copy and Paste gadget to mask coords.

### Changed
- Bumped forge version to `14.23.5.2847`

### Fixed
- Disabled other mods from being able to use the gadgets as a battery
- Stopped leaves decaying when placed by the the gadgets
- Fixed the `Surface` mode on the Building & Exchanging gadget using the wrong radius

## [3.0.3a - 1.14.4] - 2019-08-26
### Changed
- Converted the Destruction-Gadget's connected area mode to use the same algorithm as the other Gadget's
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx3G
version=2.7.3
version=2.7.4
#mc_ver
minecraft_version=1.12.2
forge_version=14.23.5.2847
Expand Down
8 changes: 5 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"homepage": "https://minecraft.curseforge.com/projects/building-gadgets",
"1.12.2": {
"2.7.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md"
"2.7.1": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/master/CHANGELOG.md",
"2.7.2": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/2.7.2-1.12.x/CHANGELOG.md",
"2.7.4": "Changelog: https://github.com/Direwolf20-MC/BuildingGadgets/blob/2.7.4-1.12.x/CHANGELOG.md"
},
"promos": {
"1.12.2-latest": "2.7.1",
"1.12.2-recommended": "2.7.1"
"1.12.2-latest": "2.7.4",
"1.12.2-recommended": "2.7.4"
}
}

0 comments on commit 39f0afa

Please sign in to comment.