#Slab help
1 messages · Page 1 of 1 (latest)
I don’t really understand your question
Though, you might find useful my slab template at #1191215197168336996 or in the bedrock wiki. Can you elaborate on the question?
little question why my slab doesn't want to turn??
wdym turn?
Not understood
.
Your permutations are missing the identifier of the block in the query for both on_interact components
Make sure to search for any typos in bones or textures too. The geometry you are showing also seem to be missing the top part of the slab, and im not sure if this is intentional.
how can I add this? what line of code should be added and where?? because I don't
the top part is missing on purpose
it's him not the other one sorry
What is the problem you are experiencing?
the problem is that the minecraft:cardinal direction to rotate the block does not work
minecraft:cardinal_direction goes under minecraft:placement_direction, not minecraft:placement_position
What do I have to put in for it to work (minecraft:placement_direction)????
yeah
??
Like this:
"minecraft:placement_direction": {
"enabled_states": [
"minecraft:cardinal_direction"
]
},
"minecraft:placement_position": {
"enabled_states": [
"minecraft:vertical_half"
]
}
th man
Yup!