All versions
1.1.0
Release
Fantasy Illagers v1.1.0 | 1.21.410 months ago 94
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
Additions & Improvements
- Added Twisted Branch Block.
- Added Emergency Light.
- Added Mech Suit Blueprints.
- Added Ribbot Blueprints.
- Added Ribbot.
- Added the "Ribbort Mission" advancement.
- Added Rusty Froglight.
- Added Machinist and Devourer Trophies.
- Added the Suction enchantment.
- Added the Thorough enchantment.
- Added the Inversion enchantment.
- Added the Blood Moon curse/enchantment.
- Added Sun Cream and the Sun Block effect.
- Added the "SPF 300" hidden advancement.
- Added missing recipe for turning Cheese Block back into Cheese.
- Phantom Membranes can now be used in the air slot of the Alchemy Table.
- The Machinist can now be respawned by following the Mech Suit Blueprints in the Engineering Table.
- Rats now spawn in villages.
- Enchanted Books can now be found at the Devourer's Keep and Suspicious Shack.
Fixes
- Fixed the Devourer droppping a drastically lower amount of XP than intended.
- Fixed the Vac-Pack 5000's Cleaning Module having no durability.
- Fixed Skeleton Unicorns being unable to lift curses.
- Fixed magic damages being absorbed by armour.
- Fixed unnecessary knockback from certain damage sources.
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:iA8FNTYW:2L0J2aT4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iA8FNTYW:2L0J2aT4"
}

