mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-24 05:21:16 +00:00
convert a bunch of stuff to new APIs
This commit is contained in:
@@ -31,7 +31,7 @@ public final class Codecs {
|
||||
.apply(config, config.stable(id -> CommonPlatform.get()
|
||||
.getConfigRegistry()
|
||||
.get(id)
|
||||
.orElseThrow(() -> new IllegalArgumentException(
|
||||
.orThrow(() -> new IllegalArgumentException(
|
||||
"No such config pack " +
|
||||
id)))));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user