diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-10-16 00:37:19 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-10-16 00:50:42 +0800 |
| commit | 6e7a641926d8b0ea2d0a1caddbf348fe24b669ce (patch) | |
| tree | 58820c892f893b7a53eeb33448f5936a70469433 /forge/src/main | |
| parent | 3a84bfa28bb233b3a6f0a14f2e90956a98512453 (diff) | |
| download | RoughlyEnoughItems-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.toml | 2 |
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. ''' |
