Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 months ago
All versions
1.0.9
Release
1.0.95 months ago 91
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Added new waystone variants: sandy, mossy, stonebrick, mossy stonebrick, nether and end.
- Village waystones now generate on village path/surface blocks.
- Added configurable structure worldgen rules (
structureWaystoneRules). - Added structure rule filters for dimensions and biomes.
- Added structure waystone spawning in desert temple, jungle temple, stronghold, fortress, end spike and world spawn.
- Fixed structure rules ignoring
enableWorldgen. - Renamed config keys to variable-style names (camelCase).
- Improved teleport placement to avoid spawning inside waystones/walls.
- Global waystones are no longer free by default.
- Creative warps no longer count toward survival cooldown.
- Reworked waystone overlay charging animation and clipping.
- Fixed end/nether overlay rendering issues.
- Fixed end worldgen decorating crash.
- Added waystone item icons for all variants and flat inventory icon support.
- Added end portal-like particles for end waystones.
- Moved dimension warp command to FentLib.
- Added new waystone textures + modernity textures (as virtual resource pack) (by DarkBum).
When upgrading, regenerate your config!
Supplementary resources
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:wRpyARgi:Yr35BFrD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wRpyARgi:Yr35BFrD"
}


