mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
[ci skip] Fix spelling of ignition's word into javadoc (#11864)
This commit is contained in:
parent
d00344af65
commit
60edd611f2
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public interface Attribute extends OldEnum<Attribute>, Keyed, Translatable, net.
|
|||
*/
|
||||
Attribute JUMP_STRENGTH = getAttribute("jump_strength");
|
||||
/**
|
||||
* How long an entity remains burning after ingition.
|
||||
* How long an entity remains burning after ignition.
|
||||
*/
|
||||
Attribute BURNING_TIME = getAttribute("burning_time");
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue