1

[BEDROCK][SOLVED] Resource pack Help - Have a different top texture from sides (Blocks w/ Datavalues)live_help

Karaoke's Avatar Karaoke11/8/22 4:57 pm history
1 emeralds 179
I have asked this in just about every Bedrock forum there is and no one can do it, figured I'd shoot my shot here as well.

I'm trying to have a separate textures for the dirt block - sides & bottom are the same with a different texture on top. I have blocks.json set up correctly (code below)

"dirt" : {
"isotropic" : true,
"sound" : "gravel",
"textures" : {
"down" : "dirt",
"side" : "dirt",
"up" : "dirt_top"
}
},

Just having a problem with the terrain_texture.json file as it's structured like this:

"dirt": {
"textures": [
"textures/blocks/dirt",
"textures/blocks/coarse_dirt"
]
},

doing separate entries into terrain_texture.json doesn't seem to work even if pathed correctly.

I know you can do variations just fine with list format, but otherwise I'm stumped.



EDIT: The amazing minds at the Bedrock Add-ons discord figured it out. Need a blockshape entry in blocks.json
here's an example using stone

"stone" : {
"sound" : "stone",
"blockshape": "tnt",
"textures" : {
"down" : "stone",
"side" : "stone_side",
"up" : "stone_top"
}
}
}
Posted by Karaoke's Avatar
Karaoke
Level 69 : High Grandmaster Witch
576

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome