Skip to content

How to add compat

Smartin-b edited this page Jan 2, 2023 · 4 revisions

KawaPedstal is a datadriven mod. There are multiple ways to add compat via datapacks. Via tags, KawaPedestals is using multiple tags for most basic swordtypes. Most compat should be done by adding those tags https://github.com/Smartin-b/KawaPedestals/tree/main/src/main/resources/data/pedestal/tags/items

Secondly Jsonfiles can be added to customly offset each item seperatly for more interestingly shapped swords. https://github.com/Smartin-b/KawaPedestals/tree/main/src/main/resources/data/pedestal/swords/minecraft These need to be added to data/pedestal/swords/{your-mod-id}/{item-id}.json there is a hanger and a pedestal Option for the two items respecivly.

Clone this wiki locally