Description
NarutoLoading
Replaces Minecraft's loading screens, dirt backgrounds, and title panorama with custom videos and audio. Also supports building actual video screens in-world.
Basic Environment Setup
FFmpeg and Yt-dlp
- Download FFmpeg and Yt-dlp manually and place them into your Minecraft instance directory.
- Required directory names:
ffmpegorffmpeg-win/ffmpeg-linux/ffmpeg-macdepending on your OS, andyt-dlpfor yt-dlp. - The mod will auto-detect them from these directories.
- Required directory names:
- Alternatively, configure the
ffmpegExePath,ffprobeExePath, andytdlpExePathoptions innarutoloading.jsonto point directly to the executables. - You need to enable
enableUrlForSourceSelectioninnarutoloading.json, or the yt-dlp feature will not be available.
Video and Audio
Single
- Put the video and audio files into the
configdirectory of your game. - Edit
narutoloading.jsonand setvideoFileNameandaudioFileNameto the respective file names. - Launch your game and enjoy!
Multiple
- Create a directory called
narutoloading-sourcesin theconfigfolder of your game. - Create sub-directories (name them as you like) inside
narutoloading-sources. - Each sub-directory should contain a video file and an audio file named
videoandaudiorespectively. - Launch your game and enjoy!
In-Game Experience
Keys
| Key | Action | Type |
|---|---|---|
F12 |
Reload current video | No-world only |
Shift + F12 |
Roll for a random source from the narutoloading-sources directory |
No-world only |
Ctrl + F12 |
Open source selection GUI screen | No-world only |
Shift + Right Mouse |
Clear text in focused edit box (in GUI) | Universal |
In-World Screen Construction
Built with Displayer blocks or Item Frames.
Screen Size
Screens can be built in any aspect ratio and size you like. Earlier versions required 16:9 or 9:16, but this restriction has been removed since 2.2.0. The minimum screen size is 2×2, meaning you need at least 4 Displayers or Item Frames to form a valid screen. The only real limitation is Minecraft's building height limit.
How to Build
- Build the border of your screen using Displayers or Item Frames.
- Make sure the structure is at least 2×2 in size.
- After finishing the structure, sneak + right click the two bottom corners.
- The mod will automatically detect the entire screen based on these two corners. Right click any border displayer to open the in-world settings GUI.
Commands for Building a Huge Screen Rapidly
Make sure your render distance and simulation distance are large enough (e.g. 32) before using these.
/gamerule commandModificationBlockLimit 9999999
/fill ~ ~ ~-400 ~ ~449 ~399 narutoloading:displayer


