Compare commits
No commits in common. "b0a50a4a93e56d1f26492e3bffc5e56d0ac96185" and "6e5fe6c8fc12e9fd2bdd7561b8f28fcf448d2e0b" have entirely different histories.
b0a50a4a93
...
6e5fe6c8fc
2 changed files with 1 additions and 2 deletions
1
.github/workflows/deploy_gh_pages.yml
vendored
1
.github/workflows/deploy_gh_pages.yml
vendored
|
@ -7,7 +7,6 @@ permissions:
|
||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
if: github.repository == 'Stephen-Seo/TurnBasedMinecraftMod'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get Python and Git
|
- name: Get Python and Git
|
||||||
|
|
|
@ -20,5 +20,5 @@ triggers the "battle" music or the "silly" music.
|
||||||
|
|
||||||
"Silly Music Threshold" determines the percentage of silly-category-mobs in
|
"Silly Music Threshold" determines the percentage of silly-category-mobs in
|
||||||
battle required to play silly music. This means if the setting is 49%, and there
|
battle required to play silly music. This means if the setting is 49%, and there
|
||||||
is one player, one zombie, and two sheep in battle, then the game will play
|
is one player, one zomibe, and two sheep in battle, then the game will play
|
||||||
silly music (since 50% of the combatants are sheep and is greater than 49%).
|
silly music (since 50% of the combatants are sheep and is greater than 49%).
|
||||||
|
|
Loading…
Reference in a new issue