#Change Block texture with permutations

1 messages · Page 1 of 1 (latest)

loud fjord
#

I have been trying to change the texture of a block with the permutations without success, I really don't understand why it doesn't work.

#

But it only display the texture defined in blocks.json of the resource pack

vernal spruce
#

you need to define a render_method ever time you apply a texture

#

in material_instances

glad topaz
loud fjord
glad topaz
#

add "minecraft:unit_cube": {} to your components (experimental)

loud fjord
glad topaz
#

no, only use blocks.json for sounds if you need to change the texture based on permutation

loud fjord
#

it worked

#

but is there any way that i cand do that without having to activate experiments?

glad topaz
#

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

loud fjord
loud fjord
glad topaz
#

just replace unit_cube with geometry

#

e.g. "minecraft:geometry": "geometry.nether_reactor_core"

loud fjord
#

hmmm, is there any way to get these variants as items?

glad topaz
#

make them separate blocks

loud fjord
#

well, thank you