runecraft: add degraded colossal pouch
This commit is contained in:
@@ -69,7 +69,8 @@ public class RunecraftPlugin extends Plugin
|
|||||||
private static final List<Integer> DEGRADED_POUCHES = ImmutableList.of(
|
private static final List<Integer> DEGRADED_POUCHES = ImmutableList.of(
|
||||||
ItemID.MEDIUM_POUCH_5511,
|
ItemID.MEDIUM_POUCH_5511,
|
||||||
ItemID.LARGE_POUCH_5513,
|
ItemID.LARGE_POUCH_5513,
|
||||||
ItemID.GIANT_POUCH_5515
|
ItemID.GIANT_POUCH_5515,
|
||||||
|
ItemID.COLOSSAL_POUCH_26786
|
||||||
);
|
);
|
||||||
|
|
||||||
@Getter(AccessLevel.PACKAGE)
|
@Getter(AccessLevel.PACKAGE)
|
||||||
|
|||||||
Reference in New Issue
Block a user