mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-27 09:12:09 +01:00
Import new enums into Packet Definition
This commit is contained in:
parent
ed85cb793a
commit
aeaf7b5bcb
@ -4,7 +4,7 @@ from minecraft.networking.packets import (
|
||||
|
||||
from minecraft.networking.types import (
|
||||
Integer, FixedPointInteger, UnsignedByte, Byte, Boolean, UUID, Short,
|
||||
VarInt, Double, Float, String, Enum,
|
||||
VarInt, Double, Float, String, Enum, Difficulty, Dimension, Gamemode
|
||||
)
|
||||
|
||||
from .combat_event_packet import CombatEventPacket
|
||||
|
Loading…
Reference in New Issue
Block a user