Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated yesterday
All versions
26.1.1+neoforge
Beta
[NeoForge 26.1.X] 26.1.1yesterday 13
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
26.1.1
- fix: register datapack registries natively on NeoForge (fabric translation double-registered them, crashing world load)
- fix: exclude Fabric Kiwi in libs from NeoForge build (wrong kiwi data file name crashed init)
- chore: downgrade JEI to 29.29.0.82 for NeoForge 26.1.2.97
- chore: update FarmersDelight to 26.1-3.6.26 and switch to Cassian's Maven
- chore: bump sinytra deps (launchpad 1.9.2, connector 3.0.0-beta.6, forgified-fabric-api 3.5.5)
- chore: exclude new market/minigame datagen from compilation
- chore: adapt deps for cherry-picked features (modonomicon 2.5.1 neoforge, kiwi 26.0.20)
- feat: guide
- feat(market): copy item orders
- feat(market): dynamic pricing
- feat: guidebook part 4
- feat: data-driven market prices
- feat: textures
- feat: brewer JEI/REI workstation and JEI brewing recipe transfer
- feat: minigame and market
- feat: guidebook part 3
- feat: guidebook part 2
- fix: buzzy crafter item lightCoords
- feat: call goat horn sends bees back to their hive
- feat: guidebook
26.0.11
- fix: ender scent trying to load the unloading chunks (close #97)
- fix: dedicated server crash (close #98)
- chore: add Chinese bee names
- fix: inspector not showing potentials that are not from its parents
- fix: accidentally import jade classes
26.0.8
- port
26.0.7
- Merge branch '26.1-fabric' of https://github.com/Snownee/FruitfulFun into 26.1-fabric
- fix: more binary incompatibilities
- Update build.gradle for 26.1-fabric
- feat: data driven bee variant
- feat: more gadgets
- feat: add rose scented canadle
26.0.6
- No changelog provided
26.0.5
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:4bZDWNlG:FGL0pypF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4bZDWNlG:FGL0pypF"
}

