Skip to content

Commit

Permalink
Re-enable hexbound CF/MR links
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Jun 10, 2024
1 parent b213367 commit 1fd1a7d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/HexBug/utils/mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,8 @@ class HexdocMod(Enum):
modid="hexbound",
book_id="hexbound:hexboundbook",
description="Addon for Hex Casting adding programmable Constructs and more.",
# curseforge_url="https://www.curseforge.com/minecraft/mc-mods/hexbound-fork/",
# modrinth_slug="hexbound-fork",
curseforge_url=None,
modrinth_slug=None,
curseforge_url="https://www.curseforge.com/minecraft/mc-mods/hexbound-fork/",
modrinth_slug="hexbound-fork",
icon_url="https://raw.githubusercontent.com/object-Object/hexbound/d21a3ba956/src/main/resources/assets/hexbound/icon.png",
modloaders=[QUILT],
)
Expand Down

0 comments on commit 1fd1a7d

Please sign in to comment.