Subtitle Backport
No reviews yet
Descriptive text about in-game sounds, like Modern versions of the game.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Full information: https://archive.org/details/subtitlemod-src
Uploaded to Curseforge so it was easily installable in Prism Launcher through Curseforge source
I found this useful and assumed you might too. I ran with:
Minecraft 1.5.2
Forge 7.8.1.738
src/main/...
I built with:
$ nano settings.gradle
rootProject.name = 'subtitles_mod'
$ nano build.gradle
repositories {
mavenCentral()
maven { url "https://maven.fabricmc.net" }
maven { url "https://repo.sleeping.town" }
}
dependencies {
classpath "agency.highlysuspect:voldeloom:2.4"
}
}
apply plugin: "agency.highlysuspect.voldeloom"
// Configure Gradle to compile with a Java 8 toolchain
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
}
// Compile down to Java 6 bytecode so FML's ASM 4 parser can read it
compileJava {
sourceCompatibility = "1.6"
targetCompatibility = "1.6"
}
archivesBaseName = "subtitles_mod"
version = "1.0.0"
group = "mod.subtitle"
dependencies {
minecraft "com.mojang:minecraft:1.5.2"
forge "net.minecraftforge:forge:1.5.2-7.8.1.738:universal@zip"
mappings "net.minecraftforge:forge:1.5.2-7.8.1.738:src@zip"
}
processResources {
inputs.property "version", project.version
filesMatching("mcmod.info") {
expand "version": project.version
}
}
$ ./gradlew init
$ ./gradlew clean build
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources