Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

JAPPA's new texture for old Minecraft versions, without breaking anything.

License

Notifications You must be signed in to change notification settings

badasintended/resource-backports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resource Backports m

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?

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.

How?

Windows

  1. Download the latest release,
  2. Copy exe to an empty folder
  3. Open command prompt (Win+R cmd),
  4. Run these on cmd:
    cd C:\path\to\download\folder
    resource_backports

Or:

  1. Download & install python3
  2. Clone this repo
  3. Open cmd
  4. cd to cloned repo dir
  5. py -m pip install requests
    py -m pip install pillow
    py resource_backports.py
    

Unix

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:

  1. Download the latest release,
  2. On the download folder:
    chmod +x resource_backports
    ./resource_backports

Limitations

Bed

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

Dragon Fireball

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.

Horses

Model changed, so texture breaks on older version. To hard to do right now, might add later.

About

JAPPA's new texture for old Minecraft versions, without breaking anything.

Topics

Resources

License

Stars

Watchers

Forks

Languages