How do I make my mod use your Java API? #552
Replies: 8 comments 1 reply
-
Ok so I linked it in the Gradle thingy but idk what to do in my code. Let's start with the important stuff at the top here. My
|
Beta Was this translation helpful? Give feedback.
-
See https://www.cursemaven.com/ for how to use mods from Curse as dependencies. But also the use of Java API seems overkill here, all you need is to include a json file like this in your mod: |
Beta Was this translation helpful? Give feedback.
-
Where do I put the JSON file? Could you give me a tutorial on this. I would use the IMC API but I don't know how to call IMC functions and from what I've seen, your IMC API has no |
Beta Was this translation helpful? Give feedback.
-
WAIT so your saying the I need some compat folder? If so, what do I do for that then and what do I put in the JSON file? |
Beta Was this translation helpful? Give feedback.
-
If you could make a video tutorial on this, I would be very thankful. |
Beta Was this translation helpful? Give feedback.
-
@blay09:
What do I put in said JSON file and where do I put said compat folder? |
Beta Was this translation helpful? Give feedback.
-
https://blay09.net/mods/cookingforblockheads/compatibility.html |
Beta Was this translation helpful? Give feedback.
-
Ok thank you so much! I have a question:
Why is there an ingredients option that has just sugar and not milk, etc? Do I need to have an INGREDIENTS for my chocolate thingy? |
Beta Was this translation helpful? Give feedback.
-
How do I exactly make my Food item (Chocolate) be crafted with the Cooking Table in this mod? I will use the Java API but there is no tutorial on how the API works. Please can you give me some example code on how to do these please? Thanks in advance, lol.
Edit: What should I put in my
build.gradle
to link this API/mod with my mod?Beta Was this translation helpful? Give feedback.
All reactions