Skip to content
Merged
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
2 changes: 1 addition & 1 deletion plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@
"icon": "icon.png",
"author": "McHorse",
"description": "Adds actions to export/import models in BBS format, which is used by BBS mod.",
"version": "1.3.2",
"version": "1.3.3",
"variant": "both",
"tags": ["Exporter", "Importer"],
"min_version": "4.8.0",
Expand Down
3 changes: 2 additions & 1 deletion plugins/bbs_exporter/bbs_exporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
{
return 0;
}
return processValue(value, group, component);
}

return processValue(parsed, group, component);
Expand Down Expand Up @@ -785,7 +786,7 @@
author: "McHorse",
description: "Adds actions to export/import models in BBS format, which is used by BBS mod.",
icon: "icon.png",
version: "1.3.2",
version: "1.3.3",
min_version: "4.8.0",
variant: "both",
tags: ["Exporter", "Importer"],
Expand Down
13 changes: 13 additions & 0 deletions plugins/bbs_exporter/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,18 @@
]
}
]
},
"1.3.3": {
"title": "1.3.3",
"date": "2026-07-08",
"author": "bay4lly",
"categories": [
{
"title": "Bug fixes",
"list": [
"Fixed an issue where Molang expression were ignored during export in certain situations."
]
}
]
}
}
Loading