Jump to content

Search the Community

Showing results for tags 'gradle'.

  • Search By Tags

    • gradle ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 13 results

  1. I develop a mod called "Every Ore and More" but when I ran DataGen, it didn't work. Same thing with runClient. I am using Forge 1.20.1-47.3.11 in IntelliJ IDEA. The source code is available here: Github. It uses the following API: ErrorLib Here are the error logs: Error.txt on GitHub...
  2. I am trying to use a Mod I developed as an API, but I have no idea how. I do not intend to have it download from the internet or anything like other really popular APIs, just use a Jar file. The only tutorials I have been able to find have been really old, from 2014 or earlier. Does anyone know how...
  3. im a little new to intellij, modding and all that and this is my first one im working on, whenever i proceed to run the client to test out my new items i get this error and many others surrounding my run-data directory. any help is appreciated thank you! Execution failed for task ':runClient'. >...
  4. Hi, I am trying to use a shadowed dependency in my mod for version 1.8.9, but I just can't get it fully working. I think the shadowing is working (at least a little) because I can use the dependency in my mod without getting a classdefnotfound, but if I actually try to use the dependency it jus...
  5. Here is my code: @Mod.EventBusSubscriber(modid = Mod.MODID, bus = Mod.EventBusSubscriber.Bus.FORGE, value = Dist.CLIENT) public class PlayerRenderModifications { @SubscribeEvent public static void prePlayerRender(RenderPlayerEvent.Pre evt) { RenderSystem.setShaderColor(0.0F, 1.0F,...
  6. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':processResources'. > Could not copy file 'C:\Users\jedil\Downloads\forge-1.20-46.0.14-mdk\src\main\resources\META-INF\mods.toml' to 'C:\Users\jedil\Downloads\forge-1.20-46.0.14-mdk\build\resources\main\META-INF\...
  7. Hello everyone , I am trying to develop an AI controlled player with the help of dl4j using reinforcement learning. Unfortunatly when i try to add it to my gradle as shown in this link My Build won't work with this error: A problem occurred starting process 'command 'C:\Program F...
  8. As well all know in minecraft inventory items (that can have more then 1 item amount) show a number once there amount goes above 1 (3 for the acacia plank for example) as shown below: now im trying to not render the item amount I found the following way I could maybe do that: pu...
  9. The video by LexManos is outdated, and another video I found by SIlentChaos no longer works since forge doesnt use GradleStart
  10. So the following pastebin contains the log file for my last runData run. I have tried many things but i don't understand where the problem is with that projekt because another on works completly fine. I have also tried to reinstall the project from Github. https://pastebin.com/KwAP1yqx https://g...
  11. I tried many things to fix the gradle but ever time I try to run genData, runClient or runServer it fails. In the stacktrace I get an message like : missing mod out of the mod.toml. (The mod I’m programming). Has someone a idea how to fix it so that it got build into the right folder? I tried to rel...
  12. Hello, Im trying to use PythonInterpreter from "jython-standalone" library in my Forge mod. I want to run Python scripts from Java code using Jython. I have added the dependency for jython-standalone in my build.gradle file, but I still get a "NoClassDefFoundError" when I try to use PythonInter...
×
×
  • Create New...

Important Information

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