Compiling version (some features are currently disabled and need a rewrite)
This commit is contained in:
parent
b1f4173ce4
commit
f8bcba4d3a
48 changed files with 488 additions and 506 deletions
|
@ -16,8 +16,7 @@ public interface NumericProvider {
|
|||
BCLib.makeID("worldgen/numeric_provider"));
|
||||
Registry<Codec<? extends NumericProvider>> NUMERIC_PROVIDER = new MappedRegistry<>(
|
||||
NUMERIC_PROVIDER_REGISTRY,
|
||||
Lifecycle.experimental(),
|
||||
null
|
||||
Lifecycle.experimental()
|
||||
);
|
||||
Codec<NumericProvider> CODEC = NUMERIC_PROVIDER.byNameCodec()
|
||||
.dispatch(NumericProvider::pcodec, Function.identity());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue