Improve searching for crops

This commit is contained in:
2021-04-23 01:25:44 +00:00
parent 9874e23aa6
commit 23891066c0
5 changed files with 69 additions and 54 deletions
+2 -1
View File
@@ -26,7 +26,6 @@ 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
@@ -35,6 +34,7 @@ from mosfet import path
from mosfet import print_help
from mosfet import utils
from mosfet import vector
from mosfet import world
for module in [
blocks,
@@ -47,6 +47,7 @@ for module in [
print_help,
utils,
vector,
world,
]:
importlib.reload(module)