Skip to content

Commit 718083c

Browse files
committed
Update comments on Content Creator Integration
1 parent 47f603b commit 718083c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ another version, please open an issue and state the requested version.
8080

8181
The mod [Content Creator Integration](
8282
https://www.curseforge.com/minecraft/mc-mods/content-creator-integration)
83-
contains a buggy implementation of the Mod Menu API. The result is that the GUI
84-
scale is changed when opening Mod Settings, even if you do not click the CCI
85-
button. The mod hardcodes references to immplementation details of Mod Menu
86-
itself so the bug does not manifest using Mod Menu. There is a [bug report](
83+
versions 1.9.3 and older contains an incompatible implementation of the Mod Menu
84+
API. The result is that the GUI scale is changed when opening Mod Settings, even
85+
if you do not click the CCI button. The mod hardcodes references to
86+
implementation details of Mod Menu itself so the bug does not manifest using Mod
87+
Menu. This [will be fixed](
8788
https://github.com/iChun/ContentCreatorIntegration-IssuesAndDocumentation/issues/82)
88-
on CCI for this behavior.
89+
in future versions.

src/main/java/com/terraformersmc/modmenu/gui/ModsScreen.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import net.minecraft.text.Text;
55

66
/**
7-
* This class should not really have been needed, but some mods (e.g. the Content Creator
8-
* Integration mod) apparently consider this class part of the ModMenu API, and uses it for
9-
* instanceof checks. That will cause exceptions if Mod Menu is not also installed.
7+
* Ideally, this class should not really have been needed, but some mods (e.g. older versions of
8+
* Content Creator Integration mod) apparently consider this class part of the ModMenu API, and
9+
* uses it for instanceof checks. That will cause exceptions if Mod Menu is not also installed.
1010
*/
1111
public class ModsScreen extends Screen {
1212
protected ModsScreen(Text title) {

0 commit comments

Comments
 (0)