Skip to content

Commit

Permalink
fix: commented out Liquid Oxygen line in translation provider until t…
Browse files Browse the repository at this point in the history
…he Liquid Oxygen block is added properly
  • Loading branch information
Roelymole committed Dec 16, 2024
1 parent adf3052 commit b6bd09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/generated/assets/galacticraft/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@
"block.galacticraft.olivine_block": "Block of Olivine",
"block.galacticraft.olivine_cluster": "Olivine Cluster",
"block.galacticraft.orange_candle_moon_cheese_wheel": "Moon Cheese Wheel with Orange Candle",
"block.galacticraft.oxygen": "Liquid Oxygen",
"block.galacticraft.oxygen_bubble_distributor": "Bubble Distributor",
"block.galacticraft.oxygen_bubble_distributor.description": "Oxygen Bubble Distributor creates a bubble of air around itself. Requires oxygen and electricity.",
"block.galacticraft.oxygen_collector": "Oxygen Collector",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected void generateBlockTranslations() {
this.block(GCBlocks.CRUDE_OIL, "Crude Oil");
this.block(GCBlocks.FUEL, "Fuel");
this.block(GCBlocks.SULFURIC_ACID, "Sulfuric Acid");
this.block(GCBlocks.LIQUID_OXYGEN, "Liquid Oxygen");
// this.block(GCBlocks.LIQUID_OXYGEN, "Liquid Oxygen");

// DECORATION BLOCKS
this.decorationSet(GCBlocks.ALUMINUM_DECORATION, "Aluminum Decoration");
Expand Down

0 comments on commit b6bd09b

Please sign in to comment.