Tags
Creators
Details
Licensed MIT
Published last year
Updated 8 months ago
All versions
1.10+1.19.2
Release
Raspberry Core 1.10+1.19.28 months ago 909
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Added
- Maximum minecart speed is configurable.
- Copper Horse Armor now grants Lightning Resistance and Aftershock. (Copperized)
- Other Copper Armour mods can now grant Aftershock.
- An atlas item that can open Xaero's World Map. (experimental content)
- Option for ghasts to shoot dragon fireballs (disabled by default).
- Backported leash mechanics from the Chase the Skies drop.
- Disabled workstations are now hidden from EMI.
- Fuel "workstations" are now hidden from EMI.
- New option in the Music and Sounds settings to configure in-game music frequency.
- Fences can be leashed together for decorative purposes.
- Swap arrows can be shot from dispensers and will swap the target with the dispenser block.
- Swap arrows now teleports targets into/out of vehicles like boats and minecarts.
- New option in the Music and Sounds settings to enable music toasts.
Changed
- Removed hard dependency on Naturalist.
- Gliders can now be enchanted with Heartfelt. (Mining Master)
- Fermenting EMI integration now shows how long it takes to ferment. (Brewin' & Chewin')
- Connectible Chains now load knot textures separately.
Fixed
- EMI plugin not being registered when mods are missing.
- Temporary cobwebs not obeying Bracewalk. (Additional Enchantments)
- Fixed default Enderman animations from Enderman Overhaul.
- Swap arrows getting discarded when hitting non-living entities like minecarts.
- Connectible Chains act more in-line with vanilla leads.
- Allays can be duplicated using the Album Jukebox. (Etched)
- Spiders now also check if players are trapped in temporary cobweb blocks. (Dungeons Mobs)
- Twisted tree sapling from Architect's Palette now loads from a datapack instead of being hardcoded.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| raspberry_core-1.10+1.19.2-sources.jar | Unknown | 1,003.8 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:XGWrsQTs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1dE2nxJB:XGWrsQTs"
}




