Updated FLINT_AND_STEEL flag description to also tell about campfires

This commit is contained in:
Florian CUNY 2020-02-12 13:39:01 +01:00
parent 120be13b36
commit f383c196a5
2 changed files with 4 additions and 3 deletions

View File

@ -871,8 +871,9 @@ protection:
FLINT_AND_STEEL:
name: "Flint and steel"
description: |-
&a Allow players to ignite fires using
&a flint and steel or fire charges.
&a Allow players to ignite fires or
&a campfires using flint and steel
&a or fire charges.
hint: "Flint and steel and fire charges disabled"
FURNACE:
description: "Toggle use"

View File

@ -341,7 +341,7 @@ public class BreedingListenerTest {
bl.onPlayerInteract(e);
assertFalse("Animal, breeding item in main hand was prevented " + breedingMat, e.isCancelled());
// verify breeding was prevented
// verify breeding was not prevented
Mockito.verify(clickedEntity, never()).setBreed(false);
}
}