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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Thanks, I've now installed a slightly newer version and the server is at least starting up now.
    • i have the same issue. Found 1 Create mod class dependency(ies) in createdeco-1.3.3-1.19.2.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Found 11 Create mod class dependency(ies) in createaddition-fabric+1.19.2-20230723a.jar, which are missing from the current create-1.19.2-0.5.1.i.jar Detailed walkthrough of mods which rely on missing Create mod classes: Mod: createaddition-fabric+1.19.2-20230723a.jar Missing classes of create: com/simibubi/create/compat/jei/category/sequencedAssembly/JeiSequencedAssemblySubCategory com/simibubi/create/compat/recipeViewerCommon/SequencedAssemblySubCategoryType com/simibubi/create/compat/rei/CreateREI com/simibubi/create/compat/rei/EmptyBackground com/simibubi/create/compat/rei/ItemIcon com/simibubi/create/compat/rei/category/CreateRecipeCategory com/simibubi/create/compat/rei/category/WidgetUtil com/simibubi/create/compat/rei/category/animations/AnimatedBlazeBurner com/simibubi/create/compat/rei/category/animations/AnimatedKinetics com/simibubi/create/compat/rei/category/sequencedAssembly/ReiSequencedAssemblySubCategory com/simibubi/create/compat/rei/display/CreateDisplay Mod: createdeco-1.3.3-1.19.2.jar Missing classes of create: com/simibubi/create/content/kinetics/fan/SplashingRecipe
    • The crash points to moonlight lib - try other builds or make a test without this mod and the mods requiring it
    • Do you have shaders enabled? There is an issue with the mod simpleclouds - remove this mod or disable shaders, if enabled  
    • Maybe you need to create file in assets/<modid>/items/<itemname>.json with content like this:   { "model": { "type": "minecraft:model", "model": "modname:item/itemname" } }  
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

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