Skip to content

Commit

Permalink
Change translations for fluid blocks so Jade shows them properly, see #…
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSunrize committed Jun 23, 2024
1 parent 09e733b commit 8b7c4db
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
##### Version 1.20.4-11.4.3-pre
- Change scaffolding blocks to have more descriptive names (AriaElidove)
- Change translations for fluid blocks so Jade shows them properly (AriaElidove)
- Fix arc recycling preventing joining multiplayer servers (BluSunrize)
- Fix wooden crates closing their GUI when using your inventory key in their name (BluSunrize)

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1021,12 +1021,16 @@
"block.immersiveengineering.molten_uranium": "Molten Uranium",
"block.immersiveengineering.molten_constantan": "Molten Constantan",
"block.immersiveengineering.arb_solid": "Arbitrary solid block",
"block.immersiveengineering.fluidCreosote": "Creosote Oil",
"block.immersiveengineering.fluidPlantoil": "Plant Oil",
"block.immersiveengineering.fluidEthanol": "Ethanol",
"block.immersiveengineering.fluidBiodiesel": "Biodiesel",
"block.immersiveengineering.fluidHighPowerBiodiesel": "High-Cetane Biodiesel",
"block.immersiveengineering.fluidConcrete": "Liquid Concrete",
"block.immersiveengineering.creosote_fluid_block": "Creosote Oil",
"block.immersiveengineering.plantoil_fluid_block": "Plant Oil",
"block.immersiveengineering.ethanol_fluid_block": "Ethanol",
"block.immersiveengineering.biodiesel_fluid_block": "Biodiesel",
"block.immersiveengineering.high_power_biodiesel_fluid_block": "High-Cetane Biodiesel",
"block.immersiveengineering.concrete_fluid_block": "Liquid Concrete",
"block.immersiveengineering.herbicide_fluid_block": "Herbicide",
"block.immersiveengineering.redstone_acid_fluid_block": "Redstone Acid",
"block.immersiveengineering.phenolic_resin_fluid_block": "Phenolic Resin",
"block.immersiveengineering.acetaldehyde_fluid_block": "Acetaldehyde",
"item.immersiveengineering.ingot_copper": "Copper Ingot",
"item.immersiveengineering.ingot_aluminum": "Aluminium Ingot",
"item.immersiveengineering.ingot_lead": "Lead Ingot",
Expand Down

0 comments on commit 8b7c4db

Please sign in to comment.