HexMod icon indicating copy to clipboard operation
HexMod copied to clipboard

Minecraft mod about drawing spells

Results 155 HexMod issues
Sort by recently updated
recently updated
newest added

fix for #756, added `rotate` and `mirror` to `BlockSlate` which should fix it

### Modloader Fabric ### Minecraft version 1.20.1 ### Hex Casting version 0.11.1-7.672 ### Modloader version _No response_ ### Modpack info _No response_ ### The latest.log file _No response_ ### Issue...

bug
1.20
needs investigation

### Modloader Fabric ### Minecraft version 1.20.1 ### Hex Casting version 0.11.1-7-pre-672 ### Modloader version fabric: 0.15.11, api: 0.92.1+1.20.1 ### Modpack info _No response_ ### The latest.log file _No response_...

bug

Currently, as far as I know, to find out about the debug cube features (eg. "debug media") you need to actually look at the code. I think there should be...

### Describe the feature It would be nice if scrolls could be named and have that display above them when you mouse over them in the world, like item frames...

enhancement

### Minecraft version 1.20.1 ### Hex Casting version 0.11.1-7-pre-669 ### Issue description The book entry for Disjunction Distillation says the following: > With two lists, this creates a list of...

bug

### Modloader Fabric ### Minecraft version 1.19.2 ### Hex Casting version 0.10.3 ### Modloader version _No response_ ### Modpack info _No response_ ### The latest.log file _No response_ ### Issue...

bug

also also fixes #399. alternate impl as suggested at https://github.com/FallingColors/HexMod/pull/728#issuecomment-2305968328

adds codecs to serializable classes like Iotas, Continuation Frames, HexPattern, etc. Although codecs are not necessary for 1.20.1, this should help us migrate to future versions more easily. ## Changes...