CC-Tweaked icon indicating copy to clipboard operation
CC-Tweaked copied to clipboard

More gametests

Open SquidDev opened this issue 1 year ago • 1 comments

Creating omnibus issues is always a bit of a risk (see #91 which never got finished) but, in the vein of #1677, I think it's useful to have a place to jot down things which it would be nice to game test, but I haven't got round to yet.

  • Printers:
    • [ ] Block states are set correctly: probably want something like disk drives, so testing both manual inventory manipulation, and then main printer peripheral flow.
    • [ ] Correct pages are generated.
    • [ ] newPage and endPage handle overflows correctly.
  • Turtles:
    • [ ] Sided inventory interactions - check whether we can suck/insert on specific sides of a furnace. We have one for sucking, but maybe should have one for dropping too?
    • [x] Equipping turtle tools.
    • [x] Crafting.
    • [ ] Crafting outside the default location (#1918)
    • [ ] Placing boats, bottles into water sources, and beehive, cauldron and composter interactions.

SquidDev avatar Jan 14 '24 12:01 SquidDev

Might also be nice to have some tests for ServerComputer lifecycle, so we can catch things like #1760. It's irritating - ideally these would be unit tests, but that code is quite tied to having a MinecraftServer present.

SquidDev avatar Mar 23 '24 11:03 SquidDev