Jump to content

(solved)[1.15.2] block texture appearing in hand but not placed


CyberNinja979

Recommended Posts

5 minutes ago, CyberNinja979 said:

whioch part of the debug log its 1600 lines

 

The entire log.

It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".

Link to comment
Share on other sites

i also found the yellow text 

 

[11:09:13] [Forge Version Check/WARN] [ne.mi.fm.VersionChecker/]: Failed to process update information
java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_251] {}
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_251] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_251] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_251] {}
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950) ~[?:1.8.0_251] {}
    at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945) ~[?:1.8.0_251] {}
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] {}
    at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944) ~[?:1.8.0_251] {}
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514) ~[?:1.8.0_251] {}
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_251] {}
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:189) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:206) ~[?:?] {re:classloading}
    at java.lang.Iterable.forEach(Iterable.java:75) [?:1.8.0_251] {}
    at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:157) [?:?] {re:classloading}
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://myurl.me/
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900) ~[?:1.8.0_251] {}
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498) ~[?:1.8.0_251] {}
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_251] {}
    at net.minecraftforge.fml.VersionChecker$1.openUrlStream(VersionChecker.java:173) ~[?:?] {re:classloading}
    ... 3 more
[11:09:15] [Server-Worker-4/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: ponitemod:blockstates/ponite_block.json: java.io.FileNotFoundException: ponitemod:blockstates/ponite_block.json
[11:09:15] [Server-Worker-4/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: 'ponitemod:blockstates/ponite_block.json' missing model for variant: 'ponitemod:ponite_block#'

Link to comment
Share on other sites

2 minutes ago, CyberNinja979 said:

[11:09:15] [Server-Worker-4/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: ponitemod:blockstates/ponite_block.json: java.io.FileNotFoundException: ponitemod:blockstates/ponite_block.json

Is that the block that's not rendering? If so, that's the problem right there!

Link to comment
Share on other sites

10 minutes ago, poopoodice said:

if you search the block in your run output in your ide, you should be able to found some yellow text that says "exception loading something", or just upload a repo on github or something.

I usually don't have people try to cherry pick their logs, if they're coming here and starting out with so little information right at the start, they really should post the whole thing, as it would be really easy for them to skip something useful. Just my opinion :)

  • Like 1
Link to comment
Share on other sites

Just now, CyberNinja979 said:

yes thats the block but im not sure how to fix it

 

Well, look at the error.

 

2 minutes ago, Ugdhar said:

[11:09:15] [Server-Worker-4/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: ponitemod:blockstates/ponite_block.json: java.io.FileNotFoundException: ponitemod:blockstates/ponite_block.json

FileNotFound, which means it can't find the file. Does that file exist? If so, is it in the right place? If it looks like it is, post a screenshot of your project layout showing this file

Link to comment
Share on other sites

Just now, Ugdhar said:

I usually don't have people try to cherry pick their logs, if they're coming here and starting out with so little information right at the start, they really should post the whole thing, as it would be really easy for them to skip something useful. Just my opinion :)

That's true, but (s)he mentioned that the item's fine, and the block's fine, it just sounds really straight forward that it's blockstate/model/texture problem, but you are right, posting the whole log is always a better idea.

Link to comment
Share on other sites

3 minutes ago, CyberNinja979 said:

is the block states file supposed to be in the assets file or the file with the same name as my mod id in the assets file

 

assets/urmodid/blockstates/urblock.json

ponitemod:blockstates/ponite_block.json

 

Edited by poopoodice
Link to comment
Share on other sites

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.