All versions
1.4.0
Release
Minestuck Expanded 1.4.0last month 217
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
The Horn-y Update:
(AKA The self-indulgent update)
- Cosmetic "armor" items in the form of the hornband!
- Now you can cosplay any one of your favorite trolls!
- Credit to smileshark for the Plotbound horn textures and model.
- Credit to grimalkinAspirant for the Homestuck and Abysswarped textures.
- Now you can cosplay any one of your favorite trolls!
- Added hats for every member of the felt.
- Added the Cairo Overcoat, the best "chestplate" you can craft.
- (If youve got the grist to craft it, that is!)
- Credit to grimalkinAspirant for the textures and models
- (If youve got the grist to craft it, that is!)
- Added the Invisibility Cloak, which turns the wearer invisible for a brief time after recieving damage.
- Added in a dozen new weapons based on various troll ocs of mine and others'.
- Added the Skaia PC, modeled after the blocky PC the minestuck mod used to have.
- Credit to smileshark for the model and texture.
- Added Hopeyglass, a decorative block coming in all dyable colors.
- Also a gradiating "Depths Hopeyglass"
- Credit to smileshark and grimalkinAspirant for the textures.
- Also a gradiating "Depths Hopeyglass"
- Removed Farmer's Delight compatability in favor of a sister mod: Crockercorp Delight.
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:Rbjy2PXg:xCZPtj2p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Rbjy2PXg:xCZPtj2p"
}

