New advancements + cleanup
- 2 New advancements for the locked interaction. - Removed 2 default folder, crafting recipes and loot tables
This commit is contained in:
34
data/herohost/advancement/herohost/hands_off.json
Normal file
34
data/herohost/advancement/herohost/hands_off.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "herohost:herohost/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:barrier"
|
||||
},
|
||||
"title": {
|
||||
"translate": "hhost.minigame.advancement.herohost.hands_off.title",
|
||||
"fallback": "Hands off"
|
||||
},
|
||||
"description": {
|
||||
"translate": "hhost.minigame.advancement.herohost.hands_off.description",
|
||||
"fallback": "Can't do that, it's not yours"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": true
|
||||
},
|
||||
"criteria": {
|
||||
"hands_off": {
|
||||
"trigger": "minecraft:player_interacted_with_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:interaction",
|
||||
"nbt": "{Tags:[\"locked\"]}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
|
||||
}
|
||||
}
|
29
data/herohost/advancement/herohost/hard_listener.json
Normal file
29
data/herohost/advancement/herohost/hard_listener.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"parent": "herohost:herohost/hands_off",
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:barrier"
|
||||
},
|
||||
"title": {
|
||||
"translate": "hhost.minigame.advancement.herohost.hard_listener.title",
|
||||
"fallback": "Hard listener"
|
||||
},
|
||||
"description": {
|
||||
"translate": "hhost.minigame.advancement.herohost.hard_listener.description",
|
||||
"fallback": "One warning should be enough..."
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": true
|
||||
},
|
||||
"criteria": {
|
||||
"hard_listener": {
|
||||
"trigger": "minecraft:impossible",
|
||||
"conditions": {}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
|
||||
}
|
||||
}
|
@ -5,7 +5,7 @@
|
||||
},
|
||||
"title": {
|
||||
"translate": "hhost.minigame.advancement.herohost.root.title",
|
||||
"fallback": "HeroHost servers."
|
||||
"fallback": "HeroHost servers"
|
||||
},
|
||||
"description": {
|
||||
"translate": "hhost.minigame.advancement.herohost.root.description",
|
||||
|
Reference in New Issue
Block a user