#Best way of Grouping Functions into Tags?

1 messages · Page 1 of 1 (latest)

lethal brook
#

Say I have two functions namespace:function_1, and namespace:function_2.
If I wanted to group them into a tag like this:

{
    "values": [
        "namespace:function_1",
        "namespace:function_2"
    ]
}

... should I put them in my namespace or the minecraft namespace? I've tried both ways, and they both seem to work.

<namespace>
└──tags
   └── functions
       └── my_tag.json <-- here
minecraft
└──tags
   └── functions
       └── my_tag.json <-- or here
       └── load.json
       └── tick.json

Just started learning about tags after wondering what there were for for way to long lol. I'm just curious on ways I can use them now.

rose fable
#

You can basically choose

lethal brook
#

Okay, is there any diffrence to them at all, or are they practicaly similar?

jagged sluice
#

generally you want stuff you make to be in your namespace im assuming

rose fable
#

They are practically and performance wise the same the only difference is how you call them

#

It can cause incompatabilities if 2 packs use the same tag name and namespace

lethal brook
jagged sluice
#

yup

rose fable
#

Indeed

lethal brook
#

Simple question, simple answer lol. Ty. I'll close post

tepid rampartBOT
tepid rampartBOT