Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A fork of GeyserModelEngineBlockbenchPacker designed to export multiple models at once.

Notifications You must be signed in to change notification settings

ElMand-o/GeyserModelEngineBlockbenchPacker-multiExport

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

GeyserModelEngineBlockbenchPacker-MultiExport

A fork of GeyserModelEngineBlockbenchPacker with the goal of supporting multi-export from Blockbench.

This version allows you to export all open projects at once into a single zip file, making it easier to work with multi-model setups.


πŸ”§ Installation

Install this plugin like any other Blockbench plugin.

⚠️ Recommendation:
It is highly recommended to also install the original packer for single-project exports, as this fork is optimized specifically for multi-export.


πŸš€ How to Use

  1. Open Blockbench and install this plugin.
  2. You will see a new menu option:
    File > Export > Export GeyserModelEngine Model (All open projects)
  3. Open as many Blockbench projects as you want to export.
  4. Click the new export option to begin the multi-export process.
  5. Choose the destination for the output .zip file.
  6. After export, Blockbench will display a "Export complete!" notification.
  7. The output file will be named like:
    geyser_model_pack_${Date.now()}.zip
  8. Inside the zip file, each open project will have its own folder containing its exported files.

πŸ“ Output Structure

geyser_model_pack_${Date.now()}.zip
β”œβ”€β”€ ProjectOne/
β”‚ β”œβ”€β”€ model.geo.json
β”‚ β”œβ”€β”€ texture.png
β”‚ └── ...
β”œβ”€β”€ ProjectTwo/
β”‚ β”œβ”€β”€ model.geo.json
β”‚ β”œβ”€β”€ texture.png
β”‚ └── ...
└── ...

πŸ™ Credits

About

A fork of GeyserModelEngineBlockbenchPacker designed to export multiple models at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%