Hex Casting

Hex Casting

6M Downloads

Crash when creating a new world on Fabric 1.19

Ryminer2 opened this issue ยท 4 comments

commented

Title. No other mods installed except for Hexcasting dependencies. Also applies when loading into an existing world.

crash-2022-11-20_20.34.00-server.txt

commented

Please upload the crashlog to Pastebin or Github Gist or similar first

commented

CardinalComponents is missing from the fabric.mod.json dependencies section, was removed in commit e5a077f67ec40c5044b3a1a2d9395f4945b6344b.

  "depends": {
    "minecraft": "=1.19.2",
    "java": ">=17",
    "fabricloader": ">=0.14",
    "fabric": ">=0.64",
    "fabric-language-kotlin": ">=1.7.4+kotlin.1.6.21",
    "patchouli": ">=1.19.2-77",
    "paucal": "0.5.x"
  },
commented

ah yeah that'd do it, good catch. (Why did I do that? What was I thinking?)