CustomiesDevs / Customies

A PocketMine-MP plugin that implements support for custom blocks, items and entities.
MIT License
112 stars 52 forks source link

Block render_method #38

Closed PrograMistV1 closed 2 years ago

PrograMistV1 commented 2 years ago

I need to create a block that has several render methods. is it possible? For this, the block must have several targets. For example: * and back _side

TwistedAsylumMC commented 2 years ago

When you create a new Model, you provide an array of materials. Just pass multiple materials to the model and it should all work fine.