File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
src/main/java/com/example/addon/commands Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ indent_style = space
4
4
insert_final_newline = true
5
5
trim_trailing_whitespace = true
6
6
indent_size = 4
7
+ ij_continuation_indent_size = 4
7
8
8
9
[* .{json, yml} ]
9
10
indent_size = 2
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- name : Checkout Repository
9
9
uses : actions/checkout@v4
10
- - name : Wrapper Validation
11
- uses : gradle/actions/wrapper-validation@v3
12
10
- name : Set up Java
13
11
uses : actions/setup-java@v4
14
12
with :
Original file line number Diff line number Diff line change 5
5
import meteordevelopment .meteorclient .commands .Command ;
6
6
import net .minecraft .command .CommandSource ;
7
7
8
- import static com .mojang .brigadier .Command .SINGLE_SUCCESS ;
9
-
10
8
/**
11
9
* The Meteor Client command API uses the <a href="https://github.com/Mojang/brigadier">same command system as Minecraft does</a>.
12
10
*/
You can’t perform that action at this time.
0 commit comments