Skip to content

Commit d631cc6

Browse files
Big-Iron-CheemsMineGame159
authored andcommitted
Extra changes
1 parent b38fdae commit d631cc6

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ indent_style = space
44
insert_final_newline = true
55
trim_trailing_whitespace = true
66
indent_size = 4
7+
ij_continuation_indent_size = 4
78

89
[*.{json, yml}]
910
indent_size = 2

.github/workflows/dev_build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
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:

src/main/java/com/example/addon/commands/CommandExample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
import meteordevelopment.meteorclient.commands.Command;
66
import 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
*/

0 commit comments

Comments
 (0)