Skip to content

Commit

Permalink
add missing components to H2S and FeCl3
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Aug 11, 2021
1 parent 18c4373 commit 724b20e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,8 @@ public static void register() {

HydrogenSulfide = new Material.Builder(400, "hydrogen_sulfide")
.fluid(Material.FluidType.GAS)
.flags(DISABLE_DECOMPOSITION)
.components(Hydrogen, 2, Sulfur, 1)
.build();

NitricAcid = new Material.Builder(401, "nitric_acid")
Expand Down Expand Up @@ -1145,6 +1147,7 @@ public static void register() {
.fluid()
.color(0x060B0B)
.flags(DECOMPOSITION_BY_ELECTROLYZING)
.components(Iron, 1, Chlorine, 3)
.build();

UraniumHexafluoride = new Material.Builder(412, "uranium_hexafluoride")
Expand Down

0 comments on commit 724b20e

Please sign in to comment.