#1261: Expand DataPack API with 1.20.2 pack version methods
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -32,7 +32,7 @@ public class CraftFeatureFlag implements FeatureFlag {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CraftDataPack{key=" + this.getKey() + ",keyUniverse=" + this.getHandle().universe.toString() + "}";
|
||||
return "CraftFeatureFlag{key=" + this.getKey() + ",keyUniverse=" + this.getHandle().universe.toString() + "}";
|
||||
}
|
||||
|
||||
public static Set<CraftFeatureFlag> getFromNMS(FeatureFlagSet featureFlagSet) {
|
||||
|
||||
Reference in New Issue
Block a user