#Custome Door,fence,stair,slab,....

1 messages · Page 1 of 1 (latest)

silk jetty
#

How can I create custom blocks like doors, slabs, stairs, fences and gates? I created them but they don't connect together like the original blocks in minecraft.

native sable
#

Custom stair collision imposible

tall forum
#

The best way for blocks like fences and gates is culling rules which allow you to toggle what bones are visible depending on the surrounding blocks. https://wiki.bedrock.dev/blocks/block-culling

But every other block requires that you create a custom component in the script api that handles them since they all have custom behavior. Doors requires code that handles 2 blocks, slabs require an interaction system to change the blocks size, and stair require changing the state depending on the adjacent stair blocks. It might be easyer to use an existing preset https://discord.com/channels/523663022053392405/1362693525111836742

tall forum
round wadi
#

there is a template before that was made here, I saved it and you just need few tweakings to make a custom stair, door, fences. If you want I can share it with you if you still working on it.

silk jetty
lusty tinsel
#

I hace a stair template

#

its two blocks though, it places another above/below to simulate the multicollision

round wadi
silk jetty