Variant base texture invisible
justinrusso opened this issue ยท 7 comments
Remember that issue I ran into, but appeared like no one else had it? Well... not anymore :(
resources/contenttweaker/blockstates/materials/aquamarine_ore_minecraft_stone.json
:
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"model": "base:ore",
"textures": {
"particle": "minecraft:blocks/stone",
"texture": "minecraft:blocks/stone",
"ore": "base:blocks/ore",
"ore_shadow": "base:blocks/ore_shadow"
}
},
"variants": {
"normal": [
{}
],
"inventory": [
{}
]
}
}
Worth noting, this appears to only be happening with the minecraft:blocks/stone
texture. I have a few ores for other textures than stone, and they are all from other mods, and those display fine.
Well, this is how its generated. I can give that a try though. The particle works fine.
Copying over the options.txt, configs, resources, mods, and the necessary scripts to create the CoT blocks seems to not have the issue..