#Block Rotation. (Resolved)

1 messages · Page 1 of 1 (latest)

hushed flame
#

Im sturggling to get block rotation working for my custom geometry block, it doesnt seem that hard but Im finding it quite challenging.

Heres my current code:
{
"format_version": "1.20.80",
"minecraft:block": {
"description": {
"identifier": "Koh:spruce_bucket",
"menu_category": {
"category": "construction"
}
},
"components": {
"minecraft:geometry": "geometry.spruce_bucket",
"minecraft:material_instances": {
"*": {
"texture": "Koh_spruce_bucket",
"render_method": "alpha_test"
}
},
"minecraft:collision_box": {
"origin": [
-5,
0,
-5
],
"size": [
10,
14,
10
]
},
"minecraft:selection_box": {
"origin": [
-5,
0,
-5
],
"size": [
10,
14,
10
]
}
}
}
}

#

I aim to get it to rotate simular to the furnace.

#

Ive also looked at the wiki and am still unsure of how I can get it to work.

ivory prawn
hushed flame
#

Thanks a lot! It worked!