mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-29 05:35:11 +01:00
Fix import order
This commit is contained in:
parent
93f6d269da
commit
a60b513e74
@ -3,8 +3,8 @@ from minecraft.networking.packets import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
from minecraft.networking.types import (
|
from minecraft.networking.types import (
|
||||||
Integer, FixedPointInteger, UnsignedByte, Byte, Boolean, UUID, Short,
|
Integer, FixedPointInteger, Angle, UnsignedByte, Byte, Boolean, UUID,
|
||||||
VarInt, Double, Float, String, Enum, Difficulty, Dimension, GameMode, Angle
|
Short, VarInt, Double, Float, String, Enum, Difficulty, Dimension, GameMode
|
||||||
)
|
)
|
||||||
|
|
||||||
from .combat_event_packet import CombatEventPacket
|
from .combat_event_packet import CombatEventPacket
|
||||||
|
Loading…
Reference in New Issue
Block a user