Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcpi-revival/textureweaving
Simple Java Tool To Convert Minecraft: Pi Edition's Texture Atlases Into Separate Files And Vice Versa
https://github.com/mcpi-revival/textureweaving
Last synced: about 1 month ago
JSON representation
Simple Java Tool To Convert Minecraft: Pi Edition's Texture Atlases Into Separate Files And Vice Versa
- Host: GitHub
- URL: https://github.com/mcpi-revival/textureweaving
- Owner: MCPI-Revival
- License: mit
- Created: 2021-02-12T05:00:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T15:56:36.000Z (over 3 years ago)
- Last Synced: 2024-10-29T11:18:09.790Z (about 2 months ago)
- Language: Java
- Size: 69.3 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TextureWeaving
Simple Java Tool To Convert Minecraft: Pi Edition's Texture Atlases (``terrain.png``, etc) Into Separate Files (``block/stone.png``, etc) And Vice Versa## Usage
```
TextureWeaving
```### Example
```she
java -jar TextureWeaving-.jar cut ~/Documents/mcpi/data/images out
java -jar TextureWeaving-.jar stitch out ~/Documents/mcpi/data/images
```## System Requirmeents
- Java Runtime Environment (Version 8 Or Higher)## Building
### Build Requirements
- Java Development Kit (Version 8 Or Higher)
- Git### Procedure
```sh
git clone --depth 1 https://github.com/MCPI-Revival/TextureWeaving.git
cd TextureWeaving
./gradlew build # Windows Users Must Run "gradlew.bat build" Instead
# The JAR File Will Be Output In "build/libs"
```#### Linux
```sh
./gradlew build
```#### Windows
```sh
gradlew.bat build
```