Skip to content

Commit

Permalink
Fixed make block lists
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinMaddHatter committed Jun 25, 2023
1 parent 68adc03 commit 948fbd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion structura.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down
1 change: 0 additions & 1 deletion structura_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

1 comment on commit 948fbd7

@Vex-Games
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bro, I love you, this tool is amazing

Please sign in to comment.