File tree Expand file tree Collapse file tree
minecraft/1.21_R7/src/main/java/me/outspending/biomesapi Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77# BlueJ files
88* .ctxt
99
10+ .vscode /
1011.idea /
1112.gradle /
1213build /
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -45,9 +45,10 @@ allprojects {
4545}
4646
4747gradle.taskGraph.whenReady {
48- // :)
4948 if (isSnapshot) {
5049 println (" 📦 Building SNAPSHOT version: $version " )
50+ } else {
51+ println (" 📦 Building STABLE version: $version " )
5152 }
5253}
5354
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class NMS_v1_21_R7 implements NMS {
4646 * @param key The key for the registry to retrieve.
4747 * @return The registry associated with the given key.
4848 */
49- private static <T > MappedRegistry <T > getRegistry (ResourceKey <@ NotNull Registry <@ NotNull T >> key ) {
49+ private static <T > MappedRegistry <@ NotNull T > getRegistry (ResourceKey <@ NotNull Registry <@ NotNull T >> key ) {
5050 DedicatedServer server = ((CraftServer ) Bukkit .getServer ()).getServer ();
5151 return (MappedRegistry <@ NotNull T >) server .registryAccess ().lookup (key ).orElseThrow ();
5252 }
You can’t perform that action at this time.
0 commit comments