This commit is contained in:
2026-03-12 18:31:51 +01:00
parent f651a98418
commit 4bc07a6bfd
33 changed files with 882 additions and 46 deletions

View File

@@ -3,8 +3,8 @@
"icon": {
"item": "szar:nwordpass"
},
"title": "Nig-",
"description": "Get an N-word pass",
"title": {"translate": "advancement.szar.nwordpass.title"},
"description": {"translate": "advancement.szar.nwordpass.description"},
"show_toast": true
},
"criteria": {

View File

@@ -6,8 +6,8 @@
},
"display": {
"icon": { "item": "szar:towers" },
"title": "Hmm, familiar...",
"description": "You were there when the towers fell",
"title": {"translate": "advancement.szar.two_towers.title"},
"description": {"translate": "advancement.szar.two_towers.description"},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true

View File

@@ -0,0 +1,27 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {"min": 1}
}
]
}
}
],
"entries": [
{
"type": "minecraft:item",
"name": "szar:towers"
}
]
}
]
}