Links
Tags
Creators
Details
1.1.0
Compatibility
Required content
Changes
🎉 Initial Modrinth Release (v1.1.0)
Welcome to the Teleprompter Mod! This initial Modrinth release includes all the core features, plus the massive additions from the Auto-Scroll & Alignment update.
✨ What's included in this version:
- News-Anchor Auto-Scroll: Press
Pto let the script automatically crawl up the screen based on a customizable WPM setting and skips blank lines. - Live Wait Commands: Type
## WAIT 10 SECONDSor## WAIT 2 MINUTESin your script. The auto-scroll will pause and dynamically count down to 0 live on your screen before moving on. - Smart Alignment Engine: The mod naturally categorizes your text formatting. Dialogue (marked with a
:and") is cleanly pushed to the left, while stage directions and Wait commands are centered automatically. - Invisible Quotes: Quotation marks are used to detect dialogue, but are cleanly stripped from the final in-game render so your prompter stays clean.
- Paragraph Protection: The text wrapper calculates if a sentence will be cut in half by a page limit and pushes the entire paragraph to the next page.
- Live File Syncing: Edit your scripts in Notepad on a second monitor. As soon as you hit
Ctrl + S, the teleprompter updates in-game instantly. - UI-Responsive Scaling: The prompter smoothly scales with your native Minecraft GUI scale and resolution, allowing you to fine-tune the box padding, text scale, and exact pixel offsets.
⌨️ Hotkeys: Make sure to check your Minecraft Controls menu to bind your Play/Pause and Line-Skipping hotkeys!
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:raSI6EWF:sAs6PB07"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:raSI6EWF:sAs6PB07"
}

