add first patch
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"earth_crystal": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:earth_crystal"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_earth_crystal.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:earth_crystal"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_earth_crystal.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["earth_crystal"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_earth_crystal",
|
||||
"criteria": {
|
||||
"fire_quartz": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:fire_quartz"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_fire_quartz.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:fire_quartz"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_fire_quartz.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["fire_quartz"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"gnome": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:gnome"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_gnome.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:gnome"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_gnome.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["gnome"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_fire_quartz",
|
||||
"criteria": {
|
||||
"jade": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:jade"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_jade.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:jade"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_jade.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["jade"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"mossberry": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:mossberry"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_mossberry.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:mossberry"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_mossberry.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["mossberry"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_fire_quartz",
|
||||
"criteria": {
|
||||
"sparkstone": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:sparkstone"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_sparkstone.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:sparkstone"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_sparkstone.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["sparkstone"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"token_of_unity": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:token_of_unity"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_token_of_unity.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:token_of_unity"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_token_of_unity.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["token_of_unity"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user