[object Object]

Results 65 issues of [object Object]

Fisherman's Gambit is 1-indexed. Fisherman's Gambit II is 0-indexed. ![image](https://user-images.githubusercontent.com/37044997/207208326-7ee1bffd-5f2e-46e5-81f8-d82666c5f5fc.png) ![image](https://user-images.githubusercontent.com/37044997/207208330-fa34d124-8cfe-4592-ade6-4b14cc2f6e32.png)

bug
1.20
needs decision

Currently, pattern pages are defined like this: ```json { "type": "hexcasting:pattern", "op_id": "hexcasting:get_caster", "anchor": "hexcasting:get_caster", "input": "", "output": "entity | null", "text": "hexcasting.page.basics_pattern.get_caster" } ``` This is bad for a...

enhancement
1.20
documentation
api

On Quilt, when a brainswept villager is captured then released with a [cage](https://github.com/MehVahdJukaar/Supplementaries/wiki/Functional-Blocks#cages) from [Supplementaries](https://github.com/MehVahdJukaar/Supplementaries), it is no longer brainswept. On Fabric, brainswept villagers can't be caged at all. (Edit:...

bug
fabric
1.19
needs investigation

cc @Alwinfy

enhancement
1.20

Knowingly introduced in #555, but we should fix it at some point.

bug
1.20

![image](https://github.com/FallingColors/HexMod/assets/37044997/c09d5d5d-637d-4e70-8d7b-9bf046b2754e) Expected result: the arrow below the pattern should not be visible.

enhancement
1.20
documentation

I first noticed this with the Hex Casting scrying lens, but it seems to happen with any trinket and any slot. When you equip a trinket in creative mode, it...

Hex Casting 0.10.3 (the latest public release) [depends on Pehkui 3.6.0](https://github.com/FallingColors/HexMod/blob/89c094f61ded886f1c025eab4675505b1a68264e/Fabric/build.gradle#L100) from JitPack, which means all Hex addons also depend on it. On Feb 28 we noticed that JitPack is...

## Description When using [DeferredRegister](https://docs.architectury.dev/api/registry) to register content in a custom registry added by another mod, initializing the register (eg. `ACTIONS.register()`) fails on Forge with the following error message (full...

bug
priority: high

The current Hex Casting Gradle setup is very old and ad-hoc, using different Gradle plugins for each platform (Sponge VanillaGradle, Fabric Loom, and ForgeGradle). We could probably replace all of...

enhancement
meta