removed xp; added readme and zip.sh; changed pack name
This commit is contained in:
parent
d12e8ba329
commit
440d14b581
8
Craftattack_Advancements/README.md
Normal file
8
Craftattack_Advancements/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
Thank you for using the Craftattack Advancements datapack!
|
||||
|
||||
To use the advancements datapack, do the following:
|
||||
1. Execute zip.sh to compress all the important files to a zip folder.
|
||||
2. Put the zip folder into the /world/datapack folder on your minecraft server.
|
||||
|
||||
Note:
|
||||
- To use all advancements, please use the datapack in combination with the spawn plugin and the pixelblocks plugin.
|
@ -22,6 +22,6 @@
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 40
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -23,6 +23,6 @@
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 40
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -23,6 +23,6 @@
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 17
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -22,6 +22,6 @@
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/craft_pixelblock",
|
||||
"rewards": {
|
||||
"experience": 30
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -22,6 +22,6 @@
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/participate_event",
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
"experience": 0
|
||||
}
|
||||
}
|
6
Craftattack_Advancements/pack.mcmeta
Normal file
6
Craftattack_Advancements/pack.mcmeta
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"description": "Adds custom advancements for CraftAttack!"
|
||||
}
|
||||
}
|
BIN
Craftattack_Advancements/pack.png
Normal file
BIN
Craftattack_Advancements/pack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
1
Craftattack_Advancements/zip.sh
Normal file
1
Craftattack_Advancements/zip.sh
Normal file
@ -0,0 +1 @@
|
||||
zip Craftattack_Advancements.zip data pack.mcmeta pack.png -r
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"description": "Adds new advancements!"
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
Loading…
x
Reference in New Issue
Block a user