Undo The Flattening of Minecraft and backport most of the New Texture to old versions, avaliable to 1.6.1
until 1.12.2
, with some limitation.
Why the script to do it? Isn't uploading the converted pack enough?
Well, although it will be easier to the players and especially me, it breaks Minecraft's EULA and Mojang's Terms and Use, which is a bad thing to do.
- Download the latest release,
- Copy exe to an empty folder
- Open command prompt (
Win+R cmd
), - Run these on cmd:
cd C:\path\to\download\folder resource_backports
Or:
- Download & install python3
- Clone this repo
- Open cmd
- cd to cloned repo dir
-
py -m pip install requests py -m pip install pillow py resource_backports.py
On an empty folder, run these on terminal:
python3 -m pip3 install requests
pythin3 -m pip3 install pillow
wget -q https://raw.githubusercontent.com/deirn/resource-backports/master/resource_backports.py
python3 resource_backports.py
Or:
- Download the latest release,
- On the download folder:
chmod +x resource_backports ./resource_backports
On 1.10
and before, bed is a regular block, not a block entity. Therefore the texture structure is different from version 1.11
and after. A model workaround is required. See bed_foot.json
and bed_head.json
Still based on texture version 3.6
appear on client version 1.14
. The thing is, in 1.15
it messed up with chests' model and that means it'll broke the ender chest texture if I update it. I decided to ignore the fireball since it less common.
Model changed, so texture breaks on older version. To hard to do right now, might add later.