A Minecraft Fabric mod that connects the game with ATProtocol ⛏️
1# gradle
2
3.gradle/
4build/
5out/
6classes/
7
8# eclipse
9
10*.launch
11
12# idea
13
14.idea/
15*.iml
16*.ipr
17*.iws
18
19# vscode
20
21.settings/
22.vscode/
23bin/
24.classpath
25.project
26
27# macos
28
29*.DS_Store
30
31# fabric
32
33run/
34
35# nix
36
37result/
38.direnv/
39
40# java
41
42hs_err_*.log
43replay_*.log
44*.hprof
45*.jfr