1

Datapack custom advancements not working

Suspiria 11/30/18 9:39 am
3.3k
12/1/2018 4:40 am
Hi guys.
I recently have this problem. i made custom advancements with the online generator, and when i put them in the datapack folder they dont work.

datapacks/custom_crafting/data/Acidblock/advancements < (custom advancements are there)

In game it doesnt show them.... please help
Posted by
Suspiria
Level 43 : Master System
8

  Have something to say?

JoinSign in

3

ShelLuser
11/30/2018 10:45 am
Level 61 : High Grandmaster System
This is why I don't rely on generators.

Alas: you do run version 1.13+, right? Because the datapack location is only a thing on the current version. Second: did you actually make a datapack? What happens if you use /datapack list?

My guess is that you put the advancement files in the right place but forgot to define the actual datapack. So within the folder "custom_crating" you'd need a file called pack.mcmeta which contains something like this:


{
"pack":{
"pack_format": 1,
"description": "A collection of stuff for snapshot testing"
}
}

Of course you'd have to make your own description ;) Add this file, use /reload and then your advancements should also start working.

Be sure to double check your stuff using the /advacement command though. So: "it doesn't show them" could also be caused by setting up an incorrect trigger. You can verify this by using the advancement command to try and grant yourself a custom advancement. If it also doesn't show here then there's something wrong with the advancement itself.
1
Suspiria
12/01/2018 4:40 am
Level 43 : Master System
Sadly if I write the /advancement command it doesnt show up any of the custom advancement :(
1
Suspiria
11/30/2018 6:39 pm
Level 43 : Master System
history
ShelLuser, thank you for your reply I really approciate it. Btw I made the pack.mcmeta file and in the custom crafting folder theres also the custom recipes files (that are working perfectly). I'll check later about wrong triggers excetera and I'll let you know. I'll attach the whole datapack folder if i can in some ways. Peace!

PS: I run 1.13 version and if i write /datapack list it doesnt show me any errors and the customcrafting folder shows up perfectly.
1

Welcome