#Slab help

1 messages · Page 1 of 1 (latest)

heavy quartz
#

little question how I can make my slab have a small parcel that doesn't work for me but a whole block (Ps: It's for conveyors so it's small)

ember folio
#

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?

heavy quartz
ember folio
heavy quartz
#

Not understood

heavy quartz
ember folio
#

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.

heavy quartz
#

the top part is missing on purpose

ember folio
heavy quartz
heavy quartz
ember folio
#

What is the problem you are experiencing?

heavy quartz
ember folio
#

minecraft:cardinal_direction goes under minecraft:placement_direction, not minecraft:placement_position

heavy quartz
ember folio
#

yeah

heavy quartz
heavy quartz
ember folio
#

Like this:

"minecraft:placement_direction": {
                    "enabled_states": [
                        "minecraft:cardinal_direction"
                    ]
                },
"minecraft:placement_position": {
                    "enabled_states": [
                        "minecraft:vertical_half"
                    ]
                }
heavy quartz
#

th man

ember folio
#

Yup!