tom5454

Results 109 comments of tom5454

You can upload files here, drag and drop your log file into the comment box.

It looks like you both have a drawer controller and an inventory connector, the inventory connector will work like a drawer controller if it's touching the drawers.

If you have sodium and indium, make sure you have the latest version in both.

This was fixed in one of the latest builds,

Update iris

Open the CPM mod jar with something like WinRAR or 7zip. Edit cpm.mixins.compat.json, delete the line `BlockEntityRenderDispatcherMixin_Iris` in it.

You can use the CPM API to play any command controller animation. https://github.com/tom5454/CustomPlayerModels/wiki/API-documentation#play-animation-060 So you would write something like this: ```java public void updateAnimationState(boolean state) { api.playAnimation("paraglider:glide", state ? 1...

Please post your minecraft log Can't reproduce with just CPM in a 1.12.2 forge install.

Try removing `cosmetica`. I don't see a crash in the log.

Please post your minecraft log. It could be that the vault isn't saving its contents, similar to #360.