Jump to content

Recommended Posts

Posted (edited)

Hi everyone,

 

I just began Minecraft and Java development, and I'm stucked with, I think, a modelLoader issue.

 

Here is the problem I get when I launch the debug mod: 

  Reveal hidden contents

Also, here is my github repo, with the last commit where I am stucked https://github.com/Nolween/SimelyaRessources

I don't know if its a path to model issue, or if it's in my functions, but I got no textures, and also no translation of my item into th game.

 

I would be so happy if you find th solution. I already searched into the forum but it doesn't fit :(

 

Thank you !

Edited by Altyrah
FIXED
Posted
  On 8/8/2019 at 1:44 PM, Altyrah said:

Caused by: java.io.FileNotFoundException: simelyaressources:models/item/myr.json

Expand  

It's not finding your model file. Did you refresh your workspace after creating the file? How did you setup your workspace? Is your resources folder a source folder?

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted (edited)
  On 8/8/2019 at 2:02 PM, Animefan8888 said:

It's not finding your model file. Did you refresh your workspace after creating the file? How did you setup your workspace? Is your resources folder a source folder?

Expand  

Yes, I just refreshed again my workspace, I even went until rebooting my computer to be sure, but still the same issue.

 

My resources foler is set as a source folder yes. What do you mean by saying how did you setup your workspace?

 

I work with Intellij IDEA, the game is well launched, but there is only this problem. 

I don't know if my repo would give you the answer about it :( 

 

P.S. here is my structure into my resources folder :

image.png.e7dfbc9290ee9964d947c6a3f62aee49.png

 

Edited by Altyrah
Posted

 

  On 8/9/2019 at 1:32 PM, ZigTheHedge said:

I've experienced the same behavior with new Gradle and latest IDEA. Fixed by running gradlew genIntelliJRuns from separate command line (not from IDEA Terminal).

Expand  

Thank you ZigTheHedge, unfortunately, I already use an other terminal (Cmnder) to execute command like genIntelliJRuns or setupDecompWorkspace, because I already had this kind of problems with IDEA (certificate)

 

Still looking for the solution :(

Posted
  On 8/11/2019 at 8:09 AM, LegendLength said:

I believe it should be marked as a resources folder rather than a sources folder.

Expand  

A sources folder is just a folder included in the classpath for your environment.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted

Thank you for your help.

 

Morever I saw that my gradle in IDEA was not well configured, and I change my gitignore file to have a loudless repo.

 

Thank you guys !

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.