All versions
1.0.8
Release
TeaWaystones 1.0.8-pre1.21.5last year 755
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Paper
Purpur
Changes
This version brings a few bugfixes and new features!
Use this version on servers 1.21.4 or older!
- adds raycasting to get the waystone the player is looking at instead of a waystone the player is near
- adds config file
- adds config option sortorder
- adds config option to change waystone material
- adds config option to stop players from being able to break waystones
- adds config option to stop players from breaking waystones
- adds config option to allow all players to see all waystones
- make crafting recipe customizable by config
- fixes icons in versions after 1.21.5
- fixes a bug that caused deleted waystones to still show up in the menu
- fixes a bug that caused items without ItemMeta being able to be placed into the waystone menu inventory
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:P9hapbJh:fGfG40o4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P9hapbJh:fGfG40o4"
}

