add first patch
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user