Add 'Client' suffix to some 'World' methods to indicate that they only work on the client #523
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Base Branch | |
on: | |
pull_request: | |
types: [ opened ] | |
jobs: | |
update: | |
if: ${{ github.event.label.name == 'update-base' }} | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: FabricMC/fabric-action-scripts@v2 | |
with: | |
context: yarn-version-label |