Skip to content

SamIsPoggers/TextureGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextureGenerator

TextureGenerator is a Python-based tool designed for modders who need to generate custom textures for wood or ore sets in Minecraft. It simplifies the creation of these textures by automating the process.

Features

  • Automatically generates textures for Minecraft wood and ore sets.
  • Simple to use and set up.
  • Customizable to suit modders' needs.

Installation

To run TextureGenerator, you'll need to have Python installed on your machine. You can download Python from python.org.

Step 1: Clone the repository

First, clone the repository to your local machine:

git clone https://github.com/yourusername/TextureGenerator.git

Step 2: Install dependencies

This project uses Pillow and tkinter for generating and managing textures. Install the required libraries by running the following commands:

pip install pillow
pip install tkinter

Additionally, the project uses os, but it's a part of Python's standard library, so no installation is necessary.

If any of the steps were unclear, you can watch this youtube tutorial I made.

Usage

  1. Navigate to the folder where you have cloned TextureGenerator.
  2. Run the main.py file. This can be done from your terminal or command prompt:
python main.py
  1. After some prompts regarding textures, the textures will be generated and saved in the generated folder located in the same directory as main.py.

Contributing

Contributions are welcome! If you find any bugs or have suggestions for new features, feel free to open an issue or submit a pull request.

How to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a descriptive message.
  4. Push your changes to your forked repository.
  5. Create a pull request to merge your changes into the main repository.

License

This project is licensed under the MIT License. You can freely use, modify, and distribute the project as long as you include the original copyright and license notice. To learn more about licenses, check out the Open Source Initiative.

Contact

If you have any questions or need further assistance, feel free to open an issue in the repository or reach out to me on Discord (username: samispoggers)

About

Texture Generator for Ore and Wood sets, for ease in modding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages