Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Enable electrolyzing Zinc Chloride (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Aug 27, 2022
1 parent 4b189f9 commit c04e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/goodgenerator/items/MyMaterial.java
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ public class MyMaterial implements Runnable {
new short[] {0x73, 0xa5, 0xfc},
"Zinc Chloride",
subscriptNumbers("ZnCl2"),
new Werkstoff.Stats(),
new Werkstoff.Stats().setElektrolysis(true),
Werkstoff.Types.COMPOUND,
new Werkstoff.GenerationFeatures().disable().onlyDust(),
OffsetID + 51,
Expand Down

0 comments on commit c04e7c8

Please sign in to comment.