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

Commit

Permalink
Change access modifier. (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
  • Loading branch information
Connor-Colenso and GTNH-Colen authored Dec 17, 2022
1 parent 7cdbdb7 commit a9edfd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class GT5OreLayerHelper {

private static class OreDimensionWrapper {
public static class OreDimensionWrapper {
public final ArrayList<OreLayerWrapper> internalDimOreList = new ArrayList<>();
public final HashMap<OreLayerWrapper, Double> oreVeinToProbabilityInDimension = new HashMap<>();

Expand Down

0 comments on commit a9edfd8

Please sign in to comment.