gd-codes/mc-pixelart-maker

1.19.53

yeetser1155 opened this issue · 1 comments

I want to use this on version 4.3 and for the life of me cant get it to.

Hi !
The site hosted on github pages always runs only the latest version. You'll need to run that version locally -

git clone https://github.com/gd-codes/mc-pixelart-maker.git && \
cd mc-pixelart-maker && \
git checkout v4.3

and then use python3 -m http.server or any other way to serve index.html in your browser.