revolver
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user