In the title. Like with the /recipe command. For example:
When specifying a block in execute commands:
execute if block ~ ~ ~ minecraft:*
With Summon:
summon minecraft:* ~ ~ ~
Output:
summoned all entities in minecraft: namespace.
Or with the function command, it will execute all functions in the current and subsequent folders
In test_folder folder:
test1.mcfunction [say hi 1]
test2.mcfunction [say hi 2]
Example command: function test_data:test_folder/*
Output:
hi 1
hi 2
Please sign in to leave a comment.
1 Comments