Rename data module to mcdata

This commit is contained in:
2020-12-14 05:40:17 +00:00
parent b754a4746d
commit 6c0688b759
10 changed files with 52 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import json
with open('mcdata/registries.json') as f:
with open('minecraft_data/registries.json') as f:
ITEMS = json.load(f)['minecraft:item']['entries']
BEDS = [