Skip to content

Commit

Permalink
Version 1.10.2-2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hea3ven committed Oct 9, 2016
1 parent cfa1137 commit 7019c5b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.10.2-2.0.13:
* Fix crash when opening the trowel on the off-hand and the main hand is empty, fixes #91.
* Fix crash when using the numpad keybindings, fixes #92.
* Fix loading crash when run with tinkers construct, fixes #95.

1.10.2-2.0.12:
* Fix crash when picking up a trowel when you have a material bag in your inventory, fixes #88.
* Fix crash when placing grass slabs, fixes #89.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project_group=com.hea3ven.buildingbricks
project_name=BuildingBricks
project_display_name=Building Bricks
project_version=2.0.12
project_version=2.0.13
project_class=com.hea3ven.buildingbricks.core.ModBuildingBricks
project_repo=hea3ven/BuildingBricks
project_repo_branch=mc1.10
project_repo_branch=master
project_curseforge_id=236150
project_curseforge_name_id=building-bricks
project_curseforge_type=release
Expand Down
7 changes: 4 additions & 3 deletions media/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"1.10.2": {
"1.10.2-2.0.10": " * Fix grass slabs not having recipes, fixes #87.\n * Fix crash when placing vertical slabs when quark is present, fixes #84.",
"1.10.2-2.0.12": " * Fix crash when picking up a trowel when you have a material bag in your inventory, fixes #88.\n * Fix crash when placing grass slabs, fixes #89.",
"commit": "c52619974a750394020d66f7c72ef5bd6fc65df0"
"1.10.2-2.0.13": " * Fix crash when opening the trowel on the off-hand and the main hand is empty, fixes #91.\n * Fix crash when using the numpad keybindings, fixes #92.\n * Fix loading crash when run with tinkers construct, fixes #95.",
"commit": "cfa113780eb4418049da80e8715d0904bcb4c57a"
},
"homepage": "https://github.com/hea3ven/BuildingBricks",
"promos": {
Expand All @@ -91,8 +92,8 @@
"1.9.4-recommended": "1.9.4-2.0.12",
"1.10-latest": "1.10-2.0.9",
"1.10-recommended": "1.10-2.0.9",
"1.10.2-latest": "1.10.2-2.0.12",
"1.10.2-recommended": "1.10.2-2.0.12",
"1.10.2-latest": "1.10.2-2.0.13",
"1.10.2-recommended": "1.10.2-2.0.13",
"reserved": "0"
}
}

0 comments on commit 7019c5b

Please sign in to comment.