diff --git a/plugins.json b/plugins.json index 0d1212de..c51aa2bb 100644 --- a/plugins.json +++ b/plugins.json @@ -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", diff --git a/plugins/bbs_exporter/bbs_exporter.js b/plugins/bbs_exporter/bbs_exporter.js index 44bcb6d3..e2d219ef 100644 --- a/plugins/bbs_exporter/bbs_exporter.js +++ b/plugins/bbs_exporter/bbs_exporter.js @@ -317,6 +317,7 @@ { return 0; } + return processValue(value, group, component); } return processValue(parsed, group, component); @@ -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"], diff --git a/plugins/bbs_exporter/changelog.json b/plugins/bbs_exporter/changelog.json index 26bfae7c..f3443617 100644 --- a/plugins/bbs_exporter/changelog.json +++ b/plugins/bbs_exporter/changelog.json @@ -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." + ] + } + ] } } \ No newline at end of file