Fluxyn / PyModMC

A Minecraft modding library made for Python.
MIT License
42 stars 3 forks source link

[ERROR] Could not find a texture for 'Donut' #1

Closed FQQD closed 2 years ago

FQQD commented 2 years ago

If executing the example code, it askes where the texture is. Where do I need to put it?

Fluxyn commented 2 years ago

The code looks for donut.png in the directory with the script and all child directories. In addition, you can specify the image path with the optional argument image=....

Here is the donut texture that I used for the example code if you would like to try it out: donut