Skip to content

Commit

Permalink
Fix BrownPolymerBlock Lang
Browse files Browse the repository at this point in the history
  • Loading branch information
ktpatient committed Feb 28, 2025
1 parent b03bc46 commit ecfd98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/generated/resources/assets/nautec/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"block.nautec.bacterial_analyzer": "Bacterial Analyzer",
"block.nautec.bacterial_containment_shield": "Bacteria Containment Shield",
"block.nautec.bio_reactor": "Bio Reactor",
"block.nautec.brown_polymer_block": "Brown Polymer Block",
"block.nautec.cast_iron_block": "Cast Iron Block",
"block.nautec.charger": "Charger",
"block.nautec.chiseled_dark_prismarine": "Chiseled Dark Prismarine",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ protected void addTranslations() {
add("nautec.tool.enabled", "Enabled");
add("nautec.tool.disabled", "Shift + Right Click to Enable");

add("block.nautec.brown_polymer_block", "Brown Polymer Block");

// Bacteria
for (ResourceKey<?> key : BACTERIAS) {
addDirectBacteria(key);
Expand Down

0 comments on commit ecfd98b

Please sign in to comment.