All versions
neoforge-1.21.1-1.0.5
Release
Fletchery Expanded 1.0.5last month 436
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Release 1.0.5 [NeoForge 1.21.1]
- Added enhanced arrow textures for bows and crossbows, including visual display of different arrow variants while drawing and firing.
- Added graphical tooltips to the Fletching Table, making components, effects, and arrow results easier to understand.
- Added Spectral Arrow crafting directly in the Fletching Table.
- Completely reworked the “Honeycombs” ability: blocks are temporarily converted into Honey Blocks for 5 seconds and then correctly restored to their original states.
- Added protection against honey replacement for chests, inventory blocks, farmland, certain multi-block and connecting blocks, and other incompatible blocks.
- Fixed button and piston states after temporary honey blocks are restored.
- Fixed the “Honeycombs” arrow behavior so the arrow only disappears after at least one block has been successfully replaced.
- Dispensers can now use enhanced arrows, while preserving their individual properties and effects.
- Added a dedicated Fletchery Expanded tab to the Creative inventory containing the mod’s main components.
- Improved translations, item names, descriptions, and interface tooltips.
- Added full interaction between enhanced arrows and Bells and Decorated Pots.
- Fixed Decorated Pot destruction so arrows correctly drop 4 Bricks instead of dropping the pot itself.
- Improved enhanced arrow compatibility with various blocks and world objects.
- Fixed numerous issues with block states after arrows hit blocks or apply special effects.
- Fixed armor penetration, including proper interaction with Diamond and Netherite armor.
- Fixed enhanced arrows fired from enchanted bows and crossbows: when using Infinity or Multishot, these arrows are correctly made non-pickable.
- Fixed various issues with additional damage, effects, and special arrow interactions.
- Improved mod stability and fixed multiple bugs occurring during special interactions between arrows, blocks, and entities.
- Performed mod optimization, significantly reducing the build size, removing unnecessary resources, and optimizing internal code.
If you find a bug, error, or encounter unexpected arrow behavior, please report it on our Discord server.
Optional dependencies
Any compatible version
Any compatible version
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:VocYbzvB:RS6xUSxq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VocYbzvB:RS6xUSxq"
}

