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"
}
}
}
#Add rotation to custom blocks
12 messages · Page 1 of 1 (latest)
you can't right now unless they just changed it
Nope your able to for the longest time
Wiki article on it https://wiki.bedrock.dev/blocks/rotatable-blocks.html
I’m just trying to figure out where to paste that rotation code into the code for my block
he meant in stable version or non-experimental
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.
Oh, never knew the difference
You need to it matter ls. Check out wiki.bedrock.dev
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