Started by
eggnirmoll
on
Topic category: Help with Minecraft modding (Java Edition)
is there any way to give literal command parameters names that can be used to get the value of them in procedures? or is a better way to do this making separate procedures for every literal parameter
Edited by eggnirmoll on Tue, 08/16/2022 - 09:31
You should make a procedure for each call procedure blocks as they won't have the same arguments (and it includes the literal arguments)