#Custome Door,fence,stair,slab,....
1 messages · Page 1 of 1 (latest)
Custom stair collision imposible
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
I mean it is if you are creative about fixing the issue. Either using 2 blocks or using an entity.
thank
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.
Okay, I'm still working on them.
I hace a stair template
its two blocks though, it places another above/below to simulate the multicollision
Contribute to Kaioga5/Kaioga-s-Block-Templates development by creating an account on GitHub.
thank you
thank you