Aryanna Morgan
Aryanna Morgan
As a Sage, having my focus target automatically set to my kardion target is perfect. However, when I play Dancer, I like to focus my dance partner, so I can...
I'm going to be honest: path handling in CC is kind of atrocious right now. The `fs` and `io` APIs use absolute paths, the `shell` API handles relative ones, and...
Currently, the [`bios.lua` handling of startup files](https://github.com/cc-tweaked/CC-Tweaked/blob/0771c4891b2f4bac6fa7cbdf595e85f34a64a030/projects/core/src/main/resources/data/computercraft/lua/rom/startup.lua#L197-L217) only supports a single "source" of user startup files. Specifically, all discovered user startup files are stored in a lua table, but each...
The `cwd` slice directly replaces `$HOME` with `~`, which is nice but unfortunately ignores zsh static named directories (zsh manual, [section 14.7 _Filename Expansion_](http://zsh.sourceforge.net/Doc/Release/Expansion.html#Filename-Expansion), see subsection 2 _Static named directories_)....
The effect icons on your HUD list the largest unit of time remaining on them - hours, minutes, or seconds - with no way to see a more precise duration....
Looking at the [CraftTweaker documentation for `IOreDictEntry`](https://docs.blamejared.com/1.12/en/Vanilla/OreDict/IOreDictEntry/#add-remove-items), the example for adding items indicates that varargs functions _exist_, as shown here: ```zenscript //oreDictEnt.add(IItemStack... item_items); oreDictEnt.add(); oreDictEnt.add(, ); ``` However, nowhere in...
Hi, primary developer here, to share a little bit of the struggle to update for new expansions! Every new expac brings _moderate to major_ changes to existing jobs, _on top...
**Is your feature request related to a problem? Please describe.** When revisit procs and my effects are cleared, pandora continues gathering without giving me a chance to reapply my (manually...
What it says on the tin. I set up a modpack for playing with some friends and exported my profile, checked that the exported URLs were in the right order,...
Opening a crafting access caused a crash, when the following circumstances were all true: - The storage network contained items, and was "aware" of them. - I had to break...