#Passing macro containing colon?
1 messages · Page 1 of 1 (latest)
store the data in a temp storage and then use that storage as input for the macro
could you do $("minecraft:item_model")?
Nope
Thanks thats what I thought ):
1 messages · Page 1 of 1 (latest)
I'm trying to pass the "minecraft:item_model" as a macro to a function but since it contains a colon (:) it fails to compile.
function foo:bar with entity @n[type=item_display] item.components
$say $(minecraft:item_model)
Is there a way to get around this?
store the data in a temp storage and then use that storage as input for the macro
could you do $("minecraft:item_model")?
Nope
Thanks thats what I thought ):