Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Noaaan committed Feb 5, 2023
1 parent 79f4f07 commit 1060f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ architectury_version=6.1.39
owo_version=0.9.3+1.19
# Apoli
# https://github.com/apace100/apoli
apoli_version=624eb4d
apoli_version=v2.6.0
# Reach Entity Attributes
# https://github.com/JamiesWhiteShirt/reach-entity-attributes
rea_version = 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/nourl/mythicmetals/config/OreConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public OreConfig(boolean enabled, int veinSize, int perChunk, int bottom, int to
}

/**
* Extra constructor that contains an extra boolean, which is whether or not the feature contains an offset.
* Extra constructor that contains an extra boolean, which is whether the feature contains an offset.
* @param enabled Whether the ore is enabled or not
* @param veinSize The vein size of the ore feature
* @param perChunk How many times the ore should attempt to generate per chunk
Expand Down

0 comments on commit 1060f47

Please sign in to comment.