SPIGOT-7868, #1463: Fix default and max power in FireworkMeta

By: Doc <nachito94@msn.com>
This commit is contained in:
CraftBukkit/Spigot
2024-08-17 08:37:46 +10:00
parent 71695536dd
commit 9f0a790b3d
2 changed files with 20 additions and 19 deletions

View File

@@ -66,7 +66,7 @@ import org.junit.jupiter.api.Test;
public class ItemMetaTest extends AbstractTestingBase {
static final int MAX_FIREWORK_POWER = 127; // Please update ItemStackFireworkTest if/when this gets changed.
static final int MAX_FIREWORK_POWER = 255; // Please update ItemStackFireworkTest if/when this gets changed.
@Test
public void testPowerLimitExact() {