Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Apr 1, 2021
1 parent 4a94645 commit 5c99eaf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
------------------------------------------------------
Version 0.1.1
------------------------------------------------------
**Additions**
- Added an icon

**Changes**
- Fake players now use the name from their display profile if any is set
- Added dependencies to fabric.mod.json

**Bugfixes**
- Fixed bridging over long distances

------------------------------------------------------
Version 0.1.0
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with Baritone. If not, see <https://www.gnu.org/licenses/>.
#
mod_name = Automatone
mod_version = 0.1.0
mod_version = 0.1.1
maven_group = io.github.ladysnake

fabric_version = 0.32.0+1.16
Expand Down
1 change: 1 addition & 0 deletions src/launch/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"cardinal-components-base": "^2.7.13",
"cardinal-components-entity": "^2.7.13",
"cardinal-components-world": "^2.7.13",
"fabric": "*",
"reach-entity-attributes": "*"
},
"custom": {
Expand Down

0 comments on commit 5c99eaf

Please sign in to comment.