Skip to content
TheEpicBlock edited this page Aug 9, 2020 · 15 revisions

The PolyMc api

PolyMc will try its best to convert modded items, blocks, etc into things the client can understand. But it can't account for every edge case. That is what the PolyMc api is for. It will allow you to use utilities in PolyMc to implement your mod's unique features in a vanilla compatible way. The PolyMc api is not needed for vanilla compatibility, but the PolyMc api can help improving it

Polys

PolyMc is based on polys. Polys define how a block, item or other thing should be translated into something a vanilla client can understand. Anything that can be polyd will be referred to as a polyable.

Getting set up

Clone this wiki locally