Skip to content

Commit

Permalink
Version 1.10-2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hea3ven committed Jun 28, 2016
1 parent 9e89114 commit caccc91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.10-2.0.9:
* Fix infinite recursion error in the grass slabs worldgen.
* Fix issues with block placement.

1.10-2.0.8:
* Fix crash when using the trowel and there's no block for the remainder volume.
* Fix grass slabs dropping nothing when harvested with silk touch, fixes #82.
Expand Down
9 changes: 5 additions & 4 deletions media/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
},
"1.10": {
"1.10-2.0.8": " * Fix crash when using the trowel and there's no block for the remainder volume.\n * Fix grass slabs dropping nothing when harvested with silk touch, fixes #82.\n * Fix upside down corner stairs having the wrong rotation.\n * Fix blocks placed by other players not having the material set client-side, fixes #83.\n * Fix culling issues caused by using the wrong method.\n * Fix being able to pick up the trowel while on it's gui, fixes #80.",
"commit": "e2d8150db58d901cbffafbafb60aec0573126d4e"
"1.10-2.0.9": " * Fix infinite recursion error in the grass slabs worldgen.\n * Fix issues with block placement.",
"commit": "9e89114fc28d4e27a9aeb4f016e5b35aa6f77600"
},
"homepage": "https://github.com/hea3ven/BuildingBricks",
"promos": {
Expand All @@ -79,8 +80,8 @@
"1.9-recommended": "1.9-2.0.9",
"1.9.4-latest": "1.9.4-2.0.9",
"1.9.4-recommended": "1.9.4-2.0.9",
"1.10-latest": "1.10-2.0.8",
"1.10-recommended": "1.10-2.0.8",
"1.10-latest": "1.10-2.0.9",
"1.10-recommended": "1.10-2.0.9",
"reserved": "0"
}
}
}

0 comments on commit caccc91

Please sign in to comment.