Tags
Creators
Details
Licensed MIT
Published last year
Updated 8 months ago
All versions
1.8+1.19.2
Release
Raspberry Core 1.8+1.19.210 months ago 361
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Added
- Fireflies from Naturalist can now be captured with Bug Nets.
- Rose Gold Bombs, which deal knockback without inflicting damage.
Changed
- Haste is now exponential.
- Haste no longer causes the player's arm to stop moving at high levels.
- EMI beacon base recipe page is now sorted.
- EMI integration for Create is now disabled by default due to conflicts with RF.
- Raiders with banners can now be disabled via the config.
Fixed
- Players who manage to enter a boat while gliding will no longer be stuck in the boat.
- Witches no longer burn in daylight.
- Raiders no longer tick twice as fast as they should.
- Another fix for misbehaving Thrashers
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| raspberry_core-1.8+1.19.2-sources.jar | Unknown | 757.51 KiB |
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:1dE2nxJB:9vJ2ip6I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1dE2nxJB:9vJ2ip6I"
}





