Pushed version to 6.2
Starting to add speedometer into resourcepacks.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package me.zacharias.speedometer;
|
||||
|
||||
public class MissingPropertyException extends Exception {
|
||||
public MissingPropertyException(String field) {
|
||||
super("Missing Speedometer config field: " + field);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user