Skip to content

Commit

Permalink
removing debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
zNightlord committed Dec 18, 2024
1 parent a719b64 commit d1eb146
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MCprep_addon/materials/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def get_format_version_texturepack(resource_folder: Optional[Path]=None) -> Unio
if (file.is_file()):
with open(file, 'r') as f:
data = json.load(f)
print(data)
return data["pack"]["pack_format"]
# return the unaffected change version, 22
return 21
Expand Down
1 change: 0 additions & 1 deletion MCprep_addon/spawner/mcmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ def update_model_list(context: Context):
# Shulkers, Hanging Signs, Signs are entities, put it here for now since they have a lot of variants
is_contains = re.search(r"template_|orientable|cube|_shulker_box|_sign|light_0|light_1", name)
if is_contains:
print(name)
continue
# Single word condition filter
# block single block parent, base parent of most MC contain gui displays
Expand Down

0 comments on commit d1eb146

Please sign in to comment.