Move blocks, items, mcdata, mobs to info/ folder

This commit is contained in:
2021-04-23 01:41:01 +00:00
parent 23891066c0
commit ae2b0f4875
27 changed files with 84 additions and 84 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ from copy import copy
from mosfet import utils
from mosfet import path
from mosfet import blocks
from mosfet import mobs
from mosfet.info import blocks
from mosfet.info import mobs
class World:
def __init__(self, global_state):