Skip to content

Commit

Permalink
Merge branch 'master' into config/tectech
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Sep 18, 2024
2 parents 6dc4d9b + fde90cf commit af2996f
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 230 deletions.
2 changes: 2 additions & 0 deletions src/main/java/gregtech/api/enums/Materials.java
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,8 @@ private static void setMultipliers() {
.setByProductMultiplier(2);
Cryolite.setOreMultiplier(4)
.setByProductMultiplier(4);
Coal.setOreMultiplier(2)
.setByProductMultiplier(2);
}

private static void setEnchantmentKnockbackTools() {
Expand Down
Loading

0 comments on commit af2996f

Please sign in to comment.