- Changed the Encyclopedia Arcana to stack to 1 instead of 64 (due to how Minecraft works, existing stacks of a larger amount will not be changed to a single count in that stack, ex: malum b1.0.7 world with 64 encyclopedia arcanas in your inv, updating to b1.0.8 they'll still be 64 of them until you click the stack)
- Fixed all of the existing recipe issues by removing the early class loading of Ingredient.class (simple terms: mods who make modifications to how the vanilla recipe ingredient code works, didn't apply their changes, now they do) The known mods which had issues with this were: Create & Paradise Lost
- Changed packet system to use the built-in fabric packet system. This is because using a vanilla one adds this under a new packet which there is a limited amount of ids for, also when using this if another mod is stupid enough to implement this the packet order may be swapped causing game crashes and bad replay recordings
- Fixed Incompatibility with Reach Entity Attributes
- Fixed Issue with Cracked Impetus repairing into Cracked Form instead of Uncracked Form
- Renamed several uses of Fabric to Quilt
- Fixed Crash when putting item in DefaultedInventory block - #3
- Fixed Incompatibility with Botania (hopefully) - #4
- Fixed Issue where you can take damage in creative - #5
- Fixed Scythe issues when changing dimensions (hopefully) - #6
*Still is most likely incompatible with Create Fabric