Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

So I'm done making my mod, run gradlew build and when I try to install it on my own PC, It gives me errors like assets is not working and such I/ll show you screenshots. So my question is, what files cause this error what class, I did not post some source code yet because I am unsure where it is giving the errors.

2017-07-29_21.36.40.png

2017-07-30_01.06.58.png

2017-07-30_01.07.01.png

2017-07-30_01.07.04.png

2017-07-30_01.07.07.png

Edited by TheRPGAdventurer
Finally Solved

I'd be willing to bet your file names aren't all lower case.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
11 hours ago, Draco18s said:

I'd be willing to bet your file names aren't all lower case.

like what file names? on what Files?

Edited by TheRPGAdventurer
forgot something

Your assets.

Textures, json files...the folders containing them...

The stuff-that-isn't-working

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
11 hours ago, Draco18s said:

Your assets.

Textures, json files...the folders containing them...

The stuff-that-isn't-working

Ok did some research on this site, my lang file is en_us.lang, changed it to en_US.lang

That one only needs to be all-lower in 1.11, in 1.10 it's fine as it was.

 

That said, you've only posted screenshots. There's no code to accompany your post.

 

I might be a wizard, but I'm not psychic.

 

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
11 hours ago, Draco18s said:

That one only needs to be all-lower in 1.11, in 1.10 it's fine as it was.

 

That said, you've only posted screenshots. There's no code to accompany your post.

 

I might be a wizard, but I'm not psychic.

 

What codes do I have to post?

How about uploading everything to github?

I don't know how you have your code arranged, I don't know what I might need, I only know what to look for.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
11 hours ago, Draco18s said:

How about uploading everything to github?

I don't know how you have your code arranged, I don't know what I might need, I only know what to look for.

ok gonna do some research be back in nest days.

  • Author
18 hours ago, Draco18s said:

How about uploading everything to github?

I don't know how you have your code arranged, I don't know what I might need, I only know what to look for.

you found out what's wrong yet?

Why is the assets folder at the repository root ? And why is it named 'textures' ?
Can you confirm that your assets are located at src/main/resources/assets/[modid] ? If not, it won't work.

  • Author
11 hours ago, Franckyi said:

Why is the assets folder at the repository root ? And why is it named 'textures' ?
Can you confirm that your assets are located at src/main/resources/assets/[modid] ? If not, it won't work.

I posted the src code btw. yes I confirm it.

You uploaded all your code to a github repo, but that's not how you do it. You have to install git, then add your github repository as a remote, then commit and push.
I can't even see your lang file.

  • Author
11 hours ago, Franckyi said:

You uploaded all your code to a github repo, but that's not how you do it. You have to install git, then add your github repository as a remote, then commit and push.
I can't even see your lang file.

git the program?

4 hours ago, TheRPGAdventurer said:

git the program?

...yes...

Git is a program. GitHub is a remote repository host.

 

Now then (that I'm awake, seriously, I'm not here 24/7).

Quote

ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(block), 0, new ModelResourceLocation(new ResourceLocation(RealmOfTheDragons.MODID, block.getUnlocalizedName().substring(5)), "inventory"));

block.getUnlocalizedName().substring(5)?  Really?

 

Bad modder, no cookie.

 

new ModelResourceLocation(block.getRegistryName().toString())"inventory",

Edited by Draco18s

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

24 minutes ago, diesieben07 said:

Ehm.

new ModelResourceLocation(thing.getRegistryName(), "inventory")

He probably wasn't totally awake.

27 minutes ago, Franckyi said:

He probably wasn't totally awake.

Yep, that. Still not, probably.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

  • Author
On 7/30/2017 at 1:00 AM, Draco18s said:

...yes...

Git is a program. GitHub is a remote repository host.

 

Now then (that I'm awake, seriously, I'm not here 24/7).

block.getUnlocalizedName().substring(5)?  Really?

 

Bad modder, no cookie.

 

new ModelResourceLocation(block.getRegistryName().toString())"inventory",

Thanks guys, now I can blame CJMinecaft for this. HAHAHAHA!

  • 2 weeks later...
  • Author
On 7/30/2017 at 4:33 PM, TheRPGAdventurer said:

Thanks guys, now I can blame CJMinecaft for this. HAHAHAHA!

Ok guys! Sorry for necroing this post but apparently, Dracos18s solution was not enough but I got the solution correctly. I wasn't able to use my computer for many days but here's my solution the .json should be in lowercase Example amethyst_dragon_sword.json not amethyst_dragon_sword.JSON. en_US.lang not en_US.LANG to see the file extension like (.lang, .txt, .json ) see here https://www.howtohaven.com/system/show-file-extensions-in-windows-explorer.shtml

On 29/07/2017 at 6:26 AM, Draco18s said:

I'd be willing to bet your file names aren't all lower case.

Note the word ALL

2 hours ago, TheRPGAdventurer said:

Ok guys! Sorry for necroing this post but apparently, Dracos18s solution was not enough but I got the solution correctly. I wasn't able to use my computer for many days but here's my solution the .json should be in lowercase Example amethyst_dragon_sword.json not amethyst_dragon_sword.JSON. en_US.lang not en_US.LANG to see the file extension like (.lang, .txt, .json ) see here https://www.howtohaven.com/system/show-file-extensions-in-windows-explorer.shtml

Yes, the file extension is part of the file name.

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.