
A Minecraft mod that allows you to display image presentations in-game.
Bring your slides directly into the Minecraft world!
The Presentation Mod is a unique tool designed for content creators, streamers, and educators. It allows you to import image files and display them as projected slides within the game world. You can then control the slides using in-game items, making your character the presenter.
Whether you are explaining a redstone tutorial, creating a lore video, or giving a technical talk, this mod lets you do it without leaving the immersion of Minecraft.

Current Status: Singleplayer Only
This mod is currently optimized for Singleplayer worlds. It is intended for local recording, streaming, or screen-sharing scenarios.
(Multiplayer synchronization is not yet implemented. In a server environment, slide changes will not be visible to other players.)
.png images as a presentation board in the world.mods/presentation/.my_talk)..png images inside. (Name them 01.png, 02.png... to sort them).Run the following commands in-game:
// Import the images
/presentation import my_talk
// Place the screen.
// Tip: Use the aspect ratio of your images (e.g., 16 9 or 4 3) for the size!
/presentation set my_talk ~ ~ ~ 16 9
Give yourself the controller items:
/presentation controller my_talk
Right-click with the Next Slide item to advance your presentation.

Advances to the next slide.

Returns to the previous slide.

Resets to the first slide.

Skips to the last slide.
Switch to Front Third Person view (press F5 twice) to show your avatar standing next to the screen. This allows you to "act" as a presenter within the Minecraft world, making your video much more engaging than a simple screen share.
Want to focus on the slides?
Instead of using commands, try drinking an Invisibility Potion right on stage!
The animation of drinking a potion adds a great "live performance" feel to your presentation.
(Of course, you can also use /effect give @s invisibility if you prefer instant magic.)
Want to create a lecture hall with a "Next Slide" trigger on the podium? You can use Command Blocks!
/give @s command_blockpresentation slide next my_talkFor the full list of commands and detailed usage, please refer to the README on GitHub:
View Full Command Reference (README)