Skip to content

Commit 44de725

Browse files
r0hkxtildejustinDuncanRunsdraconix6
authored
v6 (#193)
* lots of minor formatting things (#155) * colon in about this document * CE9.8.1 mislabeled rule * remove tracking from youtube links * shorten all youtube links * "pre-1.x" to "pre 1.x" * "pre 1.x" to "Pre 1.x" in all cases * changed "ex." to "e.g." * workflow to test typst build (#167) * formatting / rewording changes (#160) * typos * fix diff * remove and/ors * better and/or replacements? * rename nether portal desync glitch * split a.1.5.b into its own rule, because it is about os settings, not the game files * include clips as a temporary video type * revert f.2.3 change b/c the whole rule needs to be changed * require demo runs to be on a version that has a demo (#162) * use better MaC wording from src (#163) * use better MaC wording from src * change wording * reword * oops * intentional prerotation fix and changes (#165) * add the ban on intentional prerotation, then allow it if it doesn't give an advantage * remove hyphens, rewrite a bit * nonadvantageous seems to be a more common word * f.2.3 clean up and more coop rule changes (#166) * f.2.3 clean up and more coop rule changes f.2.3 does not work with realms, but we have to determine an actual policy for that before it's added to the rules. I think f.2.3 should probably be struck entirely and the run should start when the first person joins b/c the logs would also tell us that but that is tbd. * entangle rule * passive voice * fix log reading rules (#169) * optifine external and oneshot ban and some other stuff (#161) * ban optifine in external glitched and oneshot, ban smart leaves and preloaded chunks, allow dynamic fov with the same conditions as extra options * change wording * allow 1.13+ * entangle rule * ban audio shenanigans alongside screen reading (#164) * standardize capitalization of GitHub (#173) correct a.10.1.a version * NinjaLink v1.1.0 (#170) * grsg and interger (#184) * unrelated to this pr but grsg is not a category * integer (got lost somewhere) * 1.9-1.12 rsnmg 25m retime barrier (#182) * 1.9-1.12 rsnmg 25m retime barrier * world files for sub 30s * add mcsr launcher to allowed launcher list (#189) * new ss(nm)g splits (#181) * remove combined * update ss(nm)g splits 1.16-1.21 -> 1.16-1.19, 1.20-1.21 1.9-1.12, 1.13-1.15 -> 1.9-1.13, 1.14-1.15 * make file req sub 1:40 * n/a instead of tab split * Revert "remove combined" This reverts commit 760b79a. * whitelist waywall glfw (#194) * update version number --------- Co-authored-by: tildejustin <[email protected]> Co-authored-by: Duncan <[email protected]> Co-authored-by: draconix6 <[email protected]>
1 parent f7d5433 commit 44de725

File tree

2 files changed

+142
-114
lines changed

2 files changed

+142
-114
lines changed

.github/workflows/build.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: build
2+
on:
3+
pull_request:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: checkout repository
11+
uses: actions/checkout@v4
12+
- name: setup typst
13+
uses: typst-community/setup-typst@v4
14+
- name: test build
15+
run: typst compile rules.typ

0 commit comments

Comments
 (0)