mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-08 09:27:38 +01:00
Updated FLINT_AND_STEEL flag description to also tell about campfires
This commit is contained in:
parent
120be13b36
commit
f383c196a5
@ -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"
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user