MinePI icon indicating copy to clipboard operation
MinePI copied to clipboard

Minecraft utility library

Results 8 MinePI issues
Sort by recently updated
recently updated
newest added

There is a missing import hidden due to the `if typing.TYPE_CHECKING:` block. When running the examples in a mamba environment with "minepi" installed from pypi, it'll fail on the "multiple...

The latest commit added support for horizontal rotation of the arms, so I decided to do the same for the legs. I understand that in Minecraft there is no way...

Currently there appears to be a restriction of using skins that are only 64x64 in size. Although you cant get a Bedrock player's UUID, you can still import normal sized...

### Source: ![steve](https://user-images.githubusercontent.com/1456669/235457325-a8318c01-c5f5-4ba4-bdd5-1a49134c3951.png) ### Result: ![steve](https://user-images.githubusercontent.com/1456669/235457274-14f7696e-4b73-4f6d-9cd4-18355f4392cf.png)

There was an issue not supplying a cape would break rendering: ![image](https://user-images.githubusercontent.com/7473757/217032651-90a0a2f1-339a-4c19-8afb-01fef7ef3de8.png) Also added a transparent background option.

I dont know if you still maintain MinePI, but your documentation got something wrong, the `render_3d_head` function has no argument „display_second_layer“. The second thing is, if I‘m maybe allowed to...