diff --git a/data/pyproject.toml b/data/pyproject.toml index 7012bc9a45..d756ae2bea 100644 --- a/data/pyproject.toml +++ b/data/pyproject.toml @@ -39,7 +39,7 @@ full = [ "hexdoc-hexdim==1.2.1.1.20.*", "hexdoc-hexflow==0.5.1.1.*", "hexdoc-hexgender==1.0.4.*", - "hexdoc-hexic==1.4.6.*", + "hexdoc-hexic==2.0.0.*", "hexdoc-hexical==2.0.0.*", "hexdoc-hexkeys==0.1.6.*", "hexdoc-hexmapping==0.0.3.*", diff --git a/data/src/HexBug/data/static_data.py b/data/src/HexBug/data/static_data.py index cf1510b1f7..3f899533cd 100644 --- a/data/src/HexBug/data/static_data.py +++ b/data/src/HexBug/data/static_data.py @@ -637,10 +637,18 @@ ResourceLocation("complexhex", "chloe/make"), ResourceLocation("complexhex", "cnarg"), ResourceLocation("ephemera", "hashbits"), + ResourceLocation("hexic", "blind"), ResourceLocation("hexic", "dye_offhand"), + ResourceLocation("hexic", "findview"), + ResourceLocation("hexic", "fox"), + ResourceLocation("hexic", "make_cme"), + ResourceLocation("hexic", "moveconcept"), + ResourceLocation("hexic", "moveentity"), + ResourceLocation("hexic", "omni_close"), + ResourceLocation("hexic", "omni_open"), ResourceLocation("hexic", "spellmind/restore"), ResourceLocation("hexic", "spellmind/save"), - ResourceLocation("hexic", "tripwire"), + ResourceLocation("hexic", "unfox"), ResourceLocation("hexical", "disguise_mage_block"), ResourceLocation("hexical", "tweak_mage_block"), ResourceLocation("hexpose", "entity_name"), @@ -654,8 +662,6 @@ ResourceLocation("oneironaut", "signitem"), # lmao what ResourceLocation("ephemera", "no"), - ResourceLocation("hexic", "free"), - ResourceLocation("hexic", "malloc"), ResourceLocation("hextweaks", "suicide"), ResourceLocation("oneironaut", "circle"), ], @@ -700,8 +706,9 @@ # replace the pattern's name entirely PATTERN_NAME_OVERRIDES: dict[ResourceLocation, str] = { - ResourceLocation("hexpose", "read_book"): "Reading Purification (book)", + ResourceLocation("hexic", "findview"): "Reflection Purification (Hexic)", # undocumented; renamed before next release ResourceLocation("hexpose", "create_text"): "Reading Purification (text)", + ResourceLocation("hexpose", "read_book"): "Reading Purification (book)", } # append the mod's name to the pattern's name diff --git a/uv.lock b/uv.lock index 4e96da0fe6..aa793c4930 100644 --- a/uv.lock +++ b/uv.lock @@ -1101,7 +1101,7 @@ requires-dist = [ { name = "hexdoc-hexdim", marker = "extra == 'full'", specifier = "==1.2.1.1.20.*" }, { name = "hexdoc-hexflow", marker = "extra == 'full'", specifier = "==0.5.1.1.*" }, { name = "hexdoc-hexgender", marker = "extra == 'full'", specifier = "==1.0.4.*" }, - { name = "hexdoc-hexic", marker = "extra == 'full'", specifier = "==1.4.6.*" }, + { name = "hexdoc-hexic", marker = "extra == 'full'", specifier = "==2.0.0.*" }, { name = "hexdoc-hexical", marker = "extra == 'full'", url = "https://github.com/miyucomics/hexical/raw/9e065b5e7995efc9045ab8cecd1f8838106df171/docs/v/latest/main/dist/hexdoc_hexical-2.0.0.1.0.0-py3-none-any.whl" }, { name = "hexdoc-hexkeys", marker = "extra == 'full'", specifier = "==0.1.6.*" }, { name = "hexdoc-hexmapping", marker = "extra == 'full'", specifier = "==0.0.3.*" }, @@ -1434,7 +1434,7 @@ wheels = [ [[package]] name = "hexdoc-hexic" -version = "1.4.6.1.1.post1" +version = "2.0.0.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "hexdoc" }, @@ -1445,7 +1445,7 @@ dependencies = [ { name = "hexdoc-moreiotas" }, ] wheels = [ - { url = "https://files.pythonhosted.org/packages/39/ff/203604b9473e0bad3868d76b8a0fc56b5cac16eea0e112d1b06e64908abd/hexdoc_hexic-1.4.6.1.1.post1-py3-none-any.whl", hash = "sha256:7932301b3fb6522abac8591289875827fd86da6e3878483cfd98c0b40f9b933f", size = 574439, upload-time = "2025-11-21T05:40:44.664Z" }, + { url = "https://files.pythonhosted.org/packages/df/bc/306e83906e372c1b92eecf6a6d5c04a374312028cfc607391552e1af8027/hexdoc_hexic-2.0.0.1.0-py3-none-any.whl", hash = "sha256:e598363b1c3c3a51dd02d4dd8233871a7cd06d56d9f3aa2d79a694f363b8b87d", size = 332018, upload-time = "2026-05-22T18:07:00.515Z" }, ] [[package]]