-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Too many changes to count. Enjoy my week of work :)
- Loading branch information
Showing
145 changed files
with
2,396 additions
and
2,334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
265 changes: 124 additions & 141 deletions
265
calio/src/main/java/io/github/dueris/calio/SerializableDataTypes.java
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
calio/src/main/java/io/github/dueris/calio/data/DataBuildDirective.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package io.github.dueris.calio.data; | ||
|
||
import io.github.dueris.calio.parser.RootResult; | ||
import io.github.dueris.calio.registry.RegistryKey; | ||
import net.minecraft.core.Registry; | ||
|
||
import java.util.List; | ||
|
||
public record DataBuildDirective<T>(List<String> modids, String folder, SerializableDataBuilder<RootResult<T>> builder, | ||
int priority, RegistryKey<T> registryKey) { | ||
public record DataBuildDirective<T>(List<String> modids, String folder, SerializableDataType<RootResult<T>> builder, | ||
int priority, Registry<T> registryKey) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
calio/src/main/java/io/github/dueris/calio/registry/IRegistry.java
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
calio/src/main/java/io/github/dueris/calio/registry/Registrable.java
This file was deleted.
Oops, something went wrong.
185 changes: 0 additions & 185 deletions
185
calio/src/main/java/io/github/dueris/calio/registry/Registrar.java
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
calio/src/main/java/io/github/dueris/calio/registry/RegistryKey.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.