Globox1997 / VillagerQuests

https://modrinth.com/mod/villagerquests
https://www.curseforge.com/minecraft/mc-mods/villagerquests
MIT License
3 stars 7 forks source link

Question: Unique ID for quests within datapack or across *all* datapacks? Also, integer only? #15

Closed malagrond closed 2 years ago

malagrond commented 2 years ago

So, I was wondering two things:

1) Does the ID need to only be unique within the datapack, or do I need to be concerned about multiple quest datapacks being loaded at the same time and possibly conflicting with the other pack's IDs? and related to that:

2) What characters are allowed for an ID? Are they strings or integers? For example, could I make an ID something like "packname_fish1"? Realized they're not in quotes, so they're integers. My bad on that one.

malagrond commented 2 years ago

Another question, actually: is it possible to flag a quest as available to all professions?

Globox1997 commented 2 years ago

The quest id has to be unique to all datapacks. the second question can be a feature request :)

malagrond commented 2 years ago

Cool, thanks!