Technerder Posted May 19, 2019 Posted May 19, 2019 (edited) I am currently working on a simple mod which removes the screen shaking effect which occurs when the player gets damaged. However the mixin I am using to try to remove the method body which shakes the screen does not seem to work/register. I would post the code here but I am unaware as to which parts are causing the issue (Whether it is Gradle, MDK, or the Sponge Mixin library). I am using the MDK and eclipse. Repository: https://github.com/Technerder/NoHurtcamMod All help is greatly appreciated! Edited May 19, 2019 by Technerder Quote
Cadiboo Posted May 22, 2019 Posted May 22, 2019 (edited) Don’t use @Overwrite, post your logs & your build logs. Learn what your doing first, among other things your transformer should not be a tweaker. You really, really need to know what you’re doing before trying something like this. Coremodding is not supported on these forums. It is very likely that you can accomplish your changes without a coremod. Edited May 22, 2019 by Cadiboo Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.