You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will only report a single bug in this report. If I have found multiple bugs, I will create a separate report for each one.
🗣️ Describe the bug
When making a project, I personally like to store external commands in locators such as "commands", "player", etc. However, when using v1.7.0+ it now exports locator commands into a singular file. However, this results in the locator lowest on the hierarchy not having its commands be exported. This is fine, you can just use a singular locator for this, but for the sake of organization I'd like this to be fixed!
This isn't an urgent fix! Just something I'd like to see get added to allow for further organization.
⚠️ Error Message
🔄️ How to Reproduce
Create two locators such as "commands" or "player"
Give them each some commands such as "say hello world!", and "say goodbye world!"
The lowest locator on the hierarchy has its commands exported, but none of the rest.
✅ Expected Behavior
Chat logs should say "hello world!" and "goodbye world!"
💡 Solutions & Alternatives
Either create seperate locator files with the format 0_locator_commands_<LOCATOR_NAME>.mcfunction
or
Create directories for each frame and sort them that way.
🟩 Minecraft Version
1.20.4
🟦 Blockbench Version
1.7.3
💻 Operating System
Windows
📃 Installed Blockbench Plugins
Animated Java
Double Sided Cubes
Free Rotation Item
⛰️ Minecraft Environment
Singleplayer no mods
The text was updated successfully, but these errors were encountered:
🛑 Before you Start
🗣️ Describe the bug
When making a project, I personally like to store external commands in locators such as "commands", "player", etc. However, when using v1.7.0+ it now exports locator commands into a singular file. However, this results in the locator lowest on the hierarchy not having its commands be exported. This is fine, you can just use a singular locator for this, but for the sake of organization I'd like this to be fixed!
This isn't an urgent fix! Just something I'd like to see get added to allow for further organization.
🔄️ How to Reproduce
Create two locators such as "commands" or "player"
Give them each some commands such as "say hello world!", and "say goodbye world!"
The lowest locator on the hierarchy has its commands exported, but none of the rest.
✅ Expected Behavior
Chat logs should say "hello world!" and "goodbye world!"
💡 Solutions & Alternatives
Either create seperate locator files with the format 0_locator_commands_<LOCATOR_NAME>.mcfunction
or
Create directories for each frame and sort them that way.
🟩 Minecraft Version
1.20.4
🟦 Blockbench Version
1.7.3
💻 Operating System
Windows
📃 Installed Blockbench Plugins
⛰️ Minecraft Environment
Singleplayer no mods
The text was updated successfully, but these errors were encountered: