Multiargs in variable do not exclude previous args #310


  • Defect
Open
  • shinare_i created this issue Sep 21, 2021

    If you are using $argX and $multiargs to define a variable, $multiargs will list every variable even if, say, $arg4 was mentioned earlier on same line.
    For example, I tried to do

    - '$Script$%Variable%chest=temp,{Slot:$arg1,id:$arg2,Count:$arg4,Damage:$arg5,tag:{$multiargs}}'

    This should list only $arg6 and above in the final section. Instead it will also include args 1-5, messing up my NBT data.
    I am using a rather awful workaround for now, but I would really appreciate if this was fixed.

  • shinare_i added a tag Defect Sep 21, 2021

To post a comment, please login or register a new account.