Skip to content

phonixStudios/ArmorExtract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Armor Generator For Furnace

This tool allows you automatically generate armor from itemsadder, nexo,... for furnace.

How to use

Local

  1. Install Python
  2. Install dependencies
pip install -r requirements.txt
  1. Upload content from ItemsAdder / Nexo / ...
  • ItemsAdder: zip content folder and storage folder with items_ids_cache.yml. Rename zip to Content.zip
  • Nexo: zip items folder and pack folder with pack.zip. Rename zip to Content.zip
  1. Run script
python extract.py

Github Action

  1. Fork / Import to New Repository


  1. Upload content from ItemsAdder / Nexo / ... to download link
  • ItemsAdder: zip content folder and storage folder with items_ids_cache.yml. Rename zip to Content.zip
  • Nexo: zip items folder and pack folder with pack.zip. Rename zip to Content.zip
  1. Go to Actions -> Extract Armors -> Run workflow -> Input Download URL -> Run


  1. Wait for the job to finish and download artifact

Correct file structure for Content.zip

🗃️ Content.zip (For ItemsAdder)
└── 📂 ItemsAdder  
    ├── 📂 contents  
    └── 📂 storage  
        └── 📄 items_ids_cache.yml  
🗃️ Content.zip (For Nexo)
└── 📂 Nexo  
    ├── 📂 items  
    └── 📂 pack  
        └── 📦 pack.zip

Installation Guide

  1. Move furnace.json into generated.zip (for ItemsAdder) or pack.zip (for Nexo) and start the conversion

  1. After conversion, move the textures folder into the Bedrock resource pack


  1. Complete the setup by following this guide Install the Pack into Geyser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%