Dashkal

Results 4 issues of Dashkal

At present, when a curseforge project is not considered compatible, that's all the user is told: ``` PS D:\Games\PolyMC\instances\BananaCraft_1.18.2\.minecraft\mods> ferium add-curseforge 575698 Adding mod... The project/repository is not compatible ```...

fixed in source

Current import: `"org.tpolecat" %% "atto-core" % "0.4.2"` Example code: ``` lazy val exprBad: Parser[Int] = eParensBad | eLiteralInt lazy val eParensBad: Parser[Int] = char('(') *> many(whitespace) *> exprBad

### Minecraft Version 1.16.5 ### Forge Version forge-1.16.5-36.2.8 ### Mod Version modular-routers-1.16.5-7.5.1-69 ### Describe your problem, including steps to reproduce it When changing out the target of a Sender Mk...

bug
fixed in dev

At present, if a new great spell is added (new addon, updated version, etc) the new great spell does not get a pattern generated. The work-around for now is that...

enhancement