add first patch
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_jade",
|
||||
"criteria": {
|
||||
"aging_cask": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:aging_cask"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_aging_cask.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:aging_cask"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_aging_cask.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["aging_cask"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_sparkstone",
|
||||
"criteria": {
|
||||
"artisan_hopper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:artisan_hopper"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_artisan_hopper.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:artisan_hopper"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_artisan_hopper.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["artisan_hopper"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_sparkstone",
|
||||
"criteria": {
|
||||
"auto_grabber": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:auto_grabber"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_auto_grabber.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:auto_grabber"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_auto_grabber.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["auto_grabber"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"charging_rod": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:charging_rod"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_charging_rod.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:charging_rod"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_charging_rod.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["charging_rod"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"press": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:cheese_press"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_cheese_press.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:cheese_press"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_cheese_press.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["press"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_charging_rod",
|
||||
"criteria": {
|
||||
"crystalarium": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:crystalarium"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_crystalarium.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:crystalarium"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_crystalarium.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["crystalarium"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"dehydrator": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:dehydrator"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_dehydrator.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:dehydrator"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_dehydrator.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["dehydrator"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_charging_rod",
|
||||
"criteria": {
|
||||
"espresso_machine": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:espresso_machine"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_espresso_machine.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:espresso_machine"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_espresso_machine.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["espresso_machine"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"loom": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:loom"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_loom.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:loom"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_loom.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["loom"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"mayonnaise_machine": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:mayonnaise_machine"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_mayonnaise_machine.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:mayonnaise_machine"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_mayonnaise_machine.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["mayonnaise_machine"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_mossberry",
|
||||
"criteria": {
|
||||
"mushroom_log": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:mushroom_log"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_mushroom_log.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:mushroom_log"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_mushroom_log.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["mushroom_log"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_jade",
|
||||
"criteria": {
|
||||
"oil_maker": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:oil_maker"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_oil_maker.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:oil_maker"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_oil_maker.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["oil_maker"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"preserves_jar": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:preserves_jar"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_preserves_jar.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:preserves_jar"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_preserves_jar.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["preserves_jar"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_fire_quartz",
|
||||
"criteria": {
|
||||
"recycling_machine": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:recycling_machine"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_recycling_machine.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:recycling_machine"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_recycling_machine.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["recycling_machine"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"seed_maker": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:seed_maker"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_seed_maker.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:seed_maker"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_seed_maker.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["seed_maker"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_earth_crystal",
|
||||
"criteria": {
|
||||
"tapper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:tapper"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_tapper.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:tapper"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_tapper.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["tapper"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"wine_keg": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:wine_keg"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_wine_keg.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:wine_keg"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_wine_keg.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["wine_keg"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/money/obtain_neptunium_coin",
|
||||
"criteria": {
|
||||
"ancient_coin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:ancient_coin"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_ancient_coin.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:ancient_coin"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_ancient_coin.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["ancient_coin"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/money/obtain_sun",
|
||||
"criteria": {
|
||||
"neptunium_coin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:neptunium_coin"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_neptunium_coin.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:neptunium_coin"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_neptunium_coin.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["neptunium_coin"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/money/obtain_ancient_coin",
|
||||
"criteria": {
|
||||
"obtain_prismatic_coin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:prismatic_coin"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_prismatic_coin.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:prismatic_coin"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_prismatic_coin.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["obtain_prismatic_coin"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"cash": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:sun"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_sun.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:sun"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_sun.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["cash"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"prismatic_shard": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:prismatic_shard"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_prismatic_shard.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:prismatic_shard"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_prismatic_shard.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["prismatic_shard"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"criteria": {
|
||||
"bin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"shippingbin:basic_shipping_bin"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "meadow:textures/block/pine_planks.png",
|
||||
"description": {
|
||||
"translate": "society.advancement.root.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "shippingbin:basic_shipping_bin"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "society.advancement.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bin"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
Reference in New Issue
Block a user