1.20.1-2.0
Compatibility
Changes
Added virtual mana holograms for Mana Pools, Mana Spreaders, and Generating Flowers.
The holograms displayed above the blocks show: • the current mana amount in numeric form • a mana bar • the rate at which mana is being added or drained.
By default, holograms are enabled only for Mana Pools.
You can enable holograms for spreaders and flowers, or disable them entirely via the client config or with in-game commands:
/manadisplay [pool/spreader/flower] [on/off]
or toggle everything at once:
/manadisplay [on/off]
Добавлены виртуальные голограммы маны для бассейнов, распространителей и генерирующих цветов.
Голограммы, отображающиеся над блоками, показывают: • текущее количество маны в цифровом виде • полосу маны • скорость прибавления или уменьшения маны.
По умолчанию голограммы отображаются только у бассейнов маны.
Вы можете включить отображение для распространителей и/или цветов, либо полностью отключить голограммы через клиентский конфиг или с помощью игровых команд:
/manadisplay [pool/spreader/flower] [on/off]
или включить/выключить всё сразу:
/manadisplay [on/off]
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:5DdGWbPM:UJTkwdXt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5DdGWbPM:UJTkwdXt"
}

