Skip to content

relative_location does not support macro lines #307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rotsteinfuchs opened this issue Apr 5, 2025 · 0 comments
Open

relative_location does not support macro lines #307

rotsteinfuchs opened this issue Apr 5, 2025 · 0 comments

Comments

@rotsteinfuchs
Copy link

The relative_location plugin does not work on macro lines.

Example:

Source:

foo:bar/function.mcfunction

$function ./function_with_arg {arg:$(arg)}
function ./function_without_arg
$function foo:bar/function_with_arg {arg:$(arg)}

builds:

foo:bar/function.mcfunction

$function ./function_with_arg {arg:$(arg)}
function foo:bar/function_without_arg
$function foo:bar/function_with_arg {arg:$(arg)}

please fix, my code looks so ugly rn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant