May 7, 20205 yr 33 minutes ago, CyberNinja979 said: not sure what to put here Please post your debug.log, there are sure to be errors in there telling why
May 7, 20205 yr The things print out at the bottom of your ide, you mod folder/run/logs, stuff like that.
May 8, 20205 yr 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".
May 8, 20205 yr 1 hour ago, CyberNinja979 said: its too big I would try posting it as a github gist. https://gist.github.com/
May 8, 20205 yr 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.
May 8, 20205 yr Author https://gist.github.com/Cyberninja979/179ed4f66ec66faddde07ef170b20c16 this shouold work
May 8, 20205 yr Author 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#'
May 8, 20205 yr 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!
May 8, 20205 yr Exception loading blockstate definition: ponitemod:blockstates/ponite_block.json: java.io.FileNotFoundException: ponitemod:blockstates/ponite_block.json check the spelling of your blockstate file, or create one
May 8, 20205 yr 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
May 8, 20205 yr 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
May 8, 20205 yr Author 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
May 8, 20205 yr 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.
May 8, 20205 yr 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 May 8, 20205 yr by poopoodice
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.