1
Datapack Questions: Submit Here!
If you have any datapack questions, submit them here! This is a great place to do so.
Sense there is no guarantee I will see the question here, the second best place to do so would be on my Discord. I am on a lot of the time, and reply mostly on there.
https://discord.gg/Wpjdamk59U
Last suggestion, is on my guest book of my group page.
Submit away!
Sense there is no guarantee I will see the question here, the second best place to do so would be on my Discord. I am on a lot of the time, and reply mostly on there.
https://discord.gg/Wpjdamk59U
Last suggestion, is on my guest book of my group page.
Submit away!
5
My first datapack, a very simple thing, being able to craft charcoal in blocks...
But it doesn't work.I'm uploading it here, if ever someone can enlighten me.Thank you
https://www.transfernow.net/dl/charbon_en_bloc
I seem to be having trouble rewarding multiple rewards for an advancement. Actually running functions as rewards. Only 1 of the 3 works.
My latest attempt was this:
"rewards": {
"function": "ages:title/title"
},
"rewards": {
"function": "ages:title/subtitle"
},
"rewards": {
"function": "ages:inventory/intro_book"
}
I have also tried :
"rewards": {
"function": "ages:title/title",
"function": "ages:title/subtitle",
"function": "ages:inventory/intro_book"
}
My latest attempt was this:
"rewards": {
"function": "ages:title/title"
},
"rewards": {
"function": "ages:title/subtitle"
},
"rewards": {
"function": "ages:inventory/intro_book"
}
I have also tried :
"rewards": {
"function": "ages:title/title",
"function": "ages:title/subtitle",
"function": "ages:inventory/intro_book"
}
maybe have 2 advancements invisible with the same criteria, and have them give the other functions
not sure if you can do multiple with 1 advancement, but I could be wrong
not sure if you can do multiple with 1 advancement, but I could be wrong
I decided to have the reward be 1 function which will then run the 3 functions I am trying to run here.
that is a really good way to get by the problem! You could try putting it into a json formatter, but thats a really good way to do that!
Nice thinking!
Nice thinking!
