diff --git a/CHANGELOG b/CHANGELOG index fce688b..04f2384 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/media/update.json b/media/update.json index 9bb2ca4..85eee0c 100644 --- a/media/update.json +++ b/media/update.json @@ -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": { @@ -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" } -} +} \ No newline at end of file