Posted April 30, 20205 yr Hi, I'm having some problems getting blockstates to work in 1.15.2(forge 31.1.0). When the game loads I get this error: [23:22:12] [Server-Worker-4/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: 'cdm:blockstates/compressed_diamond_block.json' missing model for variant: 'cdm:compressed_diamond_block#' [23:22:12] [Server-Worker-4/WARN] [minecraft/ModelBakery]: Exception loading blockstate definition: 'cdm:blockstates/compressed_diamond_block.json' in resourcepack: 'Mod Resources': com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $ Can someone help me?
April 30, 20205 yr 48 minutes ago, AntoSkate said: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $ Your json file is invalid. 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.
April 30, 20205 yr Author These are the entire mod files src.zip Edited April 30, 20205 yr by AntoSkate
April 30, 20205 yr 2 minutes ago, Draco18s said: Your json file is invalid. Show your blockstates/compressed_diamond_block.json
April 30, 20205 yr Your parent (in your model file) needs to specify the domain, eg. minecraft:block/cube_all eg: https://github.com/Draco18s/ReasonableRealism/blob/1.14.4/src/main/resources/assets/harderores/models/block/millstone.json#L2 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.
May 2, 20205 yr Did you change block/cube_all to minecraft:block/cube_all ? Post your new model file Edited May 2, 20205 yr by kaydogz
May 2, 20205 yr please make a github repo so we can see your "real" code. I will make fun of you if you are not able to look into the (vanilla-) code.
May 2, 20205 yr 15 minutes ago, AntoSkate said: It not worked Try removing the 'minecraft:' from the 'minecraft:block/cube_all'
May 2, 20205 yr 38 minutes ago, kaydogz said: Try removing the 'minecraft:' from the 'minecraft:block/cube_all' That's not the problem. Unfortunately I need a working git repo to poke at things in enough detail. 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.
May 2, 20205 yr 1 hour ago, AntoSkate said: and that's the problem? Screw what I said before about renaming the 'blocks' to 'block'. I misread your folder names.
May 3, 20205 yr I can't seem to find where the error is, but when I delete your blockstate and model file and recreate them it worked. Edited May 3, 20205 yr by poopoodice
May 3, 20205 yr 10 hours ago, poopoodice said: I can't seem to find where the error is, but when I delete your blockstate and model file and recreate them it worked. It seems to me this is the error. The problem could be your editor. Wich one did you use first? Edited May 3, 20205 yr by Niprow me I will make fun of you if you are not able to look into the (vanilla-) code.
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.