Jonathan Coates

Results 486 comments of Jonathan Coates

Mostly I haven't come up with a nice way of solving crafting recipes. I've some ideas, but not spent any time hashing them out.

[Linking for funsies more than anything else](https://squiddev.cc/2022/09/20/ae-petri.html). I think there's some smart things we could do with graph search, so would be worth looking into!

Probably need to start another scan (if needed) once we've found the trashcan https://github.com/SquidDev-CC/artist/blob/bbb5cf56e9e4ebfa44da5b9e559f45379a07190e/src/artist/items/trashcan.lua#L31

Would probably require #2 to be implemented before being useful. We could definitely do auto-refuelling and pickup in the current state, like furnaces do.

Yeah, this is probably a good idea. I've not really thought about this before as the refueller rather assumes an abundance of coal. As far as only refuelling as much...

I'm not entirely sure how this will function with `help`. This prints each line in the file with a separate call to `textutils.pagedPrint`, which makes it much harder to have...

Yeah, I probably will. Might also PR that change into CC - there's a couple of other minor tweaks I'd like to make to the Lua side of things. The...

@Lupus590 Yep. Currently neither change really touches `textutils.pagedTabulate`, which is the other big function - I suspect that'll need to wait until I've reviewed SquidDev-CC/CC-Tweaked#522. Speaking of which, I haven't...

Ahh, that one _was_ an easy fix :)