AntoSkate Posted April 30, 2020 Posted April 30, 2020 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? Quote
MadHatAK Posted April 30, 2020 Posted April 30, 2020 The error says it's missing the model for your block. Quote
AntoSkate Posted April 30, 2020 Author Posted April 30, 2020 But I have the model compressed_diamond_block.json Quote
Draco18s Posted April 30, 2020 Posted April 30, 2020 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. Quote 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.
MadHatAK Posted April 30, 2020 Posted April 30, 2020 is there a compressed_diamond_block.png in your textures/blocks directory? Quote
AntoSkate Posted April 30, 2020 Author Posted April 30, 2020 (edited) These are the entire mod files src.zip Edited April 30, 2020 by AntoSkate Quote
MadHatAK Posted April 30, 2020 Posted April 30, 2020 2 minutes ago, Draco18s said: Your json file is invalid. Show your blockstates/compressed_diamond_block.json Quote
Draco18s Posted April 30, 2020 Posted April 30, 2020 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 Quote 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.
AntoSkate Posted April 30, 2020 Author Posted April 30, 2020 (edited) It didn't work Edited April 30, 2020 by AntoSkate Quote
kaydogz Posted May 2, 2020 Posted May 2, 2020 (edited) Did you change block/cube_all to minecraft:block/cube_all ? Post your new model file Edited May 2, 2020 by kaydogz Quote
AntoSkate Posted May 2, 2020 Author Posted May 2, 2020 Yes i changed compressed_diamond_block.json Quote
kaydogz Posted May 2, 2020 Posted May 2, 2020 Ok i figured out why. The package your texture is in is called 'blocks', not 'block' Quote
Niprow Posted May 2, 2020 Posted May 2, 2020 please make a github repo so we can see your "real" code. Quote I will make fun of you if you are not able to look into the (vanilla-) code.
kaydogz Posted May 2, 2020 Posted May 2, 2020 15 minutes ago, AntoSkate said: It not worked Try removing the 'minecraft:' from the 'minecraft:block/cube_all' Quote
Draco18s Posted May 2, 2020 Posted May 2, 2020 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. Quote 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.
kaydogz Posted May 2, 2020 Posted May 2, 2020 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. Quote
poopoodice Posted May 3, 2020 Posted May 3, 2020 (edited) 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, 2020 by poopoodice Quote
Niprow Posted May 3, 2020 Posted May 3, 2020 (edited) 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, 2020 by Niprow me Quote I will make fun of you if you are not able to look into the (vanilla-) code.
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.