Brisingr Aerowing
Brisingr Aerowing
[Underwater Enchanting](https://www.curseforge.com/minecraft/mc-mods/underwater-enchanting) does exactly this, though I don't know if it works with Apotheosis.
This just needs a datapack to add support. I'm working on one for my personal pack, and I may put it in a repo for others to use.
[Repo Here](https://github.com/BrisingrAerowing/IE-Datapack-Additions) (I forgot about this issue until a few minutes ago). I recommend OpenLoader for loading these without having to put them into each world.
That is supposed to download the [In-Game Wiki Mod](https://minecraft.curseforge.com/projects/in-game-wiki-mod), but the link seems to have changed (which happens sometimes).
If you're running the SDK off of the same drive, you need to add it to the PATH variable before running. I'm not sure how to do that though.
Did you customize the dungeon configs? This is caused when the config files have errors, like a trailing comma.
That's just the server log. It has no crash data.
That crash is from Ancient Spellcraft, so it should be reported there.
As a side note, there is a library called [LibNTLink](https://github.com/LRN/libntlink) that implements link(), symlink(), unlink(), lstat(), and readlink() on Windows. Maybe that library would be of use. I am currently...
I'll take a look and see if I can get it to compile with MSVC. Looking at the code it doesn't use any GCC-Specific things, so it shouldn't take too...