Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 6 months ago
All versions
2.1.3
Release
Alchemancy 2.1.36 months ago 1,896
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Version 2.1.3
Property Changes:
+ Bouncy can no longer activate targetting the user when equipped on the Boots slot
+ Restocker now restocks Scattershot
+ Applying Anti-grav to Dispensing boots now bypasses the need for the user to be grounded to place down blocks
+ Additional items created by Dispensing using an item are now dropped instead of deleted
+ Ticking now automatically starts counting down if it enters a player inventory without an initial timestamp
+ Fungal no longer has a timer-based cooldown after use. Instead, it now consumes 50 points of durability or the item itself whenever it triggers.
- Triggering Fungal's "When Taking Damage" effect puts the item on a 5-second cooldown.
Bug Fixes:
* Fixed Loose blocks being walkable on when not infused with Sturdy
* Fixed Dispensing + Throwable combo shooting out a projectile with an empty itemstack when the thrown item's stack size is 1
* Fixed rotating a Nether Portal with the Rotating property crashing the game
* Fixed the recipe responsible for making Waxed cancel Infernal using Burning instead. Making it so Infernal + Burning creates Waxed
* Fixed Cloud Dash and Crystal Dash not having a dash limit
* Fixed Cloud Dash, Crystal Dash, and Blinking being spammable by cycling through multiple of the same item
* Fixed Dispensing not updating Hollow's item state when used
* Fixed Dispensing Arrows and Tridents duping Encapsulating contents on impact
* Fixed Dispensing disabling further right-click functionality on the item when its effects fail
* Fixed Fungal + Wayward Warp only affecting one target
* Fixed Assembling not reading empty inventory slots as capable of holding crafted items when Activated
* Fixed Ticking not playing sound effects
* Fixed Ticking reactivating when paired with any other property, not just Interactable
* Fixed Ticking activating properties equal to the number of properties that aren't Ticking present on the item
* Fixed Rotating spinning the user 90 degrees instead of 45 when Activated on self
* Fixed the names of the Infusion Flask and Infused Item Projectile entities not being localized
* Corrected Codex Entries for Bouncy and Home Run regarding their "On Activate" effect
* Fixed typo on Tinted Lens' Codex Entry
Optional dependencies
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:oBDFFKkX:ClmIQpn9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oBDFFKkX:ClmIQpn9"
}

