#Add rotation to custom blocks

12 messages · Page 1 of 1 (latest)

winter cave
#

I need help figuring where to put the rotation component in the code for my custom block, heres my code:
{
"format_version": "1.19.50",
"minecraft:block": {
"description": {
"identifier": "nrg:trident_stem",
"menu_category": {
"category": "construction"
}
},
"components": {
"minecraft:collision_box": true,
"minecraft:destructible_by_mining": false,
"minecraft:destructible_by_explosion": false,
"minecraft:geometry": "geometry.trident_stem",
"minecraft:material_instances": {
"*": {
"texture": "trident_stem",
"render_method": "opaque"
}
},
"minecraft:map_color": "#737373"
}
}
}

mellow karma
#

you can't right now unless they just changed it

winter cave
#

Nope your able to for the longest time

#

I’m just trying to figure out where to paste that rotation code into the code for my block

elder brook
mellow karma
#

Yep its your responsibility to tell people when you ask for help that youre using exp mode. We will all assume you are using stable unless you state that.

winter cave
#

Oh, never knew the difference

mellow karma
#

You need to it matter ls. Check out wiki.bedrock.dev

winter cave
# winter cave

That’s what I have been doing, all I’m trying to find out is what code do I need to copy from this screenshot

#

And paste it into my code so the block rotates