#Making custom logs
1 messages ยท Page 1 of 1 (latest)
So
Hello everyone!
I'm new to Bedrock addon development and I've been trying to add some wooden logs to the game.
After trying to figure it out by myself without success I came across a tutorial on the website wich is exactly what I want.
But it don't seems to work!
At some point I've been starting to think that only material instances' textures could be transformed (rotated in my case), but no.
So please, can someone explain to me what's wrong here, I would be glad!
Thanks
ok i have no idea whats wrong with it but you could remove the "up" in material_instances because "*" means all that are not listed so if you wanted to make the hol thing smaller you could do
"minecraft:material_instances": {
"*": {
"texture": "test:rubber_log_sides"
},
"up": {
"texture": "test:rubber_log_bottomtop"
},
"down": {
"texture": "test:rubber_log_bottomtop"
},
}
oh!
i think i know what it is
@devout quest replace placement_direction with placement_position
thats it
omg thanks