• 1

    posted a message on LiteLoader

    Make sure your interface is in a different package than your mixin. That package is excluded from class loading

    Posted in: Minecraft Mods
  • 1

    posted a message on LiteLoader

    Run the setupDecompWorkspace gradle task. This should be one of the first things you do if you follow any modern Minecraft modding tutorial.

    Posted in: Minecraft Mods
  • 1

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    In the files menu, click the name of the file without actually downloading it. That will show you the changelog.


    It mentions it uses textures now.

    Posted in: Minecraft Mods
  • 2

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from Ayria»

    Can't wait for 1.12 version!


    I literally just uploaded it to curse.
    Posted in: Minecraft Mods
  • 1

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)
    Quote from TrevorPlz»

    While I had to modify this solution quite a lot, and I don't quite to seem understand it finally (figured it out as I was about to ask more questions) understand the parentheses related to $1 now, as it selects the number of the grouping they make. I underestimated the destination portion of the filtering section in returning essentially variable information. Thanks for your help and patience.

    Just a reminder that the destination is a comma separated list. Also, if you use a variable that does not exist, the entire value should be ignored. This allows you to use something like @$1, @$2
    Posted in: Minecraft Mods
  • 1

    posted a message on LiteLoader
    Quote from ccar795»

    Clean installed minecraft, forge and liteloader and it launches again no problem. What's weird is that it didn't do this last week when I last played and just started happening today. What could have caused this error in the first place? Thank you for the help btw.


    The jar or json probably got corrupt. In all likelihood, liteloader probably got removed from the libraries list.
    Posted in: Minecraft Mods
  • 1

    posted a message on Mine Little Pony: Friendship is Crafting v1.7.10.1
    Quote from stitch2k1»

    Would that be messing everything up?


    Possibly. Optifine likes to add local variables, which messes up mixins. I'll need to figure out what those variables are and account for them.

    Posted in: Minecraft Mods
  • 2

    posted a message on Mine Little Pony: Friendship is Crafting v1.7.10.1

    Updated to 1.11.2 now. https://github.com/MineLittlePony/MineLittlePony/releases/tag/1.11.2.0


    .. Does anyone still come here?

    Posted in: Minecraft Mods
  • 1

    posted a message on TabbyChat 2 - SMP Chat Overhaul (New Maintainer)

    Just got around to updating to 1.11. Downloads are on both curse and github.

    Posted in: Minecraft Mods
  • 1

    posted a message on LiteLoader
    Quote from SolarEntropy»

    I was having the same issue as LouisLOurson, however, after following through the video about Sponge replacing the git with LiteLoaders, trying to run "setupDecompWorkspace", the task ":recompileMc" failed caused by the following:


    Caused by: java.lang.NoSuchMethodError: org.gradle.api.logging.LoggingManager.setLevel(Lorg/gradle/api/logging/LogLevel;)Lorg/gradle/api/logging/LoggingManager;
    	at net.minecraftforge.gradle.user.TaskRecompileMc.doStuff(TaskRecompileMc.java:89)
    	at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:75)
    	at org.gradle.api.internal.project.taskfactory.DefaultTaskClassInfoStore$StandardTaskAction.doExecute(DefaultTaskClassInfoStore.java:133)
    	at org.gradle.api.internal.project.taskfactory.DefaultTaskClassInfoStore$StandardTaskAction.execute(DefaultTaskClassInfoStore.java:126)
    	at org.gradle.api.internal.project.taskfactory.DefaultTaskClassInfoStore$StandardTaskAction.execute(DefaultTaskClassInfoStore.java:115)
    	at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:623)
    	at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:606)
    	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
    	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61)


    I'm aware that it's a dependency issue, but I'm new to using Gradle and completely baffled as to what to do about it. Can anyone assist me?


    That's a forgegradle bug. Downgrade your gradle version for now.
    Posted in: Minecraft Mods
  • To post a comment, please .