Compare commits

..

2 commits

Author SHA1 Message Date
b0a50a4a93 Edit Github Action to run only on Github
Some checks failed
deploy_gh_pages_mkdocs / deploy (push) Has been cancelled
2024-10-29 18:50:18 +09:00
108d4dcbf9 mkdocs tbmm: Fix typo 2024-10-29 18:48:49 +09:00
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ permissions:
contents: write
jobs:
deploy:
if: github.repository == 'Stephen-Seo/TurnBasedMinecraftMod'
runs-on: ubuntu-latest
steps:
- name: Get Python and Git

View file

@ -20,5 +20,5 @@ triggers the "battle" music or the "silly" music.
"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
is one player, one zomibe, and two sheep in battle, then the game will play
is one player, one zombie, and two sheep in battle, then the game will play
silly music (since 50% of the combatants are sheep and is greater than 49%).