All versions
1.4.24
Release
1.20.1-1.4.242 years ago 616
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- v1.4.24 [M] Added Hive wood styled texture.
[M] Supported/Dropping Trail texture edited.
[F] Fixed Brewing result transfer issue.
- v1.4.23 [/] Version skipped to synchronize with Fabric.
- v1.4.22 [F] Fixed disenchanting of Enchanted Books.
[F] Fixed unintended Brewing potion pass-through.
[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.
[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).
[A] Added block placing and sapling planting (Dispenser in command slot).
[A] Added Fluid collection (water/lava to buckets/bottles, Bucket in command slot).
[A] Added bee hive honey collection (Bucket in command slot).
[A] Added bee hive comb collection (Shears in command slot).
[M] Minecart loading does not send off empty Minecarts.
[M] Covered Ant Trail texture edited.
- v1.4.18 [F] Fixed Minecart loading/unloading start on empty input/output.
[A] Added crop fertilizing particle effects.
[I] Note: Version v1.4.17 skipped (code base comapt with fabric releases).
- v1.4.16 [U] Initial port to NeoForged 1.20.1.
- 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:t7SpPD9z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3A9ixmgS:t7SpPD9z"
}

