Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
11
datapacks/graves/data/vanillatweaks/advancement/graves.json
Executable file
11
datapacks/graves/data/vanillatweaks/advancement/graves.json
Executable file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {"id": "minecraft:stone_brick_wall"},
|
||||
"title": "Graves ",
|
||||
"description": ["",{"text":"Retrieve your items and/or XP dropped on death from your grave by right-clicking or left-clicking it.\n\n","color":"gold"},{"text":"Enter","color":"green"},{"text":" ","color":"gold"},{"text":"/trigger graves","color":"yellow"},{"text":" for your grave list.\n\n","color":"gold"},{"text":"Enter","color":"green"},{"text":" ","color":"gold"},{"text":"/function graves:config","color":"yellow"},{"text":" for config options and admin tools.","color":"gold"}],
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "vanillatweaks:root",
|
||||
"criteria": {"tick": {"trigger": "minecraft:tick"}}
|
||||
}
|
19
datapacks/graves/data/vanillatweaks/advancement/root.json
Executable file
19
datapacks/graves/data/vanillatweaks/advancement/root.json
Executable file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:player_head",
|
||||
"components": {"profile":{"properties":[{"name":"textures","value":"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTg1YzMzNWM1MjVjZGFkY2Q4MmU4MDA4MzU1N2M2OTYzMGRmYjlhMWVkZjU5OTc0YzdmNjU4ZGI1MWEwYTFkOSJ9fX0="}]}}
|
||||
},
|
||||
"title": "Vanilla Tweaks",
|
||||
"frame": "challenge",
|
||||
"description": ["",{"text":"All loaded Vanilla Tweaks data packs\n","color":"gold"},{"text":"vanillatweaks.net","color":"yellow"}],
|
||||
"background": "minecraft:textures/block/black_concrete.png",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
1
datapacks/graves/data/vanillatweaks/tags/function/uninstall.json
Executable file
1
datapacks/graves/data/vanillatweaks/tags/function/uninstall.json
Executable file
|
@ -0,0 +1 @@
|
|||
{"values":["graves:uninstall"]}
|
Loading…
Add table
Add a link
Reference in a new issue