Jump to content

[1.12.2] Compatibility with other mods [Closed]


Legenes

Recommended Posts

Hi!

I want to add JEI and Waila support to my mod, but I don't know how to do it and I didn't find anything about it. Could somebody explain me how does this work?

 

Thanks!

Edited by Legenes
procedure WakeMeUp(Integer plusTime);
var
  I: Integer;
begin
  for I := 0 to plusTime do begin
    println('One more minute!');
    Sleep(1000);
  end;
  println('Okay, nothing to worry, I''m alive!');
  println('So... somebody can give me a coffee?');
  println('I know it''s Pascal, and not Java, but I love it :D.');
end;
Link to comment
Share on other sites

Thanks, now I only need a tutorial for waila/hwyla.

procedure WakeMeUp(Integer plusTime);
var
  I: Integer;
begin
  for I := 0 to plusTime do begin
    println('One more minute!');
    Sleep(1000);
  end;
  println('Okay, nothing to worry, I''m alive!');
  println('So... somebody can give me a coffee?');
  println('I know it''s Pascal, and not Java, but I love it :D.');
end;
Link to comment
Share on other sites

5 hours ago, Legenes said:

Thanks, now I only need a tutorial for waila/hwyla.

I know DeepResonace has support for both TheOneProbe and HWYLA, you can see how he implements them here.

 

You can also reference his build.gradle to install the APIs into your environment, you can see this here, and here for the dependencies.

 

If you'd like more functionality, both have open source APIs you can view. You can see HWYLA here, and TOP here.

 

  • Like 1
Link to comment
Share on other sites

13 hours ago, unassigned said:

I know DeepResonace has support for both TheOneProbe and HWYLA, you can see how he implements them here.

 

You can also reference his build.gradle to install the APIs into your environment, you can see this here, and here for the dependencies.

 

If you'd like more functionality, both have open source APIs you can view. You can see HWYLA here, and TOP here.

 

Whoa! Thank you very much!

procedure WakeMeUp(Integer plusTime);
var
  I: Integer;
begin
  for I := 0 to plusTime do begin
    println('One more minute!');
    Sleep(1000);
  end;
  println('Okay, nothing to worry, I''m alive!');
  println('So... somebody can give me a coffee?');
  println('I know it''s Pascal, and not Java, but I love it :D.');
end;
Link to comment
Share on other sites

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.