>>960347With how popular minecraft is, a minecraft command block scripting stream could be pretty fun.
Going over the basics like setblock, fill, summon, kill, and execute, as well as nbt tags and different command block types.
Making simple stuff like exploding arrow (summon primedtnt with fuse:0 on arrows with onGround:1b), or turning all zombies into chickens (execute at all zombies run summon chicken then followed by a conditional command block to kill all zombies).
Googling together commands and how to read the docs on the wiki.
Building simple minigames like Spleef.
A lot of stuff to explore and it's not as dry as coding.