Bunch of changes, adding functionality requested.
- Added bunch of achievements for democracy - Added currency exchanges - Made voting algorithm more efficient - Added standard meeting hall functionality to the datapack
This commit is contained in:
28
data/craftytable/advancements/leavemeeting.json
Normal file
28
data/craftytable/advancements/leavemeeting.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"text": "Adjourned!",
|
||||
"color": "gold"
|
||||
},
|
||||
"description": {
|
||||
"text": "Reach the end of a meeting",
|
||||
"color": "dark_green"
|
||||
},
|
||||
"icon": {
|
||||
"item": "minecraft:iron_axe"
|
||||
},
|
||||
"frame": "goal",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"meetingend": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 20
|
||||
},
|
||||
"parent": "craftytable:vote"
|
||||
}
|
||||
Reference in New Issue
Block a user