diff --git a/update/changelog.md b/update/changelog.md index 4cf378089..b8a7a62ba 100644 --- a/update/changelog.md +++ b/update/changelog.md @@ -1,3 +1,8 @@ +# 1.10.2-r87 +* Fix Laser Relays sometimes not updating their caches causing in possible loss of things +* Fixed the compost sometimes accepting too many items (It will now accept full stacks at all time) +* Fixed corrupt NBT Tags on Items causing TileEntities to crash in certain situations + # 1.11-r86 * Fix a crash with Energy Phantomfaces and Tesla * Fix the farmer rotations being wrong diff --git a/update/updateVersions.properties b/update/updateVersions.properties index 93e10c24b..3092bf1ec 100644 --- a/update/updateVersions.properties +++ b/update/updateVersions.properties @@ -3,5 +3,5 @@ 1.9=33 1.9.4=45 1.10=46 -1.10.2=85 +1.10.2=87 1.11=86 \ No newline at end of file