Skip to content

Conversation

@Fraser513
Copy link

Fix: Update ELCI to Properly Handle doCommand

Replaced the ELCI with a more recent version which patches the doCommand function to properly parse commas (,) and execute full commands.

Reason for Fix

This is required for the house building task:

  • Doors need to be placed with multiple attributes.
  • Roof construction using stair blocks requires multiple attributes.

Example

mc.doCommand("setblock 0 -60 -2 minecraft:dark_oak_stairs[facing= north, half= top]")
Before the , would be cut and the command would fail.

This ensures that commands sent from the C++ side are executed correctly in Minecraft without losing arguments due to comma parsing issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant