File tree Expand file tree Collapse file tree 2 files changed +0
-50
lines changed
src/main/java/carpet/mixins Expand file tree Collapse file tree 2 files changed +0
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package carpet .mixins ;
2
2
3
3
import carpet .CarpetServer ;
4
- import carpet .CarpetSettings ;
5
4
import net .minecraft .client .MinecraftClient ;
6
5
import org .spongepowered .asm .mixin .Mixin ;
7
- import org .spongepowered .asm .mixin .Overwrite ;
8
6
import org .spongepowered .asm .mixin .injection .At ;
9
7
import org .spongepowered .asm .mixin .injection .Inject ;
10
8
import org .spongepowered .asm .mixin .injection .callback .CallbackInfo ;
@@ -20,13 +18,4 @@ private void onInit(CallbackInfo ci) {
20
18
//CM start game hook
21
19
CarpetServer .onGameStarted ();
22
20
}
23
-
24
- /**
25
- * @author gnembon
26
- */
27
- @ Overwrite
28
- public String getVersionType ()
29
- {
30
- return "carpet " + CarpetSettings .carpetVersion ;
31
- }
32
21
}
You can’t perform that action at this time.
0 commit comments