14.1.3+forge-1.20
Compatibility
Required content
Changes
-
Fixed warp plates claiming to have lost attunement on dedicated servers
-
Fixed warp plate recipes breaking after a single shard was crafted
-
Fixed warp plate showing dust instead of warp particles even if the target is valid
-
Fixed being unable to join multiplayer server
-
Changed newly activated waystones to be added to the end of the list rather than the start
-
Added Crumbling Attuned Shard, an attuned shard that is used up when teleporting (by edralzar)
-
Added waystones:warp_plate recipe type, allowing to define new recipes for the Warp Plate (by edralzar)
-
Fixed buckets not having any effect on waterlogged waystones
-
Fixed warp stone cooldown getting corrupted into millions of seconds
-
Restricted the warp plate's center slot to a single item to prevent item loss when crafting attuned shards (by edralzar)
-
Added Waystones to Cherry and Bamboo Repurposed Structures villages (by TelepathicGrunt)
-
Inject waystone pieces into Repurposed Structures zombie village variants (by TelepathicGrunt)
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:LOpKHB2A:TlRV5nuf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LOpKHB2A:TlRV5nuf"
}


