aboutsummaryrefslogtreecommitdiff
path: root/forge
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-10-16 00:37:19 +0800
committershedaniel <daniel@shedaniel.me>2021-10-16 00:50:42 +0800
commit6e7a641926d8b0ea2d0a1caddbf348fe24b669ce (patch)
tree58820c892f893b7a53eeb33448f5936a70469433 /forge
parent3a84bfa28bb233b3a6f0a14f2e90956a98512453 (diff)
downloadRoughlyEnoughItems-6e7a641926d8b0ea2d0a1caddbf348fe24b669ce.tar.gz
RoughlyEnoughItems-6e7a641926d8b0ea2d0a1caddbf348fe24b669ce.tar.bz2
RoughlyEnoughItems-6e7a641926d8b0ea2d0a1caddbf348fe24b669ce.zip
Fix JEI recipes duplicating and going to the wrong category, Fix JER's insane resource reload during plugin application, Add DisplayAdditionReason, Safeguard DisplayCategory#setupDisplay
Diffstat (limited to 'forge')
-rw-r--r--forge/build.gradle2
-rw-r--r--forge/src/main/resources/META-INF/mods.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/forge/build.gradle b/forge/build.gradle
index 1accad167..eca05ac20 100644
--- a/forge/build.gradle
+++ b/forge/build.gradle
@@ -84,6 +84,8 @@ dependencies {
// modRuntime("curse.maven:create-328085:3278516")
modRuntime("curse.maven:industrial-foregoing-266515:3446262")
modRuntime("curse.maven:titanium-287342:3346366")
+ modRuntime("curse.maven:extended-crafting-268387:3470453")
+ modRuntime("curse.maven:cucumber-272335:3349690")
}
shadowJar {
diff --git a/forge/src/main/resources/META-INF/mods.toml b/forge/src/main/resources/META-INF/mods.toml
index 1a89466fd..f35aba857 100644
--- a/forge/src/main/resources/META-INF/mods.toml
+++ b/forge/src/main/resources/META-INF/mods.toml
@@ -8,7 +8,7 @@ license = "MIT"
[[mods]]
modId = "roughlyenoughitems"
version = "${version}"
-displayName = "Roughly Enough Items"
+displayName = "Roughly Enough Items (REI)"
description = '''
To allow players to view items and recipes.
'''