Tags
Creators
Details
Licensed GPL-3.0-only
Published 6 months ago
Updated 6 months ago
All versions
1.6.0
Release
Revival Update6 months ago 275
Compatibility
Minecraft: Java Edition
a1.1.2_01
Platform
Risugami's ModLoader
Supported environments
Client and server
Changes
- Bug Fixes
- Fixed the ore distribution bug in negative coordinates.
- Fixed cave generation on chunk boundaries.
- Fixed cherries rendering as apples in spring worlds.
- Fixed rendering of the sign edit UI.
- Fixed the breaking speed of pressure plates.
- Fixed leaf litter melting like snow when near torches
- New Features
- Added item name displays to the inventory screen.
- All plants can now be cooked in a furnace to create fertilizer.
- Pressure plates can now be placed on top of fences.
- Blocks above a certain y-level will now generate snow, regardless of world type.
- Added the aquamarine anchor, allowing you to set your spawn point.
Alpha Advanced is now available on Modrinth
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:NwLNK6Qb:kSNWsZeX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NwLNK6Qb:kSNWsZeX"
}

