Move World class into its own file

This commit is contained in:
2021-04-23 00:18:53 +00:00
parent 221d497204
commit 9874e23aa6
3 changed files with 316 additions and 307 deletions
+2 -1
View File
@@ -26,6 +26,7 @@ from munch import Munch
from mosfet import blocks
from mosfet import game
from mosfet import world
from mosfet import items
from mosfet import job
from mosfet import mcdata
@@ -264,7 +265,7 @@ def bot(global_state):
g.chat = ChatManager(g)
g.game = game.Game(g)
g.world = game.MCWorld(g)
g.world = world.World(g)
try:
while not g.pos: