New advancements + cleanup

- 2 New advancements for the locked interaction.
- Removed 2 default folder, crafting recipes and loot tables
This commit is contained in:
2024-11-30 19:46:23 +01:00
parent 95f39450e9
commit c13825e29e
9 changed files with 82 additions and 5 deletions

View 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": {
}
}

View 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": {
}
}

View File

@ -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",