Jump to content

Recommended Posts

Posted (edited)
2 hours ago, Matryoshika said:

Subscribe to GuiScreenEvent.PotionShiftEvent and cancel it. Voila.

 
 

 

It can't be that easy right? xDDD

EDIT: I can't find the potionshiftevent ;-;

Screenshot_1.png

Edited by Bets
Posted
1 minute ago, diesieben07 said:

Sure you can.

 

Yes, there is. If you want to use this, update.

 

I need to be on 1.8.9 for now :P 

What's the other method?

Posted
1 minute ago, diesieben07 said:

There is no other method. The way to do this is through the event that was posted, which was added some time in 1.9.

 

And there's no other way of changing the position of the whole inventory?

Posted
17 minutes ago, diesieben07 said:

There might be, but I am pretty unwilling to spend my time investigating possible ugly hacks so just you can stay on your outdated version.

 

Update.

 

Alright alright haha, what version should I update my mod to? 1.11?

Posted (edited)

I get this error when I'm trying to update to 1.11.2

> There are no mappings for MC 1.11.2

 

(I changed the version to 1.11.2-13.20.0.2228 and did gradlew setupDecompWorkspace)

Edited by Bets
Posted
1 minute ago, Kokkie said:

How did you try to update? Show your build.gradle file...

 

As I said ^

I changed the version to 1.11.2-13.20.0.2228 and did gradlew setupDecompWorkspace

Posted
Just now, Kokkie said:

where did you change that, and you didn't show your build.gradle file

 

Inside my build.gradle file
 

buildscript {
    repositories {
        jcenter()
        maven {
            name = "forge"
            url = "http://files.minecraftforge.net/maven"
        }
    }
    dependencies {
        classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
    }
}
apply plugin: 'net.minecraftforge.gradle.forge'
/*
// for people who want stable - not yet functional for MC 1.8.8 - we require the forgegradle 2.1 snapshot
plugins {
    id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.0"
group= "me.mods.testingForge" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "My MOD"
minecraft {
    version = "1.11.2-13.20.0.2228"
    runDir = "run"
  

 

Posted
3 minutes ago, diesieben07 said:

Did you re-run gradle setupDecompWorkspace eclipse and did you refresh the project in eclipse?

 

Yeah looks like I forgot to gradle eclipse again.

Now it works! but it's not loading the mod when I'm running it from Eclipse

Posted (edited)
16 minutes ago, diesieben07 said:

Google is your friend.

 
 

I tried googling it before I sent the reply.

Eclipse should always go to src/main/java - the problem is the mod not showing up or working at all in the mods list inside the game when I'm running the game FROM Eclipse.

I don't know if it's a problem with me mcmod.info - because everything is the same there.

Edited by Bets

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.