Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -1257,5 +1257,20 @@
"Importer"
],
"repository": "https://github.com/JannisX11/blockbench-plugins/tree/master/plugins/gltf_importer"
},
"tesera": {
"title": "Tesera game plugin",
"author": "SCINER",
"icon": "icon.png",
"description": "This plugin is specifically designed as a tool for the developers of the Tesera game'",
"tags": ["Tesera", "Game"],
"version": "0.0.3",
"min_version": "4.8.0",
"creation_date": "2025-10-22",
"await_loading": true,
"variant": "both",
"has_changelog": true,
"website": "https://tesera.io",
"repository": "https://github.com/sciner/blockbench-plugins/tree/master/plugins/tesera"
}
}
674 changes: 674 additions & 0 deletions plugins/tesera/LICENSE.MD

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions plugins/tesera/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Tesera Plugin Readme

This plugin is specifically designed as a tool for the developers of the Tesera game.

It introduces the following features:
1. **Adding a Display**: The \"Add display\" feature in the \"Edit\" section allows developers to introduce display elements into the game.

2. **Cube Flags Management**: This feature enables developers to assign flags to cubes, providing enhanced flexibility and control over their behavior.

3. **Custom JSON Assignment to Cubes**: With this feature, developers can assign custom JSON to cubes. This opens up creative possibilities for interpreting and utilizing these JSONs within the game as the developers see fit.

4. **Animation Tools Enhancement**: Adds a search bar for quickly finding animations by name and introduces customizable color highlighting for animation groups, improving organization and readability within the animation workspace.

These features are intended to facilitate the development process and provide expanded customization opportunities in Tesera.
12 changes: 12 additions & 0 deletions plugins/tesera/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This plugin is specifically designed as a tool for the developers of the Tesera game.

It introduces the following features:
1. **Adding a Display**: The \"Add display\" feature in the \"Edit\" section allows developers to introduce display elements into the game.

2. **Cube Flags Management**: This feature enables developers to assign flags to cubes, providing enhanced flexibility and control over their behavior.

3. **Custom JSON Assignment to Cubes**: With this feature, developers can assign custom JSON to cubes. This opens up creative possibilities for interpreting and utilizing these JSONs within the game as the developers see fit.

4. **Animation Tools Enhancement**: Adds a search bar for quickly finding animations by name and introduces customizable color highlighting for animation groups, improving organization and readability within the animation workspace.

These features are intended to facilitate the development process and provide expanded customization opportunities in Tesera.
18 changes: 18 additions & 0 deletions plugins/tesera/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"0.0.3": {
"title": "0.0.3",
"author": "SCINER",
"categories": [
{
"title": "Initial Release",
"list": [
"Added 'Add display' feature in the 'Edit' section to introduce display elements into the game.",
"Enabled cube flags management for enhanced flexibility and control over cube behavior.",
"Allowed assignment of custom JSON to cubes for creative interpretation and utilization within the game.",
"Enhanced animation tools with a search bar for quickly finding animations by name and customizable color highlighting for animation groups to improve organization and readability."
]
}
]
}
}

Binary file added plugins/tesera/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions plugins/tesera/members.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
maintainers:
- sciner
Loading