Marrow
🟠 Updated over a year ago⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 🏆 #56 of 907 fabric mods in this game by downloads
📋 About This Mod
# Marrow (https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.is-immensely.gay%2Freleases%2Fxyz%2Fnaomieow%2Fmarrow%2Fmaven-metadata.xml&label=maven%20releases&logo=Kotlin&style=for-the-badge)](https://maven.is-immensely.gay/#/releases/xyz/naomieow/marrow) (https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.is-immensely.gay%2Fnightly%2Fxyz%2Fnaomieow%2Fmarrow%2Fmaven-metadata.xml&label=maven%20nightly&logo=Kotlin&style=for-the-badge)](https://maven.is-immensely.gay/#/nightly/xyz/naomieow/marrow) (https://img.shields.io/modrinth/dt/marrow?label=Modrinth&logo=modrinth&style=for-the-badge)](https://modrinth.com/mod/marrow) (https://img.shields.io/curseforge/dt/1307965?label=Curseforge&logo=curseforge&style=for-the-badge)](https://legacy.curseforge.com/minecraft/mc-mods/marrow) Minecraft mod that bundles (https://arrow-kt.io) for ease-of-use and installation. ## Usage Simply add it as a dependency to your Gradle project like so: <details> <summary>Groovy</summary> ```groovy repositories { mavenCentral() maven("https://maven.is-immensely.gay/nightly") } dependencies { def variantAttribute = Attribute.of("earth.terrarium.cloche.modLoader", String::class) modImplementation("xyz.naomieow:marrow:2.1.2") { attributes { // "fabric" for fabric // "forge" for forge // "neoforge" for neoforge attribute(variantAttribute, "fabric") } } } ``` </details> <details> <summary>Kotlin DSL</summary> ```kts repositories { mavenCentral() maven("https://maven.is-immensely.gay/nightly") } dependencies { val variantAttribute = Attribute.of("earth.terrarium.cloche.modLoader", String::class.java) modImplementation("xyz.naomieow:marrow:2.1.2") { attributes { // "fabric" for fabric // "forge" for forge // "neoforge" for neoforge attribute(variantAttribute, "fabric") } } } ``` </details> <details> <summary>Kotlin DSL (Cloche)</summary> ```kts repositories { mavenCentral() maven("https://maven.is-immensely.gay/nightly") } common { dependencies { modImplementation("xyz.naomieow:marrow:2.1.2") } } ``` </details> And then you should have access to Arrow in your project: ```kt val example: Either<String, Int> = Either.Left("Hello world!") ``` ## Versioning Marrow tracks the upstream version of Arrow, which is why the initial release is tagged as version `2.1.2`. If you ever find Marrow to be outdated, please create an issue or contact me on (https://chat.lesbian.skin). ## Bundled Libraries - `io.arrow-kt:arrow-core` - `io.arrow-kt:arrow-core-serialization` - `io.arrow-kt:arrow-fx-coroutines` - `io.arrow-kt:arrow-fx-stm` - `io.arrow-kt:arrow-annotations` - `io.arrow-kt:arrow-atomic` - `io.arrow-kt:arrow-collectors` - `io.arrow-kt:arrow-optics` - `io.arrow-kt:arrow-resilience`
# Marrow [!(https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.is-immensely.gay%2Freleases%2Fxyz%2Fnaomieow%2Fmarrow%2Fmaven-metadata.xml&label=maven%20releases&logo=Kotlin&style=for-the-badge)](https://maven.is-immensely.gay/#/releases/xyz/naomieow/marrow) [!(https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.is-immensely.gay%2Fnightly%2Fxyz%2Fnaomieow%2Fmarrow%2Fmaven-metadata.xml&label=maven%20nightly&logo=Kotlin&style=for-the-badge)](https://maven.is-immensely.gay/#/nightly/xyz/naomieow/marrow) [!(https://img.shields.io/modrinth/dt/marrow?label=Modrinth&logo=modrinth&style=for-the-badge)](https://modrinth.com/mod/marrow) [!(https://img.shields.io/curseforge/dt/1307965?label=Curseforge&logo=curseforge&style=for-the-badge)](https://legacy.curseforge.com/minecraft/mc-mods/marrow) Minecraft mod that bundles (https://arrow-kt.io) for ease-of-use and installation.
Simply add it as a dependency to your Gradle project like so:
Groovy
```groovy repositories { mavenCentral() maven("https://maven.is-immensely.gay/nightly") }
dependencies { def variantAttribute = Attribute.of("earth.terrarium.cloche.modLoader", String::class)
modImplementation("xyz.naomieow:marrow:2. 1. 2") { attributes { // "fabric" for fabric // "forge" for forge // "neoforge" for neoforge attribute(variantAttribute, "fabric") } } } ```
Kotlin DSL
```kts repositories { mavenCentral() maven("https://maven.is-immensely.gay/nightly") }
dependencies { val variantAttribute = Attribute.of("earth.terrarium.cloche.modLoader", String::class.java)
modImplementation("xyz.naomieow:marrow:2. 1. 2") { attributes { // "fabric" for fabric // "forge" for forge // "neoforge" for neoforge attribute(variantAttribute, "fabric") } } } ```
Kotlin DSL (Cloche)
```kts repositories { mavenCentral() maven("https://maven.is-immensely.gay/nightly") }
common { dependencies { modImplementation("xyz.naomieow:marrow:2. 1. 2") } } ```
And then you should have access to Arrow in your project:
```kt
val example: Either
## Versioning Marrow tracks the upstream version of Arrow, which is why the initial release is tagged as version `2. 1. 2`. If you ever find Marrow to be outdated, please create an issue or contact me on (https://chat.lesbian.skin).
## Bundled Libraries - `io.arrow-kt:arrow-core` - `io.arrow-kt:arrow-core-serialization` - `io.arrow-kt:arrow-fx-coroutines` - `io.arrow-kt:arrow-fx-stm` - `io.arrow-kt:arrow-annotations` - `io.arrow-kt:arrow-atomic` - `io.arrow-kt:arrow-collectors` - `io.arrow-kt:arrow-optics` - `io.arrow-kt:arrow-resilience`
📊 Mod Details
- Game
- Minecraft Mods
- Author
- naomi
- Version
- 2.1.2-neoforge
- Downloads
- 465
- Endorsements
- 0
- Category
- fabric
- Created
- 7/22/2025
- Updated
- 7/17/2025
- Game Versions
- 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1
- Tags
- library, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Marrow support?
The author lists 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2. Other versions may work but are untested by the author.
What is the latest version of Marrow?
Version 2.1.2-neoforge, published 2025-07-17 with 465 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await