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.
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.
- Open Blockbench and install this plugin.
- You will see a new menu option:
File > Export > Export GeyserModelEngine Model (All open projects) - Open as many Blockbench projects as you want to export.
- Click the new export option to begin the multi-export process.
- Choose the destination for the output
.zipfile. - After export, Blockbench will display a "Export complete!" notification.
- The output file will be named like:
geyser_model_pack_${Date.now()}.zip - Inside the zip file, each open project will have its own folder containing its exported files.
geyser_model_pack_${Date.now()}.zip
βββ ProjectOne/
β βββ model.geo.json
β βββ texture.png
β βββ ...
βββ ProjectTwo/
β βββ model.geo.json
β βββ texture.png
β βββ ...
βββ ...
- Original plugin by: GeyserExtensionists
- Multi-export fork by: ElMand-o