Question: Is it possible to make ladder blocks possible to climb on both sides?
I've been appending
to all kinds of blocks. Most blocks can't be climbed, but some are scalable on one side and Iron/wood Bars Centered actually work on both sides.
Is it possible to change blocks to be climbable on all sides (like a wood frame) with a piece of code? Or would you have to create brand new assets and other complicated stuff?
I've been appending
Code:
<property name="Class" value="Ladder"/>
Is it possible to change blocks to be climbable on all sides (like a wood frame) with a piece of code? Or would you have to create brand new assets and other complicated stuff?