diff --git a/structura.py b/structura.py index 2f6a1bf9..41c096a2 100644 --- a/structura.py +++ b/structura.py @@ -164,7 +164,7 @@ def runFromGui(): structura_base.add_model(name_tag,models[name_tag]["structure"]) structura_base.make_big_model([xvar.get(),yvar.get(),zvar.get()]) if (export_list.get()==1): - sturctura_base.make_big_blocklist() + structura_base.make_big_blocklist() structura_base.compile_pack() else: for name_tag in models.keys(): diff --git a/structura_core.py b/structura_core.py index 1b5394fa..d96c459e 100644 --- a/structura_core.py +++ b/structura_core.py @@ -88,7 +88,6 @@ def make_nametag_block_lists(self): for model_name in self.structure_files.keys(): file_name="{}-{} block list.txt".format(self.pack_name,model_name) file_names.append(file_name) - print(self.structure_files[model_name].keys()) all_blocks = self.structure_files[model_name]["block_list"] with open(file_name,"w+") as text_file: text_file.write("This is a list of blocks, there is a known issue with variants, all blocks are reported as minecraft stores them\n")