Plugin: https://www.blockbench.net/plugins/preview_scene_customiser
You can install preview scenes from this repository by opening Blockbench, installing the plugin, going to View > Preview Scene Customiser
, and then clicking Download Preview Scenes
.
You can submit your own preview scenes to this repository for everyone to use.
- Create your preview scene, add a texture, and export it through
File > Export > Export Preview Scene
. The texture will be included in thebbscene
file, it will not be separate. - Create a thumbnail image for your preview scene. The image must be
240 x 90
and be in thewebp
format. You can use this website to convert images towebp
. - Create a fork of this repository.
- Inside the fork, open the
scenes.json
and add your scene, including theid
,name
, andauthor
.name
is optional if it matches theid
. If your scene doesn't fit into one of the existing categories, you can make your own. The icons you can use for categories are listed on this page. - Inside the
scenes
folder, create a folder and rename it to your scene'sid
. If you are using the GitHub website, this can be done by creating a new file and adding it into the file name field along with a file name. Example:player/scene.bbscene
. - Once you are inside your scene folder, upload your
.bbscene
file, and.webp
file. They must be namedscene.bbscene
andscene.webp
. - Open a pull request and wait for me to review it.
Some textures in this repository may contain official Minecraft assets. Any textures for a preview scene with eula
set to true
will be licensed under the Minecraft End User License Agreement (see LICENSE.md).
If you are submitting a preview scene that uses official Minecraft assets, you must set eula
to true
for the preview scene.