
Beskar
This mod is part of a Star Wars modpack being developed with Mossy. The pack is not released yet. It introduces Beskar and the devastated world of Mandalore after the Empire, featuring a harsh glassed landscape. The mod is currently in early development.
Forge-0.0.1
Compatibility
Changes
Beskar Changelog
Current Version
- Added a working Mandalorian travel chain for
Mandalore System, including the missing space dimension, corrected UI travel targets, and fixed atmospheric return from Mandalore back intocosmos:mandalore_system. - Reworked Mandalore crystal content with
green_crystal_block,green_crystal_block_floor,green_crystal_block_floor_cracked, andgreen_crystal_clustersupport wired into block/item registration, tags, loot, and placement rules. - Updated Mandalore hazard behavior so toxic contamination applies at level I across the planet and intensifies to level II near green crystal nodes.
- Rebalanced Mandalore resources by making green crystal terrain/features far more common, drastically reducing Beskar ore generation, and replacing the old Mandalore iron feature with coal ore.
- Added Mandalore-specific surface worldgen using custom noise settings, custom Mandalore noise layers, debris/scar/remnant features, and cluster patch biome modifiers to create a more glassed, fractured wasteland surface.
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:ArFPGLWd:VgdIBkLj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ArFPGLWd:VgdIBkLj"
}
