Jump to content

CalculusMaster

Members
  • Posts

    7
  • Joined

  • Last visited

CalculusMaster's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. OK so semi-good news: I ran setupDecompWorkspace again after updating the Gradle wrapper (IDEA forced me to do this every time), and now apparently this works when using the Gradle runClient task, not a run config.
  2. So this could potentially be fixed by using Eclipse instead of IDEA if I can't get the terminal commands to work?
  3. Yes all three folders are assets/ctek, models/item, textures/items
  4. I have refreshed the project multiple times as well as rebuilt it. Here's a screenshot of my project directory, everything I think is properly named: And assets.ctek is in fact assets/ctek, I checked finder to make sure it wasn't a folder called "assets.ctek"
  5. IDEA did ask me to update my gradle wrapper to 4.8.1, which I did. I did rerun setupDecompWorkspace but it still didn’t fix the problem.
  6. So every time I load my Minecraft client (in the dev space), I constantly get a java.io.FileNotFoundException: ctek:models/item/copper_ingot.json error and the item's texture will not load. Here's the full log – https://hastebin.com/acusexucoy.md Here's the json - https://hastebin.com/apidocepez.json The json is in src/main/resources/assets/ctek/models/item; texture is in src/main/resources/assets/textures/items. I have also attached my ItemBase, RegistryHandler, CommonProxy, ClientProxy, and IHasModel classes in case there's an issue there. Thanks in advance if anyone is able to help. ItemBase.java RegistryHandler.java IHasModel.java ClientProxy.java CommonProxy.java
  7. Hi! I'm trying to add Biomes to the End, and I have really no idea how to do it. Is it similar to adding Biomes to the Overworld, or is it really different? I don't know of any existing mods that add End Biomes so I'm at a loss for this.
×
×
  • Create New...

Important Information

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