aboutsummaryrefslogtreecommitdiff
path: root/forge/src/main
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/src/main
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/src/main')
-rw-r--r--forge/src/main/resources/META-INF/mods.toml2
1 files changed, 1 insertions, 1 deletions
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.
'''