Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
1.9.27
Release
1.20.6-1.9.272 years ago 192
Compatibility
Minecraft: Java Edition
1.20.6
Platform
Fabric
Supported environments
Client and server
Changes
- v1.9.26 [U] Updated to 1.20.6 fabric.
- v1.8.26 [U] Updated to 1.20.5 fabric.
- v1.8.25 [U] Updated to 1.20.5-pre1 fabric.
- v1.7.25 [F] Brewing processes 3 potions (like vanilla Brewing Stand).
- v1.7.24 [M] Added Hive wood styled texture.
[M] Supported/Dropping Trail texture edited.
[F] Fixed Brewing result transfer issue.
- v1.7.23 [F] Fixed Hive farming melon/pumkin stem age reset (ty @gonzoo).
- v1.7.22 [U] Updated to mc1.20.4 fabric.
- v1.6.22 [U] Updated to mc1.20.3 fabric.
- v1.5.22 [M] Minecart loading does not send off empty Minecarts.
[A] Added bee hive honey collection (Bucket in command slot).
[A] Added bee hive comb collection (Shears in command slot).
- v1.5.21 [M] Covered Ant Trail texture edited.
[A] Ant Trail can be placed on Leaves.
[A] Bone Meal fertilizing added (crops, saplings).
[A] Tree chopping also breaks bee nests.
[A] Tree chopping: Chopped items get slowly
transported (thrown) towards the Ant Hive.
- v1.5.20 [A] Hive emits particles after finishing recipe based processes.
[A] Hive Fishing added (command slot Fishing Rod).
[A] Covered Ant Trail added (Wood log like item pipe).
- v1.5.19 [A] Added block placing and sapling planting (Dispenser in
command slot).
[A] Added Fluid collection (water/lava to buckets/bottles.
Bucket in command slot).
- v1.5.18 [F] Fixed disenchanting of Enchanted Books.
[F] Fixed Hive-to-Trail insertion direction (Hopper).
[F] Fixed Minecart loading/unloading start on empty input/output.
[F] Fixed unintended Brewing potion pass-through.
[A] Added crop fertilizing particle effects.
- v1.5.17 [U] Initial Fabric port for mc1.20.2.
[B] Known issue: Config not implemented yet.
- v1.4.16 [U] Initial Fabric port for mc1.20.1.
[B] Known issue: Config not implemented yet.
- v1.3.15 [U] Updated to mc1.19.3 forge.
[A] Added possibility to disable Hive drops from Redstone mining.
[A] Added tool selection config options.
[E] Known issues: No dedicated Mod Creative Tab yet, no JEI
integration yet.
- 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:iRHhzbwx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3A9ixmgS:iRHhzbwx"
}

