CyberNinja979 Posted May 7, 2020 Share Posted May 7, 2020 (edited) not sure what to put here Edited May 8, 2020 by CyberNinja979 solved Quote Link to comment Share on other sites More sharing options...
Ugdhar Posted May 7, 2020 Share Posted May 7, 2020 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 Quote Link to comment Share on other sites More sharing options...
CyberNinja979 Posted May 7, 2020 Author Share Posted May 7, 2020 im very new, so debug log? Quote Link to comment Share on other sites More sharing options...
poopoodice Posted May 7, 2020 Share Posted May 7, 2020 The things print out at the bottom of your ide, you mod folder/run/logs, stuff like that. Quote Link to comment Share on other sites More sharing options...
CyberNinja979 Posted May 8, 2020 Author Share Posted May 8, 2020 whioch part of the debug log its 1600 lines Quote Link to comment Share on other sites More sharing options...
Novârch Posted May 8, 2020 Share Posted May 8, 2020 5 minutes ago, CyberNinja979 said: whioch part of the debug log its 1600 lines The entire log. Quote 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 More sharing options...
CyberNinja979 Posted May 8, 2020 Author Share Posted May 8, 2020 its too big Quote Link to comment Share on other sites More sharing options...
Ugdhar Posted May 8, 2020 Share Posted May 8, 2020 1 hour ago, CyberNinja979 said: its too big I would try posting it as a github gist. https://gist.github.com/ Quote Link to comment Share on other sites More sharing options...
poopoodice Posted May 8, 2020 Share Posted May 8, 2020 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. Quote Link to comment Share on other sites More sharing options...
CyberNinja979 Posted May 8, 2020 Author Share Posted May 8, 2020 https://gist.github.com/Cyberninja979/179ed4f66ec66faddde07ef170b20c16 this shouold work Quote Link to comment Share on other sites More sharing options...
CyberNinja979 Posted May 8, 2020 Author Share Posted May 8, 2020 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#' Quote Link to comment Share on other sites More sharing options...
Ugdhar Posted May 8, 2020 Share Posted May 8, 2020 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! Quote Link to comment Share on other sites More sharing options...
poopoodice Posted May 8, 2020 Share Posted May 8, 2020 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 Quote Link to comment Share on other sites More sharing options...
CyberNinja979 Posted May 8, 2020 Author Share Posted May 8, 2020 yes thats the block but im not sure how to fix it Quote Link to comment Share on other sites More sharing options...
Ugdhar Posted May 8, 2020 Share Posted May 8, 2020 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 1 Quote Link to comment Share on other sites More sharing options...
Ugdhar Posted May 8, 2020 Share Posted May 8, 2020 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 Quote Link to comment Share on other sites More sharing options...
CyberNinja979 Posted May 8, 2020 Author Share Posted May 8, 2020 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 Quote Link to comment Share on other sites More sharing options...
poopoodice Posted May 8, 2020 Share Posted May 8, 2020 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. Quote Link to comment Share on other sites More sharing options...
poopoodice Posted May 8, 2020 Share Posted May 8, 2020 (edited) 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, 2020 by poopoodice Quote Link to comment Share on other sites More sharing options...
CyberNinja979 Posted May 8, 2020 Author Share Posted May 8, 2020 ok thank you the blockstates file was just in the wrong place it works now Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.