mirror of
https://github.com/Lucaslah/WeatherChanger.git
synced 2026-01-07 14:07:50 +00:00
1.21 Fabric (#8)
Prep for release of version 1.1.0 (MC 1.21 for Fabric only)
This commit is contained in:
@@ -54,7 +54,7 @@ public class WeatherChangerCommand extends Command {
|
||||
|
||||
@Override
|
||||
public Identifier getId() {
|
||||
return new Identifier("weatherchanger", "corecommand");
|
||||
return Identifier.of("weatherchanger", "corecommand");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -25,7 +25,7 @@ public class ToggleClearKey extends Key {
|
||||
|
||||
@Override
|
||||
public Identifier getId() {
|
||||
return new Identifier("weatherchanger", "toggleclearkey");
|
||||
return Identifier.of("weatherchanger", "toggleclearkey");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -25,7 +25,7 @@ public class ToggleOffKey extends Key {
|
||||
|
||||
@Override
|
||||
public Identifier getId() {
|
||||
return new Identifier("weatherchanger", "toggleoffkey");
|
||||
return Identifier.of("weatherchanger", "toggleoffkey");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -25,7 +25,7 @@ public class ToggleRainKey extends Key {
|
||||
|
||||
@Override
|
||||
public Identifier getId() {
|
||||
return new Identifier("weatherchanger", "togglerainkey");
|
||||
return Identifier.of("weatherchanger", "togglerainkey");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -25,7 +25,7 @@ public class ToggleThunderKey extends Key {
|
||||
|
||||
@Override
|
||||
public Identifier getId() {
|
||||
return new Identifier("weatherchanger", "togglethunderkey");
|
||||
return Identifier.of("weatherchanger", "togglethunderkey");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "me.lucaslah.weatherchanger.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"mixins": [
|
||||
],
|
||||
"client": [
|
||||
|
||||
Reference in New Issue
Block a user