Fix renameable item docs and cache ignore
Build renameable item readme / build (push) Successful in 37s
Package resourcepack release / release (push) Failing after 4s

This commit is contained in:
2026-08-12 13:10:01 +01:00
parent 18ad59b195
commit edb8da483b
5 changed files with 109 additions and 5 deletions
+1 -3
View File
@@ -88,9 +88,7 @@ def collect_renameable_items(pack_root: Path) -> list[dict[str, Any]]:
if fallback_ref is None:
continue
item_name = item_name_from_fallback(fallback_ref)
if item_name is None:
continue
item_name = item_file.stem
cases: list[dict[str, Any]] = []
for case in select_node.get("cases", []):