Links
Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 months ago
All versions
1.3.57
Alpha
Wasteland Wanderer | Alpha 1.3.573 months ago 171
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Gave all power armours a visual remake
- Added the NCR Ranger helmet 3D model to the armour item (still doesn't have proper stats and is very WIP (might also not include all of the helmet variants, but we'll see, because I used my Veteran Ranger helmet for the Combat helmet))
- Added Dogmeat (WIP)
- Added "Armor Weight" compatibility for power armour
- Added pre-war money (junk)
- Remade the pipboy inventory (visually) (still doesn't have working slots)
- Expanded Elder Stern's dialogue (still not accessible)
- Renamed the "Wasteland" biome to "Commonwealth", because we have the Mojave and Capital Wasteland, so it shouldn't be called "Wasteland" anymore
- Changed some loottables
Probably added more, but don't remember lol
Optional dependencies
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:oPHr71fg:t5nW1b2i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oPHr71fg:t5nW1b2i"
}



