I added a couple of new blocks, but though they render when placed, they are purple-black when in inventory or on the ground.
Here is my blockstates json
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "dchem:blocks/moltenStone"
}
},
"variants": {
"normal": {
"model": "cube_all"
},
"inventory": {
"model": "cube_all"
}
}
}
And the json in model
{
"parent": "block/cube_all",
"textures": {
"all": "dchem:blocks/moltenStone"
}
}