mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
getFromID -> getByID
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ public abstract class GeneratorOptionsMixin {
|
||||
prop = prop.substring(prop.indexOf(":") + 1);
|
||||
|
||||
String finalProp = prop;
|
||||
ConfigPack config = main.getConfigRegistry().getFromID(prop).orElseThrow(() -> new IllegalArgumentException(
|
||||
ConfigPack config = main.getConfigRegistry().getByID(prop).orElseThrow(() -> new IllegalArgumentException(
|
||||
"No such pack " + finalProp));
|
||||
|
||||
cir.setReturnValue(
|
||||
|
||||
Reference in New Issue
Block a user