Simplify directory structure

This commit is contained in:
2020-09-08 20:13:15 -06:00
parent e444cf6677
commit 8fabe5859a
17 changed files with 275 additions and 318 deletions

5
bot.py
View File

@@ -13,15 +13,14 @@ SERVER = os.environ['SERVER']
import monkey_patch # must be before any possible pyCraft imports
from custom.managers import DataManager, ChunksManager, ChatManager
from custom.managers.chunks import ChunkNotLoadedException
from minecraft import authentication
from minecraft.exceptions import YggdrasilError
from minecraft.networking.connection import Connection
from minecraft.networking.packets import Packet, clientbound, serverbound
from custom.networking.packets.clientbound.play.block_change_packet import BlockChangePacket
from protocol.managers import DataManager, ChunksManager, ChatManager, ChunkNotLoadedException
from protocol.packets import BlockChangePacket
from bunch import Bunch
from panda3d.core import LPoint3f, LVector3f