Ars Nouveau

Ars Nouveau

49M Downloads

jar_blacklist.json and drygmy_blacklist.json are not respected

katubug opened this issue ยท 3 comments

commented

We're having an issue where on our SMP, the datapacks for these two files are not being respected. They do seem to work in singleplayer, but not on a server. I'm not at all sure why this is occurring. We load our datapacks via KubeJS and all the other datapacks seem to work just fine. Perhaps I've done something wrong on my end? Here's my (local) file structure: https://i.imgur.com/SFz0ZGc.png

And here are the two files (uploaded as .txt because github didn't like .json):
drygmy_blacklist.txt
jar_blacklist.txt

commented

I think you need
{
"replace":true
}
for tags right?

commented

You can also get faster help on the discord, more people are available to assist.

commented

Adding the "replace" line does seem to work! I'm new to datapacks so I had no idea. Thanks for your help!