Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
1.19.2-1.2.14
Release
1.19.2-1.2.144 years ago 218
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
- v1.2.14 [U] Ported to mc1.19.2 forge.
- v1.1.13 [U] Ported to mc1.19.1 forge.
- v1.0.12 [F] Hive to entity insertion prefers item handler
over container interface.
- v1.0.11 [U] Forge updated to 1.19-41.1.0.
- v1.0.11-b1 [U] Initial 1.19 port.
- v1.0.10 [U] Updated to 1.18.2.
[F] Fixed Hive GUI crafting grid visibility.
- v1.0.9 [R] Release build v1.0.9.
- v1.0.9-b2 [F] Trail thinner, frame rate increased.
- v1.0.9-b1 [A] Plant harvesting extended.
[A] Block breaking added (pickaxe).
[A] Tree Chopping implemented (axe).
[A] Trail rotation (sneak-click with ants).
[M] Textures more decent (for players with cribilitis).
- v1.0.8 [F] Forge/gradle update, minor adaptions.
- v1.0.8-b1 [F] Initial 1.18.1 port.
- v1.0.7 [R] Initial 1.17.1 release.
[F] Minor porting fixes.
- v1.0.7-b1 [U] Initial 1.17.1 port.
- v1.0.6 [A] Bonemeal fertilizing non-experimental.
[F] Fixed Potion insertion bug.
- v1.0.6-b2 [M] Hive: Adaptive animal feeding cool-down (the more animals already seen,
the slower the breeding speed).
[M] Trail: Itching damage for animals tuned down.
[M] Hive: Redstone pulse on input/output side added for sending off minecarts
after loading/unloading.
- v1.0.6-b1 [A] Hive: Item Disenchanting (Grind Stone) added.
[A] Trail: Item sorting with item frames added.
- v1.0.5 [A] Hive: Potion brewing added.
- v1.0.4 [F] Fixed Trail Redstone update for notify-only conditions.
- v1.0.3 [F] Fixed Trail Redstone connectivity.
- v1.0.2 [F] Fixed vertical placement issue (thx geometricaldude).
[A] Added crop farming (experimental).
- v1.0.1 [A] Added shearing and animal feeding.
[A] Added No-Ants indicator in the GUI.
[A] Added No-Ingredients indicator for composting.
- v1.0.1-b1 [M] Slightly increased item collection range to Hopper Minecart range.
[A] Ant Hive color variants added (normal, sand covered, dirt covered).
- v1.0.0 [R] Initial release.
[F] Fixed Furnace Processing missing fuel container item insertion.
[F] Tooltip typo fixed.
- v1.0.0-b1 [U] Initial concept implementation.
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:3A9ixmgS:q6FOhFhv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3A9ixmgS:q6FOhFhv"
}

