• Stars
    star
    276
  • Rank 149,319 (Top 3 %)
  • Language
    Java
  • License
    Other
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clean and Configurable. Your recipe viewer mod for 1.13+.

Roughly Enough Items

https://minecraft.curseforge.com/projects/roughly-enough-items
Roughly Enough Items is a mod to view Items and Recipes for Minecraft 1.13 - 1.18, supporting mod loaders from Forge, Rift to Fabric.

Help translate REI on Crowdin!

This mod is both client sided and server sided.

Maven

Firstly, add my Maven repository (If you already have the architectury maven, you don't need to do this, they are the same repo)

repositories {
    maven { url "https://maven.shedaniel.me" }
}

Choosing the correct artifact to depend on

Fabric

REI recommends you to declare a compile dependency on REI's API, and a runtime dependency on REI's full package.

dependencies {
    modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:VERSION"
    modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:VERSION"
}

Additionally, if you want to interact with the builtin plugins, you may declare a compile dependency on it as well.

dependencies {
    modCompileOnly "me.shedaniel:RoughlyEnoughItems-default-plugin-fabric:VERSION"
}

Forge (ForgeGradle)

REI recommends you to just depend on REI's full package.

dependencies {
    implementation fg.deobf("me.shedaniel:RoughlyEnoughItems-forge:VERSION")
}

Forge (Architectury Loom)

REI recommends you to declare a compile dependency on REI's API, and a runtime dependency on REI's full package.

dependencies {
    modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-forge:VERSION"
    modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-forge:VERSION"
}

Additionally, if you want to interact with the builtin plugins, you may declare a compile dependency on it as well.

dependencies {
    modCompileOnly "me.shedaniel:RoughlyEnoughItems-default-plugin-forge:VERSION"
}

Architectury

REI recommends you to declare a compile dependency on REI's common API, and declare the full package on the individual platform's subprojects.

// Common
dependencies {
    modCompileOnly "me.shedaniel:RoughlyEnoughItems-api:VERSION"
}

// Fabric
dependencies {
    modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:VERSION"
}

// Forge
dependencies {
    modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-forge:VERSION"
}

Additionally, if you want to interact with the builtin plugins, you may declare a compile dependency on it as well.

// Common
dependencies {
    modCompileOnly "me.shedaniel:RoughlyEnoughItems-default-plugin:VERSION"
}

List of artifacts

  • me.shedaniel:RoughlyEnoughItems-api: REI API for Architectury Common
  • me.shedaniel:RoughlyEnoughItems-default-plugin: REI Default Plugin for Architectury Common
  • me.shedaniel:RoughlyEnoughItems-runtime: REI Runtime for Architectury Common
  • me.shedaniel:RoughlyEnoughItems-api-fabric: REI API for Fabric
  • me.shedaniel:RoughlyEnoughItems-default-plugin-fabric: REI Default Plugin for Fabric
  • me.shedaniel:RoughlyEnoughItems-runtime-fabric: REI Runtime for Fabric
  • me.shedaniel:RoughlyEnoughItems-api-forge: REI API for Forge
  • me.shedaniel:RoughlyEnoughItems-default-plugin-forge: REI Default Plugin for Forge
  • me.shedaniel:RoughlyEnoughItems-runtime-forge: REI Runtime for Forge
  • me.shedaniel:RoughlyEnoughItems-fabric: Full REI for Fabric
  • me.shedaniel:RoughlyEnoughItems-forge: Full REI for Forge

More Repositories

1

cloth-config

Client-Sided API for Minecraft 1.14
Java
142
star
2

LightOverlay

To provide users with NEI-like light overlay for Minecraft 1.14+.
Java
83
star
3

cloth-api

Generalized API for Fabric 1.16
Java
38
star
4

AutoConfig

Fork of Auto Config.
Java
28
star
5

BetterLoadingScreen

Java
27
star
6

unified-publishing

Publish to both CurseForge and Modrinth at once!
Java
25
star
7

slight-gui-modifications

Java
24
star
8

SmoothScrollingEverywhere

Adds smooth scrolling to every list in Minecraft.
Java
20
star
9

static-mixin

Statically transforming jars with mixins.
Java
12
star
10

can-i-mine-this-block

Java
12
star
11

CustomSelectionBox-New

1.13.2+ Fork for CustomSelectionBox Mod. 1.12 or lower: https://gitlab.com/tennox-mods/CustomSelectionBox/
Java
12
star
12

your-options-shall-be-respected

Java
11
star
13

advancements-enlarger

Java
9
star
14

cloth-basic-math

Java
7
star
15

error-notifier

Java
6
star
16

improved-stations

Java
5
star
17

FiberToCloth

Java
5
star
18

SomeForgePatchesPorted

Java
4
star
19

modmenu-1.8.9

Java
4
star
20

Materialisation

Materialisation is a mod that allows you to 'materialise' stuff, right?
Java
3
star
21

Rift-ModList

Adds a mod list to your Rift client.
Java
3
star
22

ModsManButJava

https://gitlab.com/sargunv-mc-mods/modsman/ ๐Ÿ‘€
Java
3
star
23

linkie-everythingaccesswidener

Kotlin
3
star
24

rare-ice

Java
3
star
25

awesome-fabric

A curated list of awesome utilities, tools and mods for Fabric, the Minecraft modding framework
3
star
26

clothbit

Java
2
star
27

RightClickClear

Java
2
star
28

ModPackFlattener

Java
2
star
29

i-need-keybinds

Java
2
star
30

cloth-config-lite

Java
2
star
31

NoPotionOffset

Java
1
star
32

BadAnvil

Java
1
star
33

REIAddons

random stuff yay
Java
1
star
34

MaterialisationData

1
star
35

shedaniel

1
star
36

crane

Crane is a set of extensions to Mojang's official Minecraft obfuscation mappings, providing things such as parameter names and Javadocs not supplied by the original mappings set.
1
star
37

mcp-tiny

Kotlin
1
star