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:
2021-08-06 01:05:38 +02:00
parent 02ca44bb99
commit aff958e612
22 changed files with 273 additions and 7 deletions

View File

@@ -0,0 +1,28 @@
{
"display": {
"title": {
"text": "Participate in a vote",
"color": "gold"
},
"description": {
"text": "Vote using the VoteBook during a meeting"
},
"icon": {
"item": "minecraft:written_book"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": false,
"hidden": false
},
"criteria": {
"meetingvote": {
"trigger": "minecraft:impossible"
}
},
"rewards": {
"experience": 5,
"function": "tctvote:ivoted"
},
"parent": "craftytable:joinmeeting"
}