Move World class into its own file
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user