mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
fix CS #2
This commit is contained in:
parent
45150f1a52
commit
db9d769db6
@ -25,6 +25,7 @@ namespace pocketmine\data\bedrock\blockstate\upgrade;
|
||||
|
||||
use pocketmine\data\bedrock\blockstate\upgrade\BlockStateUpgradeSchemaValueRemap as ValueRemap;
|
||||
use pocketmine\nbt\tag\Tag;
|
||||
use function count;
|
||||
|
||||
final class BlockStateUpgradeSchema{
|
||||
/**
|
||||
|
@ -48,6 +48,7 @@ use function str_pad;
|
||||
use function strval;
|
||||
use const JSON_THROW_ON_ERROR;
|
||||
use const SORT_NUMERIC;
|
||||
use const STR_PAD_LEFT;
|
||||
|
||||
final class BlockStateUpgradeSchemaUtils{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user