Tags
Creators
Details
0
Compatibility
Changes
0
|
|
| L Built-in Dynamic Light [Done]
| | L Beautiful main menu [Done]
| | L Commands (minimal) [Done]
| | L /wastped dimension <set> - teleports to the dimension [Done]
| | L /wastped setname <set> - allows choosing a name for "%!" to speak as a specific character, supports colors [Done]
| L Wind (atmospheric wind in mod biomes) [Done]
| L Gates (blinking, non-functional gates across Nova’s worlds) [Done]
| L Dialogues [Done]
| L Gamerule doAutospawnInWaste (true/false) [Done]
| L "%" command for dialogues (without character name, example: "%Hello" -> "Hello") [Done]
| L "%!" command for character dialogues (with character name, example: /wastped setname Arkameshka; "%!Hello" -> "Arkameshka: Hello") [Done]
| L /wastped setname <name> command to set character name [Done]
| L Support for colored messages and colored character names (use "&" + Minecraft color code at start) [Done]
| L Floating dialogue window, slowly moving up/down and left/right [Done]
| L Hide player nicknames with /wastped nickvisible false/true [Done]
| L Flying Nova (crystal planet) above the Wasteland, day and night [Done]
| L Small button in main menu to switch back to default Minecraft menu [Done]
| L Generation (dimension wastped:waste, where all new content exists and is visible) [Done]
| L Base world type (separate dimension) [Done]
| L Main 8 biomes (Desert, Mesa, Desert Mesa, Salt Plains, Wasteland Plains, Wasteland, Crystal Desert) [Done]
| L Structures [Done]
| L NPCs (for world life and lore) [Done]
| | L Native Warrior (hostile) [Done]
| | L αηփϰϸѦ (secret mob) {+Achievement "Mirage" - encounter the silhouette of a mysterious girl frozen in mid-air} [Done]
| L {Personal note:} FIX SPAWN OF THESE DAMN 8 BIOMES [Done]
| L Rare chance for Ancient Debris block to drop from any fully mined block [Done]
| | L If player has "Luck" effect, each block drops Ancient Debris, Gold Nugget, or Diamond [Done]
| L No ores [Done]
L Development started [20.01.26]
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:LSr939Sh:W1ya45Pq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LSr939Sh:W1ya45Pq"
}

