#Change Block texture with permutations
1 messages · Page 1 of 1 (latest)
This is my block
But it only display the texture defined in blocks.json of the resource pack
you need to define a render_method ever time you apply a texture
in material_instances
remove the entry in blocks.json
you don't need to define a render method - opaque is used if omitted
if i remove the entry it uses the update texture
add "minecraft:unit_cube": {} to your components (experimental)
i should still have the block entry in blocks.json?
no, only use blocks.json for sounds if you need to change the texture based on permutation
THANK YOU!
it worked
but is there any way that i cand do that without having to activate experiments?
create a custom model which looks like a full block and use it in the minecraft:geometry component
but it will be breathable and won't conduct redstone
well, it does't matter
so i should change the permutation component to change the texture?
just replace unit_cube with geometry
e.g. "minecraft:geometry": "geometry.nether_reactor_core"
hmmm, is there any way to get these variants as items?
make them separate blocks
well, thank you