Skip to content

Commit

Permalink
Bring over minor abstraction from Cinderscapes.
Browse files Browse the repository at this point in the history
* Registry aliases may be either static or dynamic
  • Loading branch information
gniftygnome committed Jan 11, 2025
1 parent bf366b1 commit 013309f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ private TerrestriaRegistryAliases() {

// Use Fabric registry aliases to repair identifier changes
public static void init() {
registerStatic();
}

private static void registerStatic() {
// Blocks with identically ID'd items
Map<Identifier, Identifier> BLOCKS_ITEMS = Map.ofEntries(
entry("basalt_dirt", "andisol"),
Expand Down

0 comments on commit 013309f

Please sign in to comment.