Skip to content

Commit

Permalink
init: Document and minor improvements
Browse files Browse the repository at this point in the history
This documents most declarations in the init functions and also adds
documentation for the functions themselves.

The storage bingo:main was renamed to bingo:items

Setup lobby is no longer executed positioned 0 0 0, but instead the
commands used in that function are executed on global coordinates.

Work towards #5
  • Loading branch information
NeunEinser committed Mar 2, 2021
1 parent c52c382 commit a7cdefa
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 291 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scoreboard players operation Seed bingo.stats = $seed random_main

data modify storage bingo:tmp categories set from storage bingo:main categories
data modify storage bingo:tmp categories set from storage bingo:items categories
data remove storage bingo:card_generation usedItems
data remove storage bingo:card_generation forbiddenItems
data remove storage bingo:card slots
Expand Down
Loading

0 comments on commit a7cdefa

Please sign in to comment.