Skip to content

Commit

Permalink
Merge branch '1.21.x' of https://github.com/ObsidianMC/Obsidian into …
Browse files Browse the repository at this point in the history
…feature/file-logging
  • Loading branch information
Naamloos committed Dec 11, 2024
2 parents b64e726 + 24a54c6 commit b47ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Obsidian/Registries/BlocksRegistry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ public static IBlock Get(Material material, IBlockState? state = null)
}

private static string GetSanitizedName(string value) =>
illegalBlockNames.Contains(value) ? $"{value}Block" : string.Empty;
illegalBlockNames.Contains(value) ? $"{value}Block" : value;
}

0 comments on commit b47ce76

Please sign in to comment.