From 07f0ce5d0808dd7931c17a9181422746e866430d Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Wed, 4 Nov 2020 01:12:27 +0100 Subject: [PATCH] Add changelog entry for water bottle fix on 1.8. This is a bit awkward to deal with, because the actual fix exists only on the 1.8 branch, but we release from the main branch, so we want the changelog entry to come from there. --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index b49ef92..4f70689 100644 --- a/changelog.md +++ b/changelog.md @@ -42,6 +42,7 @@ These changes will (most likely) be included in the next version. - The `player-time-in-arena` setting has been fixed. - The `soft-restore` setting has been fixed for blocks broken by players. Note that the functionality is still unreliable for non-trivial blocks. - Items in class chests are now cloned before they are made unbreakable and given to players. This fixes an issue where setting `unbreakable-weapons: false` had no effect on the items. Note that any affected items in existing class chests will need to be replaced. +- (1.8) Potions no longer turn into water bottles. ### Removed - The MagicSpells integration has been removed. This means that the extra `magicspells.yml` config-file (if it exists) no longer does anything and can be removed.