Skip to content

Commit

Permalink
Update FirstDegreeMaterials.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
last8kings authored Dec 31, 2023
1 parent a7690fa commit 0661c54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions groovy/material/FirstDegreeMaterials.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,8 @@ public class FirstDegreeMaterials{
.components(Gelatin, 1, Water, 1)
.colorAverage()
.build();
OrthomagmaticDeposit = new Material.Builder(8580, SuSyUtility.susyId("orthomagmatic_deposit"))

OrthomagmaticDeposit = new Material.Builder(8580, SuSyUtility.susyId("orthomagmatic_deposit"))
.ore()
.color(0x80081e)
.build();
Expand Down Expand Up @@ -3323,4 +3324,4 @@ public class FirstDegreeMaterials{
.build();

}
}
}

0 comments on commit 0661c54

Please sign in to comment.