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
44insert_final_newline = true
55trim_trailing_whitespace = true
66indent_size = 4
7+ ij_continuation_indent_size = 4
78
89[* .{json, yml} ]
910indent_size = 2
Original file line number Diff line number Diff line change 77 steps :
88 - name : Checkout Repository
99 uses : actions/checkout@v4
10- - name : Wrapper Validation
11- uses : gradle/actions/wrapper-validation@v3
1210 - name : Set up Java
1311 uses : actions/setup-java@v4
1412 with :
Original file line number Diff line number Diff line change 55import meteordevelopment .meteorclient .commands .Command ;
66import net .minecraft .command .CommandSource ;
77
8- import static com .mojang .brigadier .Command .SINGLE_SUCCESS ;
9-
108/**
119 * The Meteor Client command API uses the <a href="https://github.com/Mojang/brigadier">same command system as Minecraft does</a>.
1210 */
You can’t perform that action at this time.
0 commit comments