Commit b24caff37cb5ba875c95a56d71b060aa497f7207
1 parent
e01dd5f5
add note about Forge coremods to transformer help message
Showing
1 changed file
with
1 additions
and
1 deletions
resources/assets/liteloader/lang/en_US.lang
... | ... | @@ -45,7 +45,7 @@ gui.mod.usingapi=Uses additional API |
45 | 45 | gui.mod.startuperror=%d startup error(s) |
46 | 46 | |
47 | 47 | gui.mod.help.tweak=A tweaker is a special type of mod. Tweakers have almost unlimited control of the game and are usually mods which alter the game engine fundamentally, for example APIs or performance-enhancement mods like Optifine. Because they have the greatest amount of control, they are also the most likely to cause instability when not compatible with each other, if you are experiencing crashes or serious problems, you should always try disabling tweak mods first. |
48 | -gui.mod.help.transformer=A transformer mod uses bytecode injection to hook extra functionality within the game which LiteLoader does not normally provide. Because transformers access functionality outside of LiteLoader's core, it is possible for them to have unforseen side-effects when combined with other mods. If you are experiencing crashes or other unexpected behaviour, you should disable transformer mods before regular mods to determine whether they are the source of the issue. | |
48 | +gui.mod.help.transformer=A transformer mod uses bytecode injection to hook extra functionality within the game which LiteLoader does not normally provide. Because transformers access functionality outside of LiteLoader's core, it is possible for them to have unforseen side-effects when combined with other mods. If you are experiencing crashes or other unexpected behaviour, you should disable transformer mods before regular mods to determine whether they are the source of the issue. Forge refers to this type of mod as a §lCoreMod | |
49 | 49 | gui.mod.help.events=An injector mod uses a restricted form of bytecode injection which makes it somewhat safer than a full transformer mod, but can still cause instability under some circumstances. If you are experiencing crashes or other issues, then you should disable injector mods before regular mods to determine whether they are the source of the issue. |
50 | 50 | |
51 | 51 | gui.settings.title=%s Settings | ... | ... |