wow I feel so dumb now.. that fixed it! thank you.
Edit: is there anyway to make it sound as soon as I press the right click? it's working now but it has a tiny delay.
I tried using this
RenderingRegistry.registerEntityRenderingHandler(EntityBacon.class, new RenderSnowball(ModItems.rawbacon ));
But it asks me to add arguments and i tried everything but can't figure it out.
So i made an item that launches another custom item, and it is working, but i want the render to look like the snowball looks when you throw it I don't want a custom model.
How would i go about this?
what i did was create a new class for the rendering of my items:
public static void registerItemRender(){
}
public static void register(Item item){
Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Strings.MODID + ":" + item.getUnlocalizedName().substring(5), "inventory"));
Yeah about that.. the /. is just to show the locactions on mac.
But i found this code on the forums:
export _JAVA_OPTIONS='-Xmx2G'
Basically when you select the folder to install the mdk you type this on terminal and start the gradlew setupDecompWorkspace the process will start and it will say "picked up JAVA_OPTIONS"
So now i fixed the problem and i am ready to start coding 1.9.4!
EDIT: uhm for some reason the eclipse folder was not created i was following the forge documentation but i will see what i can do.
Uhm i don't see what i am missing, the wikipedia page said /Users/<username> so that's where i put the gradle folder .
Sorry i really sound like am new here, i used to have a mod "the bacon mod" but i left it a while ago and now i want to comeback to the modding scene but lots of things have changed since last time i modded.
Okay so i tried installing it again with no luck, it still gives me the same message, maybe i have to do some more research or the properties file is wrong?